maze.json 200 B

1234567891011
  1. {
  2. "world": {
  3. "heightmap": "worlds/maze.png",
  4. "texture": "worlds/mazeTexture.png",
  5. "scale": 1,
  6. "player": {
  7. "startposition": [ 200, 40, 200 ]
  8. },
  9. "objects": [],
  10. "enemies": []
  11. }