New weapon factory sprites, ready to merge
This commit is contained in:
@@ -23,6 +23,14 @@ public class BlockConfigFragment implements Fragment {
|
||||
Core.scene.add(table);
|
||||
}
|
||||
|
||||
public boolean isShown(){
|
||||
return table.isVisible() && configTile != null;
|
||||
}
|
||||
|
||||
public Tile getSelectedTile(){
|
||||
return configTile;
|
||||
}
|
||||
|
||||
public void showConfig(Tile tile){
|
||||
configTile = tile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user