Added block rubble, more liquid interaction
This commit is contained in:
@@ -33,6 +33,7 @@ public class BlockConfigFragment implements Fragment {
|
||||
public void showConfig(Tile tile){
|
||||
configTile = tile;
|
||||
|
||||
table.setVisible(true);
|
||||
table.clear();
|
||||
tile.block().buildTable(tile, table);
|
||||
table.pack();
|
||||
|
||||
Reference in New Issue
Block a user