Upgrade to Godot 4.1

This commit is contained in:
bleeptrack 2023-09-06 16:04:23 +02:00
parent ce9fcda773
commit ba4e8ec26c
123 changed files with 2184 additions and 2087 deletions

View file

@ -1,4 +1,4 @@
extends WindowDialog
extends Window
signal entered(text)
@ -7,5 +7,7 @@ func _text_entered(text):
queue_free()
func _notification(what):
if what == Popup.NOTIFICATION_POST_POPUP:
$LineEdit.grab_focus()
pass
#ToDo
#if what == Popup.NOTIFICATION_POST_POPUP:
# $LineEdit.grab_focus()