ccgui
Version:
105 lines • 5.02 kB
JavaScript
var baseCfg = {
projName : "ccgui",
resPath : "cfg/res.js",
modluesPathMap : {
"ccgui" : "./",
"cocos2d-html5" : "../cocos2d-html5/",
"cctouch" : "../cctouch/",
"cccliping" : "../cccliping/",
"ccshapenode" : "../ccshapenode/",
"ccrendertexture" : "../ccrendertexture/",
"ccactions" : "../ccactions/",
"ccprogress" : "../ccprogress/"
},
baseJsList : [
"../cocos2d-html5/cfg/jsRes.js",
"../cocos2d-html5/cfg/resCfg.js",
"../cocos2d-html5/lib/platform/CCClass.js",
"../cocos2d-html5/lib/cocoa/CCGeometry.js",
"../cocos2d-html5/lib/platform/Sys.js",
"../cocos2d-html5/lib/platform/CCConfig.js",
"../cocos2d-html5/lib/platform/miniFramework.js",
"../cocos2d-html5/lib/platform/CCCommon.js",
"../cocos2d-html5/lib/platform/CCMacro.js",
"../cocos2d-html5/lib/platform/CCFileUtils.js",
"../cocos2d-html5/lib/platform/CCTypes.js",
"../cocos2d-html5/lib/platform/CCEGLView.js",
"../cocos2d-html5/lib/platform/CCScreen.js",
"../cocos2d-html5/lib/platform/CCVisibleRect.js",
"../cocos2d-html5/lib/cocoa/CCNS.js",
"../cocos2d-html5/lib/cocoa/CCAffineTransform.js",
"../cocos2d-html5/lib/support/CCPointExtension.js",
"../cocos2d-html5/lib/support/CCVertex.js",
"../cocos2d-html5/lib/support/TransformUtils.js",
"../cocos2d-html5/lib/base_nodes/CCNode.js",
"../cocos2d-html5/lib/base_nodes/CCAtlasNode.js",
"../cocos2d-html5/lib/textures/CCTexture2D.js",
"../cocos2d-html5/lib/textures/CCTextureCache.js",
"../cocos2d-html5/lib/textures/CCTextureAtlas.js",
"../cocos2d-html5/lib/scenes_nodes/CCScene.js",
"../cocos2d-html5/lib/layers_nodes/CCLayer.js",
"../cocos2d-html5/lib/sprite_nodes/CCSprite.js",
"../cocos2d-html5/lib/sprite_nodes/CCAnimation.js",
"../cocos2d-html5/lib/sprite_nodes/CCAnimationCache.js",
"../cocos2d-html5/lib/sprite_nodes/CCSpriteFrame.js",
"../cocos2d-html5/lib/sprite_nodes/CCSpriteFrameCache.js",
"../cocos2d-html5/lib/sprite_nodes/CCSpriteBatchNode.js",
"../cocos2d-html5/lib/CCConfiguration.js",
"../cocos2d-html5/lib/CCDirector.js",
"../cocos2d-html5/lib/CCCamera.js",
"../cocos2d-html5/lib/CCScheduler.js",
"../cocos2d-html5/lib/CCLoader.js",
"../cocos2d-html5/lib/CCDrawingPrimitives.js",
"../cocos2d-html5/lib/platform/CCApplication.js",
"../cocos2d-html5/lib/platform/CCSAXParser.js",
"../cocos2d-html5/lib/platform/AppControl.js",
"../cocos2d-html5/lib/labelTTF/CCLabelTTF.js",
"../cocos2d-html5/lib/CCActionManager.js",
"../cctouch/cfg/jsRes.js",
"../cctouch/cfg/resCfg.js",
"../cctouch/lib/CCTouchDelegateProtocol.js",
"../cctouch/lib/CCTouchHandler.js",
"../cctouch/lib/CCTouchDispatcher.js",
"../cctouch/lib/CCMouseDispatcher.js",
"../ccshapenode/cfg/jsRes.js",
"../ccshapenode/cfg/resCfg.js",
"../ccshapenode/lib/CCDrawNode.js",
"../cccliping/cfg/jsRes.js",
"../cccliping/cfg/resCfg.js",
"../cccliping/lib/CCClippingNode.js",
"../ccrendertexture/cfg/jsRes.js",
"../ccrendertexture/cfg/resCfg.js",
"../ccrendertexture/lib/CCRenderTexture.js",
"../ccactions/cfg/jsRes.js",
"../ccactions/cfg/resCfg.js",
"../ccactions/lib/CCAction.js",
"../ccactions/lib/CCActionInterval.js",
"../ccactions/lib/CCActionInstant.js",
"../ccactions/lib/CCActionCamera.js",
"../ccactions/lib/CCActionEase.js",
"../ccactions/lib/CCActionCatmullRom.js",
"../ccactions/lib/CCActionTween.js",
"../ccprogress/cfg/jsRes.js",
"../ccprogress/cfg/resCfg.js",
"../ccprogress/lib/CCProgressTimer.js",
"../ccprogress/lib/CCActionProgressTimer.js",
"cfg/jsRes.js",
"cfg/resCfg.js",
"./lib/CCControlExtension/CCControl.js",
"./lib/CCControlExtension/CCControlButton.js",
"./lib/CCControlExtension/CCControlUtils.js",
"./lib/CCControlExtension/CCInvocation.js",
"./lib/CCControlExtension/CCScale9Sprite.js",
"./lib/CCControlExtension/CCMenuPassive.js",
"./lib/CCControlExtension/CCControlSaturationBrightnessPicker.js",
"./lib/CCControlExtension/CCControlHuePicker.js",
"./lib/CCControlExtension/CCControlColourPicker.js",
"./lib/CCControlExtension/CCControlSlider.js",
"./lib/CCControlExtension/CCControlSwitch.js",
"./lib/CCControlExtension/CCControlStepper.js",
"./lib/CCControlExtension/CCControlPotentiometer.js",
"./lib/CCScrollView/CCScrollView.js",
"./lib/CCScrollView/CCSorting.js",
"./lib/CCScrollView/CCTableView.js"
]
};