-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.json
36 lines (36 loc) · 889 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
32
33
34
35
36
{
"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",
"physics/bin/physics/physics.js"
],
"game": [
"bin-debug/Utils.js",
"bin-debug/Main.js",
"bin-debug/AwardItem.js",
"bin-debug/Bread.js",
"bin-debug/Button.js",
"bin-debug/config.dev.js",
"bin-debug/FailDlg.js",
"bin-debug/Game.js",
"bin-debug/Hooker.js",
"bin-debug/Http.js",
"bin-debug/LoadingUI.js",
"bin-debug/AwardDlg.js",
"bin-debug/Noticer.js",
"bin-debug/Platform.js",
"bin-debug/PointDlg.js",
"bin-debug/PrizeDlg.js",
"bin-debug/PrizeItem.js",
"bin-debug/RuleDlg.js",
"bin-debug/service.js",
"bin-debug/storage.js",
"bin-debug/Timer.js",
"bin-debug/auth.js",
"bin-debug/weixinApiService.js"
]
}