Block when pressing right click while looking at the attacker

This commit is contained in:
timokoesters
2019-08-24 18:38:59 +02:00
parent e42ffb362a
commit e7c61c30cc
8 changed files with 87 additions and 47 deletions

View File

@ -7,6 +7,7 @@ pub struct Controller {
pub move_dir: Vec2<f32>,
pub jump: bool,
pub attack: bool,
pub block: bool,
pub roll: bool,
pub glide: bool,
pub respawn: bool,