Spaces:
Runtime error
Runtime error
| // PARAMS are embedded here | |
| function setup() { | |
| createCanvas(WIDTH, HEIGHT); | |
| } | |
| function draw() { | |
| background(BACKGROUND_COLOR); | |
| circle(mouseX, mouseY, CIRCLE_SIZE); | |
| } |