Wings.json 784 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "animations": {
  3. "Flap": {
  4. "frames": [
  5. [
  6. 0.0,
  7. 0.0,
  8. 16.0,
  9. 16.0
  10. ],
  11. [
  12. 16.0,
  13. 0.0,
  14. 16.0,
  15. 16.0
  16. ]
  17. ],
  18. "speed": 5.0,
  19. "loop": true
  20. },
  21. "Idle": {
  22. "frames": [[0, 0, 16, 16]],
  23. "speed": 10.0,
  24. "loop": true
  25. },
  26. },
  27. "variations": {
  28. "default": {"source": "Wings.png", "rect": [0, 0, 32, 16]},
  29. "Underground": {"source": "Wings.png", "rect": [32, 0, 32, 16]},
  30. "GhostHouse": {"link": "Underground"},
  31. "Castle": {"source": "Wings.png", "rect": [64, 0, 32, 16]},
  32. "Snow": {"source": "Wings.png", "rect": [0, 16, 32, 16]},
  33. "Space": {"source": "Wings.png", "rect": [32, 16, 32, 16]},
  34. "Volcano": {"source": "Wings.png", "rect": [64, 16, 32, 16]},
  35. "Bonus": {"source": "Wings.png", "rect": [0, 32, 32, 16]}
  36. }
  37. }