Add layer field to animation | enable animation customization in runners

This commit is contained in:
2023-11-16 10:55:06 +01:00
parent ff59184d93
commit 82903463e3
6 changed files with 57 additions and 1 deletions

View File

@@ -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;