-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
29 lines (29 loc) · 935 Bytes
/
Copy pathmanifest.json
File metadata and controls
29 lines (29 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"initial": [
"libs/modules/egret/egret.js",
"libs/modules/egret/egret.web.js",
"libs/modules/eui/eui.js",
"libs/modules/assetsmanager/assetsmanager.js",
"libs/modules/tween/tween.js",
"libs/modules/game/game.js",
"libs/modules/promise/promise.js"
],
"game": [
"bin-debug/com/core/corebase/base/BaseComponent.js",
"bin-debug/com/core/corebase/SingleInstace.js",
"bin-debug/Platform.js",
"bin-debug/com/TestComponent.js",
"bin-debug/com/core/App.js",
"bin-debug/com/core/adapter/AssetAdapter.js",
"bin-debug/com/core/adapter/ThemeAdapter.js",
"bin-debug/LoadingUI.js",
"bin-debug/Main.js",
"bin-debug/com/core/corebase/base/IBaseComponent.js",
"bin-debug/com/core/tool/array/ArrayUtil.js",
"bin-debug/com/core/util/MultiUtil.js",
"bin-debug/com/core/util/ResourceUtils.js",
"bin-debug/com/core/util/StageUtils.js",
"bin-debug/com/tree/QuadNode.js",
"bin-debug/com/tree/QuadTree.js"
]
}