diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-12-21 18:00:44 +0000 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-12-21 18:00:44 +0000 |
commit | 868ee7753ef812e49918a3068ae640271ed58959 (patch) | |
tree | e5863be7e1fe8a73f6c8447f7396bcaa4ba9679b | |
parent | c04ccc9cc3aa91c634880cbfd2d77b58d68189ad (diff) |
Change crouch sprite to be 64x50 px
-rw-r--r-- | intensemarcus.h | 2 | ||||
-rw-r--r-- | marcussheet.png | bin | 53881 -> 51815 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/intensemarcus.h b/intensemarcus.h index 4724e85..4484587 100644 --- a/intensemarcus.h +++ b/intensemarcus.h @@ -11,6 +11,7 @@ const int SCREEN_BPP = 32; const int FPS = 30; const int MARCUS_WIDTH = 64; const int MARCUS_HEIGHT = 124; +const int CROUCH_HEIGHT = 50; const int ORIENT_FRONT = 0; const int ORIENT_BACK = 1; const int ORIENT_RIGHT = 2; @@ -23,7 +24,6 @@ const float SPRINT_MULTIPLYER = 1.5; const int MAP_X = 48; const int MAP_Y = 12; const int TILE_SIZE = 50; -const int CROUCH_HEIGHT = 30; SDL_Surface *loadImage(std::string filename); diff --git a/marcussheet.png b/marcussheet.png Binary files differindex 68a71cf..7ae4c0f 100644 --- a/marcussheet.png +++ b/marcussheet.png |