meta.json 1.1 KB

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