Bugfixes
This commit is contained in:
@@ -175,7 +175,6 @@ public class Block extends UnlockableContent{
|
||||
protected Prov<Tilec> entityType = null; //initialized later
|
||||
public ObjectMap<Class<?>, Cons2> configurations = new ObjectMap<>();
|
||||
|
||||
//TODO move
|
||||
protected TextureRegion[] generatedIcons;
|
||||
protected TextureRegion[] variantRegions, editorVariantRegions;
|
||||
|
||||
@@ -183,7 +182,6 @@ public class Block extends UnlockableContent{
|
||||
public @Load("@-team") TextureRegion teamRegion;
|
||||
public TextureRegion[] teamRegions;
|
||||
|
||||
//TODO move
|
||||
public static TextureRegion[][] cracks;
|
||||
protected static final Seq<Tile> tempTiles = new Seq<>();
|
||||
protected static final Seq<Tilec> tempTileEnts = new Seq<>();
|
||||
|
||||
Reference in New Issue
Block a user