adding AnimationsSystem.cpp

This commit is contained in:
Clément Le Bihan
2021-06-01 17:26:01 +02:00
parent e298ce03eb
commit b4d783d6c2
9 changed files with 149 additions and 53 deletions
@@ -14,7 +14,7 @@ namespace BBM
{
public:
//! @brief The speed applied to every controllable entities.
static float speed;
static constexpr const float speed = .25f;
//! @inherit
void onFixedUpdate(WAL::Entity &entity) override;