Bugfix/performance improvement

This commit is contained in:
2016-05-30 13:12:51 +02:00
parent ae80c7a5bf
commit 1ade6002c1
3 changed files with 7 additions and 0 deletions
+7
View File
@@ -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 ]