world1.json 332 B

12345678910111213141516171819
  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": [ 0, 0, -4 ]
  13. },
  14. {
  15. "file": "models/boom/Boom.obj",
  16. "pos": [ 4, 0, -4 ]
  17. }
  18. ]
  19. }