aboutsummaryrefslogtreecommitdiff
path: root/client/menu/communicate/chat/chat_message.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-04 23:47:24 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-05 23:07:07 +0200
commit81deaf81c800900e30046cb927be1c9d91ae61b8 (patch)
tree20ce9898465e8d4c49eeff12a9ea55572517ea7b /client/menu/communicate/chat/chat_message.tscn
parentfd80142282fcef628466a18e3ea62f0d1372d807 (diff)
downloadhurrycurry-81deaf81c800900e30046cb927be1c9d91ae61b8.tar
hurrycurry-81deaf81c800900e30046cb927be1c9d91ae61b8.tar.bz2
hurrycurry-81deaf81c800900e30046cb927be1c9d91ae61b8.tar.zst
reorganize client gui files
Diffstat (limited to 'client/menu/communicate/chat/chat_message.tscn')
-rw-r--r--client/menu/communicate/chat/chat_message.tscn37
1 files changed, 0 insertions, 37 deletions
diff --git a/client/menu/communicate/chat/chat_message.tscn b/client/menu/communicate/chat/chat_message.tscn
deleted file mode 100644
index 43930670..00000000
--- a/client/menu/communicate/chat/chat_message.tscn
+++ /dev/null
@@ -1,37 +0,0 @@
-[gd_scene load_steps=4 format=3 uid="uid://bpc2qgsvcafhe"]
-
-[ext_resource type="Script" uid="uid://6rprqelfdp3" path="res://menu/communicate/chat/chat_message.gd" id="1_ey0qp"]
-[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme/theme.tres" id="1_rx6vg"]
-
-[sub_resource type="FontVariation" id="FontVariation_jfhbh"]
-variation_embolden = 1.3
-
-[node name="ChatMessage" type="VBoxContainer"]
-offset_right = 72.0
-offset_bottom = 192.0
-theme = ExtResource("1_rx6vg")
-script = ExtResource("1_ey0qp")
-
-[node name="Sender" type="Label" parent="."]
-layout_mode = 2
-theme_override_fonts/font = SubResource("FontVariation_jfhbh")
-text = "<Name>"
-
-[node name="FadeAway" type="Timer" parent="."]
-one_shot = true
-
-[node name="MarginContainer" type="MarginContainer" parent="."]
-layout_mode = 2
-theme_override_constants/margin_left = 10
-theme_override_constants/margin_top = 0
-theme_override_constants/margin_right = 0
-theme_override_constants/margin_bottom = 5
-
-[node name="Message" type="Label" parent="MarginContainer"]
-layout_mode = 2
-size_flags_horizontal = 3
-text = "Message"
-vertical_alignment = 1
-autowrap_mode = 3
-
-[connection signal="timeout" from="FadeAway" to="." method="_on_fade_away_timeout"]