BlueCoin.json 755 B

123456789101112131415161718192021222324
  1. {
  2. "animations": {
  3. "Idle": {
  4. "frames": [[0, 0, 16, 16]],
  5. "speed": 1.0,
  6. "loop": true
  7. },
  8. "Spin": {
  9. "frames": [[0, 0, 16, 16], [16, 0, 16, 16], [32, 0, 16, 16], [48, 0, 16, 16]],
  10. "speed": 15.0,
  11. "loop": true
  12. }
  13. },
  14. "variations": {
  15. "default": {"source": "BlueCoin.png", "rect": [0, 0, 64, 16]},
  16. "Underground": {"source": "BlueCoin.png", "rect": [0, 16, 64, 16]},
  17. "GhostHouse": {"link": "Underground"},
  18. "Castle": {"source": "BlueCoin.png", "rect": [0, 32, 64, 16]},
  19. "Snow": {"source": "BlueCoin.png", "rect": [0, 48, 64, 16]},
  20. "Space": {"source": "BlueCoin.png", "rect": [0, 64, 64, 16]},
  21. "Volcano": {"source": "BlueCoin.png", "rect": [0, 80, 64, 16]},
  22. "Bonus": {"source": "BlueCoin.png", "rect": [0, 96, 64, 16]}
  23. }
  24. }