summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-19 15:37:10 +0200
committertpart <tpart120@proton.me>2024-09-19 15:37:10 +0200
commit26ae3cf1be9749f72c08ec702897c0975f9da4a0 (patch)
treefa9ce063d9b431698c6cc4f5dcde2ea9f3cbf754 /client
parent00217bff29119a44bedd88c5fa7cb12ca749c42c (diff)
downloadhurrycurry-26ae3cf1be9749f72c08ec702897c0975f9da4a0.tar
hurrycurry-26ae3cf1be9749f72c08ec702897c0975f9da4a0.tar.bz2
hurrycurry-26ae3cf1be9749f72c08ec702897c0975f9da4a0.tar.zst
Shrink back size of positional server message
Diffstat (limited to 'client')
-rw-r--r--client/menu/popup_message/popup_message.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/popup_message/popup_message.gd b/client/menu/popup_message/popup_message.gd
index 2fd0788d..0df6af76 100644
--- a/client/menu/popup_message/popup_message.gd
+++ b/client/menu/popup_message/popup_message.gd
@@ -96,6 +96,7 @@ func display_server_msg_positional(msg: String, pos: Vector2, auto_remove := tru
server_msg_positional.show()
server_message_position = pos
server_msg_positional_label.text = msg
+ server_msg_positional_panel.size = Vector2.ZERO
if auto_remove:
server_msg_timer.start()