From 2ad77a17d27248bed4cd3cc9cd075e2f1dd0a695 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Sat, 16 Jul 2016 15:56:12 -0400 Subject: [PATCH] Change the number of hexes drawn overall. --- strategygame.kv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strategygame.kv b/strategygame.kv index 886890a..14d7ff8 100644 --- a/strategygame.kv +++ b/strategygame.kv @@ -4,7 +4,7 @@ : id: _game main_map: _main_map - map_rows: 30 + map_rows: 15 map_cols: 10 BoxLayout: orientation: 'horizontal'