| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "world": {
- "heightmap": "worlds/hmcs.png",
- "texture": "worlds/hmcstexture.png",
- "skybox": "skyboxes/peaceful/",
- "object-templates": [
- {
- "color": 100,
- "file": "models/boom/Boom.obj",
- "collision": true
- }
- ],
- "music": "WAVE/bond.wav"
- },
- "player": {
- "startposition": [ 1, 5, 20 ]
- },
- "objects": [ ],
- "portal": {
- "file": "models/Teleporter/Teleporter.obj",
- "pos": [ 10, 5, 10 ]
- },
- "enemies": [
- {
- "file": "models/squid/Blooper.obj",
- "pos": [ 20, 5, 10 ],
- "scale": 0.01
- }],
- "crystal": {
- "full texture": "models/crystal/Crystal.obj",
- "empty texture": "models/crystal/PickedUpCrystal.obj",
- "instances": [
- {
- "pos": [ 31, 5, 33 ],
- "rot": [ 0, 0, 0 ]
- },
- {
- "pos": [ 40, 5, 40 ],
- "rot": [ 0, 0, 0 ]
- }
- ]
- }
- }
|