diff options
Diffstat (limited to 'intensemarcus.h')
-rw-r--r-- | intensemarcus.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |