updated title screen jsons to support new themes

This commit is contained in:
JHDev2006
2025-09-22 13:35:55 +01:00
parent 054615fc60
commit f876241a99
2 changed files with 14 additions and 10 deletions

View File

@@ -88,7 +88,7 @@
"variations": {
"default": {"source": "Title2.png", "rect": [0, 0, 528, 40]},
"Snow": {"source": "Title2.png", "rect": [0, 120, 528, 40]},
"Space": {"source": "Title2.png", "rect": [0, 80, 528, 40]},
"Volcano": {"source": "Title2.png", "rect": [0, 160, 528, 40]}
"Space": {"source": "Title2.png", "rect": [0, 160, 528, 40]},
"Volcano": {"source": "Title2.png", "rect": [0, 200, 528, 40]}
}
}