Files
citizen/UI.pde
2019-01-03 21:46:08 +01:00

6 lines
63 B
Plaintext

void UI() {
textSize(30);
text(int(frameRate), 30, 30);
}