Clock.json 916 B

123456789101112131415161718
  1. {
  2. "variations": {
  3. "default": {"source": "SPItems.png", "rect": [16, 0, 16, 16]},
  4. "Underground": {"source": "SPItems.png", "rect": [48, 0, 16, 16]},
  5. "GhostHouse": {"link": "Underground"},
  6. "Castle": {"source": "SPItems.png", "rect": [80, 0, 16, 16]},
  7. "Underwater": {"source": "SPItems.png", "rect": [112, 0, 16, 16]},
  8. "Desert": {"source": "SPItems.png", "rect": [16, 16, 16, 16]},
  9. "Jungle": {"source": "SPItems.png", "rect": [48, 16, 16, 16]},
  10. "Snow": {"source": "SPItems.png", "rect": [80, 16, 16, 16]},
  11. "Volcano": {"source": "SPItems.png", "rect": [112, 16, 16, 16]},
  12. "Autumn": {"source": "SPItems.png", "rect": [16, 32, 16, 16]},
  13. "Beach": {"source": "SPItems.png", "rect": [48, 32, 16, 16]},
  14. "Mountain": {"source": "SPItems.png", "rect": [80, 32, 16, 16]},
  15. "Space": {"source": "SPItems.png", "rect": [112, 32, 16, 16]},
  16. "Bonus": {"source": "SPItems.png", "rect": [16, 48, 16, 16]}
  17. }
  18. }