fire.json 640 B

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