summaryrefslogtreecommitdiffstats
path: root/pacman-c++/constants.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-06 15:07:50 +0200
committermanuel <manuel@mausz.at>2011-04-06 15:07:50 +0200
commit2b3210e6d19e32b7746e0e1cdf22035ce508ca8a (patch)
tree2fdd4967de000e72c9a9f83eefad47e7f13e6e21 /pacman-c++/constants.h
parent6dc8b50817fe5da8550c245db755f7014402c62a (diff)
downloadfoop-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.h3
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
8const unsigned int map_size[2] = { 20, 20 }; 9const unsigned int map_size[2] = { 20, 20 };
9const unsigned int field_size[2] = { 16, 16 }; 10const unsigned int field_size[2] = { 16, 16 };