summaryrefslogtreecommitdiff
path: root/intensemarcus.h
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-11-26 13:36:32 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-11-26 13:36:32 +0000
commit3e45e8c0bdb2218bde1c861d14df7216316bbc05 (patch)
treea6e709b19933555af5fdbb4f45bda04f27b1b493 /intensemarcus.h
parent2ae1f27204f0f3040ff3b258affd7025bce8cbe8 (diff)
Implement player jumping
Diffstat (limited to 'intensemarcus.h')
-rw-r--r--intensemarcus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intensemarcus.h b/intensemarcus.h
index 8386411..8a4dd5a 100644
--- a/intensemarcus.h
+++ b/intensemarcus.h
@@ -16,6 +16,7 @@ const int ORIENT_BACK = 1;
const int ORIENT_RIGHT = 2;
const int ORIENT_LEFT = 3;
const int GRAVITY = 3;
+const int JUMP_STRENGTH = 40;
SDL_Surface *loadImage(std::string filename);