new theme in progress

This commit is contained in:
Chris Danford
2008-02-19 03:13:39 +00:00
parent 53581e21c4
commit ffad4d8484
289 changed files with 11374 additions and 322 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

@@ -0,0 +1,3 @@
return LoadActor("DifficultyList cursor p1") .. {
InitCommand=cmd(zoomx,-1;);
};
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 B

@@ -0,0 +1 @@
return Def.Actor{};
Binary file not shown.

Before

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1 @@
_menu overlay with player notifications
@@ -0,0 +1,3 @@
return LoadActor( "frame" ) .. {
InitCommand=cmd(x,SCREEN_CENTER_X-150;y,SCREEN_CENTER_Y;);
};
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -0,0 +1 @@
_menu overlay with player notifications
@@ -1 +0,0 @@
_shared background normal
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

@@ -0,0 +1,5 @@
return Def.ActorFrame {
LoadActor( "bg" ) .. {
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y);
};
};
Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

@@ -0,0 +1,49 @@
local t = Def.ActorFrame {
LoadActor( "bumper" ) .. {
OnCommand=cmd(x,SCREEN_CENTER_X-320;y,SCREEN_CENTER_Y);
};
LoadActor( "bumper" ) .. {
OnCommand=cmd(x,SCREEN_CENTER_X+320;y,SCREEN_CENTER_Y;zoomx,-1);
};
LoadActor( "top" ) .. {
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_TOP;vertalign,top);
};
Def.ActorFrame {
OnCommand=cmd(x,SCREEN_CENTER_X-284;y,SCREEN_TOP+30);
LoadActor( "bar" ) .. {
InitCommand=cmd(horizalign,left;y,4);
};
LoadFont( "_sf sports night ns upright 52" ) .. {
InitCommand=cmd(x,64;y,-7;horizalign,left;shadowlength,0;zoom,0.5;settext,"Select Style";skewx,-0.15);
};
LoadFont( "_venacti 24" ) .. {
InitCommand=cmd(x,64;y,12;horizalign,left;shadowlength,0;zoom,0.5;settext,"I can't wait to see your next moves!");
};
LoadActor( "arrow" ) .. {
};
LoadActor( "ring" ) .. {
InitCommand=cmd(x,-1.5);
};
};
LoadFont( "_venacti 80 bold" ) .. {
InitCommand=cmd(x,SCREEN_CENTER_X+276;y,SCREEN_TOP+24;shadowlength,0;zoom,0.5;settext,"45");
};
};
local style = GAMESTATE:GetCurrentStyle();
if style then
local master_pn = GAMESTATE:GetMasterPlayerNumber();
local st = style:GetStyleType();
local pad_file = "";
if st == "StyleType_OnePlayerOneSide" or st == "StyleType_OnePlayerTwoSides" then
pad_file = st .. " " .. master_pn;
elseif st == "StyleType_TwoPlayersTwoSides" then
pad_file = st;
end
t[#t+1] = LoadActor( "style " .. pad_file ) .. {
InitCommand=cmd(x,SCREEN_CENTER_X+170;y,SCREEN_CENTER_Y-202;);
};
end
return t;
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

@@ -0,0 +1,20 @@
return LoadActor( THEME:GetPathB("ScreenWithMenuElements2","overlay") ) .. {
Def.ActorFrame {
InitCommand=cmd(x,SCREEN_CENTER_X-200;y,SCREEN_BOTTOM-34;);
LoadActor( "notify" ) .. {
OnCommand=cmd();
};
LoadFont( "_venacti bold 30" ) .. {
InitCommand=cmd(y,-15;shadowlength,0;diffuse,color("#000000");zoom,0.5;settext,"\"JOY4\" IS NOT MAPPED";skewx,-0.1;);
};
};
Def.ActorFrame {
InitCommand=cmd(x,SCREEN_CENTER_X+200;y,SCREEN_BOTTOM-34;);
LoadActor( "notify" ) .. {
OnCommand=cmd(zoomx,-1);
};
LoadFont( "_venacti bold 30" ) .. {
InitCommand=cmd(y,-15;shadowlength,0;diffuse,color("#000000");zoom,0.5;settext,"P2: PRESS START TO JOIN\nTHIS IS 2 LINES OF TEXT";skewx,-0.1;);
};
};
};
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 KiB

@@ -1,4 +0,0 @@
return LoadActor( "bg" ) .. {
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT);
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

@@ -1,7 +0,0 @@
[main]
DefaultWidth=14
1=10
11=9
13=9
14=12
+1
View File
@@ -0,0 +1 @@
_zosma 60 bold
@@ -0,0 +1 @@
_venacti bold 26
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

@@ -0,0 +1,4 @@
[main]
AdvanceExtraPixels=0
0=26
1=26
+1
View File
@@ -0,0 +1 @@
_terminator two 36
@@ -0,0 +1 @@
_terminator two 32
@@ -0,0 +1 @@
_venacti bold 24
@@ -0,0 +1 @@
_terminator two 32
@@ -1 +0,0 @@
blaster
+1
View File
@@ -0,0 +1 @@
_venacti bold fixed-width 24
+1
View File
@@ -0,0 +1 @@
_terminator two 36
+1
View File
@@ -0,0 +1 @@
_terminator two 36
@@ -1 +0,0 @@
blaster
@@ -1 +1,2 @@
_numbers2
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

