meta.json 790 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b",
  9. "states": [
  10. {
  11. "name": "dead",
  12. "delays": [
  13. [
  14. 1
  15. ]
  16. ]
  17. },
  18. {
  19. "name": "cow",
  20. "directions": 4,
  21. "delays": [
  22. [
  23. 1
  24. ],
  25. [
  26. 1
  27. ],
  28. [
  29. 1
  30. ],
  31. [
  32. 1
  33. ]
  34. ]
  35. },
  36. {
  37. "name": "gib",
  38. "delays": [
  39. [
  40. 0.1,
  41. 0.1,
  42. 0.1,
  43. 0.1,
  44. 0.1,
  45. 0.1,
  46. 0.1,
  47. 0.1,
  48. 0.1,
  49. 0.1,
  50. 0.1,
  51. 0.1
  52. ]
  53. ]
  54. }
  55. ]
  56. }