Visualizzazione del testo
// height=110 lines=auto
function setup() {
background( 220 );
text( "Testo", 50,50 );
}
Provare a spostare il testo al centro del canvas.
// height=110 lines=auto
function setup() {
background( 220 );
text( "Testo", 50,50 );
}
Provare a spostare il testo al centro del canvas.