diff options
| author | nokoe <nokoe@mailbox.org> | 2024-06-30 00:36:42 +0200 |
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2024-06-30 00:36:42 +0200 |
| commit | 88c61bdaeca10b17cd24053ebafbc15f73710034 (patch) | |
| tree | b63e0d064378d3a11a3f4e53c4402a918c7e6cc6 /client/global.gd | |
| parent | 12b06f3b8769467b957986e2b2601f6dfb7f9dc6 (diff) | |
| download | hurrycurry-88c61bdaeca10b17cd24053ebafbc15f73710034.tar hurrycurry-88c61bdaeca10b17cd24053ebafbc15f73710034.tar.bz2 hurrycurry-88c61bdaeca10b17cd24053ebafbc15f73710034.tar.zst | |
add invert camera option
Diffstat (limited to 'client/global.gd')
| -rw-r--r-- | client/global.gd | 5 |
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": "", |