forked from placeDE/pixel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
114 lines (98 loc) · 1.7 KB
/
config.toml
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
ignore_colors = [
[0, 0, 0, 0],
# [0, 0, 0, 255], # filter all black
[0xff, 0x00, 0xf8, 0xff]
]
version = 17
[priorities]
"0" = 0
"1" = 1
"2" = 5
"3" = 10
"4" = 20
"5" = 40
# [[structure]]
# name = "old-stuff"
# file = "images/everything.png"
# startx = 1333
# starty = 753
# riority = 0
# [[structure]]
# name = "rwth2"
# file = "images/rwth+fh-big.png"
# startx = 1332
# starty = 1172
# priority = 0
# [[structure]]
# name = "hwst"
# file = "images/hswt.png"
# startx = 1235
# starty = 1201
# priority = 0
#[[structure]]
#name = "fish-background"
#file = "images/fish-background.png"
#startx = 1333
#starty = 753
#priority = 0
# [[structure]]
# name = "augsburg"
# file = "images/augsburg.png"
# startx = 1370
# starty = 1400
# priority = 4
# [[structure]]
# name = "slime"
# file = "images/slime.png"
# startx = 1332
# starty = 753
# priority = 0
[[structure]]
name = "logo2"
file = "images/logo_new_canvas.png"
priority_file = "images/logo_new_canvas_prio.png"
startx = 1238
starty = 1177
priority = 5
# [[structure]]
# name = "lmu"
# file = "images/lmao.png"
# startx = 1241
# starty = 1191
# priority = 1
[[structure]]
name = "fish2"
file = "images/pleadfish.png"
startx = 1217
starty = 1173
priority = 3
[[structure]]
name = "small_tum_tuw"
file = "images/tum_tuw_small.png"
startx = 1232
starty = 1173
priority = 3
[[structure]]
name = "augsburg2"
file = "images/augsburg2.png"
startx = 1304
starty = 1948
priority = 2
[[structure]]
name = "rwth1"
file = "images/rwth+fh.png"
startx = 1232
starty = 1198
priority = 3
[[structure]]
name = "logo_left"
file = "images/tum_small.png"
startx = 1109
starty = 1171
priority = 3
[[structure]]
name = "lmao"
file = "images/lmu.png"
startx = 1241
starty = 1191
priority = 1