aboutsummaryrefslogtreecommitdiff
path: root/src/animationlayer.h
diff options
context:
space:
mode:
authorTrickyLeifa <date.epoch@gmail.com>2024-05-23 00:02:07 +0200
committerTrickyLeifa <date.epoch@gmail.com>2024-05-23 00:02:07 +0200
commit29284c0b21408131b280744f58b78b2792d6a826 (patch)
treed664f474696f4728a4ba75600fff57d24650097e /src/animationlayer.h
parentd135bbc51144667fb3ee323a7635e3dbfc3f41a8 (diff)
Removed theme submodule, ...
* Removed theme submodule. * This should be handled by the CI. * Fixed effects not disappearing when they should (cull / repeat)
Diffstat (limited to 'src/animationlayer.h')
-rw-r--r--src/animationlayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/animationlayer.h b/src/animationlayer.h
index c67f7026..820703d6 100644
--- a/src/animationlayer.h
+++ b/src/animationlayer.h
@@ -62,6 +62,8 @@ public:
int currentFrameNumber();
void jumpToFrame(int number);
+ bool isPlayOnce();
+
void setPlayOnce(bool enabled);
void setStretchToFit(bool enabled);
void setResetCacheWhenStopped(bool enabled);