-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlucky.json
More file actions
51 lines (51 loc) · 1.23 KB
/
Copy pathlucky.json
File metadata and controls
51 lines (51 loc) · 1.23 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[
{
"name": "panel",
"type": "Panel",
"x": 160.0,
"y": 100.0,
"size": "[1020.0, 860.0]",
"text": "Lucky Square - can you find the lucky square before the clock runs out? Click away!",
"halign": "left",
"valign": "top",
"font_size": "40.0",
"font_name": "Roboto",
"background_color": "(0.4, 0.1, 0.4)",
"radius": "(20, 20, 20, 20)",
"border_width": "0",
"border_color": "(1, 1, 1, 1)"
},
{
"name": "stack",
"type": "StackLayout",
"x": 320.0,
"y": 400.0,
"size": "[680.0, 460.0]"
},
{
"name": "clock",
"type": "Label",
"x": 400.0,
"y": 260.0,
"size": "[360.0, 100]",
"text": "Time Left:",
"halign": "center",
"valign": "center",
"font_size": "90.0",
"font_name": "LCD",
"color": "[1, 1, 1, 1]"
},
{
"name": "clock",
"type": "Label",
"x": 760.0,
"y": 260.0,
"size": "[100, 100]",
"text": "",
"halign": "left",
"valign": "center",
"font_size": "90.0",
"font_name": "LCD",
"color": "[1, 1, 1, 1]"
}
]