From c12fcf8e7663c20e2c2c0696fb35a7059b83127a Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Tue, 8 Mar 2011 15:14:57 +0000 Subject: Implement weapons --- intensemarcus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intensemarcus.h') diff --git a/intensemarcus.h b/intensemarcus.h index 4484587..6c33ea7 100644 --- a/intensemarcus.h +++ b/intensemarcus.h @@ -24,6 +24,8 @@ const float SPRINT_MULTIPLYER = 1.5; const int MAP_X = 48; const int MAP_Y = 12; const int TILE_SIZE = 50; +const int WEAPON_OFFSET_X = 20; +const int WEAPON_OFFSET_Y = 50; SDL_Surface *loadImage(std::string filename); -- cgit v1.2.3