doric-engine/render_test/hexmap.kv

14 lines
220 B
Plaintext

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