|
136 | 136 | 83E1A88719C8ACDC000A3BCA /* CCPackageCocos2dEnabler.m in Sources */ = {isa = PBXBuildFile; fileRef = 83E1A87F19C8ACDC000A3BCA /* CCPackageCocos2dEnabler.m */; };
|
137 | 137 | 83E1A88A19C8ACDC000A3BCA /* CCPackageInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 83E1A88219C8ACDC000A3BCA /* CCPackageInstaller.h */; };
|
138 | 138 | 83E1A88B19C8ACDC000A3BCA /* CCPackageInstaller.m in Sources */ = {isa = PBXBuildFile; fileRef = 83E1A88319C8ACDC000A3BCA /* CCPackageInstaller.m */; };
|
| 139 | + 9D69E6D619DF604800C2749C /* CCLightNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D69E6D419DF604800C2749C /* CCLightNode.h */; }; |
| 140 | + 9D69E6D719DF604800C2749C /* CCLightNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D69E6D519DF604800C2749C /* CCLightNode.m */; }; |
139 | 141 | 9D85671D191B018200573093 /* CCEffectBrightness.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D85671B191B018200573093 /* CCEffectBrightness.h */; };
|
140 | 142 | 9D85671E191B018200573093 /* CCEffectBrightness.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D85671C191B018200573093 /* CCEffectBrightness.m */; };
|
141 | 143 | 9D856721191B019900573093 /* CCEffectContrast.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D85671F191B019900573093 /* CCEffectContrast.h */; };
|
142 | 144 | 9D856722191B019900573093 /* CCEffectContrast.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D856720191B019900573093 /* CCEffectContrast.m */; };
|
143 | 145 | 9DBCA31419B68BE400EFE96D /* CCEffectColorChannelOffset.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DBCA31219B68BE400EFE96D /* CCEffectColorChannelOffset.h */; };
|
144 | 146 | 9DBCA31519B68BE400EFE96D /* CCEffectColorChannelOffset.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DBCA31319B68BE400EFE96D /* CCEffectColorChannelOffset.m */; };
|
| 147 | + 9DDD047E19DE154400687820 /* CCEffectLighting.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DDD047C19DE154400687820 /* CCEffectLighting.h */; }; |
| 148 | + 9DDD047F19DE154400687820 /* CCEffectLighting.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DDD047D19DE154400687820 /* CCEffectLighting.m */; }; |
145 | 149 | 9DF37621191C594A00C6D27A /* CCEffectPixellate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF3761F191C594A00C6D27A /* CCEffectPixellate.h */; };
|
146 | 150 | 9DF37622191C594A00C6D27A /* CCEffectPixellate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DF37620191C594A00C6D27A /* CCEffectPixellate.m */; };
|
147 | 151 | A003AC8C1657071100C7B792 /* ccFPSImages.h in Headers */ = {isa = PBXBuildFile; fileRef = A003AC8B1657071100C7B792 /* ccFPSImages.h */; };
|
|
887 | 891 | 83E1A88319C8ACDC000A3BCA /* CCPackageInstaller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCPackageInstaller.m; sourceTree = "<group>"; };
|
888 | 892 | 83E1A88D19C8C19D000A3BCA /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
889 | 893 | 92FF6C7318F33A2A005B7139 /* CCActionManager_Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CCActionManager_Private.h; sourceTree = "<group>"; };
|
| 894 | + 9D69E6D419DF604800C2749C /* CCLightNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLightNode.h; sourceTree = "<group>"; }; |
| 895 | + 9D69E6D519DF604800C2749C /* CCLightNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCLightNode.m; sourceTree = "<group>"; }; |
890 | 896 | 9D85671A191AE2CC00573093 /* CCEffectStack_Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CCEffectStack_Private.h; sourceTree = "<group>"; };
|
891 | 897 | 9D85671B191B018200573093 /* CCEffectBrightness.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEffectBrightness.h; sourceTree = "<group>"; };
|
892 | 898 | 9D85671C191B018200573093 /* CCEffectBrightness.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCEffectBrightness.m; sourceTree = "<group>"; };
|
893 | 899 | 9D85671F191B019900573093 /* CCEffectContrast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEffectContrast.h; sourceTree = "<group>"; };
|
894 | 900 | 9D856720191B019900573093 /* CCEffectContrast.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCEffectContrast.m; sourceTree = "<group>"; };
|
895 | 901 | 9DBCA31219B68BE400EFE96D /* CCEffectColorChannelOffset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEffectColorChannelOffset.h; sourceTree = "<group>"; };
|
896 | 902 | 9DBCA31319B68BE400EFE96D /* CCEffectColorChannelOffset.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCEffectColorChannelOffset.m; sourceTree = "<group>"; };
|
| 903 | + 9DDD047C19DE154400687820 /* CCEffectLighting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEffectLighting.h; sourceTree = "<group>"; }; |
| 904 | + 9DDD047D19DE154400687820 /* CCEffectLighting.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCEffectLighting.m; sourceTree = "<group>"; }; |
897 | 905 | 9DF3761F191C594A00C6D27A /* CCEffectPixellate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEffectPixellate.h; sourceTree = "<group>"; };
|
898 | 906 | 9DF37620191C594A00C6D27A /* CCEffectPixellate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCEffectPixellate.m; sourceTree = "<group>"; };
|
899 | 907 | A003AC8B1657071100C7B792 /* ccFPSImages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ccFPSImages.h; sourceTree = "<group>"; };
|
|
1467 | 1475 | 50316AA510291280003ACFE7 /* CCRenderTexture.m */,
|
1468 | 1476 | B791E85A182074C500DAE1D7 /* CCProgressNode_Private.h */,
|
1469 | 1477 | D2B840C31909F447008063EA /* CCRenderTexture_Private.h */,
|
| 1478 | + 9D69E6D419DF604800C2749C /* CCLightNode.h */, |
| 1479 | + 9D69E6D519DF604800C2749C /* CCLightNode.m */, |
1470 | 1480 | );
|
1471 | 1481 | name = "Misc Nodes";
|
1472 | 1482 | sourceTree = "<group>";
|
|
1744 | 1754 | D268FE08198078FF00ECBCD0 /* CCEffectGlass.m */,
|
1745 | 1755 | D268FE09198078FF00ECBCD0 /* CCEffectHue.h */,
|
1746 | 1756 | D268FE0A198078FF00ECBCD0 /* CCEffectHue.m */,
|
| 1757 | + 9DDD047C19DE154400687820 /* CCEffectLighting.h */, |
| 1758 | + 9DDD047D19DE154400687820 /* CCEffectLighting.m */, |
1747 | 1759 | D268FE0B198078FF00ECBCD0 /* CCEffectReflection.h */,
|
1748 | 1760 | D268FE0C198078FF00ECBCD0 /* CCEffectReflection.m */,
|
1749 | 1761 | D24161041958F72B003673BD /* CCEffectRenderer.h */,
|
|
2074 | 2086 | B798D15318205EFB00E7BFCD /* CCParticleSystem_Private.h in Headers */,
|
2075 | 2087 | D26A042A194B815500503BEC /* CCTouchEvent.h in Headers */,
|
2076 | 2088 | B78AE46417E7AF1C0028BE0B /* CCControl.h in Headers */,
|
| 2089 | + 9DDD047E19DE154400687820 /* CCEffectLighting.h in Headers */, |
2077 | 2090 | B78AE46617E7AF1C0028BE0B /* CCControlTextureFactory.h in Headers */,
|
2078 | 2091 | 571CD02619649E03003D460C /* CCPlatformTextFieldAndroid.h in Headers */,
|
2079 | 2092 | B78AE46817E7AF1C0028BE0B /* CCScrollView.h in Headers */,
|
2080 | 2093 | B78AE46C17E7AF6C0028BE0B /* UITouch+CC.h in Headers */,
|
2081 | 2094 | B7D2730F1822F4AA0054849B /* CCBKeyframe.h in Headers */,
|
2082 | 2095 | E525FCC2CF72D3667DE4D71B /* CCPackageHelper.h in Headers */,
|
2083 | 2096 | E525F3A2BBCBB446B67D8260 /* CCPackage_private.h in Headers */,
|
| 2097 | + 9D69E6D619DF604800C2749C /* CCLightNode.h in Headers */, |
2084 | 2098 | );
|
2085 | 2099 | runOnlyForDeploymentPostprocessing = 0;
|
2086 | 2100 | };
|
|
2519 | 2533 | D33803E618032F390072D8FE /* CCPhysicsNode.m in Sources */,
|
2520 | 2534 | D24160FF1958F6EE003673BD /* CCAnimationManager.m in Sources */,
|
2521 | 2535 | D285ECF1192EA92A009F4E88 /* CCGLView.m in Sources */,
|
| 2536 | + 9DDD047F19DE154400687820 /* CCEffectLighting.m in Sources */, |
2522 | 2537 | E01E6D8D121F130E001A484F /* CCLabelBMFont.m in Sources */,
|
2523 | 2538 | E0EAD100121F4B4600B0C81C /* CCDirectorIOS.m in Sources */,
|
2524 | 2539 | D24161011958F6EE003673BD /* CCAnimationManager+FrameAnimation.m in Sources */,
|
|
2553 | 2568 | D27451AC19AD430A006DA0A1 /* CCEffectDropShadow.m in Sources */,
|
2554 | 2569 | B7EE69E11819E75700B983FE /* CCLayout.m in Sources */,
|
2555 | 2570 | 2B192836163361B10049A044 /* CCClippingNode.m in Sources */,
|
| 2571 | + 9D69E6D719DF604800C2749C /* CCLightNode.m in Sources */, |
2556 | 2572 | A003AC8F16572D6000C7B792 /* ccFPSImages.m in Sources */,
|
2557 | 2573 | B79F905B17FE2A2E00908504 /* CCTableView.m in Sources */,
|
2558 | 2574 | B74C2B9C17BDA63A00A829C0 /* CCSprite9Slice.m in Sources */,
|
|
0 commit comments