diff options
Diffstat (limited to 'gaunt01/src/trapdoor.h')
| -rw-r--r-- | gaunt01/src/trapdoor.h | 5 |
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; - + }; |
