diff options
| author | Starla Insigna <starla4444@gmail.com> | 2011-09-10 10:04:18 -0400 |
|---|---|---|
| committer | Starla Insigna <starla4444@gmail.com> | 2011-09-10 10:04:18 -0400 |
| commit | ab9f7381455b334fa0df563e21775410be74ea45 (patch) | |
| tree | 531ffb35abf20c8a75103a66c7de0a7136b11d24 /Cartographic.xcodeproj | |
| parent | b090d12d637e5cfbf0ac6955fa6c8d401de657b5 (diff) | |
| download | cartcollect-ab9f7381455b334fa0df563e21775410be74ea45.tar.gz cartcollect-ab9f7381455b334fa0df563e21775410be74ea45.tar.bz2 cartcollect-ab9f7381455b334fa0df563e21775410be74ea45.zip | |
Added point multipliers
There is support for point multipliers for any game mode, but only Jump currently utilizes it. Closes #222
Diffstat (limited to 'Cartographic.xcodeproj')
| -rwxr-xr-x | Cartographic.xcodeproj/project.pbxproj | 10 |
1 files changed, 10 insertions, 0 deletions
| diff --git a/Cartographic.xcodeproj/project.pbxproj b/Cartographic.xcodeproj/project.pbxproj index 8fd0d47..1a41374 100755 --- a/Cartographic.xcodeproj/project.pbxproj +++ b/Cartographic.xcodeproj/project.pbxproj | |||
| @@ -129,6 +129,8 @@ | |||
| 129 | 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */; }; | 129 | 6CC89DD913F2F4E6003704F7 /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6CC89DD813F2F4E6003704F7 /* Entitlements.plist */; }; |
| 130 | 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CC89DDE13F31413003704F7 /* TutorialMode.m */; }; | 130 | 6CC89DDF13F31413003704F7 /* TutorialMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CC89DDE13F31413003704F7 /* TutorialMode.m */; }; |
| 131 | 6CDBE80C14092DB00072F287 /* ledge.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CDBE80B14092DB00072F287 /* ledge.png */; }; | 131 | 6CDBE80C14092DB00072F287 /* ledge.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CDBE80B14092DB00072F287 /* ledge.png */; }; |
| 132 | 6CF64C09141B9FA300F3B702 /* PointMultiplier.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CF64C08141B9FA300F3B702 /* PointMultiplier.m */; }; | ||
| 133 | 6CF64C0B141BA37000F3B702 /* multiplier.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CF64C0A141BA37000F3B702 /* multiplier.png */; }; | ||
| 132 | DC6640030F83B3EA000B3E49 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC6640020F83B3EA000B3E49 /* AudioToolbox.framework */; }; | 134 | DC6640030F83B3EA000B3E49 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC6640020F83B3EA000B3E49 /* AudioToolbox.framework */; }; |
| 133 | DC6640050F83B3EA000B3E49 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC6640040F83B3EA000B3E49 /* OpenAL.framework */; }; | 135 | DC6640050F83B3EA000B3E49 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC6640040F83B3EA000B3E49 /* OpenAL.framework */; }; |
| 134 | DCCBF1B70F6022AE0040855A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1B60F6022AE0040855A /* CoreGraphics.framework */; }; | 136 | DCCBF1B70F6022AE0040855A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1B60F6022AE0040855A /* CoreGraphics.framework */; }; |
| @@ -471,6 +473,9 @@ | |||
| 471 | 6CC89DE013F3197F003704F7 /* FallingObjectDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FallingObjectDelegate.h; sourceTree = "<group>"; }; | 473 | 6CC89DE013F3197F003704F7 /* FallingObjectDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FallingObjectDelegate.h; sourceTree = "<group>"; }; |
| 472 | 6CDBE80B14092DB00072F287 /* ledge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ledge.png; sourceTree = "<group>"; }; | 474 | 6CDBE80B14092DB00072F287 /* ledge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ledge.png; sourceTree = "<group>"; }; |
| 473 | 6CDBE80E140936CF0072F287 /* CartDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CartDelegate.h; sourceTree = "<group>"; }; | 475 | 6CDBE80E140936CF0072F287 /* CartDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CartDelegate.h; sourceTree = "<group>"; }; |
| 476 | 6CF64C07141B9FA300F3B702 /* PointMultiplier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PointMultiplier.h; sourceTree = "<group>"; }; | ||
| 477 | 6CF64C08141B9FA300F3B702 /* PointMultiplier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PointMultiplier.m; sourceTree = "<group>"; }; | ||
| 478 | 6CF64C0A141BA37000F3B702 /* multiplier.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = multiplier.png; sourceTree = "<group>"; }; | ||
| 474 | DC6640020F83B3EA000B3E49 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; | 479 | DC6640020F83B3EA000B3E49 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; |
| 475 | DC6640040F83B3EA000B3E49 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; }; | 480 | DC6640040F83B3EA000B3E49 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; }; |
| 476 | DCCBF1B60F6022AE0040855A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | 481 | DCCBF1B60F6022AE0040855A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
| @@ -788,6 +793,7 @@ | |||
| 788 | 3F6C7F4D13D647B600C038FE /* Sprites */ = { | 793 | 3F6C7F4D13D647B600C038FE /* Sprites */ = { |
| 789 | isa = PBXGroup; | 794 | isa = PBXGroup; |
| 790 | children = ( | 795 | children = ( |
| 796 | 6CF64C0A141BA37000F3B702 /* multiplier.png */, | ||
| 791 | 6CDBE80B14092DB00072F287 /* ledge.png */, | 797 | 6CDBE80B14092DB00072F287 /* ledge.png */, |
| 792 | 6C39CFE613FC46CD002B21AF /* water.png */, | 798 | 6C39CFE613FC46CD002B21AF /* water.png */, |
| 793 | 6C29041113EAEC8A0032DA0F /* framestuff.png */, | 799 | 6C29041113EAEC8A0032DA0F /* framestuff.png */, |
| @@ -973,6 +979,8 @@ | |||
| 973 | 6C0C141013F2099B003A31B2 /* Cart.m */, | 979 | 6C0C141013F2099B003A31B2 /* Cart.m */, |
| 974 | 6CC89DE013F3197F003704F7 /* FallingObjectDelegate.h */, | 980 | 6CC89DE013F3197F003704F7 /* FallingObjectDelegate.h */, |
| 975 | 6CDBE80E140936CF0072F287 /* CartDelegate.h */, | 981 | 6CDBE80E140936CF0072F287 /* CartDelegate.h */, |
| 982 | 6CF64C07141B9FA300F3B702 /* PointMultiplier.h */, | ||
| 983 | 6CF64C08141B9FA300F3B702 /* PointMultiplier.m */, | ||
| 976 | ); | 984 | ); |
| 977 | name = Items; | 985 | name = Items; |
| 978 | sourceTree = "<group>"; | 986 | sourceTree = "<group>"; |
| @@ -1479,6 +1487,7 @@ | |||
| 1479 | 6C39CFEB13FC8ACA002B21AF /* jump.png in Resources */, | 1487 | 6C39CFEB13FC8ACA002B21AF /* jump.png in Resources */, |
| 1480 | 6C85834614056E57009EF100 /* venice.png in Resources */, | 1488 | 6C85834614056E57009EF100 /* venice.png in Resources */, |
| 1481 | 6CDBE80C14092DB00072F287 /* ledge.png in Resources */, | 1489 | 6CDBE80C14092DB00072F287 /* ledge.png in Resources */, |
| 1490 | 6CF64C0B141BA37000F3B702 /* multiplier.png in Resources */, | ||
| 1482 | ); | 1491 | ); |
| 1483 | runOnlyForDeploymentPostprocessing = 0; | 1492 | runOnlyForDeploymentPostprocessing = 0; |
| 1484 | }; | 1493 | }; |
| @@ -1533,6 +1542,7 @@ | |||
| 1533 | 6C85834014055A44009EF100 /* CCNotifications.m in Sources */, | 1542 | 6C85834014055A44009EF100 /* CCNotifications.m in Sources */, |
| 1534 | 6C85834414055B2E009EF100 /* notificationDesign.m in Sources */, | 1543 | 6C85834414055B2E009EF100 /* notificationDesign.m in Sources */, |
| 1535 | 6C4400041415080800A9E1D7 /* ZoomFadeTransition.m in Sources */, | 1544 | 6C4400041415080800A9E1D7 /* ZoomFadeTransition.m in Sources */, |
| 1545 | 6CF64C09141B9FA300F3B702 /* PointMultiplier.m in Sources */, | ||
| 1536 | ); | 1546 | ); |
| 1537 | runOnlyForDeploymentPostprocessing = 0; | 1547 | runOnlyForDeploymentPostprocessing = 0; |
| 1538 | }; | 1548 | }; |
