Skip to content

Commit 1db03df

Browse files
committed
Update code.js
1 parent fec9cc9 commit 1db03df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function disegnaPunto({
4646
if (frameCount % myrand4 === 0) {
4747
let myrand0 = floor(random(2)); // genera 0 o 1
4848
if (myrand0 % 2 === 0) {
49-
configurazione.testo = " spype";
49+
configurazione.testo = "spype";
5050
} else {
5151
configurazione.testo = "e";
5252
}

0 commit comments

Comments
 (0)