q5play
    Preparing search index...

    Variable frameCount

    frameCount: number

    💻 The number of frames that have been displayed since the program started.

    q5.draw = function () {
    background(0.8);
    textSize(64);
    text(frameCount, -92, 20);
    };