add epitech logo in splash screen

This commit is contained in:
arthur.jamet
2021-06-18 08:42:02 +02:00
parent 8fab5bf1b7
commit 11792958f2
3 changed files with 30 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ namespace BBM
unsigned int frameCounter = 0;
enum animationSteps {
epitechLogo,
boxBlinking,
topLeftgrowing,
bottomRightGrowing,
@@ -20,7 +21,7 @@ namespace BBM
prompt,
};
enum animationSteps currentStep = boxBlinking;
enum animationSteps currentStep = epitechLogo;
//! @inherit
Component *clone(WAL::Entity &entity) const override;