@@ -0,0 +1,10 @@
let img;
function preload() {
img = loadImage("Images/monitoring-miku.png");
}
function setup() {
createCanvas(800, 800)
image(img, 0, 0, mouseX, mouseY);
The note is not visible to the blocked user.