forked from team-sg/hero-mark-2
make options screen always save changes
This commit is contained in:
parent
262690f237
commit
470857ecfa
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue