From c3682e9873a4e9a5518f2734373b12e3b6d11e45 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 22 Mar 2017 01:10:57 +0000 Subject: text progress --- menuApp/src/ofApp.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'menuApp/src/ofApp.h') diff --git a/menuApp/src/ofApp.h b/menuApp/src/ofApp.h index 6f44db5..ceafb00 100644 --- a/menuApp/src/ofApp.h +++ b/menuApp/src/ofApp.h @@ -5,7 +5,7 @@ #include "ofxThreadedImageLoader.h" #define IMAGE_SLOTS 5 -#define FACTOR 1.0 +#define FACTOR 0.9 class ofApp : public ofBaseApp{ @@ -28,13 +28,6 @@ class ofApp : public ofBaseApp{ void dragEvent(ofDragInfo dragInfo); void gotMessage(ofMessage msg); void exit(); - - ofImage bikers; - ofImage gears; - ofImage tdf; - ofImage tdfSmall; - ofImage transparency; - ofImage bikeIcon; ofImage background; ofImage overlay; -- cgit v1.2.3