aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-07-15 12:40:32 +0200
committertpart <tpart120@proton.me>2024-07-15 12:40:32 +0200
commit7aef7f193dca90a5253944450196d2dd71fefed5 (patch)
tree7f8b2ffb9917f7fe3308408bc30b2adfb46b8a43 /client/global.gd
parent64732f9ddb16c5d9ad01eb8de61b96e7b8974877 (diff)
downloadhurrycurry-7aef7f193dca90a5253944450196d2dd71fefed5.tar
hurrycurry-7aef7f193dca90a5253944450196d2dd71fefed5.tar.bz2
hurrycurry-7aef7f193dca90a5253944450196d2dd71fefed5.tar.zst
Add hint about joining game while it is running
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index b4d5a535..e3fe9000 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -32,7 +32,8 @@ var default_profile := {
"has_interacted": false,
"has_rotated": false,
"has_reset": false,
- "has_zoomed": false
+ "has_zoomed": false,
+ "has_seen_join_while_running": false
}
}
var languages := [tr("System default"), "en", "de"]