-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest_widgets.json
More file actions
99 lines (99 loc) · 2.17 KB
/
Copy pathtest_widgets.json
File metadata and controls
99 lines (99 loc) · 2.17 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[
{
"name": "",
"type": "Panel",
"x": 40.0,
"y": 621.0,
"size": "[1160.0, 280.0]",
"text": "",
"halign": "left",
"valign": "top",
"font_size": "30.0",
"font_name": "Roboto",
"background_color": "(0.4, 0.4, 0.4)",
"radius": "((20, 20), (20, 20), (20, 20), (20, 20))",
"border_width": "0",
"border_color": "(1, 1, 1, 1)"
},
{
"name": "list",
"type": "ListBox",
"x": 800.0,
"y": 121.0,
"size": "[320.0, 80.0]",
"text": "List",
"font_size": "30.0",
"font_name": "Roboto"
},
{
"name": "slider",
"type": "Slider",
"x": 120.0,
"y": 321.0,
"size": "[500.0, 180.0]",
"text": "slider",
"orientation": "horizontal"
},
{
"name": "piano",
"type": "PianoKeyboard",
"x": 80.0,
"y": 701.0,
"size": "[1080.0, 180.0]",
"keyboard_size": "30",
"start": "0"
},
{
"name": "toggle1",
"type": "ToggleButton",
"x": 900.0,
"y": 281.0,
"size": "[120.0, 120.0]",
"text": "Tog",
"font_size": "50",
"font_name": "LCD",
"color": "[1, 1, 1, 1]",
"background_color": "[0, 0, 0, 0]",
"radius": "(60, 60, 60, 60)",
"button_normal_color": "[0.3, 0.3, 0.3, 1]",
"button_down_color": "(0.1, 0.5, 0.8, 1)",
"border_width": "0",
"border_color": "(1, 1, 1, 0.5)"
},
{
"name": "knob1",
"type": "Knob",
"x": 120.0,
"y": 81.0,
"size": "[200, 200]",
"text": "knob #1"
},
{
"name": "knob2",
"type": "Knob",
"x": 400.0,
"y": 81.0,
"size": "[200, 200]",
"text": "knob #2"
},
{
"name": "switch1",
"type": "Switch",
"x": 640.0,
"y": 501.0,
"size": [
320.0,
60.0
]
},
{
"name": "text1",
"type": "TextInput",
"x": 180.0,
"y": 501.0,
"size": [
400,
60
]
}
]