| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "animations": {
- "Flap": {
- "frames": [
- [
- 0.0,
- 0.0,
- 16.0,
- 16.0
- ],
- [
- 16.0,
- 0.0,
- 16.0,
- 16.0
- ]
- ],
- "speed": 5.0,
- "loop": true
- },
- "Idle": {
- "frames": [[0, 0, 16, 16]],
- "speed": 10.0,
- "loop": true
- },
- },
- "variations": {
- "default": {"source": "Wings.png", "rect": [0, 0, 32, 16]},
- "Underground": {"source": "Wings.png", "rect": [32, 0, 32, 16]},
- "GhostHouse": {"link": "Underground"},
- "Castle": {"source": "Wings.png", "rect": [64, 0, 32, 16]},
- "Snow": {"source": "Wings.png", "rect": [0, 16, 32, 16]},
- "Space": {"source": "Wings.png", "rect": [32, 16, 32, 16]},
- "Volcano": {"source": "Wings.png", "rect": [64, 16, 32, 16]},
- "Bonus": {"source": "Wings.png", "rect": [0, 32, 32, 16]}
- }
- }
|