small.json 624 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "world": {
  3. "heightmap": "worlds/small.png",
  4. "skybox": "skyboxes/water/",
  5. "object-templates": [
  6. {
  7. "color": 100,
  8. "file": "models/boom/Boom.obj",
  9. "collision": true
  10. }
  11. ],
  12. "music": "WAVE/bond.wav"
  13. },
  14. "player": {
  15. "startposition": [ 20, 5, 20 ]
  16. },
  17. "objects": [ ],
  18. "enemies": [
  19. {
  20. "file": "models/squid/Blooper.obj",
  21. "pos": [ 20, 5, 10 ],
  22. "scale": 0.01
  23. }],
  24. "crystals": [
  25. {
  26. "file": "models/sphere/sphere.obj",
  27. "pos": [ 33, 2, 31 ]
  28. },
  29. {
  30. "file": "models/sphere/sphere.obj",
  31. "pos": [ 45, 2, 31 ]
  32. }
  33. ]
  34. }