meta.json 974 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Made by keronshb for Citadel Station at: https://github.com/Citadel-Station-13/Citadel-Station-13/commit/c790478a3d6e8a2846e658c3dc6c5164737e4b42. Fill levels by Tayrtahn on GitHub.",
  9. "states": [
  10. {
  11. "name": "icon",
  12. "delays": [
  13. [
  14. 0.6,
  15. 0.3,
  16. 0.3,
  17. 0.3
  18. ]
  19. ]
  20. },
  21. {
  22. "name": "icon_empty"
  23. },
  24. {
  25. "name": "fill-1",
  26. "delays": [
  27. [
  28. 0.6,
  29. 0.3,
  30. 0.3,
  31. 0.3
  32. ]
  33. ]
  34. },
  35. {
  36. "name": "fill-2",
  37. "delays": [
  38. [
  39. 0.6,
  40. 0.3,
  41. 0.3,
  42. 0.3
  43. ]
  44. ]
  45. },
  46. {
  47. "name": "fill-3",
  48. "delays": [
  49. [
  50. 0.6,
  51. 0.3,
  52. 0.3,
  53. 0.3
  54. ]
  55. ]
  56. }
  57. ]
  58. }