@@ -1,276 +0,0 @@
[Char Widths]
AddToAllWidths=2
AddToAllHeights=2
# row 1, dots
0=5
1=5
2=5
3=5
4=5
5=5
6=5
7=5
8=5
9=56
10=0
11=5
12=5
13=0
14=5
15=5
# row 2, more dots
16=5
17=5
18=5
19=5
20=5
21=5
22=5
23=5
24=5
25=5
26=5
27=5
28=5
29=5
30=5
31=5
# row 3, punctuation
32=3
33=3
34=4 #!
35=5 #"
36=5
37=8
38=8 #%
39=3 #heart
40=5 #'
41=5 #(
42=6 #)
43=6 #*
44=4 #+
45=5 #,
46=3 #-
47=8 #.
# row 4, numbers and more punctuation
48=8 #/
49=9 #0
50=8 #1
51=9 #2
52=8 #3
53=8 #4
54=8 #5
55=8 #6
56=8 #7
57=8 #8
58=3 #9
59=4 #:
60=6 #;
61=5 #<
62=6 #=
63=7 #>
# row 5, space, A-O
64=5 #?
65=8 #A
66=8 #B
67=8 #C
68=8 #D
69=8 #E
70=8 #F
71=8 #G
72=8 #H
73=7 #I
74=8 #J
75=8 #K
76=8 #L
77=8 #M
78=8 #N
79=8 #O
# row 6, P-Z, [ ] _
80=8 #P
81=8 #Q
82=8 #R
83=8 #S
84=8 #T
85=8 #U
86=8 #V
87=8 #W
88=8 #X
89=7 #Y
90=8 #Z
91=5
92=5
93=5
94=5
95=5
# row 7, space, a-o
96=5
97=7 #a
98=7 #b
99=7 #c
100=7 #d
101=7 #e
102=7 #f
103=7 #g
104=7 #h
105=3 #i
106=7 #j
107=7 #k
108=3 #l
109=8 #m
110=7 #n
111=7 #o
# row 8, p-z
112=7 #p
113=7
114=6
115=7
116=7
117=7
118=7
119=8
120=8
121=7
122=7
123=5
124=5
125=5
126=13
127=5
# row 9
128=5
129=5
130=5
131=5
132=5
133=5
134=5
135=5
136=5
137=5
138=5
139=5
140=5
141=5
142=5
143=5
# row 10
144=5
145=5
146=5
147=5
148=5
149=5
150=5
151=5
152=5
153=5
154=5
155=5
156=5
157=5
158=5
159=5
# row 11
160=5
161=5
162=5
163=5
164=5
165=5
166=5
167=5
168=5
169=5
170=5
171=5
172=5
173=5
174=5
175=5
# row 12
176=5
177=5
178=5
179=5
180=5
181=5
182=5
183=5
184=5
185=5
186=5
187=5
188=5
189=5
190=5
191=5
# row 13
192=5
193=5
194=5
195=5
196=5
197=5
198=5
199=5
200=5
201=5
202=5
203=5
204=5
205=5
206=5
207=5
# row 14
208=5
209=5
210=5
211=5
212=5
213=5
214=5
215=5
216=5
217=5
218=5
219=5
220=5
221=5
222=5
223=5
# row 15
224=5
225=5
226=5
227=5
228=5
229=5
230=5
231=5
232=5
233=5
234=5
235=5
236=5
237=5
238=5
239=5
# row 16
240=5
241=5
242=5
243=5
244=5
245=5
246=5
247=5
248=5
249=5
250=5
251=5
252=5
253=5
254=5
255=5
@@ -0,0 +1 @@
_venacti bold 28
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

