| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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": [ 200, 40, 200 ]
- },
- "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
- }
- ]
- }
|