cleans up some unused code

This commit is contained in:
artus
2020-12-06 13:51:22 +01:00
parent 4565755868
commit 9726fb8fcf
8 changed files with 61 additions and 50 deletions

View File

@@ -111,4 +111,4 @@ func _update_options_values():
match Global.settings.input_mode:
Global.InputMode.MOUSE: new_text = "Souris"
Global.InputMode.KEYBOARD: new_text = "Clavier"
get_node("Options/InputMode/Value").set_text(new_text)
get_node("Options/InputMode/Value").set_text(new_text)