+408
View File
@@ -0,0 +1,408 @@
[main]
Baseline=44
Top=10
LineSpacing=54
DrawExtraPixelsLeft=3
DrawExtraPixelsRight=0
AdvanceExtraPixels=0
0=24
1=24
2=24
3=24
4=24
5=24
6=24
7=24
8=24
9=24
10=24
11=24
12=24
13=24
14=24
15=24
16=24
17=24
18=24
19=24
20=24
21=24
22=24
23=24
24=24
25=24
26=24
27=24
28=24
29=24
30=24
31=24
32=15
33=14
34=21
35=31
36=31
37=40
38=34
39=10
40=15
41=15
42=31
43=26
44=15
45=12
46=15
47=30
48=31
49=31
50=31
51=31
52=31
53=31
54=31
55=31
56=31
57=31
58=15
59=15
60=26
61=26
62=26
63=26
64=43
65=31
66=32
67=31
68=33
69=27
70=26
71=32
72=34
73=12
74=26
75=31
76=25
77=44
78=36
79=31
80=30
81=34
82=32
83=30
84=26
85=33
86=30
87=49
88=30
89=29
90=29
91=15
92=12
93=15
94=26
95=22
96=16
97=26
98=26
99=24
100=26
101=25
102=15
103=26
104=26
105=10
106=10
107=24
108=11
109=41
110=26
111=26
112=26
113=26
114=21
115=25
116=19
117=26
118=22
119=35
120=22
121=21
122=21
123=17
124=12
125=17
126=26
127=24
128=73
129=24
130=33
131=31
132=19
133=44
134=31
135=31
136=22
137=57
138=107
139=14
140=49
141=24
142=117
143=24
144=24
145=10
146=10
147=19
148=19
149=23
150=22
151=44
152=24
153=44
154=30
155=14
156=41
157=78
158=24
159=141
160=28
161=14
162=31
163=31
164=31
165=31
166=9
167=31
168=20
169=35
170=19
171=23
172=26
173=33
174=35
175=33
176=33
177=26
178=19
179=19
180=16
181=26
182=31
183=33
184=14
185=19
186=19
187=23
188=47
189=47
190=47
191=26
192=31
193=31
194=31
195=31
196=31
197=31
198=47
199=31
200=27
201=27
202=27
203=27
204=12
205=12
206=12
207=12
208=33
209=36
210=31
211=31
212=31
213=31
214=31
215=33
216=33
217=33
218=33
219=33
220=33
221=29
222=30
223=27
224=26
225=26
226=26
227=26
228=26
229=26
230=40
231=24
232=25
233=25
234=25
235=25
236=10
237=10
238=10
239=10
240=26
241=26
242=26
243=26
244=26
245=26
246=26
247=33
248=26
249=26
250=26
251=26
252=26
253=21
254=26
255=21
[alt]
0=24
1=24
2=24
3=24
4=24
5=24
6=24
7=24
8=24
9=24
10=24
11=24
12=24
13=24
14=24
15=24
16=24
17=24
18=24
19=24
20=24
21=24
22=24
23=24
24=24
25=24
26=24
27=24
28=24
29=24
30=24
31=24
32=28
33=102
34=21
35=154
36=31
37=102
38=102
39=31
40=20
41=107
42=102
43=102
44=102
45=33
46=117
47=102
48=33
49=102
50=33
51=56
52=16
53=102
54=102
55=33
56=14
57=30
58=102
59=102
60=102
61=76
62=78
63=102
64=102
65=31
66=31
67=102
68=31
69=102
70=102
71=31
72=102
73=27
74=102
75=27
76=102
77=12
78=12
79=102
80=102
81=102
82=102
83=31
84=31
85=102
86=31
87=33
88=102
89=102
90=33
91=102
92=33
93=29
94=102
95=27
96=102
97=26
98=26
99=102
100=26
101=102
102=102
103=24
104=102
105=25
106=102
107=25
108=102
109=10
110=10
111=102
112=102
113=102
114=102
115=26
116=26
117=102
118=26
119=33
120=102
121=102
122=26
123=102
124=26
125=21
126=102
127=33
[numbers]
0=31
1=31
2=31
3=31
4=31
5=31
6=31
7=31
8=31
9=31
10=40
11=15
12=15
13=15
14=22
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

+408
View File
@@ -0,0 +1,408 @@
[main]
Baseline=44
Top=10
LineSpacing=54
DrawExtraPixelsLeft=3
DrawExtraPixelsRight=0
AdvanceExtraPixels=0
0=24
1=24
2=24
3=24
4=24
5=24
6=24
7=24
8=24
9=24
10=24
11=24
12=24
13=24
14=24
15=24
16=24
17=24
18=24
19=24
20=24
21=24
22=24
23=24
24=24
25=24
26=24
27=24
28=24
29=24
30=24
31=24
32=15
33=14
34=21
35=31
36=31
37=40
38=34
39=10
40=15
41=15
42=31
43=26
44=15
45=12
46=15
47=30
48=31
49=31
50=31
51=31
52=31
53=31
54=31
55=31
56=31
57=31
58=15
59=15
60=26
61=26
62=26
63=26
64=43
65=31
66=32
67=31
68=33
69=27
70=26
71=32
72=34
73=12
74=26
75=31
76=25
77=44
78=36
79=31
80=30
81=34
82=32
83=30
84=26
85=33
86=30
87=49
88=30
89=29
90=29
91=15
92=12
93=15
94=26
95=22
96=16
97=26
98=26
99=24
100=26
101=25
102=15
103=26
104=26
105=10
106=10
107=24
108=11
109=41
110=26
111=26
112=26
113=26
114=21
115=25
116=19
117=26
118=22
119=35
120=22
121=21
122=21
123=17
124=12
125=17
126=26
127=24
128=73
129=24
130=33
131=31
132=19
133=44
134=31
135=31
136=22
137=57
138=26
139=14
140=49
141=24
142=117
143=24
144=24
145=10
146=10
147=19
148=19
149=23
150=22
151=44
152=24
153=44
154=22
155=14
156=41
157=78
158=24
159=26
160=12
161=14
162=31
163=31
164=31
165=31
166=9
167=31
168=20
169=35
170=19
171=23
172=26
173=33
174=35
175=33
176=33
177=26
178=19
179=19
180=16
181=26
182=31
183=33
184=14
185=19
186=19
187=23
188=47
189=47
190=47
191=26
192=31
193=31
194=31
195=31
196=31
197=31
198=47
199=31
200=27
201=27
202=27
203=27
204=12
205=12
206=12
207=12
208=33
209=36
210=31
211=31
212=31
213=31
214=31
215=33
216=33
217=33
218=33
219=33
220=33
221=29
222=30
223=27
224=26
225=26
226=26
227=26
228=26
229=26
230=40
231=24
232=25
233=25
234=25
235=25
236=10
237=10
238=10
239=10
240=26
241=26
242=26
243=26
244=26
245=26
246=26
247=33
248=26
249=26
250=26
251=26
252=26
253=21
254=26
255=21
[alt]
0=24
1=24
2=24
3=24
4=24
5=24
6=24
7=24
8=24
9=24
10=24
11=24
12=24
13=24
14=24
15=24
16=24
17=24
18=24
19=24
20=24
21=24
22=24
23=24
24=24
25=24
26=24
27=24
28=24
29=24
30=24
31=24
32=12
33=102
34=21
35=154
36=31
37=102
38=102
39=31
40=20
41=26
42=102
43=102
44=102
45=33
46=117
47=102
48=33
49=102
50=33
51=56
52=16
53=102
54=102
55=33
56=14
57=22
58=102
59=102
60=102
61=23
62=78
63=102
64=102
65=31
66=31
67=102
68=31
69=102
70=102
71=31
72=102
73=27
74=102
75=27
76=102
77=12
78=12
79=102
80=102
81=102
82=102
83=31
84=31
85=102
86=31
87=33
88=102
89=102
90=33
91=102
92=33
93=29
94=102
95=27
96=102
97=26
98=26
99=102
100=26
101=102
102=102
103=24
104=102
105=25
106=102
107=25
108=102
109=10
110=10
111=102
112=102
113=102
114=102
115=26
116=26
117=102
118=26
119=33
120=102
121=102
122=26
123=102
124=26
125=21
126=102
127=33
[numbers]
0=31
1=31
2=31
3=31
4=31
5=31
6=31
7=31
8=31
9=31
10=40
11=15
12=15
13=15
14=22
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

