diff --git a/worlds/maze.json b/worlds/maze.json index af1cb90..11ef6ce 100644 --- a/worlds/maze.json +++ b/worlds/maze.json @@ -1,7 +1,7 @@ { "world": { - "heightmap": "worlds/maze.png", - "texture": "worlds/mazeTexture2.png", + "heightmap": "worlds/mazeHeightmap.png", + "texture": "worlds/mazeStone.png", "scale": 1, "object-templates": [ { diff --git a/worlds/mazeTexture2.png b/worlds/mazeGrass.png similarity index 100% rename from worlds/mazeTexture2.png rename to worlds/mazeGrass.png diff --git a/worlds/maze.png b/worlds/mazeHeightmap.png similarity index 100% rename from worlds/maze.png rename to worlds/mazeHeightmap.png diff --git a/worlds/mazeStone.png b/worlds/mazeStone.png new file mode 100644 index 0000000..e041747 Binary files /dev/null and b/worlds/mazeStone.png differ diff --git a/worlds/mazeStone2.png b/worlds/mazeStone2.png new file mode 100644 index 0000000..f3757d3 Binary files /dev/null and b/worlds/mazeStone2.png differ