From f302aab99b8455f98704924e93842f9623523916 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 17 Aug 2023 22:52:55 +0100 Subject: update message for 2023 --- lasertext/src/ofApp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lasertext/src/ofApp.cpp') diff --git a/lasertext/src/ofApp.cpp b/lasertext/src/ofApp.cpp index e7341fa..c883866 100644 --- a/lasertext/src/ofApp.cpp +++ b/lasertext/src/ofApp.cpp @@ -23,7 +23,8 @@ void ofApp::setup(){ currentFont=0; banner.loadFont("fonts/EMSDecorousScript.svg"); // EMSPepita.svg"); //fonts.getPath(currentFont)); - banner.init("Everything Is Going To Be Alright"); + //banner.init("Everything Is Going To Be Alright"); + banner.init("No Pleasure is Too Guilty"); stars.init("stars",5,450); -- cgit v1.2.3