init
This commit is contained in:
7
rougelikeaboutmechs/ui/screens/win-screen/win_screen.gd
Normal file
7
rougelikeaboutmechs/ui/screens/win-screen/win_screen.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Control
|
||||
|
||||
func _ready():
|
||||
$CenterContainer/VBoxContainer/Button.grab_focus()
|
||||
|
||||
func _on_button_pressed() -> void:
|
||||
queue_free()
|
||||
Reference in New Issue
Block a user