meta.json 408 B

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