+408
View File
@@ -0,0 +1,408 @@
[main]
Baseline=31
Top=6
LineSpacing=38
DrawExtraPixelsLeft=3
DrawExtraPixelsRight=0
AdvanceExtraPixels=0
0=12
1=12
2=12
3=12
4=12
5=12
6=12
7=12
8=12
9=12
10=12
11=12
12=12
13=12
14=12
15=12
16=12
17=12
18=12
19=12
20=12
21=12
22=12
23=12
24=12
25=12
26=12
27=12
28=12
29=12
30=12
31=12
32=10
33=9
34=13
35=19
36=16
37=29
38=21
39=7
40=11
41=11
42=16
43=18
44=8
45=13
46=7
47=15
48=19
49=11
50=18
51=18
52=17
53=19
54=19
55=17
56=20
57=19
58=7
59=8
60=17
61=19
62=17
63=18
64=21
65=18
66=20
67=20
68=21
69=20
70=19
71=21
72=20
73=8
74=16
75=19
76=16
77=29
78=23
79=21
80=19
81=21
82=20
83=20
84=17
85=21
86=18
87=30
88=21
89=18
90=18
91=10
92=15
93=10
94=19
95=19
96=10
97=18
98=18
99=18
100=18
101=18
102=10
103=18
104=18
105=7
106=7
107=17
108=7
109=26
110=18
111=18
112=18
113=18
114=12
115=17
116=9
117=18
118=16
119=24
120=18
121=18
122=16
123=12
124=8
125=12
126=19
127=12
128=20
129=12
130=8
131=10
132=14
133=25
134=18
135=18
136=14
137=31
138=20
139=11
140=33
141=12
142=18
143=12
144=12
145=8
146=8
147=14
148=14
149=15
150=22
151=35
152=14
153=31
154=17
155=11
156=29
157=16
158=12
159=18
160=14
161=9
162=18
163=20
164=19
165=17
166=8
167=16
168=13
169=26
170=16
171=18
172=11
173=13
174=26
175=10
176=14
177=12
178=13
179=13
180=10
181=18
182=18
183=8
184=8
185=10
186=16
187=18
188=28
189=30
190=29
191=17
192=18
193=18
194=18
195=18
196=18
197=18
198=30
199=20
200=20
201=20
202=20
203=20
204=8
205=8
206=8
207=8
208=21
209=23
210=21
211=21
212=21
213=21
214=21
215=17
216=21
217=21
218=21
219=21
220=21
221=18
222=17
223=18
224=18
225=18
226=18
227=18
228=18
229=18
230=29
231=18
232=18
233=18
234=18
235=18
236=7
237=7
238=7
239=7
240=19
241=18
242=18
243=18
244=18
245=18
246=18
247=18
248=18
249=18
250=18
251=18
252=18
253=18
254=18
255=18
[alt]
0=12
1=12
2=12
3=12
4=12
5=12
6=12
7=12
8=12
9=12
10=12
11=12
12=12
13=12
14=12
15=12
16=12
17=12
18=12
19=12
20=12
21=12
22=12
23=12
24=12
25=12
26=12
27=12
28=12
29=12
30=12
31=12
32=14
33=12
34=12
35=16
36=19
37=12
38=12
39=16
40=13
41=20
42=12
43=12
44=12
45=13
46=18
47=12
48=14
49=12
50=12
51=9
52=10
53=12
54=12
55=14
56=8
57=17
58=12
59=12
60=12
61=12
62=16
63=12
64=12
65=18
66=18
67=12
68=18
69=12
70=12
71=20
72=12
73=20
74=12
75=20
76=12
77=8
78=8
79=12
80=12
81=12
82=12
83=21
84=21
85=12
86=21
87=17
88=12
89=12
90=21
91=12
92=21
93=18
94=12
95=18
96=12
97=18
98=18
99=12
100=18
101=12
102=12
103=18
104=12
105=18
106=12
107=18
108=12
109=7
110=7
111=12
112=12
113=12
114=12
115=18
116=18
117=12
118=18
119=18
120=12
121=12
122=18
123=12
124=18
125=18
126=12
127=12
[numbers]
0=19
1=11
2=18
3=18
4=17
5=19
6=19
7=17
8=20
9=19
10=29
11=7
12=10
13=7
14=18
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

