39 lines
690 B
JSON
39 lines
690 B
JSON
{
|
|
"world": {
|
|
"heightmap": "worlds/hell.png",
|
|
"texture": "worlds/helltexture.png",
|
|
"scale": 1,
|
|
"object-templates": [
|
|
{
|
|
"color": 25,
|
|
"file": "models/boom/Boom.obj"
|
|
},
|
|
{
|
|
"color": 23,
|
|
"file": "models/boom/Boom.obj"
|
|
}
|
|
]
|
|
},
|
|
"player": {
|
|
"startposition": [ 0, 1.7, 0]
|
|
},
|
|
"objects": [
|
|
{
|
|
"file": "models/boom/Boom.obj",
|
|
"pos": [ 4, 0, -4 ],
|
|
"collide": "true"
|
|
},
|
|
{
|
|
"file": "models/boom/Boom.obj",
|
|
"pos": [ -4, 0, -4 ],
|
|
"collide": "true"
|
|
}
|
|
],
|
|
"enemies": [
|
|
{
|
|
"file": "models/squid/Blooper.obj",
|
|
"pos": [ 1, 2, -10 ],
|
|
"scale": 0.01
|
|
}
|
|
]
|
|
} |