2022-01-30 20:43:22 +00:00
|
|
|
#MENUSCREEN:
|
|
|
|
# Script purely to grab focus for tabbing control
|
|
|
|
|
2022-01-23 20:18:08 +00:00
|
|
|
extends Control
|
|
|
|
|
|
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
|
|
func _ready() -> void:
|
|
|
|
$VBoxContainer/But_NewGame.grab_focus()
|