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

View File

@@ -0,0 +1,52 @@
[gd_scene load_steps=2 format=3 uid="uid://dy73xoprgyvjj"]
[ext_resource type="Script" uid="uid://dj5e81dgkpww8" path="res://scripts/guild_information_window.gd" id="1_gudhb"]
[node name="Guild Info Window" type="Window"]
oversampling_override = 1.0
title = "Guild Information"
size = Vector2i(300, 300)
wrap_controls = true
popup_window = true
script = ExtResource("1_gudhb")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
custom_minimum_size = Vector2(300, 300)
anchors_preset = -1
offset_right = 40.0
offset_bottom = 40.0
[node name="Level" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Level"
[node name="LevelLabel" type="Label" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
[node name="Reputation" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Reputation"
[node name="ReputationLabel" type="Label" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
[node name="Members" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Members"
[node name="MembersLabel" type="Label" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
[node name="Gold" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Gold"
[node name="GoldLabel" type="Label" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
[connection signal="close_requested" from="." to="." method="_on_close_requested"]
[connection signal="focus_exited" from="." to="." method="_on_focus_exited"]