diff --git a/worlds/maze.json b/worlds/maze.json index a9867a1..b9df80a 100644 --- a/worlds/maze.json +++ b/worlds/maze.json @@ -1,11 +1,23 @@ { - "world": { + "world": { "heightmap": "worlds/maze.png", - "texture": "worlds/mazeTexture.png", + //"texture": "worlds/mazeTexture.png", "scale": 1, - "player": { - "startposition": [ 200, 40, 200 ] + "object-templates": [ + { + "color": 100, + "file": "models/boom/Boom.obj" + }, + { + "color": 200, + "file": "models/Teleporter/Teleporter.obj" + } + ] }, - "objects": [], - "enemies": [] -} \ No newline at end of file + "player": { + "startposition": [ 200, 40, 200 ] + }, + "objects": [ ], + "enemies": [ ] +} + diff --git a/worlds/maze.png b/worlds/maze.png index e96406a..cd2f962 100644 Binary files a/worlds/maze.png and b/worlds/maze.png differ