@@ -49,9 +49,9 @@ function doTerminal() {
49
49
50
50
let posXtextT = windowWidth - ( windowWidth - 100 ) ;
51
51
let posYtextT = windowHeight - 600 ;
52
- let w = 325 ;
52
+ let w = 500 ;
53
53
let h = 400 ;
54
- let color = 250 ;
54
+ let color = 255 ;
55
55
56
56
textAlign ( LEFT ) ;
57
57
if ( offline ) {
@@ -60,7 +60,7 @@ function doTerminal() {
60
60
textFont ( "Ubuntu Mono" ) ;
61
61
}
62
62
63
- textSize ( 20 ) ;
63
+ textSize ( 33 ) ;
64
64
fill ( color ) ;
65
65
noStroke ( ) ;
66
66
textLeading ( 30 ) ;
@@ -141,15 +141,22 @@ function DoSubtitle() {
141
141
line = 70 ;
142
142
textAlign ( CENTER ) ;
143
143
textFont ( "Verdana" ) ;
144
- textSize ( 47 ) ;
144
+ textSize ( 52 ) ;
145
145
textLeading ( 50 ) ; // pixels between each line
146
146
147
+
148
+ // fill(0, 70);
149
+ // rect(posYtextS, windowWidth - 140, 300);
150
+
147
151
fill ( 0 , 0 , 0 , 5 ) ; //shadow for subtitle
148
152
// text('I can tell you that' + rnnSub, line + 2, posYtextS + 2, windowWidth, 300);
149
153
stroke ( 0 ) ;
150
- fill ( 255 , 255 , 64 ) ;
154
+ // fill(255, 255, 64);
155
+ fill ( 255 , 255 , 120 ) ;
156
+
157
+
151
158
152
- text ( regexRnnSub , line , posYtextS , windowWidth - 100 , 300 ) ;
159
+ text ( regexRnnSub , line , posYtextS , windowWidth - 140 , 300 ) ;
153
160
154
161
// text(rnnSub, line, posYtextS, windowWidth - 100, 300);
155
162
}
@@ -171,7 +178,7 @@ function extraText() {
171
178
textFont ( 'Staatliches' ) ;
172
179
textFont ( 'Press Start 2P' ) ;
173
180
174
- textSize ( 35 ) ;
181
+ textSize ( 60 ) ;
175
182
fill ( 228 , 0 , 124 ) ; // rosa mexicano
176
183
noStroke ( ) ;
177
184
textLeading ( 45 ) ;
0 commit comments