Fixed UI system
This commit is contained in:
@@ -1,29 +1,25 @@
|
||||
[gd_scene format=3 uid="uid://w1q5eoiejmy3"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://w1q5eoiejmy3"]
|
||||
|
||||
[node name="MainMenu" type="Node3D"]
|
||||
[ext_resource type="PackedScene" uid="uid://bimrljk1rn7af" path="res://scenes/UI/SubsceneUI.tscn" id="1_yqorp"]
|
||||
|
||||
[node name="UI" type="Control" parent="."]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
[node name="MainMenu" type="Node"]
|
||||
|
||||
[node name="Label" type="Label" parent="UI"]
|
||||
[node name="SubsceneUI" parent="." instance=ExtResource("1_yqorp")]
|
||||
|
||||
[node name="Label" type="Label" parent="SubsceneUI"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -68.0
|
||||
offset_top = -11.5
|
||||
offset_right = 68.0
|
||||
offset_bottom = 11.5
|
||||
offset_left = -133.5
|
||||
offset_top = -37.5
|
||||
offset_right = 133.5
|
||||
offset_bottom = 37.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "Thyme and Magic
|
||||
text = "Thyme and Magic - Prototype
|
||||
|
||||
Press tab to bring up debug menu."
|
||||
horizontal_alignment = 1
|
||||
|
Reference in New Issue
Block a user