+408
View File
@@ -0,0 +1,408 @@
[main]
Baseline=35
Top=7
LineSpacing=43
DrawExtraPixelsLeft=3
DrawExtraPixelsRight=0
AdvanceExtraPixels=0
0=0
1=0
2=0
3=0
4=0
5=0
6=0
7=0
8=0
9=0
10=0
11=0
12=0
13=0
14=0
15=0
16=0
17=0
18=0
19=0
20=0
21=0
22=0
23=0
24=0
25=0
26=0
27=0
28=0
29=0
30=0
31=0
32=11
33=10
34=14
35=22
36=18
37=33
38=23
39=8
40=12
41=12
42=18
43=21
44=9
45=15
46=8
47=17
48=21
49=13
50=20
51=21
52=19
53=21
54=22
55=19
56=22
57=22
58=8
59=9
60=19
61=22
62=19
63=20
64=24
65=20
66=22
67=23
68=23
69=23
70=22
71=24
72=23
73=9
74=18
75=21
76=18
77=32
78=26
79=24
80=22
81=24
82=22
83=22
84=19
85=24
86=20
87=34
88=24
89=20
90=21
91=11
92=17
93=11
94=21
95=22
96=12
97=20
98=20
99=20
100=20
101=20
102=11
103=20
104=20
105=8
106=8
107=19
108=8
109=30
110=20
111=20
112=20
113=20
114=13
115=19
116=10
117=20
118=18
119=28
120=20
121=20
122=19
123=14
124=9
125=14
126=22
127=0
128=22
129=0
130=9
131=19
132=16
133=28
134=21
135=21
136=16
137=35
138=22
139=12
140=37
141=0
142=21
143=0
144=0
145=9
146=9
147=16
148=16
149=17
150=24
151=40
152=16
153=35
154=19
155=12
156=32
157=19
158=0
159=20
160=16
161=10
162=20
163=22
164=22
165=19
166=9
167=17
168=15
169=29
170=18
171=21
172=37
173=15
174=29
175=37
176=16
177=37
178=15
179=15
180=12
181=20
182=20
183=9
184=9
185=12
186=18
187=21
188=32
189=33
190=33
191=20
192=20
193=20
194=20
195=20
196=20
197=20
198=34
199=23
200=23
201=23
202=23
203=23
204=9
205=9
206=9
207=9
208=23
209=26
210=24
211=24
212=24
213=24
214=24
215=19
216=24
217=24
218=24
219=24
220=24
221=20
222=20
223=20
224=20
225=20
226=20
227=20
228=20
229=20
230=32
231=20
232=20
233=20
234=20
235=20
236=8
237=8
238=8
239=8
240=21
241=20
242=20
243=20
244=20
245=20
246=20
247=21
248=20
249=20
250=20
251=20
252=20
253=20
254=20
255=20
[alt]
0=0
1=0
2=0
3=0
4=0
5=0
6=0
7=0
8=0
9=0
10=0
11=0
12=0
13=0
14=0
15=0
16=0
17=0
18=0
19=0
20=0
21=0
22=0
23=0
24=0
25=0
26=0
27=0
28=0
29=0
30=0
31=0
32=16
33=19
34=19
35=18
36=22
37=19
38=19
39=17
40=15
41=22
42=19
43=19
44=19
45=15
46=21
47=19
48=16
49=19
50=19
51=10
52=12
53=19
54=19
55=16
56=9
57=19
58=19
59=19
60=19
61=19
62=19
63=19
64=19
65=20
66=20
67=19
68=20
69=19
70=19
71=23
72=19
73=23
74=19
75=23
76=19
77=9
78=9
79=19
80=19
81=19
82=19
83=24
84=24
85=19
86=24
87=19
88=19
89=19
90=24
91=19
92=24
93=20
94=19
95=20
96=19
97=20
98=20
99=19
100=20
101=19
102=19
103=20
104=19
105=20
106=19
107=20
108=19
109=8
110=8
111=19
112=19
113=19
114=19
115=20
116=20
117=19
118=20
119=21
120=19
121=19
122=20
123=19
124=20
125=20
126=19
127=19
[numbers]
0=21
1=13
2=20
3=21
4=19
5=21
6=22
7=19
8=22
9=22
10=33
11=8
12=11
13=8
14=20
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

