aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-24 20:35:26 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-24 20:35:26 +0200
commit7c15d7c2ae45c1694cb6b6def98ad5c79a414d08 (patch)
tree100fe0d9265a3eeee0972b8590d3126e4e5efbd3 /client/global.gd
parentdbb52c813e64fbe4e733dbfec4e29889d288873e (diff)
downloadhurrycurry-7c15d7c2ae45c1694cb6b6def98ad5c79a414d08.tar
hurrycurry-7c15d7c2ae45c1694cb6b6def98ad5c79a414d08.tar.bz2
hurrycurry-7c15d7c2ae45c1694cb6b6def98ad5c79a414d08.tar.zst
show websocket errors
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/global.gd b/client/global.gd
index c0f9cc57..c75d12f3 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -2,3 +2,4 @@ extends Node
var server_url = ""
var character = 1
+var error_message = ""