1 Star 5 Fork 3

m-Ryan / egret连连看小游戏

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
m-Ryan 提交于 2018-03-20 19:14 . 提交
{
"initial": [
"libs/modules/egret/egret.js",
"libs/modules/egret/egret.web.js",
"libs/modules/eui/eui.js",
"libs/modules/res/res.js",
"libs/modules/tween/tween.js",
"libs/modules/game/game.js",
"promise/bin/promise.js"
],
"game": [
"bin-debug/view/btn/BaseBtn.js",
"bin-debug/sceen/HomeSceen.js",
"bin-debug/Main.js",
"bin-debug/ThemeAdapter.js",
"bin-debug/control/ChapterConfig.js",
"bin-debug/control/ColorGlowFilter.js",
"bin-debug/control/ConnectLogic.js",
"bin-debug/control/GameEventManager.js",
"bin-debug/control/LocalStorageControl.js",
"bin-debug/control/PropsManager.js",
"bin-debug/control/SceenControl.js",
"bin-debug/data/GameData.js",
"bin-debug/data/InitConfigData.js",
"bin-debug/data/PropsPrice.js",
"bin-debug/data/TimerData.js",
"bin-debug/element/BasePropsElement.js",
"bin-debug/element/GameElement.js",
"bin-debug/event/GameEvent.js",
"bin-debug/sceen/ChapterSceen.js",
"bin-debug/sceen/GameSceen.js",
"bin-debug/LoadingUI.js",
"bin-debug/sceen/StoreSceen.js",
"bin-debug/view/BuyFailView.js",
"bin-debug/view/ElementView.js",
"bin-debug/view/GameBackground.js",
"bin-debug/view/GameMap.js",
"bin-debug/view/HomeBtnsView.js",
"bin-debug/view/IconView.js",
"bin-debug/view/LockChapter.js",
"bin-debug/view/LoseView.js",
"bin-debug/view/PassView.js",
"bin-debug/view/PropsShopItem.js",
"bin-debug/view/PropViews.js",
"bin-debug/view/ResultView.js",
"bin-debug/view/TimerView.js",
"bin-debug/view/UnLockChapter.js",
"bin-debug/view/btn/BackBtn.js",
"bin-debug/AssetAdapter.js",
"bin-debug/view/btn/BuyBtn.js",
"bin-debug/view/btn/EnterChapterBtn.js",
"bin-debug/view/btn/EnterStoreBtn.js"
]
}
TypeScript
1
https://gitee.com/m-ryan/egret_watching_games.git
git@gitee.com:m-ryan/egret_watching_games.git
m-ryan
egret_watching_games
egret连连看小游戏
master

搜索帮助