fire.json 674 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "world": {
  3. "heightmap": "worlds/hell.png",
  4. "texture": "worlds/helltexture.png",
  5. "object-templates": [
  6. {
  7. "color": 25,
  8. "file": "models/boom/Boom.obj"
  9. },
  10. {
  11. "color": 23,
  12. "file": "models/boom/Boom.obj"
  13. }
  14. ]
  15. },
  16. "player": {
  17. "startposition": [ 0, 1.7, 0]
  18. },
  19. "objects": [
  20. {
  21. "file": "models/boom/Boom.obj",
  22. "pos": [ 4, 0, -4 ],
  23. "collide": "true"
  24. },
  25. {
  26. "file": "models/boom/Boom.obj",
  27. "pos": [ -4, 0, -4 ],
  28. "collide": "true"
  29. }
  30. ],
  31. "enemies": [
  32. {
  33. "file": "models/squid/Blooper.obj",
  34. "pos": [ 1, 2, -10 ],
  35. "scale": 0.01
  36. }
  37. ]
  38. }