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
commit4e98681f34befccf16af73a29dc154365b9d282e (patch)
tree22e219d3be3d954ba78ce0768a64f59cfca46fcf
parentSend now in map (diff)
downloadtorus-4e98681f34befccf16af73a29dc154365b9d282e.tar.gz
torus-4e98681f34befccf16af73a29dc154365b9d282e.zip
Shrink map
-rw-r--r--torus.h4
1 files 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 {
f02694fecd58a6f9f902ad8bf99&follow=1'>Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe