add theming support, fix ui issues, add ui scaling option

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-13 00:21:27 -07:00
parent 61806723ba
commit 1ced41d096
18 changed files with 259 additions and 49 deletions

View file

@ -18,6 +18,8 @@ var stage
func _ready() -> void:
stage = FreeRoamMaps.MapIndex[get_node("../").current_map]["stage"]
set_theme(load(Globalvariables.theme_index[Globalvariables.theme]))
var cosmetics_offset = 0
var cosmetics_count = 0
for cosmetic_subtable in stage["cosmetics"]: