meta.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from fulpstation at https://github.com/fulpstation/fulpstation/commit/edb232b692ec9f356ec554ea1971da552b9bc447. 'mothroach-moving' by MilenVolf",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "mothroach",
  15. "directions": 4
  16. },
  17. {
  18. "name": "mothroach-moving",
  19. "directions": 4,
  20. "delays": [
  21. [
  22. 0.2,
  23. 0.2,
  24. 0.2
  25. ],
  26. [
  27. 0.2,
  28. 0.2,
  29. 0.2
  30. ],
  31. [
  32. 0.2,
  33. 0.2,
  34. 0.2
  35. ],
  36. [
  37. 0.2,
  38. 0.2,
  39. 0.2
  40. ]
  41. ]
  42. },
  43. {
  44. "name": "mothroach_lazy",
  45. "directions": 4
  46. },
  47. {
  48. "name": "mothroach_sleep",
  49. "directions": 4
  50. },
  51. {
  52. "name": "mothroach_dead",
  53. "directions": 4
  54. },
  55. {
  56. "name": "inhand-left",
  57. "directions": 4
  58. },
  59. {
  60. "name": "inhand-right",
  61. "directions": 4
  62. },
  63. {
  64. "name": "0-equipped-HELMET",
  65. "directions": 4
  66. }
  67. ]
  68. }