mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-27 21:39:59 +02:00
Upgrade to Godot 4.1
This commit is contained in:
parent
ce9fcda773
commit
ba4e8ec26c
123 changed files with 2184 additions and 2087 deletions
scripts
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue