Roll speed 15.0 -> 25.0

This commit is contained in:
AdamWhitehurst 2020-04-01 06:23:26 -07:00
parent b3791a2b4e
commit 89f441ae2c

View File

@ -6,7 +6,7 @@ use crate::{
use std::time::Duration; use std::time::Duration;
use vek::Vec3; use vek::Vec3;
const ROLL_SPEED: f32 = 15.0; const ROLL_SPEED: f32 = 25.0;
#[derive(Copy, Clone, Debug, PartialEq, Serialize, Deserialize, Eq, Hash)] #[derive(Copy, Clone, Debug, PartialEq, Serialize, Deserialize, Eq, Hash)]
pub struct Data { pub struct Data {
/// How long the state has until exiting /// How long the state has until exiting