diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-08-15 19:23:56 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-08-15 19:23:56 +0200 | 
| commit | 6403fc9fadc1507a9a1980a3c20aa0b42cb6a853 (patch) | |
| tree | 25e28696e78628f346790e8c9796973938ea08db /client/global.gd | |
| parent | a2c498464ff09969bc6a98e475b82d44002fabeb (diff) | |
| download | hurrycurry-6403fc9fadc1507a9a1980a3c20aa0b42cb6a853.tar hurrycurry-6403fc9fadc1507a9a1980a3c20aa0b42cb6a853.tar.bz2 hurrycurry-6403fc9fadc1507a9a1980a3c20aa0b42cb6a853.tar.zst | |
update translations
Diffstat (limited to 'client/global.gd')
| -rw-r--r-- | client/global.gd | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/client/global.gd b/client/global.gd index e7f62091..647cac32 100644 --- a/client/global.gd +++ b/client/global.gd @@ -48,7 +48,7 @@ var default_settings := {  	"sfx_volume": RangeSetting.new(tr("SFX Volume"), 0, -30, 0),  	"fullscreen": DropdownSetting.new(tr("Fullscreen"), 0, [tr("Keep"), tr("Always"), tr("Never")]),  	"touch_controls": DropdownSetting.new(tr("Enable touch screen controls"), 0, [tr("Automatic"), tr("Enabled"), tr("Disabled")]), -	"interpolate_camera_rotation": ToggleSetting.new(tr("Interpolate the camera rotation"), true), +	"interpolate_camera_rotation": ToggleSetting.new(tr("Smooth camera rotation"), true),  	"invert_camera": ToggleSetting.new(tr("Invert camera movement"), false),  	"usernames": ToggleSetting.new(tr("Show username tags"), true),  	"server_binary": TextSetting.new(tr("Server binary (leave empty to search PATH)"), "", tr("Enter path")), | 
