ice.json 571 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "world": {
  3. "heightmap": "worlds/hmcs.png",
  4. "texture": "worlds/hmcstexture.png",
  5. "object-templates": [
  6. {
  7. "color":100,
  8. "file": "models/boom/Boom.obj",
  9. "collision": false
  10. }
  11. ]
  12. },
  13. "player": {
  14. "startposition": [ 0, 1.7, 0]
  15. },
  16. "objects": [
  17. {
  18. "file": "models/boom/Boom.obj",
  19. "pos": [ 10, 0, -4 ]
  20. },
  21. {
  22. "file": "models/Teleporter/Teleporter.obj",
  23. "pos": [ 0, 0, -4 ]
  24. }
  25. ],
  26. "enemies": [
  27. {
  28. "file": "models/squid/Blooper.obj",
  29. "pos": [ 10, 2, -10 ],
  30. "scale": 0.01
  31. }
  32. ]
  33. }