fire.json 624 B

123456789101112131415161718192021222324252627282930313233343536
  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": [ 200, 40, 200 ]
  18. },
  19. "objects": [
  20. {
  21. "file": "models/boom/Boom.obj",
  22. "pos": [ 4, 0, -4 ]
  23. },
  24. {
  25. "file": "models/boom/Boom.obj",
  26. "pos": [ -4, 0, -4 ]
  27. }
  28. ],
  29. "enemies": [
  30. {
  31. "file": "models/squid/Blooper.obj",
  32. "pos": [ 1, 2, -10 ],
  33. "scale": 0.01
  34. }
  35. ]
  36. }