summaryrefslogtreecommitdiff
path: root/intensemarcus.h
diff options
context:
space:
mode:
Diffstat (limited to 'intensemarcus.h')
-rw-r--r--intensemarcus.h3
1 files changed, 3 insertions, 0 deletions
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);