meta.json 295 B

123456789101112131415161718
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Modified from existing sprites.",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "folded"
  12. },
  13. {
  14. "name": "oballoon",
  15. "directions": 4
  16. }
  17. ]
  18. }