meta.json 635 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Sprites created by https://github.com/nuke-makes-games",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "unlit-inhand-left",
  12. "directions": 4
  13. },
  14. {
  15. "name": "unlit-inhand-right",
  16. "directions": 4
  17. },
  18. {
  19. "name": "lit-inhand-left",
  20. "directions": 4
  21. },
  22. {
  23. "name": "lit-inhand-right",
  24. "directions": 4
  25. },
  26. {
  27. "name": "glowstick_base"
  28. },
  29. {
  30. "name": "glowstick_lit"
  31. },
  32. {
  33. "name": "glowstick_glow"
  34. },
  35. {
  36. "name": "glowstick_unlit"
  37. }
  38. ]
  39. }