diff options
Diffstat (limited to 'gfx-iso')
-rw-r--r-- | gfx-iso/demos/checkerboard/checkerboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx-iso/demos/checkerboard/checkerboard.c b/gfx-iso/demos/checkerboard/checkerboard.c index 0f01b72..dbc817c 100644 --- a/gfx-iso/demos/checkerboard/checkerboard.c +++ b/gfx-iso/demos/checkerboard/checkerboard.c | |||
@@ -15,7 +15,7 @@ static const int MAX_FPS = 60; | |||
15 | static const int SCREEN_WIDTH = 704; | 15 | static const int SCREEN_WIDTH = 704; |
16 | static const int SCREEN_HEIGHT = 480; | 16 | static const int SCREEN_HEIGHT = 480; |
17 | 17 | ||
18 | static const int TILE_WIDTH = 64; | 18 | static const int TILE_WIDTH = 32; |
19 | static const int TILE_HEIGHT = TILE_WIDTH / 2; | 19 | static const int TILE_HEIGHT = TILE_WIDTH / 2; |
20 | static const int WORLD_WIDTH = 20; | 20 | static const int WORLD_WIDTH = 20; |
21 | static const int WORLD_HEIGHT = 20; | 21 | static const int WORLD_HEIGHT = 20; |