Add grid layout for the hex map.
This commit is contained in:
parent
bc62c5c14c
commit
d28564bca4
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue