about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-25 01:03:20 -0400
committerJune McEnroe <june@causal.agency>2018-08-25 01:03:20 -0400
commit205c1b9e71f806f46044048ee6f6fb84e45f8db2 (patch)
treeb494d166f426cc97b7b314df53e551b55c1b25ef
parentSend now in map (diff)
downloadtorus-205c1b9e71f806f46044048ee6f6fb84e45f8db2.tar.gz
torus-205c1b9e71f806f46044048ee6f6fb84e45f8db2.zip
Shrink map
-rw-r--r--torus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/torus.h b/torus.h
index d446488..3b4d133 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 {
09-29 19:23:48 +0000'>2020-09-29Update libretls to 3.2.1June McEnroe 2020-09-10Update catgirl to 1.2June McEnroe 2020-09-09Add pounce-palaver portJune McEnroe 2020-09-09Update pounce to 2.0June McEnroe 2020-09-09Update litterbox to 1.6June McEnroe 2020-08-23Add scooper portJune McEnroe 2020-08-23Add catsit portJune McEnroe 2020-08-13Update pounce to 1.4p2June McEnroe 2020-08-11Update pounce to 1.4p1June McEnroe 2020-08-10Add litterbox portJune McEnroe 2020-08-10Add missing USES=pkgconfig to pounceJune McEnroe