Multiple Assets and UI fixes and additions

This commit is contained in:
Monty Marz
2019-10-23 19:40:45 +00:00
parent 3902b8e364
commit 3e0ac48bd8
55 changed files with 521 additions and 180 deletions

View File

@ -231,7 +231,7 @@ impl<'a> System<'a> for Sys {
}
}
Some(Item::Tool { .. }) => {
// Attack
// Melee Attack
if controller.primary
&& (character.movement == Stand
|| character.movement == Run