Updated processing.pde to make it more like an actual Processing sketch

This commit is contained in:
Niels NTG
2016-11-12 14:51:26 +01:00
committed by GitHub
parent 1344810ac0
commit 60ed7f2c21

View File

@@ -1 +1,4 @@
println("Hello World");
size(128, 128);
background(0);
textAlign(CENTER, CENTER);
text("Hello World", width / 2, height / 2);