diff options
Diffstat (limited to 'menuApp/src/ofApp.h')
| -rw-r--r-- | menuApp/src/ofApp.h | 9 |
1 files changed, 1 insertions, 8 deletions
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; |
