-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpowerx.kv
27 lines (26 loc) · 999 Bytes
/
powerx.kv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#:kivy 1.8.0
<PowerXCounter>:
id: powerx
GridLayout:
row_default_height: root.height / 3
cols: 1
center_x: 60
size: root.size
BoxLayout:
Label:
font_size: root.height / 3
text: powerx.weight
Label:
font_size: root.height / 3
text: 'X'
Label:
font_size: root.height / 3
text: powerx.counter
BoxLayout:
Label:
font_size: root.height / 3
text: powerx.totalTons
BoxLayout:
Label:
font_size: root.height / 3
text: powerx.timeRemaining