From dbc486d5cc0fa6b7cdb690fb4591f292d33e9ecc Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 19 Feb 2018 10:45:04 -0500 Subject: Added freefalling terminal velocity --- src/consts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/consts.h') diff --git a/src/consts.h b/src/consts.h index a065159..f3f777f 100644 --- a/src/consts.h +++ b/src/consts.h @@ -22,5 +22,6 @@ const double JUMP_GRAVITY = CALC_GRAVITY(TILE_HEIGHT*4.5, 0.3); const double JUMP_VELOCITY = CALC_VELOCITY(TILE_HEIGHT*4.5, 0.3); const double WALK_SPEED = 90; +const double TERMINAL_VELOCITY = 240; #endif -- cgit 1.4.1