-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannotations.txt
93 lines (93 loc) · 1.44 KB
/
annotations.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
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
[
{
"name": "4oz",
"id": 19,
"color": "#336479",
"type": "rectangle",
"attributes": []
},
{
"name": "6oz",
"id": 20,
"color": "#791923",
"type": "rectangle",
"attributes": []
},
{
"name": "8oz",
"id": 21,
"color": "#93c662",
"type": "rectangle",
"attributes": []
},
{
"name": "10oz",
"id": 22,
"color": "#29d037",
"type": "rectangle",
"attributes": []
},
{
"name": "12oz",
"id": 23,
"color": "#92861e",
"type": "rectangle",
"attributes": []
},
{
"name": "strong",
"id": 24,
"color": "#117f94",
"type": "rectangle",
"attributes": []
},
{
"name": "iced",
"id": 25,
"color": "#55e407",
"type": "rectangle",
"attributes": []
},
{
"name": "hot",
"id": 26,
"color": "#06722b",
"type": "rectangle",
"attributes": []
},
{
"name": "add_water",
"id": 27,
"color": "#c26ff5",
"type": "rectangle",
"attributes": []
},
{
"name": "descale",
"id": 28,
"color": "#dbd8df",
"type": "rectangle",
"attributes": []
},
{
"name": "handle",
"id": 29,
"color": "#eb5fa9",
"type": "any",
"attributes": []
},
{
"name": "water bin",
"id": 30,
"color": "#469d9b",
"type": "any",
"attributes": []
},
{
"name": "power",
"id": 31,
"color": "#b4dbe4",
"type": "rectangle",
"attributes": []
}
]