-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.json
40 lines (40 loc) · 991 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
37
38
39
40
{
"initial": [
"libs/modules/egret/egret.js",
"libs/modules/egret/egret.web.js",
"libs/modules/game/game.js",
"libs/modules/tween/tween.js",
"libs/modules/res/res.js",
"libs/modules/eui/eui.js",
"libs/modules/socket/socket.js",
"promise/bin/promise.js"
],
"game": [
"bin-debug/Penalty01.js",
"bin-debug/ChampionC.js",
"bin-debug/Cnt.js",
"bin-debug/field_ball_contain.js",
"bin-debug/Foot.js",
"bin-debug/footballField.js",
"bin-debug/FootBtn.js",
"bin-debug/Gold.js",
"bin-debug/Header.js",
"bin-debug/LabelRenderer.js",
"bin-debug/LoadingUI.js",
"bin-debug/Main.js",
"bin-debug/Music.js",
"bin-debug/Change.js",
"bin-debug/Penalty02.js",
"bin-debug/Pop.js",
"bin-debug/Pop02-ChampionC.js",
"bin-debug/Pop02-Money.js",
"bin-debug/Pop02-Out.js",
"bin-debug/Pop02-RuleC.js",
"bin-debug/PopChat.js",
"bin-debug/Promotion.js",
"bin-debug/TextTips.js",
"bin-debug/Timer.js",
"bin-debug/Top.js",
"bin-debug/userImage.js"
]
}