OffFan.json 342 B

12345678910111213141516171819202122
  1. {
  2. "animations": {
  3. "On": {
  4. "frames": [
  5. [0, 0, 16, 48],
  6. [16, 0, 16, 48],
  7. [32, 0, 16, 48],
  8. [48, 0, 16, 48]
  9. ],
  10. "speed": 30.0,
  11. "loop": true
  12. },
  13. "Off": {
  14. "frames": [[0, 0, 16, 48]],
  15. "speed": 30.0,
  16. "loop": true
  17. }
  18. },
  19. "variations": {
  20. "default": {"source": "OnOffFan.png", "rect": [0, 48, 64, 48]}
  21. }
  22. }