-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
61 lines (61 loc) · 2.24 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
59
60
61
{
"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"
],
"game": [
"bin-debug/foundation/events/EventDispatcher.js",
"bin-debug/foundation/structure/Stack.js",
"bin-debug/foundation/events/MiEventX.js",
"bin-debug/foundation/sceneState/AbstractState.js",
"bin-debug/foundation/AbstactPanel.js",
"bin-debug/mvc/core/AbstractMVHost.js",
"bin-debug/mvc/core/Attribute.js",
"bin-debug/test/BagView.js",
"bin-debug/foundation/structure/QueueHandle.js",
"bin-debug/foundation/events/EventX.js",
"bin-debug/foundation/sceneState/SceneBase.js",
"bin-debug/mvc/Mediator.js",
"bin-debug/mvc/Proxy.js",
"bin-debug/foundation/structure/Dictionary.js",
"bin-debug/foundation/structure/QueueAction.js",
"bin-debug/foundation/UILocator.js",
"bin-debug/foundation/sceneState/StateMachine.js",
"bin-debug/foundation/structure/ActionNode.js",
"bin-debug/foundation/core/Interface.js",
"bin-debug/Main.js",
"bin-debug/foundation/ListenerItemBox.js",
"bin-debug/foundation/structure/Signal.js",
"bin-debug/foundation/structure/SignalNode.js",
"bin-debug/foundation/structure/SimpleListPool.js",
"bin-debug/foundation/ReflectUtils.js",
"bin-debug/foundation/utils/DebugX.js",
"bin-debug/foundation/utils/StringUtil.js",
"bin-debug/mvc/Facade.js",
"bin-debug/mvc/MacroCommand.js",
"bin-debug/foundation/manager/CallLater.js",
"bin-debug/foundation/manager/TickManager.js",
"bin-debug/foundation/manager/TimerUtil.js",
"bin-debug/foundation/SocketX.js",
"bin-debug/mvc/core/MVCInject.js",
"bin-debug/mvc/core/Singleton.js",
"bin-debug/mvc/core/View.js",
"bin-debug/mvc/interface/IFacade.js",
"bin-debug/mvc/interface/IMediator.js",
"bin-debug/mvc/interface/Interface.js",
"bin-debug/mvc/interface/IPanel.js",
"bin-debug/mvc/interface/IProxy.js",
"bin-debug/test/BagMediator.js",
"bin-debug/test/BagProxy.js",
"bin-debug/foundation/sceneState/IState.js",
"bin-debug/test/SkillMediator.js",
"bin-debug/test/SkillProxy.js",
"bin-debug/test/SkillView.js",
"bin-debug/test/state/SceneGame.js",
"bin-debug/test/state/ScenePreload.js"
]
}