feat: update 2.1.9

This commit is contained in:
2026-04-29 01:36:49 +08:00
parent 1585b91509
commit 8a2f865ad8
76 changed files with 2628 additions and 39 deletions
+40
View File
@@ -0,0 +1,40 @@
[gd_scene format=3 uid="uid://dqfriend001"]
[ext_resource type="Script" path="res://scripts/ui/friend_row.gd" id="1_frow"]
[node name="FriendRow" type="HBoxContainer"]
script = ExtResource("1_frow")
[node name="NameLabel" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
[node name="StateLabel" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 2
visible = false
[node name="DMBtn" type="Button" parent="."]
unique_name_in_owner = true
layout_mode = 2
text = "Chat"
visible = false
[node name="AcceptBtn" type="Button" parent="."]
unique_name_in_owner = true
layout_mode = 2
text = "Accept"
visible = false
[node name="DeclineBtn" type="Button" parent="."]
unique_name_in_owner = true
layout_mode = 2
text = "Decline"
visible = false
[node name="RemoveBtn" type="Button" parent="."]
unique_name_in_owner = true
layout_mode = 2
text = "Remove"
visible = false