meta.json 330 B

1234567891011121314151617181920212223
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Made by Alekshhh and brainfood1183 (github) for ss14",
  9. "states": [
  10. {
  11. "name": "dead",
  12. "delays": [
  13. [
  14. 1
  15. ]
  16. ]
  17. },
  18. {
  19. "name": "clown",
  20. "directions": 4
  21. }
  22. ]
  23. }