From 7d9089a0e41cc3ca2572ca400c3e3661a1e4e00a Mon Sep 17 00:00:00 2001 From: kritixilithos Date: Sun, 12 Mar 2017 14:56:34 +0100 Subject: [PATCH] Why not make the text visible? --- p/processing.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/p/processing.pde b/p/processing.pde index 82b9eb84..dde0ceeb 100644 --- a/p/processing.pde +++ b/p/processing.pde @@ -1,4 +1,5 @@ size(128, 128); background(0); textAlign(CENTER, CENTER); +fill(255); text("Hello World", width / 2, height / 2);