From da4bd0b57b1ce5cdb56e6f8d9870998cbdd176f4 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 27 Mar 2017 19:22:49 -0400 Subject: gravity? --- include/player.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/player.hpp') diff --git a/include/player.hpp b/include/player.hpp index 2c65717..efac984 100644 --- a/include/player.hpp +++ b/include/player.hpp @@ -15,7 +15,7 @@ /** * The constant velocity the player is given when moved with the arrow keys. */ -constexpr const float PLAYER_SPEED_CONSTANT = 0.15f; +constexpr const float PLAYER_SPEED_CONSTANT = 0.03f; /** * @class PlayerSystem -- cgit v1.2.3