diff options
| author | tpart <tpart120@proton.me> | 2024-08-29 14:41:55 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-08-29 14:41:55 +0200 |
| commit | 6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c (patch) | |
| tree | ba11c0b46bd5aea17db5fda611ed1a13a2a9124f /client/player/chat_message.tscn | |
| parent | 1561cd04a1cbba079a9f4cc4e6545b510d76e3ea (diff) | |
| download | hurrycurry-6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c.tar hurrycurry-6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c.tar.bz2 hurrycurry-6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c.tar.zst | |
Add new chat system
Diffstat (limited to 'client/player/chat_message.tscn')
| -rw-r--r-- | client/player/chat_message.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/player/chat_message.tscn b/client/player/chat_message.tscn index 816c9c4f..594e9ec1 100644 --- a/client/player/chat_message.tscn +++ b/client/player/chat_message.tscn @@ -14,19 +14,19 @@ base_font = ExtResource("1_3ximm") variation_embolden = 1.0 [node name="ChatMessage" type="Panel"] +auto_translate_mode = 2 offset_right = 512.0 offset_bottom = 128.0 -auto_translate = false theme_override_styles/panel = SubResource("StyleBoxFlat_dpele") [node name="Label" type="Label" parent="."] +auto_translate_mode = 2 layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -auto_translate = false theme_override_colors/font_color = Color(0, 0, 0, 1) theme_override_fonts/font = SubResource("FontVariation_ecurp") theme_override_font_sizes/font_size = 40 |