From 8cbfd5c58a1617250294866f290bdf2c9f16a122 Mon Sep 17 00:00:00 2001 From: tpart Date: Mon, 2 Sep 2024 19:02:09 +0200 Subject: Disable camera rotation interpolation by default --- client/global.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/global.gd b/client/global.gd index 0a14ebdc..4c6de5a4 100644 --- a/client/global.gd +++ b/client/global.gd @@ -46,7 +46,7 @@ var using_touch := false @onready var default_settings := [ SettingsCategory.new(tr("Gameplay"), "gameplay", { "touch_controls": DropdownSetting.new(tr("Enable touch screen controls"), 0, [tr("Automatic"), tr("Enabled"), tr("Disabled")]), - "interpolate_camera_rotation": ToggleSetting.new(tr("Smooth camera rotation"), true), + "interpolate_camera_rotation": ToggleSetting.new(tr("Smooth camera rotation"), false), "invert_camera": ToggleSetting.new(tr("Invert camera movement"), false), "usernames": ToggleSetting.new(tr("Show username tags"), true), "setup_complete": ToggleSetting.new(tr("Initial setup complete. (Uncheck and restart to reenter)"), false), -- cgit v1.2.3-70-g09d2