Update some GDScript files for Godot 4.3 (#1129)

This commit is contained in:
Danil Alexeev
2024-11-04 14:00:59 +03:00
committed by GitHub
parent 7ed5b1c116
commit c492e5fd73
24 changed files with 48 additions and 51 deletions

View File

@@ -9,7 +9,6 @@ func _ready():
func _unhandled_input(event):
if event.is_action_pressed("ui_accept") and $UserInterface/Retry.visible:
# warning-ignore:return_value_discarded
get_tree().reload_current_scene()