From cc75cb631aa9ef19fcceb796dd5573dfc4aa5d76 Mon Sep 17 00:00:00 2001 From: Dofensmirtsz Date: Fri, 27 May 2016 11:23:43 +0200 Subject: [PATCH] fix --- worlds/maze.json | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) 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