This commit is contained in:
Dofensmirtsz
2016-05-27 11:23:43 +02:00
parent 9fccd71521
commit cc75cb631a
+2 -28
View File
@@ -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": []
}