Dofensmirtsz 9 år sedan
förälder
incheckning
cc75cb631a
1 ändrade filer med 2 tillägg och 28 borttagningar
  1. 2 28
      worlds/maze.json

+ 2 - 28
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": []
 }