diff options
| author | tim <tim@eclectronics.org> | 2017-03-22 01:10:57 +0000 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2017-03-22 01:10:57 +0000 |
| commit | c3682e9873a4e9a5518f2734373b12e3b6d11e45 (patch) | |
| tree | 05c903e39943a057b5d679eb6da6a136692930d5 /menuApp/src/ofApp.h | |
| parent | 463d4fd970d4c656b811eba8f67b9f6c43ce4506 (diff) | |
text progress
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; |
