DropShadow.json 547 B

12345678910111213141516
  1. {
  2. "variations": {
  3. "default": {
  4. "Day": {"source": "ShadowColours.png", "rect": [0, 0, 1, 1]},
  5. "Night": {"source": "ShadowColours.png", "rect": [1, 0, 1, 1]}
  6. },
  7. "Underground": {"source": "ShadowColours.png", "rect": [1, 0, 1, 1]},
  8. "GhostHouse": {"link": "Underground"},
  9. "Jungle": {"link": "Underground"},
  10. "Castle": {"link": "Underground"},
  11. "Bonus": {"link": "Underground"},
  12. "Underwater": {"source": "ShadowColours.png", "rect": [0, 0, 1, 1]},
  13. "CastleWater": {"link": "Underwater"},
  14. "Volcano": {"link": "Underground"}
  15. }
  16. }