26 lines
450 B
JSON
26 lines
450 B
JSON
{
|
|
"world": {
|
|
"heightmap": "worlds/hell.png",
|
|
"texture": "worlds/helltexture.png"
|
|
},
|
|
"player": {
|
|
"startposition": [ 100, 1.7, 100 ]
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
} |