i guess we also need a textureAtlas reference for cube meshes
This commit is contained in:
parent
72850e1047
commit
657bf07259
|
@ -23,6 +23,7 @@ public class JsonTileMesh {
|
|||
}
|
||||
|
||||
public String materials;
|
||||
public String textureAtlas;
|
||||
public boolean cube;
|
||||
public CubeTextures textures;
|
||||
public int texture;
|
||||
|
|
Loading…
Reference in a new issue