26 lines
466 B
JSON
26 lines
466 B
JSON
{
|
|
"world": {
|
|
"heightmap": "worlds/hmcs.png",
|
|
"texture": "worlds/hmcstexture.png"
|
|
},
|
|
"player": {
|
|
"startposition": [ -100, 1.7, -100 ]
|
|
},
|
|
"objects": [
|
|
{
|
|
"file": "models/boom/Boom.obj",
|
|
"pos": [ 4, 0, -4 ]
|
|
},
|
|
{
|
|
"file": "models/Teleporter/Teleporter.obj",
|
|
"pos": [ 0, 0, -4 ]
|
|
}
|
|
],
|
|
"enemies": [
|
|
{
|
|
"file": "models/squid/Blooper.obj",
|
|
"pos": [ 1, 2, -10 ],
|
|
"scale": 0.01
|
|
}
|
|
]
|
|
} |