mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Block when pressing right click while looking at the attacker
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user