meta.json 509 B

123456789101112131415161718192021
  1. {
  2. "version": 1,
  3. "license": "CC-BY-NC-SA-3.0",
  4. "copyright": "Taken from goonstation https://github.com/goonstation/goonstation/commit/c98666f47a90d106c7a154cedffc747b3769e933",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "possum_old",
  12. "directions": 4,
  13. "delays": [[1],[1],[1],[1]]
  14. },
  15. {
  16. "name": "possum_dead_old",
  17. "directions": 1,
  18. "delays": [[1]]
  19. }
  20. ]
  21. }