Files
CrystalPoint/worlds/world1.json
T
2016-05-25 11:31:37 +02:00

19 lines
332 B
JSON

{
"world": {
"heightmap": "worlds/hmcs.png",
"texture": "worlds/hmcstexture.png"
},
"player": {
"startposition": [ -100, 1.7, -100 ]
},
"objects": [
{
"file": "models/boom/Boom.obj",
"pos": [ 0, 0, -4 ]
},
{
"file": "models/boom/Boom.obj",
"pos": [ 4, 0, -4 ]
}
]
}