From 868ee7753ef812e49918a3068ae640271ed58959 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 21 Dec 2010 18:00:44 +0000 Subject: Change crouch sprite to be 64x50 px --- intensemarcus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intensemarcus.h') diff --git a/intensemarcus.h b/intensemarcus.h index 4724e85..4484587 100644 --- a/intensemarcus.h +++ b/intensemarcus.h @@ -11,6 +11,7 @@ const int SCREEN_BPP = 32; const int FPS = 30; const int MARCUS_WIDTH = 64; const int MARCUS_HEIGHT = 124; +const int CROUCH_HEIGHT = 50; const int ORIENT_FRONT = 0; const int ORIENT_BACK = 1; const int ORIENT_RIGHT = 2; @@ -23,7 +24,6 @@ const float SPRINT_MULTIPLYER = 1.5; const int MAP_X = 48; const int MAP_Y = 12; const int TILE_SIZE = 50; -const int CROUCH_HEIGHT = 30; SDL_Surface *loadImage(std::string filename); -- cgit v1.2.3