From 86b0b8f644d80ecb79884cc2e3af9612d38c6887 Mon Sep 17 00:00:00 2001 From: AdamWhitehurst Date: Sat, 28 Mar 2020 13:50:42 -0700 Subject: [PATCH] triple_strike orientation --- common/src/states/triple_strike.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/states/triple_strike.rs b/common/src/states/triple_strike.rs index d59869c20d..5a670c1cab 100644 --- a/common/src/states/triple_strike.rs +++ b/common/src/states/triple_strike.rs @@ -8,7 +8,7 @@ use vek::vec::Vec3; // In millis const STAGE_DURATION: u64 = 700; -const TIMING_WINDOW: u64 = 500; +const TIMING_WINDOW: u64 = 600; const INITIAL_ACCEL: f32 = 90.0; const BASE_SPEED: f32 = 25.0; @@ -120,7 +120,7 @@ impl CharacterBehavior for Data { } }; } else { - handle_orientation(data, &mut update, 20.0); + handle_orientation(data, &mut update, 50.0); } // Handling attacking