| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "world": {
- "heightmap": "worlds/hell.png",
- "texture": "worlds/helltexture.png",
- "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
- }
- ]
- }
|