This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-18 21:57:03 -07:00
parent a9efa66b09
commit b2553b4cf2
2 changed files with 3 additions and 1 deletions

View file

@ -35,7 +35,9 @@ func _on_dynamic_option_item_selected(index: int) -> void:
if (index == 0):
get_node("../../../BackgroundImage").visible = true
get_node("../../../DynamicBackground").visible = false
get_node("../../../DynamicBackground").playing = false
else:
get_node("../../../BackgroundImage").visible = false
get_node("../../../DynamicBackground").visible = true
get_node("../../../DynamicBackground").playing = true
GlobalVariables.updateConfig()