Merge pull request #393 from kritixilithos/patch-1

make the text readable in processing
This commit is contained in:
Mike Donaghy
2017-03-13 11:11:03 -05:00
committed by GitHub

View File

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