Why not make the text visible?
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
size(128, 128);
|
size(128, 128);
|
||||||
background(0);
|
background(0);
|
||||||
textAlign(CENTER, CENTER);
|
textAlign(CENTER, CENTER);
|
||||||
|
fill(255);
|
||||||
text("Hello World", width / 2, height / 2);
|
text("Hello World", width / 2, height / 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user