small.json 358 B

1234567891011121314151617181920212223
  1. {
  2. "world": {
  3. "heightmap": "worlds/small.png",
  4. "object-templates": [
  5. {
  6. "color":100,
  7. "file": "models/boom/Boom.obj",
  8. "collision": true
  9. }
  10. ]
  11. },
  12. "player": {
  13. "startposition": [ 20, 5, 20 ]
  14. },
  15. "objects": [],
  16. "enemies": [
  17. {
  18. "file": "models/squid/Blooper.obj",
  19. "pos": [ 20, 5, 10 ],
  20. "scale": 0.01
  21. }
  22. ]
  23. }