square drwing

This commit is contained in:
arthur.jamet
2021-06-12 14:18:42 +02:00
parent 0a0501a044
commit b5d33751af
6 changed files with 119 additions and 21 deletions
@@ -9,10 +9,9 @@ namespace BBM
class IntroAnimationComponent : public WAL::Component
{
public:
unsigned int frame = 0;
unsigned int frameCounter = 0;
enum animationSteps {
init,
boxBlinking,
topLeftgrowing,
bottomRightGrowing,
@@ -21,7 +20,7 @@ namespace BBM
prompt,
};
enum animationSteps currentStep = init;
enum animationSteps currentStep = boxBlinking;
//! @inherit
Component *clone(WAL::Entity &entity) const override;