Vast improvements and a working finite state machine, working on new guild member registration.

This commit is contained in:
2025-07-24 08:41:19 -04:00
parent 90151369de
commit dc30d1b15c
100 changed files with 1987 additions and 194 deletions

25
notice_panel.tscn Normal file
View File

@@ -0,0 +1,25 @@
[gd_scene load_steps=2 format=3 uid="uid://b3lle4eammcwp"]
[ext_resource type="Texture2D" uid="uid://b7yco5065s41n" path="res://notice-icon.png" id="1_1reoo"]
[node name="NoticePanel" type="PanelContainer"]
offset_right = 321.0
offset_bottom = 32.0
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="HBoxContainer"]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
texture = ExtResource("1_1reoo")
expand_mode = 1
stretch_mode = 4
[node name="Label" type="Label" parent="HBoxContainer"]
custom_minimum_size = Vector2(300, 24)
layout_mode = 2
text = "Rania has joined the guild!"
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 2