meta.json 386 B

12345678910111213141516171819202122232425
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Created by aleksh (discord) for Space Station 14.",
  5. "size": {
  6. "x": 64,
  7. "y": 64
  8. },
  9. "states": [
  10. {
  11. "name": "founder",
  12. "directions": 4
  13. },
  14. {
  15. "name": "founder_dead"
  16. },
  17. {
  18. "name": "leviathing",
  19. "directions": 4
  20. },
  21. {
  22. "name": "leviathing_dead"
  23. }
  24. ]
  25. }