diff options
Diffstat (limited to 'lasertext/src/ofApp.cpp')
| -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); |
