From c3cca22839f437b3208a3116714de25415453c4c Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Thu, 26 Feb 2026 09:03:45 -0800 Subject: [PATCH] fix default values --- lib/src/state.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/state.rs b/lib/src/state.rs index 3b8fed7..568b1d2 100644 --- a/lib/src/state.rs +++ b/lib/src/state.rs @@ -84,9 +84,9 @@ impl PlaybackState{ style:v0::Style::Autohop, absolute_sensitivity_enabled:false, fov_y:1.0, - sens_x:1.0, + sens_x:0.3, vertical_sensitivity_multipler:1.0, - turn_speed:1.0, + turn_speed:core::f64::consts::TAU/0.715588, } } pub fn get_run(&self,mode:v0::ModeID)->Option<&Run>{