diff options
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": "", |