Chat features

This commit is contained in:
2022-10-13 14:40:19 -05:00
parent a6adb8b011
commit 3ec9992707
7 changed files with 166 additions and 26 deletions

View File

@@ -10,13 +10,43 @@ __meta__ = {
"_edit_use_anchors_": false
}
[node name="ItemList" type="ItemList" parent="."]
anchor_left = 0.0449219
anchor_top = 0.125
anchor_right = 0.254477
anchor_bottom = 0.955
margin_right = -27.584
margin_bottom = -62.0
[node name="Chat" type="Control" parent="."]
anchor_left = 0.80957
anchor_top = 0.265
anchor_right = 0.80957
anchor_bottom = 0.265
margin_right = 40.0
margin_bottom = 40.0
__meta__ = {
"_edit_use_anchors_": true
}
[node name="TextEdit" type="TextEdit" parent="Chat"]
margin_left = -59.0
margin_top = -98.0
margin_right = 143.0
margin_bottom = 280.0
readonly = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LineEdit" type="LineEdit" parent="Chat"]
margin_left = -59.0
margin_top = 287.0
margin_right = 142.0
margin_bottom = 316.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CopyBtn" type="Button" parent="."]
margin_left = 48.0
margin_top = 33.0
margin_right = 168.0
margin_bottom = 53.0
disabled = true
text = "Copy Room Code"
[connection signal="text_entered" from="Chat/LineEdit" to="." method="_on_LineEdit_text_entered"]
[connection signal="pressed" from="CopyBtn" to="." method="_on_CopyBtn_pressed"]