From d28564bca4f61875cfdca9f340741f37159c600c Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Sat, 4 Jun 2016 12:06:41 -0700 Subject: [PATCH] Add grid layout for the hex map. --- strategygame.kv | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/strategygame.kv b/strategygame.kv index d5b66af..8fd52a0 100644 --- a/strategygame.kv +++ b/strategygame.kv @@ -2,10 +2,12 @@ #:include debug.kv : + main_map: _main_map BoxLayout: orientation: 'horizontal' - DebugLabel: - text: 'Main map' + GridLayout: + id: _main_map + cols: 10 size_hint: .75, 1 BoxLayout: orientation: 'vertical'