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
<StrategyGame>:
main_map: _main_map
BoxLayout:
orientation: 'horizontal'
DebugLabel:
text: 'Main map'
GridLayout:
id: _main_map
cols: 10
size_hint: .75, 1
BoxLayout:
orientation: 'vertical'