Add layer field to animation | enable animation customization in runners
This commit is contained in:
@@ -43,6 +43,8 @@ public class DefaultAnimation extends MovableSprite implements Animation {
|
||||
private PathExecutor<Animation> pathExecutor = new PathExecutor<>(this);
|
||||
private boolean finishOnEnd;
|
||||
private boolean finishOnFail;
|
||||
|
||||
@Getter
|
||||
private Layer layer;
|
||||
private boolean isObjectLayer = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user