[gd_scene load_steps=4 format=2] [ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1] [ext_resource path="res://UserInterface/But_ChangeScene.tscn" type="PackedScene" id=2] [ext_resource path="res://screens/grabFocus.gd" type="Script" id=3] [node name="Control" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false } [node name="Title" parent="." instance=ExtResource( 1 )] anchor_left = 0.0 anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 0.0 margin_top = 0.0 margin_right = 0.0 margin_bottom = 0.0 text = "Add Character (temp)" [node name="But_ChangeScene" parent="Title" instance=ExtResource( 2 )] text = "Temp: back to menu" next_scene_path = "res://Screens/MenuScreen.tscn"