Updated processing.pde to make it more like an actual Processing sketch
This commit is contained in:
@@ -1 +1,4 @@
|
||||
println("Hello World");
|
||||
size(128, 128);
|
||||
background(0);
|
||||
textAlign(CENTER, CENTER);
|
||||
text("Hello World", width / 2, height / 2);
|
||||
|
||||
Reference in New Issue
Block a user