forked from matchvs/BirdWarE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
58 lines (58 loc) · 1.74 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"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/dragonBones/dragonBones.js",
"libs/modules/socket/socket.js",
"libs/modules/game/game.js",
"libs/modules/experimental/experimental.js",
"libs/modules/promise/promise.js",
"libs/modules/matchvs/matchvs.js"
],
"game": [
"bin-debug/game/Bullet.js",
"bin-debug/game/GameUser.js",
"bin-debug/game/Item.js",
"bin-debug/game/Player.js",
"bin-debug/UIFrame/BaseView.js",
"bin-debug/game/Shield.js",
"bin-debug/game/Enemy1.js",
"bin-debug/game/Enemy2.js",
"bin-debug/game/EnemyBullet.js",
"bin-debug/game/FriendBullet.js",
"bin-debug/game/GameData.js",
"bin-debug/game/GameManager.js",
"bin-debug/Main.js",
"bin-debug/Platform.js",
"bin-debug/game/MsEngine.js",
"bin-debug/game/MsEvent.js",
"bin-debug/game/MsResponse.js",
"bin-debug/ThemeAdapter.js",
"bin-debug/game/Player1.js",
"bin-debug/game/Player2.js",
"bin-debug/LoadingUI.js",
"bin-debug/game/Track.js",
"bin-debug/game/ui/playerIcon.js",
"bin-debug/game/ui/RoomPrefab.js",
"bin-debug/game/ui/RoomUserInfo.js",
"bin-debug/game/ui/uiCreateRoom.js",
"bin-debug/game/ui/uiExit.js",
"bin-debug/game/ui/uiGame.js",
"bin-debug/game/ui/uiLobby.js",
"bin-debug/game/ui/uiLogin.js",
"bin-debug/game/ui/uiMatch.js",
"bin-debug/game/ui/uiResult.js",
"bin-debug/game/ui/uiRoom.js",
"bin-debug/game/ui/uiRoomList.js",
"bin-debug/AssetAdapter.js",
"bin-debug/UIFrame/ContextManager.js",
"bin-debug/UIFrame/UIManager.js",
"bin-debug/UIFrame/UIType.js",
"bin-debug/util/MD5.js",
"bin-debug/util/Toast.js",
"bin-debug/util/Utils.js"
]
}