meta.json 489 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "version": 1,
  3. "size":
  4. {
  5. "x": 32,
  6. "y": 32
  7. },
  8. "license": "CC-BY-SA-3.0",
  9. "copyright": "Made by RedBookcase on Github.",
  10. "states":
  11. [
  12. {
  13. "name": "icon"
  14. },
  15. {
  16. "name": "icon_empty"
  17. },
  18. {
  19. "name": "fill-1"
  20. },
  21. {
  22. "name": "fill-2"
  23. },
  24. {
  25. "name": "fill-3"
  26. },
  27. {
  28. "name": "fill-4"
  29. }
  30. ]
  31. }