diff options
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/world.hpp b/include/world.hpp index 40e4a38..cae3808 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -20,6 +20,12 @@ #define PLAYER_SPEED_CONSTANT 0.15f /** + * Gravity thing + */ + +#define GRAVITY_CONSTANT 0.001f + +/** * Defines how many game ticks it takes for a day to elapse. */ |