6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
void UI() {
|
|
|
|
textSize(30);
|
|
text(int(frameRate), 30, 30);
|
|
}
|