Files
esengine/demo/manifest.json

49 lines
1.7 KiB
JSON
Raw Normal View History

2020-06-08 11:49:45 +08:00
{
"initial": [
"libs/modules/egret/egret.js",
"libs/modules/egret/egret.web.js",
"libs/modules/eui/eui.js",
"libs/modules/assetsmanager/assetsmanager.js",
"libs/modules/game/game.js",
"libs/modules/tween/tween.js",
"libs/modules/promise/promise.js",
2020-08-21 19:21:40 +08:00
"libs/modules/dragonBones/dragonBones.js",
2020-06-17 23:19:25 +08:00
"libs/framework/framework.js",
2020-08-21 19:21:40 +08:00
"libs/long/long.js",
"libs/fairygui/fairygui.js"
2020-06-08 11:49:45 +08:00
],
"game": [
2020-08-21 19:21:40 +08:00
"bin-debug/Fgui/common/commonBinder.js",
"bin-debug/UI/mvc/BaseView.js",
"bin-debug/SampleHelpers/SampleScene.js",
"bin-debug/UI/loading/LoadingView.js",
2020-08-23 22:09:22 +08:00
"bin-debug/Scenes/LineCasting/LineCastingScene.js",
2020-08-21 19:21:40 +08:00
"bin-debug/Fgui/common/UI_com_tips.js",
"bin-debug/Fgui/loading/loadingBinder.js",
"bin-debug/Fgui/loading/UI_View_loading.js",
"bin-debug/Fgui/sc/scBinder.js",
"bin-debug/Fgui/sc/UI_btn_sc.js",
2020-08-25 17:28:22 +08:00
"bin-debug/Fgui/sc/UI_combo_sc_popup.js",
2020-08-21 19:21:40 +08:00
"bin-debug/Fgui/sc/UI_View_sc.js",
2020-06-08 11:49:45 +08:00
"bin-debug/Platform.js",
2020-08-21 19:21:40 +08:00
"bin-debug/Scenes/Animated Tiles/AnimatedTilesScene.js",
"bin-debug/Scenes/Empty Scene/BasicScene.js",
2020-08-23 22:09:22 +08:00
"bin-debug/Scenes/LineCasting/LineCaster.js",
2020-08-21 19:21:40 +08:00
"bin-debug/Main.js",
2020-08-23 22:09:22 +08:00
"bin-debug/Scenes/Ninja Adventure/Ninja.js",
"bin-debug/Scenes/Ninja Adventure/NinjaAdventureScene.js",
2020-08-21 19:21:40 +08:00
"bin-debug/UI/PopManager.js",
"bin-debug/UI/loading/LoadingControl.js",
"bin-debug/UI/loading/LoadingEvents.js",
2020-06-08 16:23:48 +08:00
"bin-debug/ThemeAdapter.js",
2020-08-21 19:21:40 +08:00
"bin-debug/AssetAdapter.js",
"bin-debug/UI/mvc/EventManager.js",
"bin-debug/UI/mvc/Extension.js",
"bin-debug/UI/mvc/FguiUtils.js",
"bin-debug/UI/mvc/LayerManager.js",
"bin-debug/UI/mvc/ViewManager.js",
"bin-debug/UI/sc/ScControl.js",
"bin-debug/UI/sc/ScEvents.js",
"bin-debug/UI/sc/ScView.js"
2020-06-08 11:49:45 +08:00
]
}