29 lines
934 B
Plaintext
29 lines
934 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dly7in8ql1fn4"]
|
|
|
|
[ext_resource type="Script" uid="uid://opy1kwcgsh70" path="res://quest_log.gd" id="1_fbxfu"]
|
|
|
|
[node name="Quest Log" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
script = ExtResource("1_fbxfu")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 5
|
|
theme_override_constants/margin_top = 5
|
|
theme_override_constants/margin_right = 5
|
|
theme_override_constants/margin_bottom = 5
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="PanelContainer/MarginContainer"]
|
|
custom_minimum_size = Vector2(205, 215)
|
|
layout_mode = 2
|
|
|
|
[node name="Entries" type="VBoxContainer" parent="PanelContainer/MarginContainer/ScrollContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|