| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "animations": {
- "default": {
- "frames": [
- [
- 0.0,
- 0.0,
- 16.0,
- 16.0
- ],
- [
- 16.0,
- 0.0,
- 16.0,
- 16.0
- ],
- [
- 32.0,
- 0.0,
- 16.0,
- 16.0
- ],
- [
- 48.0,
- 0.0,
- 16.0,
- 16.0
- ]
- ],
- "speed": 15.0,
- "loop": true
- }
- },
- "variations": {
- "default": {
- "SMB1": {
- "source": "SuperStar.png",
- "rect": [
- 0.0,
- 0.0,
- 64.0,
- 16.0
- ]
- },
- "SMBS": {
- "source": "SuperStar.png",
- "rect": [
- 0.0,
- 16.0,
- 64.0,
- 16.0
- ]
- },
- "SMBANN": {
- "source": "DiscoStar.png",
- "rect": [
- 0.0,
- 0.0,
- 64.0,
- 16.0
- ]
- }
- }
- }
- }
|