aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-30 00:36:24 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-30 00:36:24 +0200
commit3322a7d3ceb399868c5eeeeb081249faa82506cd (patch)
treeab9ded100ec8f48fd64ab5da5ac71c5056022cbf /client/global.gd
parent3ea4e19d3ca7d1206408c113e1d2e0d27a6e6323 (diff)
parent88c61bdaeca10b17cd24053ebafbc15f73710034 (diff)
downloadhurrycurry-3322a7d3ceb399868c5eeeeb081249faa82506cd.tar
hurrycurry-3322a7d3ceb399868c5eeeeb081249faa82506cd.tar.bz2
hurrycurry-3322a7d3ceb399868c5eeeeb081249faa82506cd.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/global.gd b/client/global.gd
index 10468645..d4ab1677 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -44,6 +44,11 @@ var default_settings := {
"value": true,
"description": tr("Interpolate the camera rotation")
},
+ "invert_camera": {
+ "type": "toggle",
+ "value": false,
+ "description": tr("Invert camera movement")
+ },
"server_binary": {
"type": "line",
"value": "",