diff options
| author | manuel <manuel@mausz.at> | 2011-04-07 15:14:36 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-07 15:14:36 +0200 |
| commit | e1d45435ca9d0a0a9fe3824108db566de00644c2 (patch) | |
| tree | 35c8458859d2405ac992571f88122e580f5843cc /pacman-c++/constants.h | |
| parent | 11a1b82636ab75cb9d002712a3e0f353ad6b2579 (diff) | |
| download | foop-e1d45435ca9d0a0a9fe3824108db566de00644c2.tar.gz foop-e1d45435ca9d0a0a9fe3824108db566de00644c2.tar.bz2 foop-e1d45435ca9d0a0a9fe3824108db566de00644c2.zip | |
final demo map
Diffstat (limited to 'pacman-c++/constants.h')
| -rw-r--r-- | pacman-c++/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/constants.h b/pacman-c++/constants.h index 3d78d1d..e7755d4 100644 --- a/pacman-c++/constants.h +++ b/pacman-c++/constants.h | |||
| @@ -8,7 +8,7 @@ namespace Constants { | |||
| 8 | const unsigned int height; | 8 | const unsigned int height; |
| 9 | } | 9 | } |
| 10 | field_size = { 16, 16 }, | 10 | field_size = { 16, 16 }, |
| 11 | map_size = { 30, 30 }, | 11 | map_size = { 35, 17 }, |
| 12 | map_size_pixel = { field_size.width * map_size.width, | 12 | map_size_pixel = { field_size.width * map_size.width, |
| 13 | field_size.height * map_size.height }; | 13 | field_size.height * map_size.height }; |
| 14 | const unsigned int sprite_margin = 2; | 14 | const unsigned int sprite_margin = 2; |
