mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
improvement: better movement
This commit is contained in:
committed by
Pfauenauge90
parent
c10c31043c
commit
8064b51ee2
@ -16,7 +16,7 @@ use specs::{
|
||||
use std::time::Duration;
|
||||
use vek::*;
|
||||
|
||||
const CHARGE_COST: i32 = 50;
|
||||
const CHARGE_COST: i32 = 200;
|
||||
|
||||
/// # Controller System
|
||||
/// #### Responsible for validating controller inputs and setting new Character States
|
||||
|
Reference in New Issue
Block a user