-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
31 lines (31 loc) · 856 Bytes
/
manifest.json
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
30
31
{
"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",
"libs/WXCloudApi/WXCloudApi.js",
"libs/egretmgobe/egretmgobe.js"
],
"game": [
"bin-debug/BaseObject.js",
"bin-debug/plane/BasePlane.js",
"bin-debug/bullet/BaseBullet.js",
"bin-debug/LoadingUI.js",
"bin-debug/Main.js",
"bin-debug/Main1.js",
"bin-debug/Platform.js",
"bin-debug/ThemeAdapter.js",
"bin-debug/AssetAdapter.js",
"bin-debug/bullet/BulletContainer.js",
"bin-debug/enemy/BaseEnemy.js",
"bin-debug/enemy/EnemyContainer.js",
"bin-debug/Global.js",
"bin-debug/plane/HeroPlane.js",
"bin-debug/scene/GameScene.js",
"bin-debug/scene/MeneScene.js"
]
}