| 12345678910111213141516171819202122 |
- {
- "animations": {
- "default": {
- "frames": [[0, 0, 16, 16]],
- "speed": 1.0,
- "loop": false
- }
- },
- "variations": {
- "default": {
- "SMB1": {
- "source": "SuperMushroom.png",
- "rect": [0, 0, 16, 16]
- },
- "SMBLL": {
- "source": "SuperMushroom.png",
- "rect": [16, 0, 16, 16]
- },
- "SMBANN": {"link": "SMBLL"}
- }
- }
- }
|