make options screen always save changes

This commit is contained in:
Haze Weathers 2024-02-27 19:21:21 -05:00
parent 262690f237
commit 470857ecfa
2 changed files with 8 additions and 4 deletions

View file

@ -25,6 +25,10 @@ func _ready() -> void:
$"%SelectTab".grab_focus()
func _input(event: InputEvent) -> void:
Options.save_options()
func _init_values() -> void:
# game
rumble.selection = Options.rumble