24 lines
418 B
JSON
24 lines
418 B
JSON
{
|
|
"world": {
|
|
"heightmap": "worlds/maze.png",
|
|
"texture": "worlds/mazeTexture2.png",
|
|
"scale": 1,
|
|
"object-templates": [
|
|
{
|
|
"color": 100,
|
|
"file": "models/boom/Boom.obj"
|
|
},
|
|
{
|
|
"color": 200,
|
|
"file": "models/Teleporter/Teleporter.obj"
|
|
}
|
|
]
|
|
},
|
|
"player": {
|
|
"startposition": [ 200, 40, 200 ]
|
|
},
|
|
"objects": [ ],
|
|
"enemies": [ ]
|
|
}
|
|
|