hy-farm/home/web/game/manifest.json
2026-05-07 20:10:54 +08:00

30 lines
910 B
JSON

{
"initial": [
"libs/modules/egret/egret.min.js",
"libs/modules/egret/egret.web.min.js",
"libs/modules/game/game.min.js",
"libs/modules/eui/eui.min.js",
"libs/modules/socket/socket.min.js",
"libs/modules/tween/tween.min.js",
"libs/modules/puremvc/puremvc.min.js",
"libs/modules/underscore/underscore.min.js",
"libs/modules/weixinapi/weixinapi.min.js",
"libs/modules/async/async.min.js",
"libs/modules/res/res.min.js",
"promise/promise.min.js"
],
"game": [
"js/main/00-runtime-and-notify.js",
"js/main/01-base-and-registration.js",
"js/main/02-startup-proxies.js",
"js/main/03-game-ui-core.js",
"js/main/04-friends-items-land-shop.js",
"js/main/05-config-and-panels.js",
"js/main/06-gifts-and-friend-panels.js",
"js/main/07-mediators.js",
"js/main/08-magic-factory.js",
"js/main/09-scenes-and-scene-mediators.js",
"js/main/10-services-utils-and-effects.js"
]
}