2022-03-27 19:17:34 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://assets/liberation_serif_40pt.tres" type="DynamicFont" id=1]
|
|
|
|
[ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=2]
|
|
|
|
[ext_resource path="res://assets/ui_controlNode_dark_theme.tres" type="Theme" id=3]
|
|
|
|
|
|
|
|
[node name="Control" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
2022-04-03 19:12:13 +00:00
|
|
|
[node name="Background" type="Panel" parent="."]
|
2022-03-27 19:17:34 +00:00
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 600.0
|
|
|
|
theme = ExtResource( 3 )
|
|
|
|
|
|
|
|
[node name="Title" parent="." instance=ExtResource( 2 )]
|
|
|
|
margin_top = 51.8676
|
|
|
|
margin_bottom = 117.868
|
|
|
|
theme = null
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
|
|
|
text = "New Room"
|