aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-24 19:28:54 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-24 19:28:54 +0200
commitdbb52c813e64fbe4e733dbfec4e29889d288873e (patch)
treefe278b138f0be0fb403f34ab13e057fbef302d59 /client/global.gd
parentaedfd730dc305e122b9fe8dfd910238be9f7c1d9 (diff)
downloadhurrycurry-dbb52c813e64fbe4e733dbfec4e29889d288873e.tar
hurrycurry-dbb52c813e64fbe4e733dbfec4e29889d288873e.tar.bz2
hurrycurry-dbb52c813e64fbe4e733dbfec4e29889d288873e.tar.zst
make multiplayer non global
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/global.gd b/client/global.gd
new file mode 100644
index 00000000..c0f9cc57
--- /dev/null
+++ b/client/global.gd
@@ -0,0 +1,4 @@
+extends Node
+
+var server_url = ""
+var character = 1