diff options
| author | Comment <tim@gray.(none)> | 2012-11-27 15:45:35 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-11-27 15:45:35 +0000 |
| commit | 75c277c10f206f5bf3799caa03a52f40c1c8b6cf (patch) | |
| tree | 291ad7e334c10bef04b914267749bda962c4543d /vfg/src/testApp.h | |
| parent | c34be0d1b56c26b562393f7c802ea535698a4b07 (diff) | |
characters reacting to level ends
Diffstat (limited to 'vfg/src/testApp.h')
| -rwxr-xr-x | vfg/src/testApp.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h index 4ab807f..2518b55 100755 --- a/vfg/src/testApp.h +++ b/vfg/src/testApp.h @@ -73,23 +73,24 @@ class testApp : public ofBaseApp{ void dragEvent(ofDragInfo dragInfo); void gotMessage(ofMessage msg); - void loadanimals(string which); + //void loadanimals(string which); ofVideoPlayer background; ofImage vignette; song *testsong; - /* + vector<Animal> penguins; vector<Animal> raccoons; - */ - vector<Animal> playanimals; + + //vector<Animal> playanimals; vector<Animal>* playanimal; Puppet testpenguin; + int currentlevel; Asterisk game; |
