diff options
Diffstat (limited to 'source/game/StarParallax.hpp')
-rw-r--r-- | source/game/StarParallax.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/game/StarParallax.hpp b/source/game/StarParallax.hpp index ee65955..5f6b8d0 100644 --- a/source/game/StarParallax.hpp +++ b/source/game/StarParallax.hpp @@ -21,6 +21,9 @@ struct ParallaxLayer { List<String> textures; Directives directives; + unsigned frameNumber; + int frameOffset; + float animationCycle; float alpha; Vec2F parallaxValue; Vec2B repeat; |