diff options
Diffstat (limited to 'include/player.hpp')
-rw-r--r-- | include/player.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/player.hpp b/include/player.hpp index 430173f..1caccc8 100644 --- a/include/player.hpp +++ b/include/player.hpp @@ -5,6 +5,8 @@ #include <events.hpp> +constexpr const float PLAYER_SPEED_CONSTANT = 0.15f; + class PlayerSystem : public entityx::System<PlayerSystem>, public entityx::Receiver<PlayerSystem> { private: entityx::Entity::Id pid; |