mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
3 lines
67 B
Plaintext
3 lines
67 B
Plaintext
if (frameCount > (frameRate - 1)) {
|
|
println("My head asplode!");
|
|
} |