From e64e431b123da3afd0658375f91f50ed00910f67 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 19 Apr 2012 12:01:48 +0100 Subject: billboards etc --- gaunt01/src/testApp.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gaunt01/src/testApp.h') 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 border; bool drawingborder; + + ofImage* billboards; + ofVec2f scaleFactor; + + int gameState; + float gameStart; + float segTimes[5]; }; -- cgit v1.2.3