mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Roll speed 15.0 -> 25.0
This commit is contained in:
parent
b3791a2b4e
commit
89f441ae2c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user