v0.2.3: fixed various UI bugs

This commit is contained in:
Evan Debenham
2014-12-08 23:07:43 -05:00
parent 5bf2d72a90
commit 92c018ac44
3 changed files with 16 additions and 8 deletions
@@ -409,7 +409,7 @@ public class Hero extends Char {
}
checkVisibleMobs();
AttackIndicator.updateState();
if (curAction == null) {
@@ -495,6 +495,8 @@ public class Hero extends Char {
curAction = null;
damageInterrupt = true;
ready = true;
AttackIndicator.updateState();
GameScene.ready();
}