💻 The number of frames that have been displayed since the program started.
q5.draw = function () { background(0.8); textSize(64); text(frameCount, -92, 20);}; Copy
q5.draw = function () { background(0.8); textSize(64); text(frameCount, -92, 20);};
💻 The number of frames that have been displayed since the program started.