diff options
author | 3gg <3gg@shellblade.net> | 2024-09-01 09:19:16 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-09-01 09:19:16 -0700 |
commit | c77f188399b1c72004e23b77aed83735a3b6349e (patch) | |
tree | b020c03bd3a66d35e8d8f3d439a8f30738818159 | |
parent | daf6262c029892212f6b9b4014887c2c37e9ef75 (diff) |
Shrink tile.
-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; |