bcirpggithubmirror/Phase2/Godot ===(Game Code)===/bcirpg_move/screens/grabFocus.gd
darioGerussi 128e8b79dc Reorganized folder layout
Reorganized the folders for a simpler and clearer layout.
2022-03-27 12:47:31 -05:00

8 lines
135 B
GDScript

extends Control
#GRAB FOCUS: simple script for temp files to grab focus
func _ready() -> void:
$Title/But_ChangeScene.grab_focus()