improvement: better movement

This commit is contained in:
timokoesters
2020-01-17 21:08:27 +01:00
committed by Pfauenauge90
parent c10c31043c
commit 8064b51ee2
6 changed files with 13 additions and 17 deletions

View File

@ -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