mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-06 13:18:31 +00:00
add epitech logo in splash screen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user