6 lines
105 B
GDScript
6 lines
105 B
GDScript
extends WindowDialog
|
|
|
|
|
|
func _on_MenuButton_pressed():
|
|
popup_centered()
|
|
$Tabs/Prey/ClearPB.grab_focus()
|