doric-engine/strategygame.kv

19 lines
430 B
Plaintext
Raw Normal View History

2016-06-04 14:59:40 -04:00
#:include debug.kv
<StrategyGame>:
BoxLayout:
orientation: 'horizontal'
DebugLabel:
text: 'Main map'
size_hint: .75, 1
BoxLayout:
orientation: 'vertical'
size_hint: .25, 1
DebugLabel:
text: 'status'
size_hint: 1, .66
DebugLabel:
text: 'mini-map'
size_hint: 1, .33