Files
pomchronicles/templates/guild_info_window.tscn

53 lines
1.5 KiB
Plaintext

[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"]