aboutsummaryrefslogtreecommitdiff
path: root/client/menu/chat
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-08-29 15:33:50 +0200
committertpart <tpart120@proton.me>2024-08-29 15:33:50 +0200
commit295a5b6658b8202399a4940c207bd56f51bbcec9 (patch)
tree010f4640c6ceab7d91bdedeb9d429c03064451b5 /client/menu/chat
parentcd18aa57fa0c11bf455132d0c764d1340455eed1 (diff)
downloadhurrycurry-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.gd1
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")