From b5483c66aebec91d5354b859f365b8b60b1d4819 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Fri, 26 Nov 2010 16:15:18 +0000 Subject: Implement map reading and add tiles sprite sheet --- intensemarcus.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intensemarcus.h') diff --git a/intensemarcus.h b/intensemarcus.h index 8a4dd5a..01d7268 100644 --- a/intensemarcus.h +++ b/intensemarcus.h @@ -17,6 +17,9 @@ const int ORIENT_RIGHT = 2; const int ORIENT_LEFT = 3; const int GRAVITY = 3; const int JUMP_STRENGTH = 40; +const int MAP_X = 48; +const int MAP_Y = 12; +const int TILE_SIZE = 50; SDL_Surface *loadImage(std::string filename); -- cgit v1.2.3