meta.json 899 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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": "cockroach",
  12. "directions": 4,
  13. "delays": [
  14. [
  15. 0.25,
  16. 0.25
  17. ],
  18. [
  19. 0.25,
  20. 0.25
  21. ],
  22. [
  23. 0.25,
  24. 0.25
  25. ],
  26. [
  27. 0.25,
  28. 0.25
  29. ]
  30. ]
  31. },
  32. {
  33. "name": "cockroach_dead"
  34. },
  35. {
  36. "name": "cockroach_icon"
  37. },
  38. {
  39. "name": "glockroach",
  40. "directions": 4,
  41. "delays": [
  42. [
  43. 0.25,
  44. 0.25
  45. ],
  46. [
  47. 0.25,
  48. 0.25
  49. ],
  50. [
  51. 0.25,
  52. 0.25
  53. ],
  54. [
  55. 0.25,
  56. 0.25
  57. ]
  58. ]
  59. }
  60. ]
  61. }