diff options
| author | TrickyLeifa <date.epoch@gmail.com> | 2024-05-23 00:02:07 +0200 |
|---|---|---|
| committer | TrickyLeifa <date.epoch@gmail.com> | 2024-05-23 00:02:07 +0200 |
| commit | 29284c0b21408131b280744f58b78b2792d6a826 (patch) | |
| tree | d664f474696f4728a4ba75600fff57d24650097e /src/animationlayer.h | |
| parent | d135bbc51144667fb3ee323a7635e3dbfc3f41a8 (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.h | 2 |
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); |
