Vent condenser block

This commit is contained in:
Anuken
2021-12-09 17:16:32 -05:00
parent 8a2908374a
commit 57e5acdbd7
26 changed files with 222 additions and 75 deletions

View File

@@ -48,7 +48,7 @@ public class ResearchDialog extends BaseDialog{
titleTable.clear();
titleTable.button(b -> {
//TODO custom icon here.
b.image(Icon.tree).padRight(8).size(iconMed);
b.imageDraw(() -> root.node.icon()).padRight(8).size(iconMed);
b.add().growX();
b.label(() -> root.node.localizedName()).color(Pal.accent);
b.add().growX();