summary refs log tree commit diff stats
path: root/Classes/ClassicGameMode.h
Commit message (Collapse)AuthorAgeFilesLines
* Added tutorial modeStarla Insigna2011-08-121-0/+20
GameLayer was also renamed to ClassicGameMode and its pause functionality and score/lives counters were moved out to GameMode. FallingObjectDelegate was created to allow for custom code to be run when items were caught/missed, something that is used extensively by tutorial mode. Important: Cart Collect's bundle identifier was changed in this revision from com.fourisland.Cart-Collect to com.apatheticink.Cart-Collect, so ensure that before attempting to compile/run this build, you clear your build directory and remove the old version of Cart Collect from your device. Closes #193