added the game

This commit is contained in:
JHDev2006
2025-09-13 16:30:32 +01:00
parent 5ef689109b
commit 3773bdaf64
3616 changed files with 263702 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"variations": {
"default": {
"Day": {"source": "ShadowColours.png", "rect": [0, 0, 1, 1]},
"Night": {"source": "ShadowColours.png", "rect": [1, 0, 1, 1]}
},
"Underground": {"source": "ShadowColours.png", "rect": [1, 0, 1, 1]},
"GhostHouse": {"link": "Underground"},
"Jungle": {"link": "Underground"},
"Castle": {"link": "Underground"},
"Bonus": {"link": "Underground"},
"Underwater": {"source": "ShadowColours.png", "rect": [0, 0, 1, 1]},
"CastleWater": {"link": "Underwater"},
"Volcano": {"link": "Underground"}
}
}