EffectTools/manifest.json
2020-08-21 09:42:54 +08:00

69 lines
2.4 KiB
JSON

{
"initial": [
"libs/modules/egret/egret.js",
"libs/modules/egret/egret.web.js",
"libs/modules/game/game.js",
"libs/modules/tween/tween.js",
"libs/modules/assetsmanager/assetsmanager.js",
"libs/modules/promise/promise.js"
],
"game": [
"bin-debug/game/animation/BaseRender.js",
"bin-debug/common/RecyclablePool.js",
"bin-debug/common/utils/DataParseUtil.js",
"bin-debug/game/GameConfig.js",
"bin-debug/game/GameLayer.js",
"bin-debug/game/animation/PstInfo.js",
"bin-debug/game/net/NetService.js",
"bin-debug/game/resource/Resource.js",
"bin-debug/common/configs/DataLocator.js",
"bin-debug/common/constant/KeyStroke.js",
"bin-debug/common/constant/RequestState.js",
"bin-debug/common/utils/ColorUtil.js",
"bin-debug/Main.js",
"bin-debug/common/utils/Map.js",
"bin-debug/common/utils/RequestLimit.js",
"bin-debug/common/utils/Temp.js",
"bin-debug/common/utils/TimerUtil.js",
"bin-debug/debug/ClientCheck.js",
"bin-debug/debug/Logger.js",
"bin-debug/debug/ThrowError.js",
"bin-debug/debug/ThrowErrorHelper.js",
"bin-debug/Tools.js",
"bin-debug/game/GameEngine.js",
"bin-debug/common/CallbackInfo.js",
"bin-debug/game/IDepth.js",
"bin-debug/game/animation/ActionInfo.js",
"bin-debug/game/animation/AniInfo.js",
"bin-debug/game/animation/AniRender.js",
"bin-debug/GridSprite.js",
"bin-debug/game/animation/FrameInfo.js",
"bin-debug/game/animation/IDrawInfo.js",
"bin-debug/game/animation/JTexture.js",
"bin-debug/common/Extend.js",
"bin-debug/game/animation/ResourceBitmap.js",
"bin-debug/game/animation/SplitUnitResource.js",
"bin-debug/game/animation/UnitResource.js",
"bin-debug/game/camera/Camera.js",
"bin-debug/game/map/MapInfo.js",
"bin-debug/game/map/MapRender.js",
"bin-debug/game/net/AuthData.js",
"bin-debug/game/net/AuthState.js",
"bin-debug/game/net/HttpNetService.js",
"bin-debug/game/net/IMessage.js",
"bin-debug/game/net/NetData.js",
"bin-debug/game/net/NetEvent.js",
"bin-debug/game/net/NetRouter.js",
"bin-debug/DragDele.js",
"bin-debug/game/net/protobuf/PBMessage.js",
"bin-debug/game/net/protobuf/PBMessageUtils.js",
"bin-debug/game/net/string/SMessage.js",
"bin-debug/game/resource/IResource.js",
"bin-debug/common/configs/ConfigUtils.js",
"bin-debug/game/resource/ResourceManager.js",
"bin-debug/game/structure/ByteArray.js",
"bin-debug/game/structure/Int64.js",
"bin-debug/game/utils/FaceToUtils.js",
"bin-debug/game/utils/GDataParseUtils.js"
]
}