| 1234567891011121314151617181920212223 |
- {
- "world": {
- "heightmap": "worlds/small.png",
- "object-templates": [
- {
- "color":100,
- "file": "models/boom/Boom.obj",
- "collision": true
- }
- ]
- },
- "player": {
- "startposition": [ 20, 5, 20 ]
- },
- "objects": [],
- "enemies": [
- {
- "file": "models/squid/Blooper.obj",
- "pos": [ 20, 5, 10 ],
- "scale": 0.01
- }
- ]
- }
|