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