summaryrefslogtreecommitdiffstats
path: root/pacman-c++/constants.h
diff options
context:
space:
mode:
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 };