Files
Dawn-Godot/scenes/singletons/UI.tscn
2025-06-30 23:06:43 -05:00

18 lines
611 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://baos0arpiskbp"]
[ext_resource type="PackedScene" uid="uid://bkx3l0kckf4a8" path="res://scenes/ui/VNTextbox.tscn" id="1_1mtk3"]
[ext_resource type="Script" uid="uid://dq3qyyayugt5l" path="res://scripts/singletons/UI.gd" id="1_son71"]
[node name="UI" type="Control" node_paths=PackedStringArray("TEXTBOX")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_son71")
TEXTBOX = NodePath("VNTextbox")
[node name="VNTextbox" parent="." instance=ExtResource("1_1mtk3")]
layout_mode = 1