small.json 564 B

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