Why not make the text visible?

This commit is contained in:
kritixilithos 2017-03-12 14:56:34 +01:00 committed by GitHub
parent 3699da29f2
commit 7d9089a0e4

View File

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