needs to also specify a texture atlas if we're going to make this standalone

This commit is contained in:
Gered 2014-04-15 09:49:42 -04:00
parent 5b16f75007
commit d37c67e4ba

View file

@ -12,5 +12,6 @@ public class JsonMaterialMapping {
public float maxV;
}
public String textureAtlas;
public ArrayList<Material> materials;
}