We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4f265 commit a82637aCopy full SHA for a82637a
core/src/nl/arjanfrans/mario/model/World.java
@@ -336,7 +336,7 @@ private void initTileset(TiledMapTileLayer layer) {
336
TiledMapTile oldTile = cell.getTile();
337
338
if(oldTile.getProperties().containsKey("texture")) {
339
- D.o("Initializing textures");
+ //D.o("Initializing textures");
340
String texture = (String) oldTile.getProperties().get("texture");
341
if(textureArr.containsKey(texture)) {
342
oldTile.getTextureRegion().setRegion(textureArr.get(texture));
0 commit comments