Fixed UI system
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b6pl1cq5y05ad"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://b6pl1cq5y05ad"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://benvf7v4p4i2l" path="res://scripts/Singletons/VN.gd" id="1_01fad"]
|
||||
[ext_resource type="PackedScene" uid="uid://bkx3l0kckf4a8" path="res://scenes/UI/VNTextbox.tscn" id="2_adm0d"]
|
||||
[ext_resource type="PackedScene" uid="uid://bimrljk1rn7af" path="res://scenes/UI/SubsceneUI.tscn" id="2_hxsm8"]
|
||||
|
||||
[node name="VN" type="Node"]
|
||||
script = ExtResource("1_01fad")
|
||||
|
||||
[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="SubsceneUI" parent="." instance=ExtResource("2_hxsm8")]
|
||||
layer = 1
|
||||
|
||||
[node name="VNTextbox" parent="UI" instance=ExtResource("2_adm0d")]
|
||||
[node name="VNTextbox" parent="SubsceneUI" instance=ExtResource("2_adm0d")]
|
||||
layout_mode = 1
|
||||
|
Reference in New Issue
Block a user