dynamic menu and menu music
This commit is contained in:
parent
1f13716d42
commit
a9efa66b09
18 changed files with 386 additions and 41 deletions
|
@ -37,4 +37,5 @@ func _on_option_aa_msaa_item_selected(index: int) -> void:
|
|||
|
||||
func _on_shadows_option_item_selected(index: int) -> void:
|
||||
GlobalVariables.shadows = index
|
||||
get_tree().set_group("lights", "shadow_enabled", index == 1)
|
||||
GlobalVariables.updateConfig()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue