New weapon factory sprites, ready to merge

This commit is contained in:
Anuken
2018-01-08 17:29:07 -05:00
parent eba6c9bb8e
commit adba601256
15 changed files with 283 additions and 258 deletions
@@ -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;