Cleaning up movements

This commit is contained in:
Zoe Roux
2021-05-31 11:42:39 +02:00
parent 05ead59d0a
commit e24ad0fa50
11 changed files with 47 additions and 22 deletions

View File

@@ -13,6 +13,9 @@ namespace BBM
class ControllableSystem : public WAL::System
{
public:
//! @brief The speed applied to every controllable entities.
static float speed;
//! @inherit
void onFixedUpdate(WAL::Entity &entity) override;