RockyWrench.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "animations": {
  3. "Aim": {
  4. "frames": [[16, 0, 16, 32]],
  5. "speed": 1.0,
  6. "loop": true
  7. },
  8. "Throw": {
  9. "frames": [[32, 0, 16, 32]],
  10. "speed": 1.0,
  11. "loop": true
  12. },
  13. "Idle": {
  14. "frames": [[0, 0, 16, 32]],
  15. "speed": 1.0,
  16. "loop": true
  17. },
  18. "Dead": {
  19. "frames": [[48, 0, 16, 32], [64, 0, 16, 32]],
  20. "speed": 15.0,
  21. "loop": true
  22. }
  23. },
  24. "variations": {
  25. "default": {"source": "RockyWrench.png", "rect": [0, 0, 80, 32]},
  26. "Underground": {"source": "RockyWrench.png", "rect": [80, 0, 80, 32]},
  27. "Castle": {"source": "RockyWrench.png", "rect": [160, 0, 80, 32]},
  28. "Underwater": {"source": "RockyWrench.png", "rect": [240, 0, 80, 32]},
  29. "Desert": {"source": "RockyWrench.png", "rect": [0, 32, 80, 32]},
  30. "Jungle": {"source": "RockyWrench.png", "rect": [80, 32, 80, 32]},
  31. "Snow": {"source": "RockyWrench.png", "rect": [160, 32, 80, 32]},
  32. "Volcano": {"source": "RockyWrench.png", "rect": [240, 32, 80, 32]},
  33. "Autumn": {"source": "RockyWrench.png", "rect": [0, 64, 80, 32]},
  34. "Beach": {"source": "RockyWrench.png", "rect": [80, 64, 80, 32]},
  35. "Mountain": {"source": "RockyWrench.png", "rect": [160, 64, 80, 32]},
  36. "Space": {"source": "RockyWrench.png", "rect": [240, 64, 80, 32]},
  37. "Bonus": {"source": "RockyWrench.png", "rect": [0, 96, 80, 32]}
  38. }
  39. }