aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-10-01 14:47:46 +0200
committernokoe <nokoe@mailbox.org>2024-10-01 14:47:46 +0200
commitb05e19f13280f887df5eaa2e2cc3915c9c748e83 (patch)
tree39cc32358d229dc3eddd6197b79a27cddd661a92 /client/global.gd
parent78c13e68040241f0fb76592e3664de2bc24cc981 (diff)
downloadhurrycurry-b05e19f13280f887df5eaa2e2cc3915c9c748e83.tar
hurrycurry-b05e19f13280f887df5eaa2e2cc3915c9c748e83.tar.bz2
hurrycurry-b05e19f13280f887df5eaa2e2cc3915c9c748e83.tar.zst
add popup asking for consent to query the registry; fixes #196
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 1d6fb630..6ea4f7dc 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -29,6 +29,7 @@ var default_profile := {
"character": 0,
"last_server_url": "",
"tutorial_ingredients_played": [],
+ "registry_asked": false,
"hints": {
"has_moved": false,
"has_boosted": false,