From 75c277c10f206f5bf3799caa03a52f40c1c8b6cf Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 27 Nov 2012 15:45:35 +0000 Subject: characters reacting to level ends --- vfg/src/testApp.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'vfg/src/testApp.h') 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 penguins; vector raccoons; - */ - vector playanimals; + + //vector playanimals; vector* playanimal; Puppet testpenguin; + int currentlevel; Asterisk game; -- cgit v1.2.3