mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-01 17:55:48 +00:00
Resetting the velocity on death
This commit is contained in:
@@ -45,6 +45,8 @@ namespace BBM
|
||||
//! @brief True if buttons should be triggered every frame where the key is down, false if the button should only be triggered once the key is released.
|
||||
bool fastClick = false;
|
||||
|
||||
void disable();
|
||||
|
||||
//! @inherit
|
||||
WAL::Component *clone(WAL::Entity &entity) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user