shadow toggling

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-14 00:04:25 -07:00
parent b98057007b
commit ac94a2c2ed
21 changed files with 400 additions and 354 deletions

View file

@ -18,6 +18,9 @@ var stage
func _ready() -> void:
stage = FreeRoamMaps.MapIndex[get_node("../").current_map]["stage"]
if (Globalvariables.shadows == 0):
get_tree().set_group("lights", "shadow_enabled", false)
set_theme(load(Globalvariables.theme_index[Globalvariables.theme]))
var cosmetics_offset = 0