Forráskód Böngészése

Bugfix/performance improvement

Kenneth van Ewijk 9 éve
szülő
commit
1ade6002c1
3 módosított fájl, 7 hozzáadás és 0 törlés
  1. BIN
      worlds/hell.png
  2. BIN
      worlds/hmcs.png
  3. 7 0
      worlds/ice.json

BIN
worlds/hell.png


BIN
worlds/hmcs.png


+ 7 - 0
worlds/ice.json

@@ -2,6 +2,13 @@
    "world": {
     "heightmap": "worlds/hmcs.png",
     "texture": "worlds/hmcstexture.png",
+    "object-templates": [
+		{
+			"color":100,
+			"file": "models/boom/Boom.obj",
+			"collision": false
+		}
+	]
    },
   "player": {
     "startposition": [ 100, 20, 100 ]