From 0bb92ced351b7fbba6e2e7036eae92037d08facf Mon Sep 17 00:00:00 2001 From: Comment Date: Sat, 8 Dec 2012 00:38:32 +0000 Subject: working on game logic --- vfg/src/testApp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vfg/src/testApp.h') diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h index 0cc0942..4b369bf 100755 --- a/vfg/src/testApp.h +++ b/vfg/src/testApp.h @@ -144,7 +144,7 @@ public: void draw(); void dragEvent(ofDragInfo dragInfo,ofxFenster* win); void windowMoved(int x, int y); - string levelnames[11]={ + string levelnames[12]={ "STARTINGINTRO", "INTRO", "ENDINGINTRO", @@ -155,7 +155,8 @@ public: "STARTPLAYING", "PRACTICE", "PLAYING", - "ENDPLAYING" + "ENDPLAYING", + "WALKON" }; }; -- cgit v1.2.3