diff options
Diffstat (limited to 'gaunt01/src/testApp.h')
| -rw-r--r-- | gaunt01/src/testApp.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h index 2ba60c4..4452ee0 100644 --- a/gaunt01/src/testApp.h +++ b/gaunt01/src/testApp.h @@ -21,6 +21,12 @@ #define PLAY 0 #define CALIBRATE 1 +#define TITLES 0 +#define CREDIT 1 +#define EXPLAIN 2 +#define PLAYING 3 +#define GOTCHA 4 + class testApp : public ofBaseApp{ @@ -101,6 +107,13 @@ class testApp : public ofBaseApp{ vector<ofPoint> border; bool drawingborder; + + ofImage* billboards; + ofVec2f scaleFactor; + + int gameState; + float gameStart; + float segTimes[5]; }; |
