-
Notifications
You must be signed in to change notification settings - Fork 1
/
canvas idea for text clickable options.txt
30 lines (29 loc) · 1.18 KB
/
canvas idea for text clickable options.txt
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
"content": [
{
"type": "canvas",
"orientation": "horizontal",
"margin": "0,0,0,100",
"content": [
{
"type": "item",
"item": "goal",
"item_size": "48,16",
"background": "#000000",
"margin": "4"
},
{
"type": "item",
"item": "testitem",
"background": "#FFFFFF",
"item_size": "48,16",
"canvas_left": 16
},
{
"type": "text",
"text": "Goal",
"v_alignment": "center",
"canvas_left": 18
}
]
},
Gotta have an icon, unfortunately.