fire.json 690 B

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