Files
CrystalPoint/worlds/small.json
T
2016-06-08 12:41:33 +02:00

25 lines
411 B
JSON

{
"world": {
"heightmap": "worlds/small.png",
"object-templates": [
{
"color": 100,
"file": "models/boom/Boom.obj",
"collision": true
}
]
},
"player": {
"startposition": [ 20, 5, 20 ]
},
"objects": [ ],
"enemies": [ ],
"crystals": [
{
"file": "models/sphere/sphere.obj",
"pos": [ 33, 2, 31 ],
"collide": "true"
}
]
}