| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "world": {
- "heightmap": "worlds/rockHeightmap.png",
- "texture": "worlds/rockStone2.png",
- "scale": 1,
- "object-templates": [
- {
- "color": 190,
- "file": "models/Rocks/Cave1.obj"
- },
- {
- "color": 200,
- "file": "models/Rocks/SpikeRock2.obj"
- },
- {
- "color": 210,
- "file": "models/Rocks/SpikeRock1.obj"
- },
- {
- "color": 220,
- "file": "models/Rocks/SpikeRock3.obj"
- },
- {
- "color": 230,
- "file": "models/Rocks/SpikeRock4.obj"
- },
- {
- "color": 240,
- "file": "models/Rocks/SpikeRock5.obj"
- }
- ]
- },
- "player": {
- "startposition": [ 300, 40, 450 ]
- },
- "objects": [ ],
- "enemies": [
- {
- "file": "models/squid/Blooper.obj",
- "pos": [ 300, 2, 500 ],
- "scale": 0.01
- },
- {
- "file": "models/Enemies/Bob.obj",
- "pos": [ 300, 0, 490 ],
- "scale": 0.5
- },
- {
- "file": "models/Enemies/Skateboard.obj",
- "pos": [ 300, 4, 510 ],
- "scale": 1
- },
- {
- "file": "models/Enemies/Monkey.obj",
- "pos": [ 60, 0, 675 ],
- "scale": 2
- },
- {
- "file": "models/Enemies/Vincent.obj",
- "pos": [ 300, 0, 520 ],
- "scale": 0.2
- },
- {
- "file": "models/Enemies/Vincent.obj",
- "pos": [ 300, 0, 521 ],
- "scale": 0.2
- },
- {
- "file": "models/Enemies/Vincent.obj",
- "pos": [ 300, 0, 522 ],
- "scale": 0.2
- }
- ]
- }
|