a game about throwing hammers made for the github game off
Diffstat (limited to 'ui/start.gd')
-rw-r--r--ui/start.gd11
1 files changed, 4 insertions, 7 deletions
diff --git a/ui/start.gd b/ui/start.gd
index fcee719..4ace680 100644
--- a/ui/start.gd
+++ b/ui/start.gd
@@ -1,10 +1,7 @@
-extends Control
-
-@export var focus: Control
+extends Popuppable
func _ready() -> void:
- focus.grab_focus()
-
+ open()
-func _on_cfg_close() -> void:
- focus.grab_focus()
+func exit() -> void:
+ pass