diff options
author | tpart <tpart120@proton.me> | 2024-08-29 15:33:50 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-29 15:33:50 +0200 |
commit | 295a5b6658b8202399a4940c207bd56f51bbcec9 (patch) | |
tree | 010f4640c6ceab7d91bdedeb9d429c03064451b5 /client/menu/chat | |
parent | cd18aa57fa0c11bf455132d0c764d1340455eed1 (diff) | |
download | hurrycurry-295a5b6658b8202399a4940c207bd56f51bbcec9.tar hurrycurry-295a5b6658b8202399a4940c207bd56f51bbcec9.tar.bz2 hurrycurry-295a5b6658b8202399a4940c207bd56f51bbcec9.tar.zst |
Fix chat preview overlapping with chat open
Diffstat (limited to 'client/menu/chat')
-rw-r--r-- | client/menu/chat/chat_preview.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/chat/chat_preview.gd b/client/menu/chat/chat_preview.gd index 189ca89b..934af0b2 100644 --- a/client/menu/chat/chat_preview.gd +++ b/client/menu/chat/chat_preview.gd @@ -14,6 +14,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # extends Control +class_name ChatPreview const CHAT_MESSAGE_SCENE = preload("res://menu/chat/chat_message.tscn") |