small.json 411 B

12345678910111213141516171819202122232425
  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. "crystals": [
  18. {
  19. "file": "models/sphere/sphere.obj",
  20. "pos": [ 33, 2, 31 ],
  21. "collide": "true"
  22. }
  23. ]
  24. }