Dofensmirtsz пре 9 година
родитељ
комит
638c507276
2 измењених фајлова са 19 додато и 7 уклоњено
  1. 19 7
      worlds/maze.json
  2. BIN
      worlds/maze.png

+ 19 - 7
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": []
-}
+    "player": {
+      "startposition": [ 200, 40, 200 ]
+    },
+    "objects": [ ],
+    "enemies": [ ]
+}
+