This commit is contained in:
Anuken
2020-01-21 08:13:42 -05:00
parent 501ca5dd4e
commit 1a1208d092

View File

@@ -121,6 +121,7 @@ public class TechTreeDialog extends FloatingDialog{
node.children = leftHalf;
new BranchTreeLayout(){{
gapBetweenLevels = gapBetweenNodes = spacing;
rootLocation = TreeLocation.top;
}}.layout(node);
node.children = rightHalf;