diff options
| author | Comment <tim@gray.(none)> | 2012-12-08 00:38:32 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-12-08 00:38:32 +0000 |
| commit | 0bb92ced351b7fbba6e2e7036eae92037d08facf (patch) | |
| tree | 41bda9d879baa35dcecc48c79db4819f42a8d5ca /vfg/src/testApp.h | |
| parent | 11322afc79c2d36d5edecd0e6b38186f9f2dd867 (diff) | |
working on game logic
Diffstat (limited to 'vfg/src/testApp.h')
| -rwxr-xr-x | vfg/src/testApp.h | 5 |
1 files changed, 3 insertions, 2 deletions
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" }; }; |
