8 lines
161 B
Text
8 lines
161 B
Text
|
|
//Aamrun, 26th June 2022
|
||
|
|
|
||
|
|
fullScreen();
|
||
|
|
fill(0);
|
||
|
|
textSize(50);
|
||
|
|
text("Screen Height : " + str(height), 100, 100);
|
||
|
|
text("Screen Width : " + str(width), 100, 200);
|