/ Published in: Processing
For all lazy devs out there who are tired of typing this every time you do a new sketch.
Expand |
Embed | Plain Text
void setup() { size(200,200); //screen.width, screen.height); background(0); } void draw() { background(0); }
You need to login to post a comment.
