text shadow colours are now based on a seperate image / json, INSTEAD OF THE FUCKING TERRAIN TILESET WHYYYYYYYYYYYYYYYY

This commit is contained in:
JHDev2006
2025-09-23 22:01:07 +01:00
parent 6cbc7d8fb8
commit 3a4018c48a
4 changed files with 56 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
{
"variations": {
"default": {"source": "TextShadowColours.png", "rect": [0, 0, 1, 1]},
"Underground": {"source": "TextShadowColours.png", "rect": [1, 0, 1, 1]},
"GhostHouse": {"link": "Underground"},
"Snow": {"source": "TextShadowColours.png", "rect": [2, 0, 1, 1]},
"Space": {"source": "TextShadowColours.png", "rect": [3, 0, 1, 1]},
"Volcano": {"source": "TextShadowColours.png", "rect": [4, 0, 1, 1]},
"Castle": {"source": "TextShadowColours.png", "rect": [5, 0, 1, 1]},
"Bonus": {"source": "TextShadowColours.png", "rect": [6, 0, 1, 1]}
}
}