We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec9cc9 commit 1db03dfCopy full SHA for 1db03df
code.js
@@ -46,7 +46,7 @@ export function disegnaPunto({
46
if (frameCount % myrand4 === 0) {
47
let myrand0 = floor(random(2)); // genera 0 o 1
48
if (myrand0 % 2 === 0) {
49
- configurazione.testo = " spype";
+ configurazione.testo = "spype";
50
} else {
51
configurazione.testo = "e";
52
}
0 commit comments