From d19677f9f73d8fe7436982bdf8d40f69d69d1b43 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 12 Aug 2011 09:51:50 -0400 Subject: Added tutorial mode 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 --- Resources/Info.plist | 4 +--- Resources/skiptutorial.png | Bin 0 -> 2871 bytes Resources/skiptutorial2.png | Bin 0 -> 3193 bytes 3 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 Resources/skiptutorial.png create mode 100644 Resources/skiptutorial2.png (limited to 'Resources') diff --git a/Resources/Info.plist b/Resources/Info.plist index 9b64e3d..ed33cda 100755 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -19,7 +19,7 @@ Icon-72.png CFBundleIdentifier - com.fourisland.${PRODUCT_NAME:rfc1034identifier} + com.apatheticink.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -32,8 +32,6 @@ ???? CFBundleURLTypes - CFBundleVersion - 1.0 LSRequiresIPhoneOS UIPrerenderedIcon diff --git a/Resources/skiptutorial.png b/Resources/skiptutorial.png new file mode 100644 index 0000000..5c95cc9 Binary files /dev/null and b/Resources/skiptutorial.png differ diff --git a/Resources/skiptutorial2.png b/Resources/skiptutorial2.png new file mode 100644 index 0000000..95bbbbd Binary files /dev/null and b/Resources/skiptutorial2.png differ -- cgit 1.4.1