a game about throwing hammers made for the github game off
1
2
3
4
5
6
7
8
9
10
extends Control

@export var focus: Control

func _ready() -> void:
  focus.grab_focus()


func _on_cfg_close() -> void:
  focus.grab_focus()