diff options
| author | manuel <manuel@mausz.at> | 2011-04-06 15:07:50 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-06 15:07:50 +0200 |
| commit | 2b3210e6d19e32b7746e0e1cdf22035ce508ca8a (patch) | |
| tree | 2fdd4967de000e72c9a9f83eefad47e7f13e6e21 /pacman-c++/constants.h | |
| parent | 6dc8b50817fe5da8550c245db755f7014402c62a (diff) | |
| download | foop-2b3210e6d19e32b7746e0e1cdf22035ce508ca8a.tar.gz foop-2b3210e6d19e32b7746e0e1cdf22035ce508ca8a.tar.bz2 foop-2b3210e6d19e32b7746e0e1cdf22035ce508ca8a.zip | |
adding nicer blocks :D
Diffstat (limited to 'pacman-c++/constants.h')
| -rw-r--r-- | pacman-c++/constants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pacman-c++/constants.h b/pacman-c++/constants.h index 15d3022..33f235a 100644 --- a/pacman-c++/constants.h +++ b/pacman-c++/constants.h | |||
| @@ -2,8 +2,9 @@ | |||
| 2 | #define CONSTANTS_H | 2 | #define CONSTANTS_H |
| 3 | 3 | ||
| 4 | #define SPRITE_MARGIN 2 | 4 | #define SPRITE_MARGIN 2 |
| 5 | #define SPRITE_WIDTH 16 | 5 | #define SPRITE_WIDTH 16 |
| 6 | #define SPRITE_HEIGHT 16 | 6 | #define SPRITE_HEIGHT 16 |
| 7 | #define SPRITE_OFFSET 20 | ||
| 7 | 8 | ||
| 8 | const unsigned int map_size[2] = { 20, 20 }; | 9 | const unsigned int map_size[2] = { 20, 20 }; |
| 9 | const unsigned int field_size[2] = { 16, 16 }; | 10 | const unsigned int field_size[2] = { 16, 16 }; |
