mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
triple_strike combo timing window 600 -> 400
This commit is contained in:
parent
95bc486f7c
commit
237393993f
@ -8,7 +8,7 @@ use vek::vec::Vec3;
|
||||
|
||||
// In millis
|
||||
const STAGE_DURATION: u64 = 700;
|
||||
const TIMING_WINDOW: u64 = 600;
|
||||
const TIMING_WINDOW: u64 = 400;
|
||||
const INITIAL_ACCEL: f32 = 90.0;
|
||||
const BASE_SPEED: f32 = 25.0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user