Selaa lähdekoodia

Bugfix/performance improvement

Kenneth van Ewijk 9 vuotta sitten
vanhempi
commit
1ade6002c1
3 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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 ]