// uhhh well i mean you could do that, though it's not really that satisfying put that in the console and boom
setInterval(function () {
clicks++;
playSound("Mouse-Click-00-c-FesliyanStudios.com.mp3");
drawSprites();
textSize(20);
text(clicks, 200, 200);
}, 50)```