diff --git a/worlds/maze.json b/worlds/maze.json index 571c464..a9867a1 100644 --- a/worlds/maze.json +++ b/worlds/maze.json @@ -3,35 +3,9 @@ "heightmap": "worlds/maze.png", "texture": "worlds/mazeTexture.png", "scale": 1, - "object-templates": [ - { - "color": 25, - "file": "models/boom/Boom.obj" - }, - { - "color": 23, - "file": "models/boom/Boom.obj" - } - ] - }, "player": { "startposition": [ 200, 40, 200 ] }, - "objects": [ - { - "file": "models/boom/Boom.obj", - "pos": [ 4, 0, -4 ] - }, - { - "file": "models/boom/Boom.obj", - "pos": [ -4, 0, -4 ] - } - ], - "enemies": [ - { - "file": "models/squid/Blooper.obj", - "pos": [ 1, 2, -10 ], - "scale": 0.01 - } - ] + "objects": [], + "enemies": [] } \ No newline at end of file