diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-22 18:40:40 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-22 18:40:40 -0400 |
commit | 149f255760e56447400d80532c99d481bc93644a (patch) | |
tree | cad461be88b7260ec1beb532c33c9757c534979b /include/player.hpp | |
parent | 17b4275fae1f6c5642156c73784622772d235c42 (diff) |
working linking, left/right
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; |