Add debug mode item giving speed boost in look_dir on click

This commit is contained in:
timokoesters
2019-08-28 22:47:52 +02:00
parent 155605841b
commit 6e1c78e5d5
15 changed files with 133 additions and 48 deletions

View File

@ -7,8 +7,8 @@ pub struct Controller {
pub move_dir: Vec2<f32>,
pub look_dir: Vec3<f32>,
pub jump: bool,
pub attack: bool,
pub block: bool,
pub main: bool,
pub alt: bool,
pub roll: bool,
pub glide: bool,
pub respawn: bool,