| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "animations": {
- "Aim": {
- "frames": [[16, 0, 16, 32]],
- "speed": 1.0,
- "loop": true
- },
- "Throw": {
- "frames": [[32, 0, 16, 32]],
- "speed": 1.0,
- "loop": true
- },
- "Idle": {
- "frames": [[0, 0, 16, 32]],
- "speed": 1.0,
- "loop": true
- },
- "Dead": {
- "frames": [[48, 0, 16, 32], [64, 0, 16, 32]],
- "speed": 15.0,
- "loop": true
- }
- },
- "variations": {
- "default": {"source": "RockyWrench.png", "rect": [0, 0, 80, 32]},
- "Underground": {"source": "RockyWrench.png", "rect": [80, 0, 80, 32]},
- "Castle": {"source": "RockyWrench.png", "rect": [160, 0, 80, 32]},
- "Underwater": {"source": "RockyWrench.png", "rect": [240, 0, 80, 32]},
- "Desert": {"source": "RockyWrench.png", "rect": [0, 32, 80, 32]},
- "Jungle": {"source": "RockyWrench.png", "rect": [80, 32, 80, 32]},
- "Snow": {"source": "RockyWrench.png", "rect": [160, 32, 80, 32]},
- "Volcano": {"source": "RockyWrench.png", "rect": [240, 32, 80, 32]},
- "Autumn": {"source": "RockyWrench.png", "rect": [0, 64, 80, 32]},
- "Beach": {"source": "RockyWrench.png", "rect": [80, 64, 80, 32]},
- "Mountain": {"source": "RockyWrench.png", "rect": [160, 64, 80, 32]},
- "Space": {"source": "RockyWrench.png", "rect": [240, 64, 80, 32]},
- "Bonus": {"source": "RockyWrench.png", "rect": [0, 96, 80, 32]}
- }
- }
|