diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-08-17 22:52:55 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-08-17 22:52:55 +0100 |
| commit | f302aab99b8455f98704924e93842f9623523916 (patch) | |
| tree | 05d03fabc49612f6fbded32e1d26aad2e1503ee0 /lasertext/src | |
| parent | 6c6bb89f8b3bd00fa7fc693e8dedc65efd502c0b (diff) | |
update message for 2023
Diffstat (limited to 'lasertext/src')
| -rw-r--r-- | lasertext/src/ofApp.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
