21 lines
703 B
Plaintext
21 lines
703 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dfwwtbs3ywcyq"]
|
|
|
|
[ext_resource type="Theme" uid="uid://dm7ee4aqjr2dl" path="res://ui/UI Theme.tres" id="1_3b1y4"]
|
|
[ext_resource type="Script" uid="uid://vjr7s045ri4a" path="res://scripts/Scenes/UIScene.gd" id="2_5efuf"]
|
|
[ext_resource type="PackedScene" uid="uid://bkx3l0kckf4a8" path="res://scenes/UI/VNTextbox.tscn" id="2_x0c4l"]
|
|
|
|
[node name="UI" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_3b1y4")
|
|
script = ExtResource("2_5efuf")
|
|
|
|
[node name="VNTextbox" parent="." instance=ExtResource("2_x0c4l")]
|
|
visible = false
|
|
layout_mode = 1
|
|
offset_top = -133.0
|