Major refactoring of building input in progress
This commit is contained in:
@@ -263,7 +263,7 @@ public class PlacementFragment extends Fragment{
|
||||
blocksSelect.margin(4).marginTop(0);
|
||||
blocksSelect.table(blocks -> blockTable = blocks).grow();
|
||||
blocksSelect.row();
|
||||
blocksSelect.table(control.input::buildUI).name("inputTable").growX();
|
||||
blocksSelect.table(control.input::buildPlacementUI).name("inputTable").growX();
|
||||
}).fillY().bottom().touchable(Touchable.enabled);
|
||||
frame.table(categories -> {
|
||||
categories.defaults().size(50f);
|
||||
|
||||
Reference in New Issue
Block a user