Resetting the velocity on death

This commit is contained in:
Zoe Roux
2021-06-20 19:19:35 +02:00
parent e2386e885b
commit 5293222f88
4 changed files with 12 additions and 5 deletions
@@ -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;