Moved everything into a file system. Links broken.

This commit is contained in:
2025-08-10 03:58:03 -04:00
parent 4e0b42eb23
commit 434216ca29
182 changed files with 1141 additions and 252 deletions

28
templates/quest_log.tscn Normal file
View File

@@ -0,0 +1,28 @@
[gd_scene load_steps=2 format=3 uid="uid://dly7in8ql1fn4"]
[ext_resource type="Script" uid="uid://opy1kwcgsh70" path="res://scripts/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