Update speedup bonus & fixing one bug (double bonus/...)

This commit is contained in:
EternalRat
2021-06-08 20:37:10 +02:00
parent 3009e34ac3
commit 58bbd1fb93
5 changed files with 17 additions and 7 deletions

View File

@@ -15,9 +15,6 @@ namespace BBM
class ControllableSystem : public WAL::System<ControllableComponent, MovableComponent>
{
public:
//! @brief The speed applied to every controllable entities.
static constexpr const float speed = .25f;
//! @inherit
void onFixedUpdate(WAL::ViewEntity<ControllableComponent, MovableComponent> &entity) override;