summaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-08-19 15:26:51 +0200
committertpart <tpart120@proton.me>2024-08-19 15:26:56 +0200
commitb8c4976a3a168b53e01ffcfde1b46888f5f8ae22 (patch)
tree97d33522e7c2a8817e1bc7648d7f778cf4b7b33c /client/global.gd
parent0ce733f60b7c0eda126a33451ca34e5182e0ceda (diff)
downloadhurrycurry-b8c4976a3a168b53e01ffcfde1b46888f5f8ae22.tar
hurrycurry-b8c4976a3a168b53e01ffcfde1b46888f5f8ae22.tar.bz2
hurrycurry-b8c4976a3a168b53e01ffcfde1b46888f5f8ae22.tar.zst
Add hint about performance
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 be83057f..085674ef 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -34,6 +34,7 @@ var default_profile := {
"has_rotated": false,
"has_reset": false,
"has_zoomed": false,
+ "has_seen_performance": false,
"has_seen_join_while_running": false
}
}