41 lines
930 B
Plaintext
41 lines
930 B
Plaintext
[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
|