+409
View File
@@ -0,0 +1,409 @@
[main]
Baseline=38
Top=0
LineSpacing=52
DrawExtraPixelsLeft=3
DrawExtraPixelsRight=0
AdvanceExtraPixels=3
ScaleAllWidthsBy=1.2068965517241379310344827586207
0=4
1=4
2=4
3=4
4=4
5=4
6=4
7=4
8=4
9=4
10=4
11=4
12=4
13=4
14=4
15=4
16=4
17=4
18=4
19=4
20=4
21=4
22=4
23=4
24=4
25=4
26=4
27=4
28=4
29=4
30=4
31=4
32=20
33=12
34=22
35=9
36=8
37=10
38=11
39=12
40=18
41=18
42=6
43=11
44=12
45=11
46=12
47=16
48=35
49=13
50=35
51=35
52=35
53=35
54=35
55=35
56=35
57=35
58=12
59=12
60=10
61=11
62=10
63=29
64=11
65=33
66=36
67=35
68=35
69=32
70=32
71=35
72=35
73=13
74=35
75=33
76=32
77=40
78=35
79=35
80=35
81=38
82=35
83=35
84=35
85=35
86=33
87=51
88=35
89=35
90=35
91=17
92=16
93=17
94=9
95=6
96=4
97=33
98=36
99=35
100=35
101=32
102=32
103=35
104=35
105=13
106=35
107=33
108=32
109=40
110=35
111=35
112=35
113=38
114=35
115=35
116=35
117=35
118=33
119=51
120=35
121=36
122=35
123=20
124=12
125=20
126=10
127=4
128=4
129=4
130=12
131=4
132=22
133=4
134=4
135=4
136=4
137=4
138=4
139=4
140=4
141=4
142=4
143=4
144=4
145=12
146=12
147=22
148=22
149=4
150=4
151=4
152=4
153=4
154=4
155=4
156=4
157=4
158=4
159=4
160=4
161=12
162=4
163=8
164=6
165=9
166=3
167=6
168=8
169=6
170=6
171=8
172=8
173=8
174=6
175=8
176=8
177=8
178=8
179=8
180=8
181=8
182=9
183=8
184=8
185=8
186=6
187=8
188=8
189=8
190=8
191=29
192=8
193=8
194=8
195=8
196=8
197=8
198=11
199=8
200=8
201=8
202=8
203=8
204=7
205=7
206=7
207=7
208=9
209=10
210=9
211=9
212=9
213=9
214=9
215=6
216=8
217=10
218=10
219=10
220=10
221=9
222=9
223=9
224=6
225=6
226=6
227=6
228=6
229=6
230=8
231=4
232=4
233=4
234=4
235=4
236=3
237=3
238=3
239=3
240=6
241=7
242=6
243=6
244=6
245=6
246=6
247=8
248=6
249=6
250=6
251=6
252=6
253=6
254=8
255=6
[alt]
0=4
1=4
2=4
3=4
4=4
5=4
6=4
7=4
8=4
9=4
10=4
11=4
12=4
13=4
14=4
15=4
16=4
17=4
18=4
19=4
20=4
21=4
22=4
23=4
24=4
25=4
26=4
27=4
28=4
29=4
30=4
31=4
32=4
33=4
34=4
35=4
36=6
37=4
38=4
39=6
40=8
41=4
42=4
43=4
44=4
45=8
46=4
47=4
48=8
49=4
50=4
51=4
52=8
53=4
54=4
55=4
56=8
57=4
58=4
59=4
60=4
61=4
62=4
63=4
64=4
65=8
66=8
67=4
68=8
69=4
70=4
71=8
72=4
73=8
74=4
75=8
76=4
77=7
78=7
79=4
80=4
81=4
82=4
83=9
84=9
85=4
86=9
87=6
88=4
89=4
90=10
91=4
92=10
93=9
94=4
95=9
96=4
97=6
98=6
99=4
100=6
101=4
102=4
103=4
104=4
105=4
106=4
107=4
108=4
109=3
110=3
111=4
112=4
113=4
114=4
115=6
116=6
117=4
118=6
119=8
120=4
121=4
122=6
123=4
124=6
125=6
126=4
127=4
[numbers]
0=35
1=13
2=35
3=35
4=35
5=35
6=35
7=35
8=35
9=35
10=10
11=12
12=20
13=12
14=35
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

