summaryrefslogtreecommitdiff
path: root/gaunt01/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-04-19 12:01:48 +0100
committerTim Redfern <tim@eclectronics.org>2012-04-19 12:01:48 +0100
commite64e431b123da3afd0658375f91f50ed00910f67 (patch)
tree2f00cb9b788d709f6c319ee43d336fe1a75d2357 /gaunt01/src/testApp.h
parent98437cad0a3a59245e5fe772d4e310de4228757a (diff)
billboards etc
Diffstat (limited to 'gaunt01/src/testApp.h')
-rw-r--r--gaunt01/src/testApp.h13
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];
};