summary refs log tree commit diff stats
path: root/src/consts.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-02-19 10:45:04 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-02-19 10:45:04 -0500
commitdbc486d5cc0fa6b7cdb690fb4591f292d33e9ecc (patch)
treef702916de344abce394c967aba8cc910ba7cb093 /src/consts.h
parente4e2f2d2a7b6a282b9618aa0004d9453936f43c6 (diff)
downloadtherapy-dbc486d5cc0fa6b7cdb690fb4591f292d33e9ecc.tar.gz
therapy-dbc486d5cc0fa6b7cdb690fb4591f292d33e9ecc.tar.bz2
therapy-dbc486d5cc0fa6b7cdb690fb4591f292d33e9ecc.zip
Added freefalling terminal velocity
Diffstat (limited to 'src/consts.h')
-rw-r--r--src/consts.h1
1 files changed, 1 insertions, 0 deletions
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);
22const double JUMP_VELOCITY = CALC_VELOCITY(TILE_HEIGHT*4.5, 0.3); 22const double JUMP_VELOCITY = CALC_VELOCITY(TILE_HEIGHT*4.5, 0.3);
23 23
24const double WALK_SPEED = 90; 24const double WALK_SPEED = 90;
25const double TERMINAL_VELOCITY = 240;
25 26
26#endif 27#endif