@@ -0,0 +1,409 @@
[main]
Baseline=38
Top=0
LineSpacing=52
DrawExtraPixelsLeft=0
DrawExtraPixelsRight=0
AdvanceExtraPixels=3
ScaleAllWidthsBy=1.2068965517241379310344827586207
0=4
1=4
2=4
3=4
4=4
5=4
6=4
7=4
8=4
9=4
10=4
11=4
12=4
13=4
14=4
15=4
16=4
17=4
18=4
19=4
20=4
21=4
22=4
23=4
24=4
25=4
26=4
27=4
28=4
29=4
30=4
31=4
32=20
33=12
34=22
35=9
36=8
37=10
38=11
39=12
40=18
41=18
42=6
43=11
44=12
45=11
46=12
47=16
48=35
49=13
50=35
51=35
52=35
53=35
54=35
55=35
56=35
57=35
58=12
59=12
60=10
61=11
62=10
63=29
64=11
65=33
66=36
67=35
68=35
69=32
70=32
71=35
72=35
73=13
74=35
75=33
76=32
77=40
78=35
79=35
80=35
81=38
82=35
83=35
84=35
85=35
86=33
87=51
88=35
89=35
90=35
91=17
92=16
93=17
94=9
95=6
96=4
97=33
98=36
99=35
100=35
101=32
102=32
103=35
104=35
105=13
106=35
107=33
108=32
109=40
110=35
111=35
112=35
113=38
114=35
115=35
116=35
117=35
118=33
119=51
120=35
121=36
122=35
123=20
124=12
125=20
126=10
127=4
128=4
129=4
130=12
131=4
132=22
133=4
134=4
135=4
136=4
137=4
138=4
139=4
140=4
141=4
142=4
143=4
144=4
145=12
146=12
147=22
148=22
149=4
150=4
151=4
152=4
153=4
154=4
155=4
156=4
157=4
158=4
159=4
160=4
161=12
162=4
163=8
164=6
165=9
166=3
167=6
168=8
169=6
170=6
171=8
172=8
173=8
174=6
175=8
176=8
177=8
178=8
179=8
180=8
181=8
182=9
183=8
184=8
185=8
186=6
187=8
188=8
189=8
190=8
191=29
192=8
193=8
194=8
195=8
196=8
197=8
198=11
199=8
200=8
201=8
202=8
203=8
204=7
205=7
206=7
207=7
208=9
209=10
210=9
211=9
212=9
213=9
214=9
215=6
216=8
217=10
218=10
219=10
220=10
221=9
222=9
223=9
224=6
225=6
226=6
227=6
228=6
229=6
230=8
231=4
232=4
233=4
234=4
235=4
236=3
237=3
238=3
239=3
240=6
241=7
242=6
243=6
244=6
245=6
246=6
247=8
248=6
249=6
250=6
251=6
252=6
253=6
254=8
255=6
[alt]
0=4
1=4
2=4
3=4
4=4
5=4
6=4
7=4
8=4
9=4
10=4
11=4
12=4
13=4
14=4
15=4
16=4
17=4
18=4
19=4
20=4
21=4
22=4
23=4
24=4
25=4
26=4
27=4
28=4
29=4
30=4
31=4
32=4
33=4
34=4
35=4
36=6
37=4
38=4
39=6
40=8
41=4
42=4
43=4
44=4
45=8
46=4
47=4
48=8
49=4
50=4
51=4
52=8
53=4
54=4
55=4
56=8
57=4
58=4
59=4
60=4
61=4
62=4
63=4
64=4
65=8
66=8
67=4
68=8
69=4
70=4
71=8
72=4
73=8
74=4
75=8
76=4
77=7
78=7
79=4
80=4
81=4
82=4
83=9
84=9
85=4
86=9
87=6
88=4
89=4
90=10
91=4
92=10
93=9
94=4
95=9
96=4
97=6
98=6
99=4
100=6
101=4
102=4
103=4
104=4
105=4
106=4
107=4
108=4
109=3
110=3
111=4
112=4
113=4
114=4
115=6
116=6
117=4
118=6
119=8
120=4
121=4
122=6
123=4
124=6
125=6
126=4
127=4
[numbers]
0=35
1=13
2=35
3=35
4=35
5=35
6=35
7=35
8=35
9=35
10=10
11=12
12=20
13=12
14=35
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

+409
View File
@@ -0,0 +1,409 @@
[common]
Baseline=24
Top=0
LineSpacing=33
DrawExtraPixelsLeft=3
DrawExtraPixelsRight=4
AdvanceExtraPixels=0
[main]
0=6
1=6
2=6
3=6
4=6
5=6
6=6
7=6
8=6
9=6
10=6
11=6
12=6
13=6
14=6
15=6
16=6
17=6
18=6
19=6
20=6
21=6
22=6
23=6
24=6
25=6
26=6
27=6
28=6
29=6
30=6
31=6
32=13
33=5
34=10
35=18
36=24
37=30
38=24
39=5
40=8
41=8
42=18
43=18
44=5
45=18
46=5
47=10
48=24
49=24
50=24
51=24
52=24
53=24
54=24
55=24
56=24
57=24
58=5
59=5
60=15
61=18
62=15
63=24
64=24
65=24
66=24
67=24
68=24
69=24
70=24
71=24
72=24
73=24
74=24
75=24
76=24
77=30
78=24
79=24
80=24
81=24
82=24
83=24
84=24
85=24
86=24
87=30
88=24
89=24
90=24
91=8
92=10
93=8
94=24
95=22
96=7
97=24
98=24
99=24
100=24
101=24
102=24
103=24
104=24
105=5
106=5
107=24
108=5
109=30
110=24
111=24
112=24
113=24
114=24
115=24
116=24
117=24
118=24
119=30
120=24
121=24
122=24
123=8
124=5
125=8
126=16
127=6
128=6
129=6
130=5
131=6
132=10
133=6
134=6
135=6
136=6
137=6
138=6
139=6
140=6
141=6
142=6
143=6
144=6
145=5
146=5
147=10
148=10
149=6
150=6
151=6
152=6
153=6
154=6
155=6
156=6
157=6
158=6
159=6
160=6
161=5
162=24
163=12
164=9
165=15
166=5
167=9
168=13
169=9
170=10
171=13
172=13
173=13
174=9
175=13
176=13
177=13
178=13
179=13
180=13
181=12
182=14
183=13
184=13
185=13
186=9
187=13
188=13
189=13
190=13
191=24
192=13
193=13
194=13
195=13
196=13
197=13
198=18
199=13
200=13
201=13
202=13
203=13
204=11
205=11
206=11
207=11
208=15
209=16
210=14
211=14
212=14
213=14
214=14
215=10
216=13
217=16
218=16
219=16
220=16
221=15
222=14
223=14
224=10
225=10
226=10
227=10
228=10
229=10
230=12
231=7
232=6
233=6
234=6
235=6
236=5
237=5
238=5
239=5
240=9
241=12
242=9
243=9
244=9
245=9
246=9
247=13
248=9
249=10
250=10
251=10
252=10
253=10
254=12
255=10
[alt]
0=6
1=6
2=6
3=6
4=6
5=6
6=6
7=6
8=6
9=6
10=6
11=6
12=6
13=6
14=6
15=6
16=6
17=6
18=6
19=6
20=6
21=6
22=6
23=6
24=6
25=6
26=6
27=6
28=6
29=6
30=6
31=6
32=6
33=6
34=6
35=6
36=9
37=6
38=6
39=9
40=13
41=6
42=6
43=6
44=6
45=13
46=6
47=6
48=13
49=6
50=6
51=6
52=13
53=6
54=6
55=6
56=13
57=6
58=6
59=6
60=6
61=6
62=6
63=6
64=6
65=13
66=13
67=6
68=13
69=6
70=6
71=13
72=6
73=13
74=6
75=13
76=6
77=11
78=11
79=6
80=6
81=6
82=6
83=14
84=14
85=6
86=14
87=10
88=6
89=6
90=16
91=6
92=16
93=15
94=6
95=14
96=6
97=10
98=10
99=6
100=10
101=6
102=6
103=7
104=6
105=6
106=6
107=6
108=6
109=5
110=5
111=6
112=6
113=6
114=6
115=9
116=9
117=6
118=9
119=13
120=6
121=6
122=10
123=6
124=10
125=10
126=6
127=6
[numbers]
0=24
1=24
2=24
3=24
4=24
5=24
6=24
7=24
8=24
9=24
10=30
11=5
12=13
13=5
14=24
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

