maze.json 424 B

1234567891011121314151617181920212223
  1. {
  2. "world": {
  3. "heightmap": "worlds/mazeHeightmap.png",
  4. "texture": "worlds/mazeStone.png",
  5. "scale": 1,
  6. "object-templates": [
  7. {
  8. "color": 100,
  9. "file": "models/boom/Boom.obj"
  10. },
  11. {
  12. "color": 200,
  13. "file": "models/Teleporter/Teleporter.obj"
  14. }
  15. ]
  16. },
  17. "player": {
  18. "startposition": [ 200, 40, 200 ]
  19. },
  20. "objects": [ ],
  21. "enemies": [ ]
  22. }