doric-engine/debug.kv

8 lines
213 B
Plaintext
Raw Permalink Normal View History

2016-06-04 14:31:07 -04:00
#:import random random
<DebugLabel@Button>:
size: self.parent.size
pos: self.parent.pos
background_color: random.random(), random.random(), random.random(), 0.6
text: 'debuglabel'