fire.json 450 B

1234567891011121314151617181920212223242526
  1. {
  2. "world": {
  3. "heightmap": "worlds/hell.png",
  4. "texture": "worlds/helltexture.png"
  5. },
  6. "player": {
  7. "startposition": [ 100, 1.7, 100 ]
  8. },
  9. "objects": [
  10. {
  11. "file": "models/boom/Boom.obj",
  12. "pos": [ 4, 0, -4 ]
  13. },
  14. {
  15. "file": "models/boom/Boom.obj",
  16. "pos": [ -4, 0, -4 ]
  17. }
  18. ],
  19. "enemies": [
  20. {
  21. "file": "models/squid/Blooper.obj",
  22. "pos": [ 1, 2, -10 ],
  23. "scale": 0.01
  24. }
  25. ]
  26. }