v0.4.1: allowed the hero to continue none looped animations when they are ready
This commit is contained in:
committed by
Evan Debenham
parent
75295b811f
commit
40df7155f4
@@ -531,7 +531,7 @@ public class Hero extends Char {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void ready() {
|
private void ready() {
|
||||||
sprite.idle();
|
if (sprite.looping()) sprite.idle();
|
||||||
curAction = null;
|
curAction = null;
|
||||||
damageInterrupt = true;
|
damageInterrupt = true;
|
||||||
ready = true;
|
ready = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user