v0.3.5: lots of gladiator implementation, just needs polish

This commit is contained in:
Evan Debenham
2016-04-19 17:26:26 -04:00
parent 0cb6e96dee
commit a571dc7f02
3 changed files with 201 additions and 4 deletions
@@ -459,8 +459,9 @@ public class CharSprite extends MovieClip implements Tweener.Listener, MovieClip
public void onComplete( Animation anim ) {
if (animCallback != null) {
animCallback.call();
Callback executing = animCallback;
animCallback = null;
executing.call();
} else {
if (anim == attack) {