+408
View File
@@ -0,0 +1,408 @@
[main]
Baseline=36
Top=0
LineSpacing=51
DrawExtraPixelsLeft=0
DrawExtraPixelsRight=0
AdvanceExtraPixels=0
0=7
1=7
2=7
3=7
4=7
5=7
6=7
7=7
8=7
9=7
10=7
11=7
12=7
13=7
14=7
15=7
16=7
17=7
18=7
19=7
20=7
21=7
22=7
23=7
24=7
25=7
26=7
27=7
28=7
29=7
30=7
31=7
32=21
33=8
34=16
35=30
36=39
37=49
38=39
39=8
40=13
41=13
42=29
43=29
44=8
45=29
46=8
47=17
48=39
49=39
50=39
51=39
52=39
53=39
54=39
55=39
56=39
57=39
58=8
59=8
60=24
61=29
62=24
63=39
64=39
65=39
66=39
67=39
68=39
69=39
70=39
71=39
72=39
73=39
74=39
75=39
76=39
77=49
78=39
79=39
80=39
81=39
82=39
83=39
84=39
85=39
86=39
87=49
88=39
89=39
90=39
91=13
92=17
93=13
94=39
95=36
96=8
97=39
98=39
99=39
100=39
101=39
102=39
103=39
104=39
105=8
106=8
107=39
108=8
109=49
110=39
111=39
112=39
113=39
114=39
115=39
116=39
117=39
118=39
119=49
120=39
121=39
122=39
123=13
124=8
125=13
126=17
127=7
128=7
129=7
130=8
131=7
132=16
133=7
134=7
135=7
136=7
137=7
138=7
139=7
140=7
141=7
142=7
143=7
144=7
145=8
146=8
147=16
148=16
149=7
150=7
151=7
152=7
153=7
154=7
155=7
156=7
157=7
158=7
159=7
160=7
161=8
162=39
163=14
164=10
165=17
166=6
167=10
168=15
169=10
170=12
171=15
172=15
173=15
174=10
175=15
176=15
177=15
178=15
179=15
180=15
181=14
182=15
183=15
184=15
185=15
186=10
187=15
188=15
189=15
190=15
191=39
192=15
193=15
194=15
195=15
196=15
197=15
198=20
199=15
200=15
201=15
202=15
203=15
204=12
205=12
206=12
207=12
208=17
209=17
210=15
211=15
212=15
213=15
214=15
215=12
216=15
217=17
218=17
219=17
220=17
221=17
222=16
223=16
224=12
225=12
226=12
227=12
228=12
229=12
230=14
231=8
232=7
233=7
234=7
235=7
236=5
237=5
238=5
239=5
240=10
241=13
242=10
243=10
244=10
245=10
246=10
247=15
248=10
249=11
250=11
251=11
252=11
253=11
254=14
255=11
[alt]
0=7
1=7
2=7
3=7
4=7
5=7
6=7
7=7
8=7
9=7
10=7
11=7
12=7
13=7
14=7
15=7
16=7
17=7
18=7
19=7
20=7
21=7
22=7
23=7
24=7
25=7
26=7
27=7
28=7
29=7
30=7
31=7
32=7
33=7
34=7
35=7
36=10
37=7
38=7
39=10
40=15
41=7
42=7
43=7
44=7
45=15
46=7
47=7
48=15
49=7
50=7
51=7
52=15
53=7
54=7
55=7
56=15
57=7
58=7
59=7
60=7
61=7
62=7
63=7
64=7
65=15
66=15
67=7
68=15
69=7
70=7
71=15
72=7
73=15
74=7
75=15
76=7
77=12
78=12
79=7
80=7
81=7
82=7
83=15
84=15
85=7
86=15
87=12
88=7
89=7
90=17
91=7
92=17
93=17
94=7
95=16
96=7
97=12
98=12
99=7
100=12
101=7
102=7
103=8
104=7
105=7
106=7
107=7
108=7
109=5
110=5
111=7
112=7
113=7
114=7
115=10
116=10
117=7
118=10
119=15
120=7
121=7
122=11
123=7
124=11
125=11
126=7
127=7
[numbers]
0=39
1=39
2=39
3=39
4=39
5=39
6=39
7=39
8=39
9=39
10=49
11=8
12=21
13=8
14=39

Some files were not shown because too many files have changed in this diff Show More