diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-15 15:00:50 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-15 15:00:50 +0200 |
commit | 55f1cd9cd968b77121f1536cee963048ffe0acb0 (patch) | |
tree | 66a9d5994f4bc842e8322f2f7468157349b490ed /client/global.gd | |
parent | 340aa47c4652fe2f0ec5b0e4f293cfff407a0e6c (diff) | |
parent | d9ad661792297503fb0ea11f79ec153d8430f65b (diff) | |
download | hurrycurry-55f1cd9cd968b77121f1536cee963048ffe0acb0.tar hurrycurry-55f1cd9cd968b77121f1536cee963048ffe0acb0.tar.bz2 hurrycurry-55f1cd9cd968b77121f1536cee963048ffe0acb0.tar.zst |
Merge branch 'master' of https://codeberg.org/hurrycurry/hurrycurry
Diffstat (limited to 'client/global.gd')
-rw-r--r-- | client/global.gd | 3 |
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"] |