From bc01a352740c34e5f2f83efbee14e0bc9ef28ba5 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Fri, 3 Dec 2010 12:23:41 +0000 Subject: Implement sprinting --- intensemarcus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intensemarcus.h') diff --git a/intensemarcus.h b/intensemarcus.h index f4ceac5..3e98220 100644 --- a/intensemarcus.h +++ b/intensemarcus.h @@ -18,6 +18,7 @@ const int ORIENT_LEFT = 3; const int GRAVITY = 3; const int JUMP_STRENGTH = 40; const int MOVE_AMOUNT = 10; +const float SPRINT_MULTIPLYER = 1.5; const int MAP_X = 48; const int MAP_Y = 12; const int TILE_SIZE = 50; -- cgit v1.2.3