doric-engine/render_test/hexmap.kv

15 lines
251 B
Plaintext
Raw Normal View History

2017-07-27 17:21:35 -04:00
#:import utils kivy.utils
BoxLayout:
orientation: 'horizontal'
HexMap:
id: map
coords_display: coords
2017-07-27 17:21:35 -04:00
size_hint: .8, 1
MapLabel:
id: coords
size_hint: .2, 1
<MapLabel@Label>:
text: 'Change me'