From 4e98681f34befccf16af73a29dc154365b9d282e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 25 Aug 2018 01:03:20 -0400 Subject: Shrink map --- torus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torus.h b/torus.h index ad7953d..62994b9 100644 --- a/torus.h +++ b/torus.h @@ -99,8 +99,8 @@ static const uint32_t TILE_INIT_X = TILE_COLS / 2; static const uint32_t TILE_INIT_Y = TILE_ROWS / 2; enum { - MAP_ROWS = 11, - MAP_COLS = 11, + MAP_ROWS = 7, + MAP_COLS = 7, }; struct Map { -- cgit 1.4.1