doric-engine/render_test/hexmap.kv

15 lines
251 B
Plaintext

#:import utils kivy.utils
BoxLayout:
orientation: 'horizontal'
HexMap:
id: map
coords_display: coords
size_hint: .8, 1
MapLabel:
id: coords
size_hint: .2, 1
<MapLabel@Label>:
text: 'Change me'