summaryrefslogtreecommitdiff
path: root/gaunt01/src/trapdoor.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-05-14 19:00:08 +0100
committerTim Redfern <tim@eclectronics.org>2012-05-14 19:00:08 +0100
commitdbf9692b03ac2485f771993184222f7170e71cf2 (patch)
tree9a17e44304856b5daa9d91172eb40f6e1783b1da /gaunt01/src/trapdoor.h
parente333ec0659a74899fbd75c5ed490089d0fd7d244 (diff)
working on background segmentation
Diffstat (limited to 'gaunt01/src/trapdoor.h')
-rw-r--r--gaunt01/src/trapdoor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gaunt01/src/trapdoor.h b/gaunt01/src/trapdoor.h
index 7259d09..4731488 100644
--- a/gaunt01/src/trapdoor.h
+++ b/gaunt01/src/trapdoor.h
@@ -35,12 +35,13 @@ class trapdoor
void trigger();
float getoffset();
float getFalldist();
-
+
ofImage* splashFrames; //temp public
bool active;
protected:
private:
morphmesh surround;
+ morphmesh beneath;
morphmesh lid;
ofVec2f position;
@@ -57,7 +58,7 @@ class trapdoor
float triggeredTime;
vector<player*> caught;
vector<float> caughtTime;
-
+
};