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_bubble.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_bubble.tscn')
| -rw-r--r-- | client/player/chat_bubble.tscn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/player/chat_bubble.tscn b/client/player/chat_bubble.tscn index 0fb6330f..6124d8b2 100644 --- a/client/player/chat_bubble.tscn +++ b/client/player/chat_bubble.tscn @@ -37,8 +37,6 @@ size = Vector2i(512, 128) modulate = Color(1, 1, 1, 0) offset_right = 67.0625 offset_bottom = 31.0 -theme_override_styles/normal = SubResource("StyleBoxEmpty_byl28") theme_override_styles/focus = SubResource("StyleBoxEmpty_byl28") theme_override_styles/read_only = SubResource("StyleBoxEmpty_byl28") - -[connection signal="text_changed" from="LineEdit" to="." method="_on_line_edit_text_changed"] +theme_override_styles/normal = SubResource("StyleBoxEmpty_byl28") |