summary refs log tree commit diff stats
path: root/Cart Collect.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2011-08-15 14:47:39 -0400
committerStarla Insigna <starla4444@gmail.com>2011-08-15 14:47:39 -0400
commitc55c499656ed089df63b049979487e9af9d109d6 (patch)
treea07f86c4630ad35e10304c50c6ef562f56424c91 /Cart Collect.xcodeproj/project.pbxproj
parent4457e0ce5099a81f8e6a366e353561b886725532 (diff)
downloadcartcollect-c55c499656ed089df63b049979487e9af9d109d6.tar.gz
cartcollect-c55c499656ed089df63b049979487e9af9d109d6.tar.bz2
cartcollect-c55c499656ed089df63b049979487e9af9d109d6.zip
Fixed game over transition
Fixes #189
Diffstat (limited to 'Cart Collect.xcodeproj/project.pbxproj')
-rwxr-xr-xCart Collect.xcodeproj/project.pbxproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cart Collect.xcodeproj/project.pbxproj b/Cart Collect.xcodeproj/project.pbxproj index bd63c09..280cb2a 100755 --- a/Cart Collect.xcodeproj/project.pbxproj +++ b/Cart Collect.xcodeproj/project.pbxproj
@@ -39,7 +39,7 @@
39 3F6C7EC613D6335A00C038FE /* 1up.wav in Resources */ = {isa = PBXBuildFile; fileRef = 3F6C7EC513D6335A00C038FE /* 1up.wav */; }; 39 3F6C7EC613D6335A00C038FE /* 1up.wav in Resources */ = {isa = PBXBuildFile; fileRef = 3F6C7EC513D6335A00C038FE /* 1up.wav */; };
40 3F6C7EE113D636BE00C038FE /* rock.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F6C7EE013D636BE00C038FE /* rock.png */; }; 40 3F6C7EE113D636BE00C038FE /* rock.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F6C7EE013D636BE00C038FE /* rock.png */; };
41 3F6C7EE413D636CF00C038FE /* Rock.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F6C7EE313D636CF00C038FE /* Rock.m */; }; 41 3F6C7EE413D636CF00C038FE /* Rock.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F6C7EE313D636CF00C038FE /* Rock.m */; };
42 3F6C7EE913D6377D00C038FE /* GameOverLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F6C7EE813D6377D00C038FE /* GameOverLayer.m */; }; 42 3F6C7EE913D6377D00C038FE /* GameOverScene.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F6C7EE813D6377D00C038FE /* GameOverScene.m */; };
43 3F6C7F2413D63E6500C038FE /* SeaBeach.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F6C7F2313D63E6500C038FE /* SeaBeach.png */; }; 43 3F6C7F2413D63E6500C038FE /* SeaBeach.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F6C7F2313D63E6500C038FE /* SeaBeach.png */; };
44 3F6C7F4B13D647A600C038FE /* GameOver.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F6C7F4A13D647A600C038FE /* GameOver.png */; }; 44 3F6C7F4B13D647A600C038FE /* GameOver.png in Resources */ = {isa = PBXBuildFile; fileRef = 3F6C7F4A13D647A600C038FE /* GameOver.png */; };
45 3F6C7F5B13D648CE00C038FE /* helvetica2.fnt in Resources */ = {isa = PBXBuildFile; fileRef = 3F6C7F5913D648CE00C038FE /* helvetica2.fnt */; }; 45 3F6C7F5B13D648CE00C038FE /* helvetica2.fnt in Resources */ = {isa = PBXBuildFile; fileRef = 3F6C7F5913D648CE00C038FE /* helvetica2.fnt */; };
@@ -342,8 +342,8 @@
342 3F6C7EE013D636BE00C038FE /* rock.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = rock.png; sourceTree = "<group>"; }; 342 3F6C7EE013D636BE00C038FE /* rock.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = rock.png; sourceTree = "<group>"; };
343 3F6C7EE213D636CF00C038FE /* Rock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Rock.h; sourceTree = "<group>"; }; 343 3F6C7EE213D636CF00C038FE /* Rock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Rock.h; sourceTree = "<group>"; };
344 3F6C7EE313D636CF00C038FE /* Rock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Rock.m; sourceTree = "<group>"; }; 344 3F6C7EE313D636CF00C038FE /* Rock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Rock.m; sourceTree = "<group>"; };
345 3F6C7EE713D6377D00C038FE /* GameOverLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameOverLayer.h; sourceTree = "<group>"; }; 345 3F6C7EE713D6377D00C038FE /* GameOverScene.h */ = {isa = PBXFileReference; fileEncoding = 4; path = GameOverScene.h; sourceTree = "<group>"; };
346 3F6C7EE813D6377D00C038FE /* GameOverLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GameOverLayer.m; sourceTree = "<group>"; }; 346 3F6C7EE813D6377D00C038FE /* GameOverScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GameOverScene.m; sourceTree = "<group>"; };
347 3F6C7F2313D63E6500C038FE /* SeaBeach.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = SeaBeach.png; sourceTree = "<group>"; }; 347 3F6C7F2313D63E6500C038FE /* SeaBeach.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = SeaBeach.png; sourceTree = "<group>"; };
348 3F6C7F4A13D647A600C038FE /* GameOver.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = GameOver.png; sourceTree = "<group>"; }; 348 3F6C7F4A13D647A600C038FE /* GameOver.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = GameOver.png; sourceTree = "<group>"; };
349 3F6C7F5913D648CE00C038FE /* helvetica2.fnt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = helvetica2.fnt; sourceTree = "<group>"; }; 349 3F6C7F5913D648CE00C038FE /* helvetica2.fnt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = helvetica2.fnt; sourceTree = "<group>"; };
@@ -702,8 +702,8 @@
702 E0F81037120A173C005866B8 /* RootViewController.m */, 702 E0F81037120A173C005866B8 /* RootViewController.m */,
703 1F3B9A2C0EF2145700286867 /* Cart_CollectAppDelegate.h */, 703 1F3B9A2C0EF2145700286867 /* Cart_CollectAppDelegate.h */,
704 507022A2107672FA00393637 /* Cart_CollectAppDelegate.m */, 704 507022A2107672FA00393637 /* Cart_CollectAppDelegate.m */,
705 3F6C7EE713D6377D00C038FE /* GameOverLayer.h */, 705 3F6C7EE713D6377D00C038FE /* GameOverScene.h */,
706 3F6C7EE813D6377D00C038FE /* GameOverLayer.m */, 706 3F6C7EE813D6377D00C038FE /* GameOverScene.m */,
707 3F83955213D739B10059AEE8 /* MainMenuLayer.m */, 707 3F83955213D739B10059AEE8 /* MainMenuLayer.m */,
708 3F83955113D739B10059AEE8 /* MainMenuLayer.h */, 708 3F83955113D739B10059AEE8 /* MainMenuLayer.h */,
709 3F03221413D78F8C00E6A708 /* HighscoreListController.h */, 709 3F03221413D78F8C00E6A708 /* HighscoreListController.h */,
@@ -1398,7 +1398,7 @@
1398 3F6C7C7013D5E54E00C038FE /* Bottle.m in Sources */, 1398 3F6C7C7013D5E54E00C038FE /* Bottle.m in Sources */,
1399 3F6C7C7313D5E57100C038FE /* OneUp.m in Sources */, 1399 3F6C7C7313D5E57100C038FE /* OneUp.m in Sources */,
1400 3F6C7EE413D636CF00C038FE /* Rock.m in Sources */, 1400 3F6C7EE413D636CF00C038FE /* Rock.m in Sources */,
1401 3F6C7EE913D6377D00C038FE /* GameOverLayer.m in Sources */, 1401 3F6C7EE913D6377D00C038FE /* GameOverScene.m in Sources */,
1402 3F83955313D739B10059AEE8 /* MainMenuLayer.m in Sources */, 1402 3F83955313D739B10059AEE8 /* MainMenuLayer.m in Sources */,
1403 3F03221613D78F8C00E6A708 /* HighscoreListController.m in Sources */, 1403 3F03221613D78F8C00E6A708 /* HighscoreListController.m in Sources */,
1404 3F03221913D7904E00E6A708 /* Highscore.m in Sources */, 1404 3F03221913D7904E00E6A708 /* Highscore.m in Sources */,