world1.json 564 B

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