diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-08-17 12:54:22 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-08-17 12:54:22 -0400 |
commit | fee8d3506b4c2f6d5933a85181de9bb8e6f5fcc4 (patch) | |
tree | 6b45cb1d47551ab0cbcd4d45a919212db6a6aaed /Classes/TutorialMode.h | |
parent | c55c499656ed089df63b049979487e9af9d109d6 (diff) | |
download | cartcollect-fee8d3506b4c2f6d5933a85181de9bb8e6f5fcc4.tar.gz cartcollect-fee8d3506b4c2f6d5933a85181de9bb8e6f5fcc4.tar.bz2 cartcollect-fee8d3506b4c2f6d5933a85181de9bb8e6f5fcc4.zip |
Made tutorial replayable
Closes #202
Diffstat (limited to 'Classes/TutorialMode.h')
-rw-r--r-- | Classes/TutorialMode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Classes/TutorialMode.h b/Classes/TutorialMode.h index 17b0c7f..6380483 100644 --- a/Classes/TutorialMode.h +++ b/Classes/TutorialMode.h | |||
@@ -21,6 +21,5 @@ | |||
21 | - (FallingObject*)dropSpecificItem:(FallingObject*)item; | 21 | - (FallingObject*)dropSpecificItem:(FallingObject*)item; |
22 | - (FallingObject*)dropRandomItem; | 22 | - (FallingObject*)dropRandomItem; |
23 | - (void)randomlyAddObject:(ccTime)dt; | 23 | - (void)randomlyAddObject:(ccTime)dt; |
24 | - (void)skipTutorial; | ||
25 | 24 | ||
26 | @end | 25 | @end |