summary refs log tree commit diff stats
path: root/Cartographic.xcodeproj
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2011-08-18 15:51:48 -0400
committerStarla Insigna <starla4444@gmail.com>2011-08-18 15:51:48 -0400
commit3750d7aa4e307d1f2099eceaa21014151e78d364 (patch)
tree77487a1cc5fd055d2d8096a158d4908a5e4094fa /Cartographic.xcodeproj
parent6906cf0ce4f8266173d67a7b9fccc56747d5d618 (diff)
downloadcartcollect-3750d7aa4e307d1f2099eceaa21014151e78d364.tar.gz
cartcollect-3750d7aa4e307d1f2099eceaa21014151e78d364.tar.bz2
cartcollect-3750d7aa4e307d1f2099eceaa21014151e78d364.zip
Started game mode selection screen
So far, tapping "New Game" shows a screen with two game modes: the tutorial and the classic collect. They both have pictures and Collect's is grayscale if it hasn't been unlocked yet (a.k.a. the tutorial hasn't been completed yet). Also, Collect's title is replaced with question marks and the text "Beat the tutorial!" is shown if it isn't unlocked--if it is unlocked, the player's highscore, if they have one, is shown. A "Back to Main Menu" button is also present. Neither selection is as of yet tappable, and neither picture yet has a border. You cannot scroll through modes yet either.

Refs #207
Diffstat (limited to 'Cartographic.xcodeproj')
-rwxr-xr-xCartographic.xcodeproj/project.pbxproj48
1 files changed, 48 insertions, 0 deletions
diff --git a/Cartographic.xcodeproj/project.pbxproj b/Cartographic.xcodeproj/project.pbxproj index efe08b2..6676ba3 100755 --- a/Cartographic.xcodeproj/project.pbxproj +++ b/Cartographic.xcodeproj/project.pbxproj
@@ -105,6 +105,15 @@
105 6C29041213EAEC8A0032DA0F /* framestuff.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C29041113EAEC8A0032DA0F /* framestuff.png */; }; 105 6C29041213EAEC8A0032DA0F /* framestuff.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C29041113EAEC8A0032DA0F /* framestuff.png */; };
106 6C39CFE013FC2708002B21AF /* tutorial.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFDF13FC2708002B21AF /* tutorial.png */; }; 106 6C39CFE013FC2708002B21AF /* tutorial.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFDF13FC2708002B21AF /* tutorial.png */; };
107 6C39CFE213FC2713002B21AF /* tutorial2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFE113FC2713002B21AF /* tutorial2.png */; }; 107 6C39CFE213FC2713002B21AF /* tutorial2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFE113FC2713002B21AF /* tutorial2.png */; };
108 6C39CFF313FD4F8B002B21AF /* GameModeSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C39CFF213FD4F89002B21AF /* GameModeSelection.m */; };
109 6C39CFF513FD5526002B21AF /* paintdaubs.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFF413FD5526002B21AF /* paintdaubs.png */; };
110 6C39CFF813FD7638002B21AF /* GameModeSelectionLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C39CFF713FD7637002B21AF /* GameModeSelectionLayer.m */; };
111 6C39CFFB13FD7DDE002B21AF /* levelnames.fnt in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFF913FD7DDE002B21AF /* levelnames.fnt */; };
112 6C39CFFC13FD7DDE002B21AF /* levelnames.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39CFFA13FD7DDE002B21AF /* levelnames.png */; };
113 6C39D00813FD9037002B21AF /* florence.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39D00713FD9037002B21AF /* florence.png */; };
114 6C39D00B13FD933D002B21AF /* leveldescriptions.fnt in Resources */ = {isa = PBXBuildFile; fileRef = 6C39D00913FD933D002B21AF /* leveldescriptions.fnt */; };
115 6C39D00C13FD933D002B21AF /* leveldescriptions.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39D00A13FD933D002B21AF /* leveldescriptions.png */; };
116 6C39D01213FD9945002B21AF /* paris.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C39D01113FD9945002B21AF /* paris.png */; };
108 6C5179C613DF3839006F1F38 /* Morning1.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C5179C513DF3839006F1F38 /* Morning1.png */; }; 117 6C5179C613DF3839006F1F38 /* Morning1.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C5179C513DF3839006F1F38 /* Morning1.png */; };
109 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */; }; 118 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */; };
110 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CC89DDE13F31413003704F7 /* TutorialMode.m */; }; 119 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CC89DDE13F31413003704F7 /* TutorialMode.m */; };
@@ -411,6 +420,17 @@
411 6C29041113EAEC8A0032DA0F /* framestuff.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = framestuff.png; sourceTree = "<group>"; }; 420 6C29041113EAEC8A0032DA0F /* framestuff.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = framestuff.png; sourceTree = "<group>"; };
412 6C39CFDF13FC2708002B21AF /* tutorial.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial.png; sourceTree = "<group>"; }; 421 6C39CFDF13FC2708002B21AF /* tutorial.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial.png; sourceTree = "<group>"; };
413 6C39CFE113FC2713002B21AF /* tutorial2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial2.png; sourceTree = "<group>"; }; 422 6C39CFE113FC2713002B21AF /* tutorial2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tutorial2.png; sourceTree = "<group>"; };
423 6C39CFF113FD4F87002B21AF /* GameModeSelection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameModeSelection.h; sourceTree = "<group>"; };
424 6C39CFF213FD4F89002B21AF /* GameModeSelection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GameModeSelection.m; sourceTree = "<group>"; };
425 6C39CFF413FD5526002B21AF /* paintdaubs.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = paintdaubs.png; sourceTree = "<group>"; };
426 6C39CFF613FD7636002B21AF /* GameModeSelectionLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameModeSelectionLayer.h; sourceTree = "<group>"; };
427 6C39CFF713FD7637002B21AF /* GameModeSelectionLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GameModeSelectionLayer.m; sourceTree = "<group>"; };
428 6C39CFF913FD7DDE002B21AF /* levelnames.fnt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = levelnames.fnt; sourceTree = "<group>"; };
429 6C39CFFA13FD7DDE002B21AF /* levelnames.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = levelnames.png; sourceTree = "<group>"; };
430 6C39D00713FD9037002B21AF /* florence.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = florence.png; sourceTree = "<group>"; };
431 6C39D00913FD933D002B21AF /* leveldescriptions.fnt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = leveldescriptions.fnt; sourceTree = "<group>"; };
432 6C39D00A13FD933D002B21AF /* leveldescriptions.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = leveldescriptions.png; sourceTree = "<group>"; };
433 6C39D01113FD9945002B21AF /* paris.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = paris.png; sourceTree = "<group>"; };
414 6C5179C513DF3839006F1F38 /* Morning1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Morning1.png; sourceTree = "<group>"; }; 434 6C5179C513DF3839006F1F38 /* Morning1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Morning1.png; sourceTree = "<group>"; };
415 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Entitlements.plist; sourceTree = "<group>"; }; 435 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Entitlements.plist; sourceTree = "<group>"; };
416 6CC89DDD13F31413003704F7 /* TutorialMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TutorialMode.h; sourceTree = "<group>"; }; 436 6CC89DDD13F31413003704F7 /* TutorialMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TutorialMode.h; sourceTree = "<group>"; };
@@ -712,6 +732,10 @@
712 3F03221813D7904E00E6A708 /* Highscore.m */, 732 3F03221813D7904E00E6A708 /* Highscore.m */,
713 6C29040E13EAEB590032DA0F /* TutorialBubble.h */, 733 6C29040E13EAEB590032DA0F /* TutorialBubble.h */,
714 6C29040F13EAEB590032DA0F /* TutorialBubble.m */, 734 6C29040F13EAEB590032DA0F /* TutorialBubble.m */,
735 6C39CFF113FD4F87002B21AF /* GameModeSelection.h */,
736 6C39CFF213FD4F89002B21AF /* GameModeSelection.m */,
737 6C39CFF613FD7636002B21AF /* GameModeSelectionLayer.h */,
738 6C39CFF713FD7637002B21AF /* GameModeSelectionLayer.m */,
715 ); 739 );
716 path = Classes; 740 path = Classes;
717 sourceTree = "<group>"; 741 sourceTree = "<group>";
@@ -719,6 +743,7 @@
719 3F6C7F4C13D647AF00C038FE /* Backgrounds */ = { 743 3F6C7F4C13D647AF00C038FE /* Backgrounds */ = {
720 isa = PBXGroup; 744 isa = PBXGroup;
721 children = ( 745 children = (
746 6C39CFF413FD5526002B21AF /* paintdaubs.png */,
722 6C5179C513DF3839006F1F38 /* Morning1.png */, 747 6C5179C513DF3839006F1F38 /* Morning1.png */,
723 3F6C7F4A13D647A600C038FE /* GameOver.png */, 748 3F6C7F4A13D647A600C038FE /* GameOver.png */,
724 3F6C7F2313D63E6500C038FE /* SeaBeach.png */, 749 3F6C7F2313D63E6500C038FE /* SeaBeach.png */,
@@ -752,6 +777,10 @@
752 3F6C7F5D13D648D300C038FE /* Fonts */ = { 777 3F6C7F5D13D648D300C038FE /* Fonts */ = {
753 isa = PBXGroup; 778 isa = PBXGroup;
754 children = ( 779 children = (
780 6C39D00913FD933D002B21AF /* leveldescriptions.fnt */,
781 6C39D00A13FD933D002B21AF /* leveldescriptions.png */,
782 6C39CFF913FD7DDE002B21AF /* levelnames.fnt */,
783 6C39CFFA13FD7DDE002B21AF /* levelnames.png */,
755 3F7D0F3D13D8F0C800B6CE14 /* getoffthatboatrightnowyounglady.fnt */, 784 3F7D0F3D13D8F0C800B6CE14 /* getoffthatboatrightnowyounglady.fnt */,
756 3F7D0F3E13D8F0C800B6CE14 /* getoffthatboatrightnowyounglady.png */, 785 3F7D0F3E13D8F0C800B6CE14 /* getoffthatboatrightnowyounglady.png */,
757 3F6C7F5913D648CE00C038FE /* helvetica2.fnt */, 786 3F6C7F5913D648CE00C038FE /* helvetica2.fnt */,
@@ -844,6 +873,7 @@
844 50F4144210692EE7002A0D5E /* Resources */ = { 873 50F4144210692EE7002A0D5E /* Resources */ = {
845 isa = PBXGroup; 874 isa = PBXGroup;
846 children = ( 875 children = (
876 6C39D00513FD901A002B21AF /* Icons */,
847 3F7D0EC713D8E6B000B6CE14 /* Buttons */, 877 3F7D0EC713D8E6B000B6CE14 /* Buttons */,
848 3F8395B713D744420059AEE8 /* cartdata.sqlite3 */, 878 3F8395B713D744420059AEE8 /* cartdata.sqlite3 */,
849 3F6C7F5D13D648D300C038FE /* Fonts */, 879 3F6C7F5D13D648D300C038FE /* Fonts */,
@@ -875,6 +905,15 @@
875 name = "Game Modes"; 905 name = "Game Modes";
876 sourceTree = "<group>"; 906 sourceTree = "<group>";
877 }; 907 };
908 6C39D00513FD901A002B21AF /* Icons */ = {
909 isa = PBXGroup;
910 children = (
911 6C39D01113FD9945002B21AF /* paris.png */,
912 6C39D00713FD9037002B21AF /* florence.png */,
913 );
914 name = Icons;
915 sourceTree = "<group>";
916 };
878 6C5887E313EE3ED900B5A80A /* Items */ = { 917 6C5887E313EE3ED900B5A80A /* Items */ = {
879 isa = PBXGroup; 918 isa = PBXGroup;
880 children = ( 919 children = (
@@ -1363,6 +1402,13 @@
1363 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */, 1402 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */,
1364 6C39CFE013FC2708002B21AF /* tutorial.png in Resources */, 1403 6C39CFE013FC2708002B21AF /* tutorial.png in Resources */,
1365 6C39CFE213FC2713002B21AF /* tutorial2.png in Resources */, 1404 6C39CFE213FC2713002B21AF /* tutorial2.png in Resources */,
1405 6C39CFF513FD5526002B21AF /* paintdaubs.png in Resources */,
1406 6C39CFFB13FD7DDE002B21AF /* levelnames.fnt in Resources */,
1407 6C39CFFC13FD7DDE002B21AF /* levelnames.png in Resources */,
1408 6C39D00813FD9037002B21AF /* florence.png in Resources */,
1409 6C39D00B13FD933D002B21AF /* leveldescriptions.fnt in Resources */,
1410 6C39D00C13FD933D002B21AF /* leveldescriptions.png in Resources */,
1411 6C39D01213FD9945002B21AF /* paris.png in Resources */,
1366 ); 1412 );
1367 runOnlyForDeploymentPostprocessing = 0; 1413 runOnlyForDeploymentPostprocessing = 0;
1368 }; 1414 };
@@ -1407,6 +1453,8 @@
1407 6C0C141113F2099B003A31B2 /* Cart.m in Sources */, 1453 6C0C141113F2099B003A31B2 /* Cart.m in Sources */,
1408 6C0C141413F20E98003A31B2 /* GameMode.m in Sources */, 1454 6C0C141413F20E98003A31B2 /* GameMode.m in Sources */,
1409 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */, 1455 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */,
1456 6C39CFF313FD4F8B002B21AF /* GameModeSelection.m in Sources */,
1457 6C39CFF813FD7638002B21AF /* GameModeSelectionLayer.m in Sources */,
1410 ); 1458 );
1411 runOnlyForDeploymentPostprocessing = 0; 1459 runOnlyForDeploymentPostprocessing = 0;
1412 }; 1460 };