xxxxxxxxxx
function setup() {
createCanvas(windowWidth, windowHeight);
background(100);
}
â
function draw() {
textSize (30)
text ("đŊ", random (windowWidth), random (windowHeight))
textSize (30)
text ("đļ", random (windowWidth), random (windowHeight))
textSize (30)
text ("đĒŠ", random (windowWidth), random (windowHeight))
textSize (30)
text ("đ¸", random (windowWidth), random (windowHeight))
textSize (30)
text ("đĢ", random (windowWidth), random (windowHeight))
textSize (30)
text ("đ", random (windowWidth), random (windowHeight))
textSize (30)
text ("đ§", random (windowWidth), random (windowHeight))
}