exit from game using gamepad
This commit is contained in:
@@ -119,7 +119,7 @@ func change_value(direction: int):
|
||||
DebugManager.log_info("Value changed to: " + new_value + " (index: " + str(current_index) + ")", "ValueStepper")
|
||||
|
||||
## Override this method for custom value application logic
|
||||
func _apply_value_change(new_value: String, index: int):
|
||||
func _apply_value_change(new_value: String, _index: int):
|
||||
match data_source:
|
||||
"language":
|
||||
SettingsManager.set_setting("language", new_value)
|
||||
|
||||
Reference in New Issue
Block a user