mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 16:22:09 +00:00
the player now see the bomb explosion before dying of it
This commit is contained in:
@@ -14,7 +14,7 @@ namespace BBM
|
||||
|
||||
public:
|
||||
//! @inherit
|
||||
void onSelfUpdate(void) override;
|
||||
void onSelfUpdate(std::chrono::nanoseconds dtime) override;
|
||||
|
||||
//! @inherit
|
||||
void onFixedUpdate(WAL::ViewEntity<IntroAnimationComponent> &entities) override;
|
||||
|
||||
Reference in New Issue
Block a user