meta.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "version": 1,
  3. "size":
  4. {
  5. "x": 32,
  6. "y": 32
  7. },
  8. "license": "CC-BY-SA-3.0",
  9. "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.",
  10. "states":
  11. [
  12. {
  13. "name": "icon",
  14. "delays":
  15. [
  16. [
  17. 5.0,
  18. 0.25,
  19. 0.5,
  20. 0.25
  21. ]
  22. ]
  23. },
  24. {
  25. "name": "icon_empty",
  26. "delays":
  27. [
  28. [
  29. 5.0,
  30. 0.25,
  31. 0.5,
  32. 0.25
  33. ]
  34. ]
  35. },
  36. {
  37. "name": "fill-1"
  38. },
  39. {
  40. "name": "fill-2"
  41. },
  42. {
  43. "name": "fill-3"
  44. },
  45. {
  46. "name": "fill-4"
  47. },
  48. {
  49. "name": "fill-5"
  50. }
  51. ]
  52. }