36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://b5bwpsh0gcicf"]
|
|
|
|
[ext_resource type="Script" uid="uid://dahhuhiu8u88b" path="res://scripts/Singleton/UI.gd" id="1_g3au4"]
|
|
[ext_resource type="PackedScene" uid="uid://verg13jtqwvh" path="res://scenes/UI/DebugMenu.tscn" id="2_is0g4"]
|
|
[ext_resource type="PackedScene" uid="uid://bfioi52hjn2kf" path="res://scenes/UI/QuestMenu.tscn" id="2_mpokx"]
|
|
[ext_resource type="PackedScene" uid="uid://bkx3l0kckf4a8" path="res://scenes/UI/VNTextbox.tscn" id="3_btpxp"]
|
|
|
|
[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
|
|
mouse_filter = 2
|
|
script = ExtResource("1_g3au4")
|
|
metadata/_custom_type_script = "uid://dahhuhiu8u88b"
|
|
|
|
[node name="QuestMenu" parent="." instance=ExtResource("2_mpokx")]
|
|
visible = false
|
|
layout_mode = 0
|
|
anchors_preset = 0
|
|
|
|
[node name="VNTextbox" parent="." instance=ExtResource("3_btpxp")]
|
|
visible = false
|
|
layout_mode = 1
|
|
|
|
[node name="DebugMenu" parent="." instance=ExtResource("2_is0g4")]
|
|
visible = false
|
|
layout_mode = 0
|
|
anchors_preset = 0
|
|
anchor_bottom = 0.0
|
|
offset_right = 207.0
|
|
offset_bottom = 206.0
|
|
grow_vertical = 1
|