Add grid layout for the hex map.

This commit is contained in:
Dorian 2016-06-04 12:06:41 -07:00
parent bc62c5c14c
commit d28564bca4
1 changed files with 4 additions and 2 deletions

View File

@ -2,10 +2,12 @@
#:include debug.kv #:include debug.kv
<StrategyGame>: <StrategyGame>:
main_map: _main_map
BoxLayout: BoxLayout:
orientation: 'horizontal' orientation: 'horizontal'
DebugLabel: GridLayout:
text: 'Main map' id: _main_map
cols: 10
size_hint: .75, 1 size_hint: .75, 1
BoxLayout: BoxLayout:
orientation: 'vertical' orientation: 'vertical'