cocos2d-html5
Version:
Cocos2d-HTML5 core package
70 lines • 4.99 kB
JavaScript
var js = js || {};
js.cocos2d_html5 = {
CCActionManager_js : '[%cocos2d-html5%]lib/CCActionManager.js',
CCCamera_js : '[%cocos2d-html5%]lib/CCCamera.js',
CCConfiguration_js : '[%cocos2d-html5%]lib/CCConfiguration.js',
CCDirector_js : '[%cocos2d-html5%]lib/CCDirector.js',
CCDrawingPrimitives_js : '[%cocos2d-html5%]lib/CCDrawingPrimitives.js',
CCLoader_js : '[%cocos2d-html5%]lib/CCLoader.js',
CCScheduler_js : '[%cocos2d-html5%]lib/CCScheduler.js',
CCAtlasNode_js : '[%cocos2d-html5%]lib/base_nodes/CCAtlasNode.js',
CCNode_js : '[%cocos2d-html5%]lib/base_nodes/CCNode.js',
cc_js : '[%cocos2d-html5%]lib/cc.js',
cc4publish_js : '[%cocos2d-html5%]lib/cc4publish.js',
CCAffineTransform_js : '[%cocos2d-html5%]lib/cocoa/CCAffineTransform.js',
CCGeometry_js : '[%cocos2d-html5%]lib/cocoa/CCGeometry.js',
CCNS_js : '[%cocos2d-html5%]lib/cocoa/CCNS.js',
cocos2d_externs_js : '[%cocos2d-html5%]lib/cocos2d_externs.js',
CCLabelTTF_js : '[%cocos2d-html5%]lib/labelTTF/CCLabelTTF.js',
CCLayer_js : '[%cocos2d-html5%]lib/layers_nodes/CCLayer.js',
AppControl_js : '[%cocos2d-html5%]lib/platform/AppControl.js',
CCApplication_js : '[%cocos2d-html5%]lib/platform/CCApplication.js',
CCClass_js : '[%cocos2d-html5%]lib/platform/CCClass.js',
CCCommon_js : '[%cocos2d-html5%]lib/platform/CCCommon.js',
CCConfig_js : '[%cocos2d-html5%]lib/platform/CCConfig.js',
CCEGLView_js : '[%cocos2d-html5%]lib/platform/CCEGLView.js',
CCFileUtils_js : '[%cocos2d-html5%]lib/platform/CCFileUtils.js',
CCMacro_js : '[%cocos2d-html5%]lib/platform/CCMacro.js',
CCSAXParser_js : '[%cocos2d-html5%]lib/platform/CCSAXParser.js',
CCScreen_js : '[%cocos2d-html5%]lib/platform/CCScreen.js',
CCTypes_js : '[%cocos2d-html5%]lib/platform/CCTypes.js',
CCVisibleRect_js : '[%cocos2d-html5%]lib/platform/CCVisibleRect.js',
Sys_js : '[%cocos2d-html5%]lib/platform/Sys.js',
miniFramework_js : '[%cocos2d-html5%]lib/platform/miniFramework.js',
CCScene_js : '[%cocos2d-html5%]lib/scenes_nodes/CCScene.js',
CCAnimation_js : '[%cocos2d-html5%]lib/sprite_nodes/CCAnimation.js',
CCAnimationCache_js : '[%cocos2d-html5%]lib/sprite_nodes/CCAnimationCache.js',
CCSprite_js : '[%cocos2d-html5%]lib/sprite_nodes/CCSprite.js',
CCSpriteBatchNode_js : '[%cocos2d-html5%]lib/sprite_nodes/CCSpriteBatchNode.js',
CCSpriteFrame_js : '[%cocos2d-html5%]lib/sprite_nodes/CCSpriteFrame.js',
CCSpriteFrameCache_js : '[%cocos2d-html5%]lib/sprite_nodes/CCSpriteFrameCache.js',
CCPointExtension_js : '[%cocos2d-html5%]lib/support/CCPointExtension.js',
CCVertex_js : '[%cocos2d-html5%]lib/support/CCVertex.js',
TransformUtils_js : '[%cocos2d-html5%]lib/support/TransformUtils.js',
CCTexture2D_js : '[%cocos2d-html5%]lib/textures/CCTexture2D.js',
CCTextureAtlas_js : '[%cocos2d-html5%]lib/textures/CCTextureAtlas.js',
CCTextureCache_js : '[%cocos2d-html5%]lib/textures/CCTextureCache.js',
BoundingBoxTest_js : '[%cocos2d-html5%]test/ccnode/BoundingBoxTest.js',
CCNodeTest2_js : '[%cocos2d-html5%]test/ccnode/CCNodeTest2.js',
CCNodeTest6_js : '[%cocos2d-html5%]test/ccnode/CCNodeTest6.js',
LabelTTFA8Test_js : '[%cocos2d-html5%]test/labelTTF/LabelTTFA8Test.js',
LabelTTFAlignment_js : '[%cocos2d-html5%]test/labelTTF/LabelTTFAlignment.js',
LabelTTFChinese_js : '[%cocos2d-html5%]test/labelTTF/LabelTTFChinese.js',
LabelTTFMultiline_js : '[%cocos2d-html5%]test/labelTTF/LabelTTFMultiline.js',
IgnoreAnchorpointTest1_js : '[%cocos2d-html5%]test/layers/IgnoreAnchorpointTest1.js',
LayerGradientTest_js : '[%cocos2d-html5%]test/layers/LayerGradientTest.js',
LayerTest1_js : '[%cocos2d-html5%]test/layers/LayerTest1.js',
ScheduleUsingSchedulerTest_js : '[%cocos2d-html5%]test/scheduler/ScheduleUsingSchedulerTest.js',
SchedulerAutoremoveTest_js : '[%cocos2d-html5%]test/scheduler/SchedulerAutoremoveTest.js',
SchedulerPauseResumeTest_js : '[%cocos2d-html5%]test/scheduler/SchedulerPauseResumeTest.js',
SchedulerUnscheduleAllHardTest_js : '[%cocos2d-html5%]test/scheduler/SchedulerUnscheduleAllHardTest.js',
SchedulerUnscheduleAllTest_js : '[%cocos2d-html5%]test/scheduler/SchedulerUnscheduleAllTest.js',
SchedulerUpdateAndCustomTest_js : '[%cocos2d-html5%]test/scheduler/SchedulerUpdateAndCustomTest.js',
SchedulerUpdateTest_js : '[%cocos2d-html5%]test/scheduler/SchedulerUpdateTest.js',
Sprite1Test_js : '[%cocos2d-html5%]test/sprite/Sprite1Test.js',
SpriteBatchNode1Test_js : '[%cocos2d-html5%]test/sprite/SpriteBatchNode1Test.js',
SpriteColorOpacity_js : '[%cocos2d-html5%]test/sprite/SpriteColorOpacity.js',
SpriteNilTexture_js : '[%cocos2d-html5%]test/sprite/SpriteNilTexture.js',
SpriteZOrder_js : '[%cocos2d-html5%]test/sprite/SpriteZOrder.js',
TextureColorCacheIssue_js : '[%cocos2d-html5%]test/sprite/TextureColorCacheIssue.js'
};