├── .gitignore ├── README.md ├── assets ├── Scene.meta ├── Scene │ ├── GameLoad.fire │ ├── GameLoad.fire.meta │ ├── GameMain.fire │ ├── GameMain.fire.meta │ ├── GameMenu.fire │ ├── GameMenu.fire.meta │ ├── GameStep.fire │ └── GameStep.fire.meta ├── Script.meta ├── Script │ ├── GameLoad.js │ ├── GameLoad.js.meta │ ├── GameMain.js │ ├── GameMain.js.meta │ ├── GameMenu.js │ ├── GameMenu.js.meta │ ├── GameResult.js │ ├── GameResult.js.meta │ ├── GameStep.ts │ ├── GameStep.ts.meta │ ├── common.meta │ ├── common │ │ ├── BgSetting.js │ │ ├── BgSetting.js.meta │ │ ├── Common_CommonUtil.ts │ │ ├── Common_CommonUtil.ts.meta │ │ ├── Config.js │ │ ├── Config.js.meta │ │ ├── GameEndRank.js │ │ ├── GameEndRank.js.meta │ │ ├── GuideManager.js │ │ ├── GuideManager.js.meta │ │ ├── PlatformCom.js │ │ ├── PlatformCom.js.meta │ │ ├── RankList.js │ │ ├── RankList.js.meta │ │ ├── ReliveViewCtrl.js │ │ ├── ReliveViewCtrl.js.meta │ │ ├── ShareSdk.js │ │ ├── ShareSdk.js.meta │ │ ├── SubdomineDisplay.ts │ │ ├── SubdomineDisplay.ts.meta │ │ ├── Utils.js │ │ ├── Utils.js.meta │ │ ├── Wxlife.js │ │ ├── Wxlife.js.meta │ │ ├── event_listener.js │ │ ├── event_listener.js.meta │ │ ├── launch.js │ │ ├── launch.js.meta │ │ ├── shader.meta │ │ └── shader │ │ │ ├── EffectCommon.js │ │ │ ├── EffectCommon.js.meta │ │ │ ├── Wave_VH.js │ │ │ ├── Wave_VH.js.meta │ │ │ ├── ccShader_Default_Vert.js │ │ │ ├── ccShader_Default_Vert.js.meta │ │ │ ├── ccShader_Default_Vert_noMVP.js │ │ │ ├── ccShader_Default_Vert_noMVP.js.meta │ │ │ ├── ccShader_Wave_VH_Frag.js │ │ │ ├── ccShader_Wave_VH_Frag.js.meta │ │ │ ├── ccShader_wave.js │ │ │ └── ccShader_wave.js.meta │ ├── dataStatistics.meta │ ├── dataStatistics │ │ ├── Data.js │ │ └── Data.js.meta │ ├── item.meta │ ├── item │ │ ├── BgItem.js │ │ ├── BgItem.js.meta │ │ ├── BigStepItem.ts │ │ ├── BigStepItem.ts.meta │ │ ├── BlockBGItem.js │ │ ├── BlockBGItem.js.meta │ │ ├── BlockItem.js │ │ ├── BlockItem.js.meta │ │ ├── BombEffectItem.js │ │ ├── BombEffectItem.js.meta │ │ ├── GetBoxGiftItem.ts │ │ ├── GetBoxGiftItem.ts.meta │ │ ├── MonsterItem.js │ │ ├── MonsterItem.js.meta │ │ ├── RockItem.js │ │ ├── RockItem.js.meta │ │ ├── ShapeItem.js │ │ ├── ShapeItem.js.meta │ │ ├── ShareTipsItem.ts │ │ ├── ShareTipsItem.ts.meta │ │ ├── SkinItem.ts │ │ ├── SkinItem.ts.meta │ │ ├── SkinPanel.ts │ │ ├── SkinPanel.ts.meta │ │ ├── StepViewItem.ts │ │ ├── StepViewItem.ts.meta │ │ ├── UseToolItem.js │ │ └── UseToolItem.js.meta │ ├── newBie.meta │ └── newBie │ │ ├── NewBieGift.js │ │ └── NewBieGift.js.meta ├── Texture.meta ├── Texture │ ├── bg.meta │ ├── bg │ │ ├── bg1.jpg │ │ ├── bg1.jpg.meta │ │ ├── bg2.jpg │ │ ├── bg2.jpg.meta │ │ ├── menubg1.jpg │ │ ├── menubg1.jpg.meta │ │ ├── skynight.png │ │ ├── skynight.png.meta │ │ ├── skynight2.png │ │ ├── skynight2.png.meta │ │ ├── skysun.png │ │ └── skysun.png.meta │ ├── boss_come.png │ ├── boss_come.png.meta │ ├── btn_getaward.png │ ├── btn_getaward.png.meta │ ├── btn_song.png │ ├── btn_song.png.meta │ ├── caidai.plist │ ├── caidai.plist.meta │ ├── close.png │ ├── close.png.meta │ ├── doublescore.png │ ├── doublescore.png.meta │ ├── duanwei1dedi.png │ ├── duanwei1dedi.png.meta │ ├── get_light.png │ ├── get_light.png.meta │ ├── get_light2.png │ ├── get_light2.png.meta │ ├── gold.png │ ├── gold.png.meta │ ├── guidetext1.png │ ├── guidetext1.png.meta │ ├── icon.jpg │ ├── icon.jpg.meta │ ├── menu_ui.plist │ ├── menu_ui.plist.meta │ ├── menu_ui.png │ ├── menu_ui.png.meta │ ├── playBtn.png │ ├── playBtn.png.meta │ ├── reLiveBtn.png │ ├── reLiveBtn.png.meta │ ├── result.plist │ ├── result.plist.meta │ ├── result.png │ ├── result.png.meta │ ├── rewardskin.png │ ├── rewardskin.png.meta │ ├── share_getaward.png │ ├── share_getaward.png.meta │ ├── shouzhi1.png │ ├── shouzhi1.png.meta │ ├── skin.meta │ ├── skin │ │ ├── skin_title.png │ │ ├── skin_title.png.meta │ │ ├── star0.jpg │ │ ├── star0.jpg.meta │ │ ├── star1.jpg │ │ ├── star1.jpg.meta │ │ ├── star2.jpg │ │ ├── star2.jpg.meta │ │ ├── star3.jpg │ │ ├── star3.jpg.meta │ │ ├── star4.jpg │ │ ├── star4.jpg.meta │ │ ├── suitup.png │ │ ├── suitup.png.meta │ │ ├── suituped.png │ │ └── suituped.png.meta │ ├── stepiconlist.plist │ ├── stepiconlist.plist.meta │ ├── stepiconlist.png │ ├── stepiconlist.png.meta │ ├── stepview.plist │ ├── stepview.plist.meta │ ├── stepview.png │ ├── stepview.png.meta │ ├── suo.png │ ├── suo.png.meta │ ├── tangkuang.plist │ ├── tangkuang.plist.meta │ ├── tangkuang.png │ ├── tangkuang.png.meta │ ├── touxiangkuang.png │ ├── touxiangkuang.png.meta │ ├── ui.plist │ ├── ui.plist.meta │ ├── ui.png │ ├── ui.png.meta │ ├── weijiesuozhezhao.png │ ├── weijiesuozhezhao.png.meta │ ├── yuanjiaojuxing.png │ └── yuanjiaojuxing.png.meta ├── resources.meta └── resources │ ├── Bomb.meta │ ├── Bomb │ ├── res.meta │ └── res │ │ ├── 00.png │ │ ├── 00.png.meta │ │ ├── 01.png │ │ ├── 01.png.meta │ │ ├── 02.png │ │ ├── 02.png.meta │ │ ├── 03.png │ │ ├── 03.png.meta │ │ ├── 04.png │ │ ├── 04.png.meta │ │ ├── 05.png │ │ ├── 05.png.meta │ │ ├── 06.png │ │ ├── 06.png.meta │ │ ├── 07.png │ │ └── 07.png.meta │ ├── anim.meta │ ├── anim │ ├── anim_show.anim │ ├── anim_show.anim.meta │ ├── awardAction.anim │ ├── awardAction.anim.meta │ ├── behit_effect.anim │ ├── behit_effect.anim.meta │ ├── block_scaleanim.anim │ ├── block_scaleanim.anim.meta │ ├── block_scaleanimloop.anim │ ├── block_scaleanimloop.anim.meta │ ├── boomeffect.anim │ ├── boomeffect.anim.meta │ ├── bubbleanim.anim │ ├── bubbleanim.anim.meta │ ├── circle_anim.anim │ ├── circle_anim.anim.meta │ ├── effect_star.anim │ ├── effect_star.anim.meta │ ├── loveaction.anim │ ├── loveaction.anim.meta │ ├── monster0hit.anim │ ├── monster0hit.anim.meta │ ├── monster0move.anim │ ├── monster0move.anim.meta │ ├── monster0stand.anim │ ├── monster0stand.anim.meta │ ├── monster1hit.anim │ ├── monster1hit.anim.meta │ ├── monster1move.anim │ ├── monster1move.anim.meta │ ├── monster1stand.anim │ ├── monster1stand.anim.meta │ ├── monster2hit.anim │ ├── monster2hit.anim.meta │ ├── monster2move.anim │ ├── monster2move.anim.meta │ ├── monster2stand.anim │ ├── monster2stand.anim.meta │ ├── monster3hit.anim │ ├── monster3hit.anim.meta │ ├── monster3move.anim │ ├── monster3move.anim.meta │ ├── monster3stand.anim │ ├── monster3stand.anim.meta │ ├── playstep.anim │ └── playstep.anim.meta │ ├── bombeffect.anim │ ├── bombeffect.anim.meta │ ├── common.meta │ ├── common │ ├── scorenum2.fnt │ ├── scorenum2.fnt.meta │ ├── scorenum2_0.png │ ├── scorenum2_0.png.meta │ ├── scorenumber1.fnt │ ├── scorenumber1.fnt.meta │ ├── scorenumber1_0.png │ └── scorenumber1_0.png.meta │ ├── gift.anim │ ├── gift.anim.meta │ ├── level_config2.json │ ├── level_config2.json.meta │ ├── light_action.anim │ ├── light_action.anim.meta │ ├── prefabs.meta │ ├── prefabs │ ├── bomb.prefab │ ├── bomb.prefab.meta │ ├── colorSpr.prefab │ ├── colorSpr.prefab.meta │ ├── l_hurt.prefab │ ├── l_hurt.prefab.meta │ ├── n_bigstepitem.prefab │ ├── n_bigstepitem.prefab.meta │ ├── n_sharebubble.prefab │ ├── n_sharebubble.prefab.meta │ ├── noderock.prefab │ ├── noderock.prefab.meta │ ├── skinItem.prefab │ ├── skinItem.prefab.meta │ ├── sp_blockbg.prefab │ ├── sp_blockbg.prefab.meta │ ├── sp_light.prefab │ ├── sp_light.prefab.meta │ ├── textbg.prefab │ └── textbg.prefab.meta │ ├── rqcodeicon.anim │ ├── rqcodeicon.anim.meta │ ├── shareicon.anim │ ├── shareicon.anim.meta │ ├── sound.meta │ ├── sound │ ├── bgm.mp3 │ ├── bgm.mp3.meta │ ├── boom.mp3 │ ├── boom.mp3.meta │ ├── button.mp3 │ ├── button.mp3.meta │ ├── explode3.wav │ ├── explode3.wav.meta │ ├── fail.mp3 │ ├── fail.mp3.meta │ ├── getgoldmusic.mp3 │ ├── getgoldmusic.mp3.meta │ ├── mon1hit.mp3 │ ├── mon1hit.mp3.meta │ ├── taibangle.mp3 │ ├── taibangle.mp3.meta │ ├── win.mp3 │ └── win.mp3.meta │ ├── sprite.meta │ └── sprite │ ├── behiteffect.plist │ ├── behiteffect.plist.meta │ ├── behiteffect.png │ ├── behiteffect.png.meta │ ├── block.plist │ ├── block.plist.meta │ ├── block.png │ ├── block.png.meta │ ├── dogood.png │ ├── dogood.png.meta │ ├── doublescore.png │ ├── doublescore.png.meta │ ├── getshare_box.png │ ├── getshare_box.png.meta │ ├── gift_newbie.png │ ├── gift_newbie.png.meta │ ├── goodjob.png │ ├── goodjob.png.meta │ ├── monster0.plist │ ├── monster0.plist.meta │ ├── monster0.png │ ├── monster0.png.meta │ ├── monster1.plist │ ├── monster1.plist.meta │ ├── monster1.png │ ├── monster1.png.meta │ ├── monster2.plist │ ├── monster2.plist.meta │ ├── monster2.png │ ├── monster2.png.meta │ ├── monster3.plist │ ├── monster3.plist.meta │ ├── monster3.png │ ├── monster3.png.meta │ ├── notbad.png │ ├── notbad.png.meta │ ├── share_tips.png │ └── share_tips.png.meta ├── build-templates └── wechatgame │ ├── cloudfunction │ └── login │ │ ├── index.js │ │ └── package.json │ ├── game.json │ ├── project.config.json │ └── subdomine │ ├── cocos2d-js-min.815cf.js │ ├── libs │ ├── sub-context-adapter.js │ ├── weapp-adapter │ │ ├── Audio.js │ │ ├── Canvas.js │ │ ├── Element.js │ │ ├── Event.js │ │ ├── EventIniter │ │ │ ├── MouseEvent.js │ │ │ ├── TouchEvent.js │ │ │ └── index.js │ │ ├── EventTarget.js │ │ ├── FileReader.js │ │ ├── HTMLAudioElement.js │ │ ├── HTMLCanvasElement.js │ │ ├── HTMLElement.js │ │ ├── HTMLImageElement.js │ │ ├── HTMLMediaElement.js │ │ ├── HTMLVideoElement.js │ │ ├── Image.js │ │ ├── ImageBitmap.js │ │ ├── Node.js │ │ ├── WebGLRenderingContext.js │ │ ├── WebSocket.js │ │ ├── WindowProperties.js │ │ ├── Worker.js │ │ ├── XMLHttpRequest.js │ │ ├── document.js │ │ ├── index.js │ │ ├── localStorage.js │ │ ├── location.js │ │ ├── navigator.js │ │ ├── util │ │ │ └── index.js │ │ └── window.js │ ├── wx-downloader.js │ └── xmldom │ │ ├── dom-parser.js │ │ ├── dom.js │ │ ├── entities.js │ │ └── sax.js │ ├── main.c7742.js │ ├── res │ ├── raw-assets │ │ └── resources │ │ │ └── newUI │ │ │ └── res │ │ │ ├── bg.f7f18.jpg │ │ │ ├── female.e34d9.png │ │ │ ├── head.5a24d.png │ │ │ ├── itembg1.a04b3.jpg │ │ │ ├── itembg2.74ed0.jpg │ │ │ ├── itembga.f3ccb.jpg │ │ │ ├── left.0b638.png │ │ │ ├── loading.a50be.png │ │ │ ├── man.c639c.png │ │ │ ├── margin.64d2c.png │ │ │ ├── middle.482b8.png │ │ │ └── right.64b74.png │ └── raw-internal │ │ └── image │ │ ├── default_panel.cdbc9.png │ │ ├── default_sprite.68270.png │ │ └── default_sprite_splash.cea68.png │ ├── src │ ├── project.c3cdf.js │ └── settings.b9f81.js │ └── sub.js ├── client.cpk ├── creator.d.ts ├── jsconfig.json ├── package-lock.json ├── package.json ├── project.json ├── settings ├── builder.json ├── builder.panel.json ├── project.json └── services.json ├── share_config.json ├── template-banner.png └── template.json /.gitignore: -------------------------------------------------------------------------------- 1 | #///////////////////////////////////////////////////////////////////////////// 2 | # Fireball Projects 3 | #///////////////////////////////////////////////////////////////////////////// 4 | 5 | library/ 6 | temp/ 7 | local/ 8 | build/ 9 | node_modules/ 10 | #///////////////////////////////////////////////////////////////////////////// 11 | # Logs and databases 12 | #///////////////////////////////////////////////////////////////////////////// 13 | 14 | *.log 15 | *.sql 16 | *.sqlite 17 | 18 | #///////////////////////////////////////////////////////////////////////////// 19 | # files for debugger 20 | #///////////////////////////////////////////////////////////////////////////// 21 | 22 | *.sln 23 | *.csproj 24 | *.pidb 25 | *.unityproj 26 | *.suo 27 | 28 | #///////////////////////////////////////////////////////////////////////////// 29 | # OS generated files 30 | #///////////////////////////////////////////////////////////////////////////// 31 | 32 | .DS_Store 33 | ehthumbs.db 34 | Thumbs.db 35 | 36 | #///////////////////////////////////////////////////////////////////////////// 37 | # exvim files 38 | #///////////////////////////////////////////////////////////////////////////// 39 | 40 | *UnityVS.meta 41 | *.err 42 | *.err.meta 43 | *.exvim 44 | *.exvim.meta 45 | *.vimentry 46 | *.vimentry.meta 47 | *.vimproject 48 | *.vimproject.meta 49 | .vimfiles.*/ 50 | .exvim.*/ 51 | quick_gen_project_*_autogen.bat 52 | quick_gen_project_*_autogen.bat.meta 53 | quick_gen_project_*_autogen.sh 54 | quick_gen_project_*_autogen.sh.meta 55 | .exvim.app 56 | 57 | #///////////////////////////////////////////////////////////////////////////// 58 | # webstorm files 59 | #///////////////////////////////////////////////////////////////////////////// 60 | 61 | .idea/ 62 | 63 | #////////////////////////// 64 | # VS Code 65 | #////////////////////////// 66 | 67 | .vscode/ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | ## 1.0.4_1 版本更新 3 | 4 | ### IMP 5 | - 增加触控手感,判断范围放大 6 | - 增加难度 去除2,3个的格子 出现1个格子的几率减少20% 7 | - 优化体验 8 | - 减少粒子特效 提高帧率 9 | 10 | ### FIX 11 | - 修复返回按钮点击无反应 12 | 13 | ## 1.0.5 版本更新 14 | 15 | ### ADD 16 | - 增加超越好友功能 17 | - 增加结算排行榜 18 | - 新增boss消灭后消除部分格子 19 | 20 | ### IMP 21 | - 调整难度 up 22 | - 调整复活需要金币 23 | 24 | ### FIX 25 | - 修复复活之后金币数量没刷新 26 | - 增加多一些boss对话 27 | 28 | ## 1.0.6 版本更新 29 | 30 | ### ADD 31 | - 增加段位系统 32 | - 接入流量主广告、视频 33 | - 增加怪兽对话 34 | 35 | ### IMP 36 | - 调整主界面UI布局 37 | 38 | ## 1.0.7 版本更新 39 | 40 | ### IMP 41 | - 调整UI界面 42 | 43 | ## 1.0.8 版本更新 44 | 45 | ### IMP 46 | - 优化性能 47 | - 调整广告不显示 48 | - 调整游戏换一批合理性 49 | 50 | ## 1.0.9 版本更新 51 | 52 | ### IMP 53 | - 替换视频换一批icon 54 | - 视频换一批合理性 55 | - 优化视频复活界面 56 | - 优化方块显示 57 | 58 | ### FIX 59 | - 修复视频广告拉取失败时提示重叠问题 60 | 61 | ## 1.1.0 版本更新 62 | 63 | - 调整复活跳过位置 64 | 65 | 66 | ## 1.1.1 版本更新 67 | 68 | ### IMP 69 | - 删除无用分享点 70 | - 兼容性,兼容低版本使用云开发能力 71 | 72 | ### FIX 73 | - 优化过关等级显示错误问题 74 | 75 | ## 1.1.2 版本更新 76 | 77 | ### IMP 78 | - 增加攻击伤害,增加勋章曝光率 79 | - //预计增加怪物死亡掉落宝箱,宝箱分享或者视频获得 80 | - //修改美术图 81 | - 降低难度 82 | - 增加道具提示 83 | 84 | ## 1.1.3 版本更新 85 | - 修复bug 86 | 87 | ## 1.1.4 版本更新 88 | 89 | ### FIX 90 | - 修复视频换一批bug 91 | 92 | ### IMP 93 | - 增大看视频按钮 94 | - 双倍得分提示 95 | 96 | 97 | ## 1.1.5 版本更新 98 | - 修复bug 99 | 100 | ## 1.1.6 版本更新 101 | ### IMP 102 | - 换一批不要每次弹出 103 | 104 | ## 1.2.0 版本更新 105 | 106 | ### IMP 107 | - 替换美术资源 108 | - 优化消除效果 109 | - 修改炸弹轰炸消除规则改为范围性爆炸 110 | - 优化格子落下时增加弹跳动效 111 | - 优化分享赠送,段位过后关闭页面 112 | - 优化段位排行UI 113 | - 优化结算UI 114 | - 优化分享添加时间设定 115 | 116 | ### ADD 117 | - 增加boss掉落宝箱 118 | 119 | ## 1.2.1 版本更新 120 | 121 | ### ADD 122 | - 增加新手引导 123 | - 增加第一次玩免费换一批 124 | 125 | ## 1.2.2 版本更新 126 | 127 | ### FIX 128 | - 修复视频观看无效 129 | 130 | ## 1.2.3 版本更新 131 | 132 | ### FIX 133 | - 修复购买炸弹金币没更新 134 | 135 | ### IMP 136 | - 优化获得炸弹文字框超出 137 | - 优化背景声音播放多次问题 138 | - 视频复活所有格子清空 139 | 140 | ## 1.2.4 版本更新 141 | 142 | ### IMP 143 | - 优化banner 144 | 145 | ## 1.2.5 版本更新 146 | 147 | ### ADD 148 | - 新增游戏跳转 149 | 150 | ## 1.2.8 版本更新 151 | 152 | ### IMP 153 | - 替换云开发存储 154 | - 升级引擎版本2.0.8 -------------------------------------------------------------------------------- /assets/Scene.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "29f52784-2fca-467b-92e7-8fd9ef8c57b7", 4 | "isGroup": false, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/Scene/GameLoad.fire.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "f2475a86-e50d-44fc-a09a-41bf7562e572", 4 | "asyncLoadAssets": false, 5 | "autoReleaseAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Scene/GameMain.fire.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "66ad7365-fae3-4db4-b5bc-d010abc36eaf", 4 | "asyncLoadAssets": false, 5 | "autoReleaseAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Scene/GameMenu.fire.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "aadee0fd-9e60-4b71-a6b9-cb42ce10dd4b", 4 | "asyncLoadAssets": false, 5 | "autoReleaseAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Scene/GameStep.fire.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "c3f1254b-a549-4ce4-9cc7-9bfc26c85796", 4 | "asyncLoadAssets": false, 5 | "autoReleaseAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Script.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "fc7542bd-d30a-497a-b252-14d75d8c36c0", 4 | "isGroup": false, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/Script/GameLoad.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "c64f7dc3-898c-4777-b7bc-6bef2e9537e0", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/GameMain.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "e108a00e-3472-41b0-aa84-a660690512de", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/GameMenu.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "5cb45352-fb26-4d2d-b1cf-f35e5117401b", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/GameResult.js: -------------------------------------------------------------------------------- 1 | var RankList = require("RankList"); 2 | var Utils = require("Utils"); 3 | var ShareSdk = require("ShareSdk"); 4 | cc.Class({ 5 | extends: cc.Component, 6 | 7 | properties: { 8 | m_n_fail: cc.Node, 9 | m_sp_titlef: cc.Node, 10 | m_btn_again: cc.Node, 11 | m_btn_share: cc.Node, 12 | }, 13 | 14 | // LIFE-CYCLE CALLBACKS: 15 | 16 | // onLoad () {}, 17 | 18 | start() { 19 | 20 | }, 21 | 22 | showVictory(score) { 23 | 24 | }, 25 | 26 | showFail(num, score, monster_num) { 27 | this._score = score; 28 | this._monster_num = monster_num; 29 | this.node.active = true; 30 | this.m_n_fail.active = true; 31 | this.m_n_fail.y = -cc.winSize.height / 2; 32 | this.m_n_fail.runAction(cc.sequence(cc.moveTo(0.5, 0, 0).easing(cc.easeIn(3.0)), cc.callFunc(() => { 33 | 34 | }))); 35 | this.m_sp_titlef.stopAllActions(); 36 | this.m_sp_titlef.runAction(cc.repeatForever(cc.sequence(cc.moveBy(0.5, 0, 10), cc.moveBy(0.5, 0, -10)))); 37 | this.m_btn_again.active = true; 38 | this.m_btn_share.active = true; 39 | RankList.showGameResultList(); 40 | }, 41 | 42 | onBackToMenu() { 43 | Utils.SetSoundEffect(window.BUTTON_CLICK_MUSIC, false, 1); 44 | cc.director.loadScene(window.MENU_SCENE_NAME); 45 | }, 46 | 47 | onAgainPlay() { 48 | Utils.SetSoundEffect(window.BUTTON_CLICK_MUSIC, false, 1); 49 | cc.director.loadScene(window.GAME_SCENE_NAME); 50 | }, 51 | 52 | onResultShare() { 53 | let text = `宝宝要哭晕在山上了,快来帮帮它!`; 54 | ShareSdk.shareAppMessage({ 55 | title: text, 56 | imageUrl: window.tempFileURL[2], 57 | success: res => { 58 | 59 | }, 60 | fail: err => { 61 | 62 | }, 63 | complate: msg => { 64 | 65 | }, 66 | }); 67 | }, 68 | 69 | // onEnable(){ 70 | 71 | // }, 72 | 73 | // update (dt) {}, 74 | }); 75 | -------------------------------------------------------------------------------- /assets/Script/GameResult.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "837bf703-42ca-4052-bc32-6d05b428b69f", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/GameStep.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "cf803aa5-8a0a-43dc-b62b-37b43ff7cece", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "39bf761b-738c-47d3-b79b-35b2c64a1681", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Script/common/BgSetting.js: -------------------------------------------------------------------------------- 1 | 2 | cc.Class({ 3 | extends: cc.Component, 4 | 5 | properties: { 6 | }, 7 | 8 | start(){ 9 | let size = cc.winSize 10 | let content = this.node.getContentSize(); 11 | this.node.scaleX = size.width / content.width; 12 | this.node.scaleY = size.height / content.height; 13 | // this.node.position = cc.v2(0,0); 14 | window.adapt_scaleX = this.node.scaleX; 15 | window.adapt_scaleY = this.node.scaleY; 16 | }, 17 | }); 18 | -------------------------------------------------------------------------------- /assets/Script/common/BgSetting.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "49ca524a-eee5-40ce-84c3-d62b04fb54d4", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/Common_CommonUtil.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "ebb1377b-d938-46d5-b767-425c842ca46f", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/Config.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "5495da1a-2c72-486c-90f7-59e86bdc9dd9", 4 | "isPlugin": true, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": true, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/GameEndRank.js: -------------------------------------------------------------------------------- 1 | var RankList = require('RankList'); 2 | cc.Class({ 3 | extends: cc.Component, 4 | 5 | properties: { 6 | display: cc.Sprite, 7 | }, 8 | 9 | start() { 10 | 11 | this.tex = new cc.Texture2D(); 12 | // var masScoreStr = window.INIT_GAME_SAVE_DATA.top_score; 13 | // RankList.setScore(masScoreStr, 14 | // (info) => { 15 | // console.log("保存游戏信息成功!", info); 16 | // }, 17 | // () => { 18 | // console.log("保存游戏信息失败!"); 19 | // }, 20 | // (info) => { 21 | // console.log("保存游戏信息已完成!", info); 22 | // } 23 | // ); 24 | }, 25 | 26 | _updaetSubDomainCanvas() { 27 | if (!this.tex) { 28 | return; 29 | } 30 | this.tex.initWithElement(sharedCanvas); 31 | this.tex.handleLoadedTexture(); 32 | this.display.spriteFrame = new cc.SpriteFrame(this.tex); 33 | }, 34 | 35 | update() { 36 | if (typeof (wx) != "undefined") 37 | this._updaetSubDomainCanvas(); 38 | 39 | } 40 | 41 | }); 42 | -------------------------------------------------------------------------------- /assets/Script/common/GameEndRank.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "167fe17e-8fdd-443b-9e43-6207762cf24e", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/GuideManager.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "8566535a-57a9-4509-8eb3-56a4cb98774f", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/PlatformCom.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "803731ff-68f0-4e57-b9be-971f566b4887", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/RankList.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | module.exports = { 4 | 5 | 6 | /** 7 | * 8 | * @param {int} _score 设置游戏分数 9 | * @param {*} success 成功回调 10 | * @param {*} fail 失败回调 11 | * @param {*} complete 完成回调 12 | */ 13 | setScore(_score, success, fail, complete) { 14 | if (typeof (wx) != "undefined") { 15 | // console.log("_score=",_score); 16 | wx.setUserCloudStorage({ 17 | KVDataList: [{ key: "score", value: _score + "" }], 18 | success: success || null, 19 | fail: fail || null, 20 | complete: complete || null, 21 | }); 22 | // console.log("set score== end"); 23 | } 24 | }, 25 | 26 | /** 27 | * 显示好友排行榜 28 | */ 29 | showFriendList() { 30 | if (typeof (wx) != "undefined") { 31 | wx.postMessage({ 32 | rankType: 1, 33 | }) 34 | } 35 | }, 36 | 37 | /** 38 | * 显示群排行 39 | * @param {string} shareTicket 群排行分享许可证 40 | */ 41 | showGroupList(shareTicket) { 42 | if (typeof (wx) != "undefined") { 43 | wx.postMessage({ 44 | shareTicket: shareTicket, 45 | rankType: 0, 46 | }) 47 | } 48 | }, 49 | 50 | /** 51 | * 游戏结束排行 52 | */ 53 | showGameResultList() { 54 | if (typeof (wx) != "undefined") { 55 | wx.postMessage({ 56 | rankType: 2, 57 | }) 58 | } 59 | }, 60 | 61 | /** 62 | * 检查是否超越好友 并显示 63 | * @param {int} score 当前分数 64 | * @param {Number} x 显示位置pos.x 65 | * @param {Number} y 显示位置pos.y 66 | */ 67 | checkSurpassFriend(score, x, y) { 68 | if (typeof (wx) != "undefined") { 69 | wx.postMessage({ 70 | rankType: 3, 71 | score: score, 72 | x: x || 0, 73 | y: y || 0 74 | }); 75 | } 76 | }, 77 | 78 | 79 | checkWillSurpass(score, y) { 80 | if (typeof (wx) != "undefined") { 81 | wx.postMessage({ 82 | rankType: 4, 83 | score: score, 84 | y: y || 500 85 | }); 86 | } 87 | } 88 | } -------------------------------------------------------------------------------- /assets/Script/common/RankList.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "0dc777aa-8573-4293-af27-e50f2f8bb9b3", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/ReliveViewCtrl.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "4d0055eb-0a30-4ead-af3b-7cd1757ceac6", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/ShareSdk.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "7d3ca718-f289-4039-8bc4-e677b9411c22", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/SubdomineDisplay.ts: -------------------------------------------------------------------------------- 1 | 2 | const { ccclass, property } = cc._decorator; 3 | 4 | @ccclass 5 | export default class SubdomineDisplay extends cc.Component { 6 | 7 | private display: cc.Sprite; 8 | private tex: cc.Texture2D; 9 | 10 | start() { 11 | this.display = this.node.getComponent(cc.Sprite); 12 | this.tex = new cc.Texture2D(); 13 | this.display.node.active = true; 14 | let self = this; 15 | this.schedule(() => { 16 | self._updateSubDomainCanvas() 17 | }, 1); 18 | } 19 | 20 | _updateSubDomainCanvas() { 21 | if (!this.node.active) return; 22 | if (typeof (wx) == "undefined") 23 | return; 24 | if (!this.tex) { 25 | return; 26 | } 27 | this.tex.initWithElement(sharedCanvas); 28 | this.tex.handleLoadedTexture(); 29 | this.display.spriteFrame = new cc.SpriteFrame(this.tex); 30 | } 31 | 32 | // update() { 33 | 34 | // } 35 | onDestroy() { 36 | this.unscheduleAllCallbacks(); 37 | } 38 | }; -------------------------------------------------------------------------------- /assets/Script/common/SubdomineDisplay.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "041f3a61-c3df-40a2-bb26-93745d2fb6c6", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/Utils.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "eb7ebcd9-fdcd-4095-aa75-b0684eb0dfca", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/Wxlife.js: -------------------------------------------------------------------------------- 1 | import EventListener from './event_listener'; 2 | // import data from '../dataStatistics/Data'; 3 | var Utils = require("Utils"); 4 | window.EVENT_LISTENER = EventListener({}); 5 | let wxIsBackGround = false; 6 | window.firstGame = true; 7 | window.firststart = false; 8 | window.getdata = false; 9 | window.need_add = false; 10 | window.firstshare = false; 11 | window.firstvideo = false; 12 | let time = 0; 13 | cc.view.enableRetina(true); 14 | if (typeof (wx) != "undefined") { 15 | wx.onHide(() => { 16 | // console.log("==========wx HIDE=============="); 17 | wxIsBackGround = true; 18 | if (window.getdata) { 19 | Utils.setSaveData(); 20 | } 21 | time = new Date().getTime(); 22 | }); 23 | 24 | wx.onShow((res) => { 25 | // console.log("==========wx SHOW=============="); 26 | if (!wxIsBackGround) { 27 | 28 | } else {//其他时间隐藏显示更新界 29 | Utils.resumBgmMusic(); 30 | let endtime = new Date().getTime(); 31 | EVENT_LISTENER.fire(window.ON_SHOW_BACK, endtime - time); 32 | } 33 | 34 | if (res.query.group) { 35 | window.SHOW_RES = res; 36 | EVENT_LISTENER.fire(window.GAME_RANK_LISTENER); 37 | } 38 | }); 39 | } -------------------------------------------------------------------------------- /assets/Script/common/Wxlife.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "8fd3e204-b795-4f1b-baf5-3a45734cb595", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/event_listener.js: -------------------------------------------------------------------------------- 1 | const EventListenr = function (obj) { 2 | let that = {}; 3 | obj.on = function (name, method, target) { 4 | if (!that.hasOwnProperty(name)) { 5 | that[name] = []; 6 | } 7 | var handler = {}; 8 | handler.func = method; 9 | handler.target = target; 10 | 11 | that[name].push(handler); 12 | // console.log("global on-",name, that); 13 | }; 14 | obj.fire = function (name) { 15 | if (that.hasOwnProperty(name)) { 16 | let handlerList = that[name]; 17 | for (let i = 0; i < handlerList.length; i++) { 18 | let handler = handlerList[i]; 19 | let args = []; 20 | for (let j = 1; j < arguments.length; j++) { 21 | args.push(arguments[j]); 22 | } 23 | if (handler.func) 24 | handler.func.apply(handler.target, args); 25 | else 26 | trace("[Warn] 没有对应的回调事件类型 - " + name) 27 | 28 | } 29 | } 30 | }; 31 | obj.off = function (name,target) { 32 | // console.log("try to off "+ name, that) 33 | if (that.hasOwnProperty(name)) { 34 | let handlerList = that[name]; 35 | // console.log("try to off "+ name + "have num"+handlerList.length); 36 | for (let i = 0; i < handlerList.length; i++) { 37 | let handler = handlerList[i] 38 | if(handler.target === target){ 39 | // console.log("delete -" + target + name); 40 | handlerList.splice(i,1); 41 | } 42 | } 43 | } 44 | }; 45 | return obj; 46 | }; 47 | export default EventListenr; -------------------------------------------------------------------------------- /assets/Script/common/event_listener.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "c0e84e0d-7049-4a3e-9fb4-b64a7e84ab8b", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/launch.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "258cca71-5944-40ca-95e9-d9400e50c1f2", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/shader.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "3749fdd0-fea7-499e-8397-d61bb902ea10", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Script/common/shader/EffectCommon.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "0e4bab70-0e4b-43b0-abf6-a64ba405c5d9", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/shader/Wave_VH.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "47130021-ab84-4c8a-a97d-8a5ae1fe8c9e", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/shader/ccShader_Default_Vert.js: -------------------------------------------------------------------------------- 1 | module.exports = 2 | ` 3 | attribute vec4 a_position; 4 | attribute vec2 a_texCoord; 5 | attribute vec4 a_color; 6 | varying vec4 v_color; 7 | varying vec2 v_texCoord; 8 | void main() 9 | { 10 | gl_Position = CC_PMatrix * a_position; 11 | v_texCoord = a_texCoord; 12 | v_color = a_color; 13 | } 14 | ` 15 | 16 | -------------------------------------------------------------------------------- /assets/Script/common/shader/ccShader_Default_Vert.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "82ac0c2d-5645-4afc-ad0a-168fa9ce5ca0", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/shader/ccShader_Default_Vert_noMVP.js: -------------------------------------------------------------------------------- 1 | module.exports = 2 | ` 3 | attribute vec4 a_position; 4 | attribute vec2 a_texCoord; 5 | attribute vec4 a_color; 6 | varying vec2 v_texCoord; 7 | varying vec4 v_fragmentColor; 8 | void main() 9 | { 10 | gl_Position = CC_PMatrix * a_position; 11 | v_fragmentColor = a_color; 12 | v_texCoord = a_texCoord; 13 | } 14 | ` 15 | 16 | -------------------------------------------------------------------------------- /assets/Script/common/shader/ccShader_Default_Vert_noMVP.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "0644f439-6571-42aa-af71-d8308a7f2222", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/shader/ccShader_Wave_VH_Frag.js: -------------------------------------------------------------------------------- 1 | /* 全局波浪 */ 2 | 3 | module.exports = 4 | ` 5 | #ifdef GL_ES 6 | precision mediump float; 7 | #endif 8 | varying vec2 v_texCoord; 9 | uniform float motion; 10 | uniform float angle; 11 | void main() 12 | { 13 | vec2 tmp = v_texCoord; 14 | tmp.x = tmp.x + 0.01 * sin(motion + tmp.x * angle); 15 | // tmp.y = tmp.y + 0.01 * sin(motion + tmp.y * angle); 16 | gl_FragColor = texture2D(CC_Texture0, tmp); 17 | 18 | } 19 | ` -------------------------------------------------------------------------------- /assets/Script/common/shader/ccShader_Wave_VH_Frag.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "c14879cc-949e-4c23-9d96-843eb0e64a1d", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/common/shader/ccShader_wave.js: -------------------------------------------------------------------------------- 1 | module.exports = 2 | ` 3 | #ifdef GL_ES 4 | precision mediump float; 5 | #endif 6 | 7 | varying vec2 v_texCoord; 8 | uniform float time; 9 | uniform vec2 mouse; 10 | float PI = 3.1415926; 11 | 12 | float _distanceFactor = 100.0; 13 | float _timeFactor = -30.0; 14 | float _totalFactor = 1.0; 15 | float _waveWidth = 0.1; 16 | float waveSpeed = 0.3; 17 | void main() { 18 | float _curWaveDis = time*waveSpeed; 19 | //计算uv到鼠标点击点的向量(向外扩,反过来就是向里缩) 20 | vec2 dv = mouse.xy - v_texCoord.xy; 21 | //按照屏幕长宽比进行缩放 22 | dv = dv*vec2(0.5625,1.0); 23 | float dis = sqrt(dv.x * dv.x + dv.y * dv.y); 24 | float sinFactor = sin(dis * _distanceFactor + time * _timeFactor) * _totalFactor * 0.005; 25 | float discardFactor = clamp(_waveWidth - abs(_curWaveDis - dis), 0.0, 1.0) / _waveWidth; 26 | vec2 dv1 = normalize(dv); 27 | //计算每个像素uv的偏移值 28 | vec2 offset = dv1 * sinFactor * discardFactor; 29 | vec2 uv = offset+v_texCoord.xy; 30 | gl_FragColor = texture2D(CC_Texture0, uv); 31 | } 32 | ` -------------------------------------------------------------------------------- /assets/Script/common/shader/ccShader_wave.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "ba38639e-7961-4c5d-9a72-bb3251f797d5", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/dataStatistics.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "f948ca67-c8ae-4b28-a486-8a4d37b22b74", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Script/dataStatistics/Data.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "b846f361-7021-4566-b13e-0898ff7aa8de", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "1cb86826-1380-4b4f-aadb-116a44682201", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Script/item/BgItem.js: -------------------------------------------------------------------------------- 1 | 2 | cc.Class({ 3 | extends: cc.Component, 4 | 5 | properties: { 6 | m_n_bgday: cc.Node, 7 | m_n_bgnight: cc.Node, 8 | }, 9 | 10 | 11 | start() { 12 | var myDate = new Date();//获取系统当前时间 13 | let hours = myDate.getHours(); 14 | this.m_n_bgday.active = hours >= 8 && hours <= 18; 15 | this.m_n_bgnight.active = hours < 8 || hours > 18; 16 | }, 17 | 18 | // update (dt) {}, 19 | }); 20 | -------------------------------------------------------------------------------- /assets/Script/item/BgItem.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "3667796d-7dc3-456d-919e-234f64913c4e", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/BigStepItem.ts: -------------------------------------------------------------------------------- 1 | 2 | const { ccclass, property } = cc._decorator; 3 | 4 | @ccclass 5 | export default class BigStepItem extends cc.Component { 6 | 7 | 8 | @property(cc.Sprite) 9 | m_sp_stepicon: cc.Sprite = null; 10 | 11 | @property(cc.Sprite) 12 | m_sp_stepname: cc.Sprite = null; 13 | 14 | @property(cc.Node) 15 | m_n_lock: cc.Node = null; 16 | 17 | @property(cc.Label) 18 | m_l_condition: cc.Label = null; 19 | 20 | @property([cc.Node]) 21 | m_n_starlist: cc.Node[] = []; 22 | 23 | start() { 24 | 25 | } 26 | 27 | updateData(data, spframe, spframe1, curlv, color: number = 0) { 28 | let colorlist = ['#33ABEE', '#33EEEE', '#33EE94', '#BAE789']; 29 | if (data) { 30 | this.node.color = cc.Color.WHITE.fromHEX(colorlist[color]); 31 | this.m_sp_stepicon.spriteFrame = spframe; 32 | this.m_sp_stepname.spriteFrame = spframe1; 33 | for (let i = 0; i < this.m_n_starlist.length; i++) { 34 | this.m_n_starlist[i].active = i < data.star; 35 | } 36 | this.m_n_lock.active = data.lv > curlv; 37 | if (data.lv > curlv) { 38 | this.m_l_condition.node.y = -33; 39 | this.m_l_condition.string = cc.js.formatStr("需通关%d关", data.lv); 40 | } else { 41 | this.m_l_condition.node.y = 0; 42 | this.m_l_condition.string = "已获得"; 43 | } 44 | } 45 | } 46 | 47 | // update (dt) {} 48 | } 49 | -------------------------------------------------------------------------------- /assets/Script/item/BigStepItem.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "be69a89c-a755-4cf7-9e96-ff21ba071254", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/BlockBGItem.js: -------------------------------------------------------------------------------- 1 | 2 | cc.Class({ 3 | extends: cc.Component, 4 | 5 | properties: { 6 | 7 | m_n_bright: cc.Node, 8 | }, 9 | 10 | // LIFE-CYCLE CALLBACKS: 11 | 12 | onLoad() { 13 | 14 | }, 15 | 16 | start() { 17 | 18 | }, 19 | 20 | setBrightVisible(boo, color) { 21 | this.m_n_bright.active = boo; 22 | if(color){ 23 | this.m_n_bright.color = cc.Color.WHITE.fromHEX(color); 24 | } 25 | }, 26 | // update (dt) {}, 27 | }); 28 | -------------------------------------------------------------------------------- /assets/Script/item/BlockBGItem.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "1f50f0c4-9a7d-4d84-a67e-de33a086de48", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/BlockItem.js: -------------------------------------------------------------------------------- 1 | // Learn cc.Class: 2 | // - [Chinese] http://docs.cocos.com/creator/manual/zh/scripting/class.html 3 | // - [English] http://www.cocos2d-x.org/docs/creator/en/scripting/class.html 4 | // Learn Attribute: 5 | // - [Chinese] http://docs.cocos.com/creator/manual/zh/scripting/reference/attributes.html 6 | // - [English] http://www.cocos2d-x.org/docs/creator/en/scripting/reference/attributes.html 7 | // Learn life-cycle callbacks: 8 | // - [Chinese] http://docs.cocos.com/creator/manual/zh/scripting/life-cycle-callbacks.html 9 | // - [English] http://www.cocos2d-x.org/docs/creator/en/scripting/life-cycle-callbacks.html 10 | 11 | cc.Class({ 12 | extends: cc.Component, 13 | 14 | properties: { 15 | _hp: 0, 16 | _type: 0, 17 | _tag: 0, 18 | m_sp_strong: cc.Node, 19 | m_sp_hurt: cc.Node, 20 | }, 21 | 22 | // LIFE-CYCLE CALLBACKS: 23 | 24 | onLoad() { 25 | 26 | }, 27 | 28 | start() { 29 | 30 | }, 31 | 32 | initType(type, tag) { 33 | this._type = type; 34 | this._tag = tag; 35 | if (window.BLOCKLIST[type][tag]) { 36 | this._hp = window.BLOCKLIST[type][tag].hp; 37 | } 38 | this.node.scale = 1; 39 | this.node.opacity = 255; 40 | this._tostrong = false; 41 | this.m_sp_strong.active = false; 42 | this.m_sp_hurt.active = false; 43 | }, 44 | 45 | showHurt(hurt) { 46 | if (this._type == 1) { 47 | this.m_sp_hurt.active = true; 48 | this.m_sp_hurt.getComponent(cc.Sprite).spriteFrame = hurt; 49 | } 50 | }, 51 | 52 | setSpriteFrame(sf) { 53 | this.node.getComponent(cc.Sprite).spriteFrame = sf; 54 | }, 55 | 56 | getHp() { 57 | return this._hp; 58 | }, 59 | 60 | getTag() { 61 | return this._tag; 62 | }, 63 | 64 | addStrong() { 65 | if (this._tostrong) return false; 66 | this._tostrong = true; 67 | this._hp = this._hp + this._hp; 68 | this.m_sp_strong.scale = 0; 69 | this.m_sp_strong.active = true; 70 | this.m_sp_strong.stopAllActions(); 71 | this.m_sp_strong.runAction(cc.sequence(cc.scaleTo(0.5, 1, 1).easing(cc.easeIn(2.0)), cc.callFunc(() => { 72 | this.m_sp_strong.runAction(cc.repeatForever(cc.sequence(cc.scaleTo(0.5, 0.9, 0.9), cc.scaleTo(0.5, 1.0, 1.0)))); 73 | }))); 74 | return true; 75 | }, 76 | // update (dt) {}, 77 | }); 78 | -------------------------------------------------------------------------------- /assets/Script/item/BlockItem.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "e7b1e4d3-9925-41df-8451-524aaf18336f", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/BombEffectItem.js: -------------------------------------------------------------------------------- 1 | // Learn cc.Class: 2 | // - [Chinese] http://docs.cocos.com/creator/manual/zh/scripting/class.html 3 | // - [English] http://www.cocos2d-x.org/docs/creator/en/scripting/class.html 4 | // Learn Attribute: 5 | // - [Chinese] http://docs.cocos.com/creator/manual/zh/scripting/reference/attributes.html 6 | // - [English] http://www.cocos2d-x.org/docs/creator/en/scripting/reference/attributes.html 7 | // Learn life-cycle callbacks: 8 | // - [Chinese] http://docs.cocos.com/creator/manual/zh/scripting/life-cycle-callbacks.html 9 | // - [English] http://www.cocos2d-x.org/docs/creator/en/scripting/life-cycle-callbacks.html 10 | 11 | cc.Class({ 12 | extends: cc.Component, 13 | 14 | properties: { 15 | // foo: { 16 | // // ATTRIBUTES: 17 | // default: null, // The default value will be used only when the component attaching 18 | // // to a node for the first time 19 | // type: cc.SpriteFrame, // optional, default is typeof default 20 | // serializable: true, // optional, default is true 21 | // }, 22 | // bar: { 23 | // get () { 24 | // return this._bar; 25 | // }, 26 | // set (value) { 27 | // this._bar = value; 28 | // } 29 | // }, 30 | }, 31 | 32 | // LIFE-CYCLE CALLBACKS: 33 | 34 | // onLoad () {}, 35 | 36 | start () { 37 | 38 | }, 39 | 40 | bombFinish() { 41 | // console.log('bombFinish'); 42 | if(window.GAME_CONTROL){ 43 | window.GAME_CONTROL.bombFinish(); 44 | } 45 | }, 46 | 47 | // update (dt) {}, 48 | }); 49 | -------------------------------------------------------------------------------- /assets/Script/item/BombEffectItem.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "a6be8b9a-96a3-4a91-a1ff-89d5459f0e72", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/GetBoxGiftItem.ts: -------------------------------------------------------------------------------- 1 | import ShareSdk = require('../common/ShareSdk'); 2 | import Utils = require('../common/Utils'); 3 | import Common_CommonUtil from '../common/Common_CommonUtil'; 4 | const { ccclass, property } = cc._decorator; 5 | declare var window: any; 6 | declare var EVENT_LISTENER: any; 7 | @ccclass 8 | export default class GetBoxGiftItem extends cc.Component { 9 | 10 | @property(cc.Node) 11 | m_n_freebtn: cc.Node = null; 12 | 13 | @property(cc.Node) 14 | m_n_sharebtn: cc.Node = null; 15 | 16 | @property(cc.Node) 17 | m_n_box: cc.Node = null; 18 | private _onshowback: boolean = false; 19 | private _callback: any = null; 20 | start() { 21 | EVENT_LISTENER.on(window.ON_SHOW_BACK, this.onshowback, this); 22 | } 23 | 24 | showView(callback) { 25 | this._callback = callback; 26 | this.m_n_freebtn.active = !window.BOX_SHARE; 27 | this.m_n_sharebtn.active = window.BOX_SHARE; 28 | this.m_n_box.runAction(cc.sequence(cc.repeat(cc.sequence(cc.rotateTo(0.1, -10), cc.rotateTo(0.1, 10)), 3), cc.rotateTo(0.1, 0))); 29 | } 30 | 31 | onDestroy() { 32 | EVENT_LISTENER.off(window.ON_SHOW_BACK, this); 33 | } 34 | 35 | onshowback(time) { 36 | if (this._onshowback) { 37 | if (time >= window.SHARE_TIME) { 38 | this.onFreeGet(); 39 | } else { 40 | Common_CommonUtil.showShareFailTips(); 41 | } 42 | this._onshowback = false; 43 | } 44 | } 45 | 46 | onClose() { 47 | if (this._callback) { 48 | this._callback(); 49 | this._callback = null; 50 | } 51 | this.node.active = false; 52 | } 53 | 54 | onFreeGet() { 55 | // Utils.showGetItem(); 56 | let numlist = [1, 20]; 57 | let index = 0; 58 | let ran = Utils.random(0, 1500); 59 | index = ran > 750 ? 0 : 1; 60 | Utils.showGetItem(numlist[index], index, null, 0, 0); 61 | if (index == 0) { 62 | window.INIT_GAME_SAVE_DATA.tool[0] += numlist[index]; 63 | } else { 64 | window.INIT_GAME_SAVE_DATA.gold_num += numlist[index]; 65 | } 66 | if (window.GAME_CONTROL) { 67 | window.GAME_CONTROL.BoxReward(index); 68 | } 69 | this.onClose(); 70 | } 71 | 72 | onShareGet() { 73 | this._onshowback = true; 74 | ShareSdk.shareAppMessage({ 75 | title: "我就看着你,直到你打开宝箱为止", 76 | imageUrl: window.tempFileURL[3], 77 | }); 78 | } 79 | // update (dt) {} 80 | } 81 | -------------------------------------------------------------------------------- /assets/Script/item/GetBoxGiftItem.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "30339287-0ca9-4d8d-932d-9242382eb86c", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/MonsterItem.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "cd58c966-add6-4e66-9bee-bf2cc16da6c3", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/RockItem.js: -------------------------------------------------------------------------------- 1 | 2 | cc.Class({ 3 | extends: cc.Component, 4 | 5 | properties: { 6 | m_partice: cc.ParticleSystem, 7 | }, 8 | 9 | // LIFE-CYCLE CALLBACKS: 10 | 11 | // onLoad () {}, 12 | 13 | start () { 14 | 15 | }, 16 | 17 | resetSytem(){ 18 | this.m_partice.resetSystem(); 19 | } 20 | // update (dt) {}, 21 | }); 22 | -------------------------------------------------------------------------------- /assets/Script/item/RockItem.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "80ebbfd5-e0f0-4a51-aa35-4e2679255f8c", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/ShapeItem.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "f77568b0-d195-41c6-9669-60e15eb40cfb", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/ShareTipsItem.ts: -------------------------------------------------------------------------------- 1 | 2 | const {ccclass, property} = cc._decorator; 3 | 4 | @ccclass 5 | export default class ShareTipsItem extends cc.Component { 6 | 7 | // LIFE-CYCLE CALLBACKS: 8 | 9 | // onLoad () {} 10 | 11 | start () { 12 | 13 | } 14 | 15 | onClose(){ 16 | this.node.destroy(); 17 | } 18 | // update (dt) {} 19 | } 20 | -------------------------------------------------------------------------------- /assets/Script/item/ShareTipsItem.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "1f2f96b7-0bf5-443c-a52d-4d91b45a1167", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/SkinItem.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "8d8bfafc-a8e3-4987-9b26-dbd83fe42087", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/SkinPanel.ts: -------------------------------------------------------------------------------- 1 | const { ccclass, property } = cc._decorator; 2 | 3 | declare var window: any; 4 | declare var EVENT_LISTENER: any; 5 | @ccclass 6 | export default class SkinPanel extends cc.Component { 7 | 8 | @property(cc.Node) 9 | m_n_content: cc.Node = null; 10 | 11 | @property(cc.Prefab) 12 | m_pre_skinitem: cc.Prefab = null; 13 | 14 | @property(cc.SpriteFrame) 15 | ["m_star0"]: cc.SpriteFrame = null; 16 | @property(cc.SpriteFrame) 17 | ["m_star1"]: cc.SpriteFrame = null; 18 | @property(cc.SpriteFrame) 19 | ["m_star2"]: cc.SpriteFrame = null; 20 | @property(cc.SpriteFrame) 21 | ["m_star3"]: cc.SpriteFrame = null; 22 | @property(cc.SpriteFrame) 23 | ["m_star4"]: cc.SpriteFrame = null; 24 | 25 | private m_n_list: any = []; 26 | 27 | start() { 28 | EVENT_LISTENER.on(window.GAME_SAVE_HANDLER, this.updateData, this); 29 | } 30 | 31 | initData() { 32 | let data = window.SKIN_CONFIG; 33 | for (let i = 0; i < data.length; i++) { 34 | let node = cc.instantiate(this.m_pre_skinitem); 35 | node.parent = this.m_n_content; 36 | node.getComponent('SkinItem').updateData(i, data[i], this['m_star' + i]); 37 | this.m_n_list.push(node); 38 | } 39 | } 40 | 41 | updateData() { 42 | let data = window.SKIN_CONFIG; 43 | for (let i = 0; i < data.length; i++) { 44 | let node = this.m_n_list[i]; 45 | node.getComponent('SkinItem').updateData(i, data[i], this['m_star' + i]); 46 | } 47 | } 48 | 49 | onDestroy() { 50 | EVENT_LISTENER.off(window.GAME_SAVE_HANDLER, this); 51 | } 52 | 53 | onClose() { 54 | this.node.active = false; 55 | } 56 | // update (dt) {} 57 | } 58 | -------------------------------------------------------------------------------- /assets/Script/item/SkinPanel.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "7d7b7285-4796-4438-befb-9cc9f0f54f80", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/StepViewItem.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "7c6fa678-0554-4134-9fb1-04ff9285863b", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/item/UseToolItem.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "fb269ba0-105e-46b1-a402-51f222824137", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/newBie.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "b16acadc-2bf3-4e29-b642-0c8c579d06a9", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Script/newBie/NewBieGift.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "ff138161-e7b3-471e-ab2d-11b8d841eef6", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Texture.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "2442f7d0-be17-43a8-98a0-e6b8a8af7c19", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Texture/bg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "b280a768-895a-4556-aa13-266fc5a201cc", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Texture/bg/bg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/bg/bg1.jpg -------------------------------------------------------------------------------- /assets/Texture/bg/bg1.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "583a608e-913a-417a-8432-c4f42def427b", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "bg1": { 10 | "ver": "1.0.4", 11 | "uuid": "007a723a-7dee-4355-aaa7-c1afbbdc682b", 12 | "rawTextureUuid": "583a608e-913a-417a-8432-c4f42def427b", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 1080, 21 | "height": 1920, 22 | "rawWidth": 1080, 23 | "rawHeight": 1920, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/bg/bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/bg/bg2.jpg -------------------------------------------------------------------------------- /assets/Texture/bg/bg2.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "249a6486-9d94-4e8a-b3c7-9d0d69f6a851", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "bg2": { 10 | "ver": "1.0.4", 11 | "uuid": "1940c3ae-2f23-43fc-92e3-650439870638", 12 | "rawTextureUuid": "249a6486-9d94-4e8a-b3c7-9d0d69f6a851", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 1080, 21 | "height": 1920, 22 | "rawWidth": 1080, 23 | "rawHeight": 1920, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/bg/menubg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/bg/menubg1.jpg -------------------------------------------------------------------------------- /assets/Texture/bg/menubg1.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "554ec530-aada-43de-936b-ca474bdfcd6e", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "menubg1": { 10 | "ver": "1.0.4", 11 | "uuid": "1f6969ee-7fe0-43a0-bc27-0fb4cec8e267", 12 | "rawTextureUuid": "554ec530-aada-43de-936b-ca474bdfcd6e", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 1080, 21 | "height": 1920, 22 | "rawWidth": 1080, 23 | "rawHeight": 1920, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/bg/skynight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/bg/skynight.png -------------------------------------------------------------------------------- /assets/Texture/bg/skynight.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "306ea7c3-6425-4637-b609-4357c6c78e44", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "skynight": { 10 | "ver": "1.0.4", 11 | "uuid": "25d389cd-a067-45ba-b125-32f0ce4e407e", 12 | "rawTextureUuid": "306ea7c3-6425-4637-b609-4357c6c78e44", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 1080, 21 | "height": 628, 22 | "rawWidth": 1080, 23 | "rawHeight": 628, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/bg/skynight2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/bg/skynight2.png -------------------------------------------------------------------------------- /assets/Texture/bg/skynight2.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "abb3a261-18a7-4973-b04b-5c354f9459f6", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "skynight2": { 10 | "ver": "1.0.4", 11 | "uuid": "6afd1bf8-a2ed-4c5f-ac58-f7e3e65d0923", 12 | "rawTextureUuid": "abb3a261-18a7-4973-b04b-5c354f9459f6", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 1080, 21 | "height": 868, 22 | "rawWidth": 1080, 23 | "rawHeight": 868, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/bg/skysun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/bg/skysun.png -------------------------------------------------------------------------------- /assets/Texture/bg/skysun.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "3578f433-f743-41cb-9d09-5f7291dba209", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "skysun": { 10 | "ver": "1.0.4", 11 | "uuid": "3a2732b1-f5ce-4f3d-9b30-5b82e661f89e", 12 | "rawTextureUuid": "3578f433-f743-41cb-9d09-5f7291dba209", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 1080, 21 | "height": 797, 22 | "rawWidth": 1080, 23 | "rawHeight": 797, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/boss_come.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/boss_come.png -------------------------------------------------------------------------------- /assets/Texture/boss_come.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "90d3ca7d-f318-494f-be01-d8dd8d5f0445", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "boss_come": { 10 | "ver": "1.0.4", 11 | "uuid": "b292b4d6-c780-429e-9fe9-b2c49388475d", 12 | "rawTextureUuid": "90d3ca7d-f318-494f-be01-d8dd8d5f0445", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -0.5, 17 | "offsetY": 0, 18 | "trimX": 1, 19 | "trimY": 2, 20 | "width": 559, 21 | "height": 148, 22 | "rawWidth": 562, 23 | "rawHeight": 152, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/btn_getaward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/btn_getaward.png -------------------------------------------------------------------------------- /assets/Texture/btn_getaward.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "e8ab2a36-5fbf-463d-bb27-60e40e3a4746", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "btn_getaward": { 10 | "ver": "1.0.4", 11 | "uuid": "61e990f1-5573-4bf4-a731-b0a7f9217014", 12 | "rawTextureUuid": "e8ab2a36-5fbf-463d-bb27-60e40e3a4746", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 257, 21 | "height": 89, 22 | "rawWidth": 257, 23 | "rawHeight": 89, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/btn_song.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/btn_song.png -------------------------------------------------------------------------------- /assets/Texture/btn_song.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "110b084c-0598-418c-b49f-0c9c19982e3e", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "btn_song": { 10 | "ver": "1.0.4", 11 | "uuid": "760fa6b3-a718-47d0-8c0f-f440070a4cce", 12 | "rawTextureUuid": "110b084c-0598-418c-b49f-0c9c19982e3e", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -0.5, 17 | "offsetY": 0.5, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 421, 21 | "height": 180, 22 | "rawWidth": 422, 23 | "rawHeight": 181, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/caidai.plist.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.1", 3 | "uuid": "0a0aea9d-9853-4e94-8d65-665f2bca338b", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Texture/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/close.png -------------------------------------------------------------------------------- /assets/Texture/close.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "c4f832b1-adc7-462e-a039-0d3693a54590", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "close": { 10 | "ver": "1.0.4", 11 | "uuid": "0ff589d5-7585-498e-b0a8-612d597e1754", 12 | "rawTextureUuid": "c4f832b1-adc7-462e-a039-0d3693a54590", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 2, 19 | "trimY": 2, 20 | "width": 61, 21 | "height": 61, 22 | "rawWidth": 65, 23 | "rawHeight": 65, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/doublescore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/doublescore.png -------------------------------------------------------------------------------- /assets/Texture/doublescore.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "2316bf2b-ad41-41b5-8776-3b2431f44bc5", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "doublescore": { 10 | "ver": "1.0.4", 11 | "uuid": "fad1756f-c007-4dce-be93-9213fe8eaed3", 12 | "rawTextureUuid": "2316bf2b-ad41-41b5-8776-3b2431f44bc5", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 2, 19 | "trimY": 2, 20 | "width": 160, 21 | "height": 40, 22 | "rawWidth": 164, 23 | "rawHeight": 44, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/duanwei1dedi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/duanwei1dedi.png -------------------------------------------------------------------------------- /assets/Texture/duanwei1dedi.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "af377ca3-e86d-46dc-8101-407360fdf5cc", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "duanwei1dedi": { 10 | "ver": "1.0.4", 11 | "uuid": "071856d2-82d6-4173-8ec6-cde5571c94d8", 12 | "rawTextureUuid": "af377ca3-e86d-46dc-8101-407360fdf5cc", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 879, 21 | "height": 115, 22 | "rawWidth": 879, 23 | "rawHeight": 115, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/get_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/get_light.png -------------------------------------------------------------------------------- /assets/Texture/get_light.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "af470233-74d9-4a13-9edc-455e727ef476", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "get_light": { 10 | "ver": "1.0.4", 11 | "uuid": "3084c6a8-8eb4-4e19-9b25-a8f739a1a4a7", 12 | "rawTextureUuid": "af470233-74d9-4a13-9edc-455e727ef476", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0.5, 17 | "offsetY": 0, 18 | "trimX": 93, 19 | "trimY": 93, 20 | "width": 895, 21 | "height": 892, 22 | "rawWidth": 1080, 23 | "rawHeight": 1078, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/get_light2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/get_light2.png -------------------------------------------------------------------------------- /assets/Texture/get_light2.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "a65ac9b5-1ba7-4bea-8b55-23bc730ffcce", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "get_light2": { 10 | "ver": "1.0.4", 11 | "uuid": "41d2258c-a3f2-4ed8-bc63-96b624e86ccc", 12 | "rawTextureUuid": "a65ac9b5-1ba7-4bea-8b55-23bc730ffcce", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 2, 19 | "trimY": 2, 20 | "width": 16, 21 | "height": 16, 22 | "rawWidth": 20, 23 | "rawHeight": 20, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/gold.png -------------------------------------------------------------------------------- /assets/Texture/gold.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "760e4d85-16f7-4849-9c71-7779994c91dc", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "gold": { 10 | "ver": "1.0.4", 11 | "uuid": "b3d92db0-179f-429a-9cc1-ccae3d0bcc34", 12 | "rawTextureUuid": "760e4d85-16f7-4849-9c71-7779994c91dc", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 100, 21 | "height": 100, 22 | "rawWidth": 100, 23 | "rawHeight": 100, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/guidetext1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/guidetext1.png -------------------------------------------------------------------------------- /assets/Texture/guidetext1.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "ce890c60-f029-4c72-87c6-5681698e52a1", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "guidetext1": { 10 | "ver": "1.0.4", 11 | "uuid": "38a0c0ce-3c9c-4bfb-a1b8-d9cafb00be30", 12 | "rawTextureUuid": "ce890c60-f029-4c72-87c6-5681698e52a1", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 2, 19 | "trimY": 2, 20 | "width": 655, 21 | "height": 137, 22 | "rawWidth": 659, 23 | "rawHeight": 141, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/icon.jpg -------------------------------------------------------------------------------- /assets/Texture/icon.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "87d48b5c-de87-41d6-a539-a4188ba7c314", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "icon": { 10 | "ver": "1.0.4", 11 | "uuid": "48a7362b-8fc2-4eb6-8789-d5d48613bdd1", 12 | "rawTextureUuid": "87d48b5c-de87-41d6-a539-a4188ba7c314", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 180, 21 | "height": 180, 22 | "rawWidth": 180, 23 | "rawHeight": 180, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/menu_ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/menu_ui.png -------------------------------------------------------------------------------- /assets/Texture/menu_ui.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "6dfabd26-e8aa-4fb9-8c01-472f2cf3c672", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "menu_ui": { 10 | "ver": "1.0.4", 11 | "uuid": "e664570a-16c2-4869-9f89-29ccb48808f6", 12 | "rawTextureUuid": "6dfabd26-e8aa-4fb9-8c01-472f2cf3c672", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -38, 17 | "offsetY": 10, 18 | "trimX": 5, 19 | "trimY": 4, 20 | "width": 800, 21 | "height": 956, 22 | "rawWidth": 886, 23 | "rawHeight": 984, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/playBtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/playBtn.png -------------------------------------------------------------------------------- /assets/Texture/playBtn.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "c6fa1cbd-bacd-4f57-a295-88ae37d9b090", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "playBtn": { 10 | "ver": "1.0.4", 11 | "uuid": "55ee3116-e256-477c-8628-ba9fcdf830d2", 12 | "rawTextureUuid": "c6fa1cbd-bacd-4f57-a295-88ae37d9b090", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 1, 17 | "offsetY": 6, 18 | "trimX": 5, 19 | "trimY": 35, 20 | "width": 202, 21 | "height": 118, 22 | "rawWidth": 210, 23 | "rawHeight": 200, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/reLiveBtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/reLiveBtn.png -------------------------------------------------------------------------------- /assets/Texture/reLiveBtn.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "19f20501-5781-4ffb-ac23-6ad518179469", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "reLiveBtn": { 10 | "ver": "1.0.4", 11 | "uuid": "48ed898e-6791-4ea2-8e28-25edecaf37ac", 12 | "rawTextureUuid": "19f20501-5781-4ffb-ac23-6ad518179469", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 589, 21 | "height": 195, 22 | "rawWidth": 589, 23 | "rawHeight": 195, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/result.png -------------------------------------------------------------------------------- /assets/Texture/result.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "969d652b-2300-4093-966c-66557868a7bf", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "result": { 10 | "ver": "1.0.4", 11 | "uuid": "82b84b5e-ce91-4475-8574-ac9ef746698e", 12 | "rawTextureUuid": "969d652b-2300-4093-966c-66557868a7bf", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0.5, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 422, 21 | "height": 663, 22 | "rawWidth": 422, 23 | "rawHeight": 664, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/rewardskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/rewardskin.png -------------------------------------------------------------------------------- /assets/Texture/rewardskin.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "8cbde1e7-4ba8-49ae-8be1-a43d9b79ae11", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "rewardskin": { 10 | "ver": "1.0.4", 11 | "uuid": "c313c77b-7d6a-4f45-b62a-2dbede37b401", 12 | "rawTextureUuid": "8cbde1e7-4ba8-49ae-8be1-a43d9b79ae11", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0.5, 17 | "offsetY": -4, 18 | "trimX": 41, 19 | "trimY": 46, 20 | "width": 664, 21 | "height": 647, 22 | "rawWidth": 745, 23 | "rawHeight": 731, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/share_getaward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/share_getaward.png -------------------------------------------------------------------------------- /assets/Texture/share_getaward.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "54e39b1d-901b-4030-b8ee-13f11df4c390", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "share_getaward": { 10 | "ver": "1.0.4", 11 | "uuid": "abc270af-a15e-441a-ae4a-48aa799f370f", 12 | "rawTextureUuid": "54e39b1d-901b-4030-b8ee-13f11df4c390", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 257, 21 | "height": 89, 22 | "rawWidth": 257, 23 | "rawHeight": 89, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/shouzhi1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/shouzhi1.png -------------------------------------------------------------------------------- /assets/Texture/shouzhi1.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "5c4589ad-00da-4906-a2a4-18c68af8d08d", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "shouzhi1": { 10 | "ver": "1.0.4", 11 | "uuid": "f33dea5b-c635-4e61-bd48-32c98e2e4227", 12 | "rawTextureUuid": "5c4589ad-00da-4906-a2a4-18c68af8d08d", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 239, 21 | "height": 256, 22 | "rawWidth": 239, 23 | "rawHeight": 256, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/skin.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "8aeee325-e38c-4440-8196-3c83a317f181", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Texture/skin/skin_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/skin/skin_title.png -------------------------------------------------------------------------------- /assets/Texture/skin/skin_title.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "5f1f6b43-78a6-40fa-893d-ec7456456cda", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "skin_title": { 10 | "ver": "1.0.4", 11 | "uuid": "7a1f1ccc-3453-44c7-864d-5a5d3093e6b2", 12 | "rawTextureUuid": "5f1f6b43-78a6-40fa-893d-ec7456456cda", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 1, 19 | "trimY": 2, 20 | "width": 223, 21 | "height": 113, 22 | "rawWidth": 225, 23 | "rawHeight": 117, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/skin/star0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/skin/star0.jpg -------------------------------------------------------------------------------- /assets/Texture/skin/star0.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "ee3483d5-12fb-44c5-8f4f-ec00bbc359fe", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "star0": { 10 | "ver": "1.0.4", 11 | "uuid": "6af4514b-108a-401d-9ea6-ed315fcb5fd9", 12 | "rawTextureUuid": "ee3483d5-12fb-44c5-8f4f-ec00bbc359fe", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 318, 21 | "height": 255, 22 | "rawWidth": 318, 23 | "rawHeight": 255, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/skin/star1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/skin/star1.jpg -------------------------------------------------------------------------------- /assets/Texture/skin/star1.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "d664c050-373c-4de1-a77b-c06b83cc83ba", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "star1": { 10 | "ver": "1.0.4", 11 | "uuid": "c1c1aeee-e1ac-437f-86ca-dc2b345ea61a", 12 | "rawTextureUuid": "d664c050-373c-4de1-a77b-c06b83cc83ba", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 308, 21 | "height": 248, 22 | "rawWidth": 308, 23 | "rawHeight": 248, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/skin/star2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/skin/star2.jpg -------------------------------------------------------------------------------- /assets/Texture/skin/star2.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "73d0ceda-4959-4cf8-88cd-29eb5a2542f4", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "star2": { 10 | "ver": "1.0.4", 11 | "uuid": "3f37f7a7-4f31-450b-99a9-daa47b025767", 12 | "rawTextureUuid": "73d0ceda-4959-4cf8-88cd-29eb5a2542f4", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 304, 21 | "height": 244, 22 | "rawWidth": 304, 23 | "rawHeight": 244, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/skin/star3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/skin/star3.jpg -------------------------------------------------------------------------------- /assets/Texture/skin/star3.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "3390fd7b-59b7-4b0c-9e53-49e5446db2ff", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "star3": { 10 | "ver": "1.0.4", 11 | "uuid": "7b80e56b-91e7-439b-bbb8-164979f9eb11", 12 | "rawTextureUuid": "3390fd7b-59b7-4b0c-9e53-49e5446db2ff", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 283, 21 | "height": 227, 22 | "rawWidth": 283, 23 | "rawHeight": 227, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/skin/star4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/skin/star4.jpg -------------------------------------------------------------------------------- /assets/Texture/skin/star4.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "a86f7599-23cc-4c0c-a79c-7fb775d39281", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "star4": { 10 | "ver": "1.0.4", 11 | "uuid": "eae9ba12-b01a-41c4-82d4-4e385b6e8855", 12 | "rawTextureUuid": "a86f7599-23cc-4c0c-a79c-7fb775d39281", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 320, 21 | "height": 256, 22 | "rawWidth": 320, 23 | "rawHeight": 256, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/skin/suitup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/skin/suitup.png -------------------------------------------------------------------------------- /assets/Texture/skin/suitup.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "e1ceff23-86c8-4753-9707-264e288975c7", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "suitup": { 10 | "ver": "1.0.4", 11 | "uuid": "5a3ded80-2a40-4c60-b3fa-4d78ed2f4cf1", 12 | "rawTextureUuid": "e1ceff23-86c8-4753-9707-264e288975c7", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 220, 21 | "height": 94, 22 | "rawWidth": 220, 23 | "rawHeight": 94, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/skin/suituped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/skin/suituped.png -------------------------------------------------------------------------------- /assets/Texture/skin/suituped.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "803ed692-5651-4b85-9c17-96d717558433", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "suituped": { 10 | "ver": "1.0.4", 11 | "uuid": "16bca731-35ea-4360-9816-01fa66a8c408", 12 | "rawTextureUuid": "803ed692-5651-4b85-9c17-96d717558433", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0.5, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 140, 21 | "height": 59, 22 | "rawWidth": 140, 23 | "rawHeight": 60, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/stepiconlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/stepiconlist.png -------------------------------------------------------------------------------- /assets/Texture/stepiconlist.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "02e98f24-dc54-4135-be98-c1fca6369e76", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "stepiconlist": { 10 | "ver": "1.0.4", 11 | "uuid": "037846ce-2339-4322-8b13-052303c521fa", 12 | "rawTextureUuid": "02e98f24-dc54-4135-be98-c1fca6369e76", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -0.5, 17 | "offsetY": -0.5, 18 | "trimX": 3, 19 | "trimY": 4, 20 | "width": 1016, 21 | "height": 1108, 22 | "rawWidth": 1023, 23 | "rawHeight": 1115, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/stepview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/stepview.png -------------------------------------------------------------------------------- /assets/Texture/stepview.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "8bd654c4-00de-42a8-af98-f7bd96aa6db6", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "stepview": { 10 | "ver": "1.0.4", 11 | "uuid": "94209c12-fd20-47f0-b0e7-052eb0b4df0d", 12 | "rawTextureUuid": "8bd654c4-00de-42a8-af98-f7bd96aa6db6", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 3, 19 | "trimY": 3, 20 | "width": 506, 21 | "height": 544, 22 | "rawWidth": 512, 23 | "rawHeight": 550, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/suo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/suo.png -------------------------------------------------------------------------------- /assets/Texture/suo.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "1e733a41-f497-4d0c-b311-5b9ed916114a", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "suo": { 10 | "ver": "1.0.4", 11 | "uuid": "e1551fb0-820f-45a6-9498-9570414402c0", 12 | "rawTextureUuid": "1e733a41-f497-4d0c-b311-5b9ed916114a", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 42, 21 | "height": 51, 22 | "rawWidth": 42, 23 | "rawHeight": 51, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/tangkuang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/tangkuang.png -------------------------------------------------------------------------------- /assets/Texture/tangkuang.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "8a1b4080-09c3-4834-a62a-63041393598b", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "tangkuang": { 10 | "ver": "1.0.4", 11 | "uuid": "0f92ac45-e0fd-44bb-836d-ac67cd4f5e05", 12 | "rawTextureUuid": "8a1b4080-09c3-4834-a62a-63041393598b", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 844, 21 | "height": 941, 22 | "rawWidth": 844, 23 | "rawHeight": 941, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/touxiangkuang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/touxiangkuang.png -------------------------------------------------------------------------------- /assets/Texture/touxiangkuang.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "7d61e548-f8a8-4e66-82fb-9fdc39488451", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "touxiangkuang": { 10 | "ver": "1.0.4", 11 | "uuid": "4ff61162-662c-49e0-a603-8372f24eb162", 12 | "rawTextureUuid": "7d61e548-f8a8-4e66-82fb-9fdc39488451", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 210, 21 | "height": 210, 22 | "rawWidth": 210, 23 | "rawHeight": 210, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/ui.png -------------------------------------------------------------------------------- /assets/Texture/ui.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "2503464b-ef94-464e-8588-c34a88d9e411", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "ui": { 10 | "ver": "1.0.4", 11 | "uuid": "5993c6d7-4762-4e5d-aae7-e9b055dde9e8", 12 | "rawTextureUuid": "2503464b-ef94-464e-8588-c34a88d9e411", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 377, 21 | "height": 645, 22 | "rawWidth": 377, 23 | "rawHeight": 645, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/weijiesuozhezhao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/weijiesuozhezhao.png -------------------------------------------------------------------------------- /assets/Texture/weijiesuozhezhao.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "9ca8241f-c193-4089-96f0-3a361d0cf1c8", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "weijiesuozhezhao": { 10 | "ver": "1.0.4", 11 | "uuid": "f7dc2941-ac98-4f5f-8c68-c461ae39675b", 12 | "rawTextureUuid": "9ca8241f-c193-4089-96f0-3a361d0cf1c8", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 879, 21 | "height": 115, 22 | "rawWidth": 879, 23 | "rawHeight": 115, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/Texture/yuanjiaojuxing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/Texture/yuanjiaojuxing.png -------------------------------------------------------------------------------- /assets/Texture/yuanjiaojuxing.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "9bcb96e0-77d3-4b0a-86b5-9259544d4254", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "yuanjiaojuxing": { 10 | "ver": "1.0.4", 11 | "uuid": "2a3ffcfa-1179-4fe8-854c-bdc37bc5e8b7", 12 | "rawTextureUuid": "9bcb96e0-77d3-4b0a-86b5-9259544d4254", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 262, 21 | "height": 209, 22 | "rawWidth": 262, 23 | "rawHeight": 209, 24 | "borderTop": 37, 25 | "borderBottom": 36, 26 | "borderLeft": 40, 27 | "borderRight": 32, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "925d9a32-a942-42a3-85d5-4cacf3ceda1e", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/Bomb.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "66102782-e188-4ba4-b1a3-27b8cab74164", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/Bomb/res.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "63c90cd1-7e39-4a2e-8f94-4a7975b8c934", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/Bomb/res/00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/Bomb/res/00.png -------------------------------------------------------------------------------- /assets/resources/Bomb/res/00.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "4da8034d-0fff-4915-8bed-40e1854e8f0e", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "00": { 10 | "ver": "1.0.4", 11 | "uuid": "95d9d509-407e-493b-8aff-53f035923794", 12 | "rawTextureUuid": "4da8034d-0fff-4915-8bed-40e1854e8f0e", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 116, 21 | "height": 56, 22 | "rawWidth": 116, 23 | "rawHeight": 56, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/Bomb/res/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/Bomb/res/01.png -------------------------------------------------------------------------------- /assets/resources/Bomb/res/01.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "1585ea7e-ffe0-4db0-b03e-162af2bdc3f5", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "01": { 10 | "ver": "1.0.4", 11 | "uuid": "b89929bc-c711-42c1-b9dd-a51d9332e393", 12 | "rawTextureUuid": "1585ea7e-ffe0-4db0-b03e-162af2bdc3f5", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 9.5, 17 | "offsetY": -72, 18 | "trimX": 69, 19 | "trimY": 171, 20 | "width": 309, 21 | "height": 248, 22 | "rawWidth": 428, 23 | "rawHeight": 446, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/Bomb/res/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/Bomb/res/02.png -------------------------------------------------------------------------------- /assets/resources/Bomb/res/02.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "abdd1d6b-10d3-4ca9-93a5-a2870ce5887b", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "02": { 10 | "ver": "1.0.4", 11 | "uuid": "174c2a45-2564-48f8-b4ef-bd77e57f3d12", 12 | "rawTextureUuid": "abdd1d6b-10d3-4ca9-93a5-a2870ce5887b", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 6.5, 17 | "offsetY": -38.5, 18 | "trimX": 25, 19 | "trimY": 93, 20 | "width": 391, 21 | "height": 337, 22 | "rawWidth": 428, 23 | "rawHeight": 446, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/Bomb/res/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/Bomb/res/03.png -------------------------------------------------------------------------------- /assets/resources/Bomb/res/03.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "63dddada-dd92-4016-a710-6e508db7979d", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "03": { 10 | "ver": "1.0.4", 11 | "uuid": "20db187b-ac7e-4331-aaee-b438c0f334bc", 12 | "rawTextureUuid": "63dddada-dd92-4016-a710-6e508db7979d", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": -17.5, 18 | "trimX": 3, 19 | "trimY": 58, 20 | "width": 422, 21 | "height": 365, 22 | "rawWidth": 428, 23 | "rawHeight": 446, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/Bomb/res/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/Bomb/res/04.png -------------------------------------------------------------------------------- /assets/resources/Bomb/res/04.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "357275a5-a1cd-4aed-90dd-b72605d3f87a", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "04": { 10 | "ver": "1.0.4", 11 | "uuid": "4030f37c-c4a1-4345-8d86-31561520ba00", 12 | "rawTextureUuid": "357275a5-a1cd-4aed-90dd-b72605d3f87a", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 5.5, 17 | "offsetY": 38, 18 | "trimX": 73, 19 | "trimY": 34, 20 | "width": 293, 21 | "height": 302, 22 | "rawWidth": 428, 23 | "rawHeight": 446, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/Bomb/res/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/Bomb/res/05.png -------------------------------------------------------------------------------- /assets/resources/Bomb/res/05.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "41918a52-cc55-4652-9b5a-f619f8aa54b8", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "05": { 10 | "ver": "1.0.4", 11 | "uuid": "f9446d43-556c-4df2-a2ed-619dff21f4c4", 12 | "rawTextureUuid": "41918a52-cc55-4652-9b5a-f619f8aa54b8", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -6, 17 | "offsetY": 79.5, 18 | "trimX": 41, 19 | "trimY": 19, 20 | "width": 334, 21 | "height": 249, 22 | "rawWidth": 428, 23 | "rawHeight": 446, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/Bomb/res/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/Bomb/res/06.png -------------------------------------------------------------------------------- /assets/resources/Bomb/res/06.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "0889d0b3-db03-4376-a7e2-c2c4b5303776", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "06": { 10 | "ver": "1.0.4", 11 | "uuid": "dcd7cb82-2fa5-4d72-b5ab-4b1e6e400769", 12 | "rawTextureUuid": "0889d0b3-db03-4376-a7e2-c2c4b5303776", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -13.5, 17 | "offsetY": 100, 18 | "trimX": 27, 19 | "trimY": 7, 20 | "width": 347, 21 | "height": 232, 22 | "rawWidth": 428, 23 | "rawHeight": 446, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/Bomb/res/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/Bomb/res/07.png -------------------------------------------------------------------------------- /assets/resources/Bomb/res/07.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "2e77f649-fa81-43fe-bb5e-d4191d25d2b0", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "07": { 10 | "ver": "1.0.4", 11 | "uuid": "38976f78-e525-4743-8c6b-26c21b367bca", 12 | "rawTextureUuid": "2e77f649-fa81-43fe-bb5e-d4191d25d2b0", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -14, 17 | "offsetY": 113, 18 | "trimX": 25, 19 | "trimY": 2, 20 | "width": 350, 21 | "height": 216, 22 | "rawWidth": 428, 23 | "rawHeight": 446, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "ec0e1731-5ac6-48b7-aea4-6f5a65c4767b", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/anim_show.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "test", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 0.8, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 1, 10 | "curveData": { 11 | "props": { 12 | "scale": [ 13 | { 14 | "frame": 0, 15 | "value": { 16 | "__type__": "cc.Vec2", 17 | "x": 0, 18 | "y": 0 19 | }, 20 | "curve": "quintIn" 21 | }, 22 | { 23 | "frame": 0.45, 24 | "value": { 25 | "__type__": "cc.Vec2", 26 | "x": 2, 27 | "y": 2 28 | } 29 | }, 30 | { 31 | "frame": 0.6333333333333333, 32 | "value": { 33 | "__type__": "cc.Vec2", 34 | "x": 1.5, 35 | "y": 1.5 36 | } 37 | }, 38 | { 39 | "frame": 0.8, 40 | "value": { 41 | "__type__": "cc.Vec2", 42 | "x": 1.8, 43 | "y": 1.8 44 | } 45 | } 46 | ] 47 | } 48 | }, 49 | "events": [] 50 | } -------------------------------------------------------------------------------- /assets/resources/anim/anim_show.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "c2d33be3-44a9-44fe-8904-2b33361f03f9", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/awardAction.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "awardAction", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 2.0166666666666666, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 2, 10 | "curveData": { 11 | "props": { 12 | "scale": [ 13 | { 14 | "frame": 0, 15 | "value": { 16 | "__type__": "cc.Vec2", 17 | "x": 1, 18 | "y": 1 19 | } 20 | }, 21 | { 22 | "frame": 0.9833333333333333, 23 | "value": { 24 | "__type__": "cc.Vec2", 25 | "x": 1.2, 26 | "y": 1.2 27 | } 28 | }, 29 | { 30 | "frame": 2.0166666666666666, 31 | "value": { 32 | "__type__": "cc.Vec2", 33 | "x": 1, 34 | "y": 1 35 | } 36 | } 37 | ] 38 | } 39 | }, 40 | "events": [] 41 | } -------------------------------------------------------------------------------- /assets/resources/anim/awardAction.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "528fcb27-c739-49d7-9b29-fa4b177b45e7", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/behit_effect.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "behit_effect", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 0.52, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 1, 10 | "curveData": { 11 | "comps": { 12 | "cc.Sprite": { 13 | "spriteFrame": [ 14 | { 15 | "frame": 0, 16 | "value": { 17 | "__uuid__": "2d2f1c36-c95a-44be-b0ec-17ff6277296e" 18 | } 19 | }, 20 | { 21 | "frame": 0.08333333333333333, 22 | "value": { 23 | "__uuid__": "6d1bc08f-8f0e-4725-a426-cfbfb33486d5" 24 | } 25 | }, 26 | { 27 | "frame": 0.16666666666666666, 28 | "value": { 29 | "__uuid__": "22b63e64-5742-4656-8834-777bad2b5c3f" 30 | } 31 | }, 32 | { 33 | "frame": 0.25, 34 | "value": { 35 | "__uuid__": "e479dbe4-600c-481e-a846-4dc24d7a6b27" 36 | } 37 | }, 38 | { 39 | "frame": 0.3333333333333333, 40 | "value": { 41 | "__uuid__": "704a34de-b1ca-4761-9a3d-dfeed4fd471d" 42 | } 43 | }, 44 | { 45 | "frame": 0.4166666666666667, 46 | "value": { 47 | "__uuid__": "47410c76-b8af-43ee-a5fb-7727bef02223" 48 | } 49 | }, 50 | { 51 | "frame": 0.5, 52 | "value": { 53 | "__uuid__": "2ade8cb8-e6be-4bbe-9902-835963c701a5" 54 | } 55 | } 56 | ] 57 | } 58 | }, 59 | "props": { 60 | "opacity": [ 61 | { 62 | "frame": 0, 63 | "value": 255 64 | }, 65 | { 66 | "frame": 0.5, 67 | "value": 255 68 | }, 69 | { 70 | "frame": 0.5166666666666667, 71 | "value": 0 72 | } 73 | ] 74 | } 75 | }, 76 | "events": [] 77 | } -------------------------------------------------------------------------------- /assets/resources/anim/behit_effect.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "216fe10c-5a4d-4574-9e32-a82aea45a597", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/block_scaleanim.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "block_scaleanim", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 0.5, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 1, 10 | "curveData": { 11 | "props": { 12 | "scaleX": [ 13 | { 14 | "frame": 0, 15 | "value": 1 16 | }, 17 | { 18 | "frame": 0.08333333333333333, 19 | "value": 1.1 20 | }, 21 | { 22 | "frame": 0.2, 23 | "value": 0.9 24 | }, 25 | { 26 | "frame": 0.3333333333333333, 27 | "value": 1.1 28 | }, 29 | { 30 | "frame": 0.5, 31 | "value": 1 32 | } 33 | ], 34 | "scaleY": [ 35 | { 36 | "frame": 0, 37 | "value": 1 38 | }, 39 | { 40 | "frame": 0.08333333333333333, 41 | "value": 0.8 42 | }, 43 | { 44 | "frame": 0.2, 45 | "value": 1.1 46 | }, 47 | { 48 | "frame": 0.3333333333333333, 49 | "value": 0.9 50 | }, 51 | { 52 | "frame": 0.5, 53 | "value": 1 54 | } 55 | ] 56 | } 57 | }, 58 | "events": [] 59 | } -------------------------------------------------------------------------------- /assets/resources/anim/block_scaleanim.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "7043e3c1-6dfd-425e-907b-d0428a911846", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/block_scaleanimloop.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "block_scaleanimloop", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 1, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 2, 10 | "curveData": { 11 | "props": { 12 | "scaleX": [ 13 | { 14 | "frame": 0, 15 | "value": 1 16 | }, 17 | { 18 | "frame": 0.08333333333333333, 19 | "value": 1.1 20 | }, 21 | { 22 | "frame": 0.16666666666666666, 23 | "value": 0.9 24 | }, 25 | { 26 | "frame": 0.25, 27 | "value": 1.1 28 | }, 29 | { 30 | "frame": 0.3333333333333333, 31 | "value": 1 32 | }, 33 | { 34 | "frame": 1, 35 | "value": 1 36 | } 37 | ], 38 | "scaleY": [ 39 | { 40 | "frame": 0, 41 | "value": 1 42 | }, 43 | { 44 | "frame": 0.08333333333333333, 45 | "value": 0.8 46 | }, 47 | { 48 | "frame": 0.16666666666666666, 49 | "value": 1.1 50 | }, 51 | { 52 | "frame": 0.25, 53 | "value": 0.9 54 | }, 55 | { 56 | "frame": 0.3333333333333333, 57 | "value": 1 58 | }, 59 | { 60 | "frame": 1, 61 | "value": 1 62 | } 63 | ] 64 | } 65 | }, 66 | "events": [] 67 | } -------------------------------------------------------------------------------- /assets/resources/anim/block_scaleanimloop.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "22b500a7-cc4d-43ce-ab74-5cab8eedc013", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/boomeffect.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "boomeffect", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 0.4, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 1, 10 | "curveData": { 11 | "paths": { 12 | "sp_boom": { 13 | "comps": { 14 | "cc.Sprite": { 15 | "spriteFrame": [ 16 | { 17 | "frame": 0, 18 | "value": { 19 | "__uuid__": "d4c81e1d-60e5-458f-8a01-c3f2839c28aa" 20 | } 21 | }, 22 | { 23 | "frame": 0.08333333333333333, 24 | "value": { 25 | "__uuid__": "0460d24a-e6b1-41cf-acbe-09a77ee034fa" 26 | } 27 | }, 28 | { 29 | "frame": 0.16666666666666666, 30 | "value": { 31 | "__uuid__": "8889b6fe-4d4a-475e-a8c9-cb113315d9e8" 32 | } 33 | }, 34 | { 35 | "frame": 0.25, 36 | "value": { 37 | "__uuid__": "b0c819e5-77f9-4157-ab2d-04c5cbc40823" 38 | } 39 | }, 40 | { 41 | "frame": 0.3333333333333333, 42 | "value": { 43 | "__uuid__": "a3dd4192-4b68-4cee-b01f-adfb68ff9416" 44 | } 45 | } 46 | ] 47 | } 48 | }, 49 | "props": { 50 | "active": [ 51 | { 52 | "frame": 0, 53 | "value": true 54 | }, 55 | { 56 | "frame": 0.4, 57 | "value": false 58 | } 59 | ] 60 | } 61 | } 62 | } 63 | }, 64 | "events": [] 65 | } -------------------------------------------------------------------------------- /assets/resources/anim/boomeffect.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "d85eebd1-3f79-404d-8458-08629cca7a8f", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/bubbleanim.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "bubbleanim", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 2.35, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 1, 10 | "curveData": { 11 | "paths": {}, 12 | "props": { 13 | "scale": [ 14 | { 15 | "frame": 0, 16 | "value": { 17 | "__type__": "cc.Vec2", 18 | "x": 0, 19 | "y": 0 20 | } 21 | }, 22 | { 23 | "frame": 0.25, 24 | "value": { 25 | "__type__": "cc.Vec2", 26 | "x": 0.5, 27 | "y": 0.5 28 | } 29 | }, 30 | { 31 | "frame": 2.2666666666666666, 32 | "value": { 33 | "__type__": "cc.Vec2", 34 | "x": 0.5, 35 | "y": 0.5 36 | } 37 | } 38 | ], 39 | "opacity": [ 40 | { 41 | "frame": 0, 42 | "value": 0 43 | }, 44 | { 45 | "frame": 0.25, 46 | "value": 255 47 | }, 48 | { 49 | "frame": 2.283333333333333, 50 | "value": 255 51 | }, 52 | { 53 | "frame": 2.35, 54 | "value": 0 55 | } 56 | ] 57 | } 58 | }, 59 | "events": [ 60 | { 61 | "frame": 2.2666666666666666, 62 | "func": "talkFinish", 63 | "params": [] 64 | } 65 | ] 66 | } -------------------------------------------------------------------------------- /assets/resources/anim/bubbleanim.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "ce0f013d-d1b1-4e87-8e9b-b239481aa168", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/circle_anim.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "circle_anim", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 1.1666666666666667, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 22, 10 | "curveData": { 11 | "props": { 12 | "scale": [ 13 | { 14 | "frame": 0, 15 | "value": { 16 | "__type__": "cc.Vec2", 17 | "x": 1.1, 18 | "y": 1.1 19 | }, 20 | "curve": "quadIn" 21 | }, 22 | { 23 | "frame": 1.1666666666666667, 24 | "value": { 25 | "__type__": "cc.Vec2", 26 | "x": 0.1, 27 | "y": 0.1 28 | } 29 | } 30 | ], 31 | "opacity": [ 32 | { 33 | "frame": 0, 34 | "value": 255 35 | }, 36 | { 37 | "frame": 1.1666666666666667, 38 | "value": 50 39 | } 40 | ] 41 | } 42 | }, 43 | "events": [] 44 | } -------------------------------------------------------------------------------- /assets/resources/anim/circle_anim.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "d555c413-b3a7-48a1-9479-5af74e2ce35d", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/effect_star.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "5a11f8fc-97ee-482b-bd19-8f7c2ec6c05c", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/loveaction.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "c396624f-edc1-4412-9d6f-0ce5677f27f3", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster0hit.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "monster0hit", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 0.18333333333333332, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 1, 10 | "curveData": { 11 | "comps": { 12 | "cc.Sprite": { 13 | "spriteFrame": [ 14 | { 15 | "frame": 0.016666666666666666, 16 | "value": { 17 | "__uuid__": "4bedbd48-b4f1-4901-b2e0-0927bbf8dfe3" 18 | } 19 | }, 20 | { 21 | "frame": 0.16666666666666666, 22 | "value": { 23 | "__uuid__": "4bedbd48-b4f1-4901-b2e0-0927bbf8dfe3" 24 | } 25 | } 26 | ] 27 | } 28 | }, 29 | "props": {} 30 | }, 31 | "events": [ 32 | { 33 | "frame": 0.16666666666666666, 34 | "func": "beHitFinish", 35 | "params": [] 36 | } 37 | ] 38 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster0hit.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "6792ec94-d8d9-42a7-8100-650b7e1f7dfe", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster0move.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "f2b64a2b-dbc4-4467-adb5-a326bddda218", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster0stand.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "monster0stand", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 1.0166666666666666, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 2, 10 | "curveData": { 11 | "comps": { 12 | "cc.Sprite": { 13 | "spriteFrame": [ 14 | { 15 | "frame": 0, 16 | "value": { 17 | "__uuid__": "216d17b4-f63e-4ad3-951a-22a96b84b5b2" 18 | } 19 | }, 20 | { 21 | "frame": 0.16666666666666666, 22 | "value": { 23 | "__uuid__": "27c9c67a-6e3a-4768-a062-8e021d1415a9" 24 | } 25 | }, 26 | { 27 | "frame": 0.3333333333333333, 28 | "value": { 29 | "__uuid__": "7a38cd17-cc41-4a84-8fd6-7fdeda218b6f" 30 | } 31 | }, 32 | { 33 | "frame": 0.5, 34 | "value": { 35 | "__uuid__": "3458ffd1-4cbf-4810-a63d-c0b94842de11" 36 | } 37 | }, 38 | { 39 | "frame": 0.6666666666666666, 40 | "value": { 41 | "__uuid__": "3c65c263-ec3a-4f8f-b5cd-895d508800bb" 42 | } 43 | }, 44 | { 45 | "frame": 0.8333333333333334, 46 | "value": { 47 | "__uuid__": "f7313161-6b77-4153-b193-2c6be79fd34a" 48 | } 49 | }, 50 | { 51 | "frame": 1, 52 | "value": { 53 | "__uuid__": "216d17b4-f63e-4ad3-951a-22a96b84b5b2" 54 | } 55 | } 56 | ] 57 | } 58 | }, 59 | "props": {} 60 | }, 61 | "events": [] 62 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster0stand.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "bd82919e-776a-46f0-84a1-0087692a6a39", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster1hit.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "monster1hit", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 0.18333333333333332, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 1, 10 | "curveData": { 11 | "comps": { 12 | "cc.Sprite": { 13 | "spriteFrame": [ 14 | { 15 | "frame": 0.016666666666666666, 16 | "value": { 17 | "__uuid__": "4636638a-be0b-4bc6-9d45-4f3f0e0c4480" 18 | } 19 | }, 20 | { 21 | "frame": 0.16666666666666666, 22 | "value": { 23 | "__uuid__": "4636638a-be0b-4bc6-9d45-4f3f0e0c4480" 24 | } 25 | } 26 | ] 27 | } 28 | }, 29 | "props": {} 30 | }, 31 | "events": [ 32 | { 33 | "frame": 0.16666666666666666, 34 | "func": "beHitFinish", 35 | "params": [] 36 | } 37 | ] 38 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster1hit.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "ea3385b9-1dec-43f9-9c34-cce94cfb3f76", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster1move.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "6c481d1c-4e34-4082-ad15-ebb3a07bf0be", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster1stand.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "monster1stand", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 1.0166666666666666, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 2, 10 | "curveData": { 11 | "comps": { 12 | "cc.Sprite": { 13 | "spriteFrame": [ 14 | { 15 | "frame": 0, 16 | "value": { 17 | "__uuid__": "a1e7c698-e38b-444a-83a3-6b00cf8dc2f2" 18 | } 19 | }, 20 | { 21 | "frame": 0.16666666666666666, 22 | "value": { 23 | "__uuid__": "eb01516e-34fc-45b0-95b3-0f3eb8573762" 24 | } 25 | }, 26 | { 27 | "frame": 0.3333333333333333, 28 | "value": { 29 | "__uuid__": "3601734d-0678-4d47-8ed0-41637a7860f7" 30 | } 31 | }, 32 | { 33 | "frame": 0.5, 34 | "value": { 35 | "__uuid__": "535ca472-c138-46b2-940a-6e833935a350" 36 | } 37 | }, 38 | { 39 | "frame": 0.6666666666666666, 40 | "value": { 41 | "__uuid__": "160c6463-d165-4a87-b3b2-24336fb790d5" 42 | } 43 | }, 44 | { 45 | "frame": 0.8333333333333334, 46 | "value": { 47 | "__uuid__": "6b6ede55-2c78-4f48-a243-9900ae1ba98c" 48 | } 49 | }, 50 | { 51 | "frame": 1, 52 | "value": { 53 | "__uuid__": "a1e7c698-e38b-444a-83a3-6b00cf8dc2f2" 54 | } 55 | } 56 | ] 57 | } 58 | }, 59 | "props": {} 60 | }, 61 | "events": [] 62 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster1stand.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "40a64d4c-7e70-4858-8bcb-1d5875c5c909", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster2hit.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "monster2hit", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 0.18333333333333332, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 1, 10 | "curveData": { 11 | "comps": { 12 | "cc.Sprite": { 13 | "spriteFrame": [ 14 | { 15 | "frame": 0, 16 | "value": { 17 | "__uuid__": "a4a17de1-75e5-4bce-8c00-01bd08abe94b" 18 | } 19 | }, 20 | { 21 | "frame": 0.16666666666666666, 22 | "value": { 23 | "__uuid__": "a4a17de1-75e5-4bce-8c00-01bd08abe94b" 24 | } 25 | } 26 | ] 27 | } 28 | } 29 | }, 30 | "events": [ 31 | { 32 | "frame": 0.16666666666666666, 33 | "func": "beHitFinish", 34 | "params": [] 35 | } 36 | ] 37 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster2hit.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "79cf74d1-1fd5-466b-878d-6ebd71bd9e45", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster2move.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "00ab6166-e7ba-49b5-bdb3-60652849f5c3", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster2stand.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "monster2stand", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 1.0166666666666666, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 2, 10 | "curveData": { 11 | "comps": { 12 | "cc.Sprite": { 13 | "spriteFrame": [ 14 | { 15 | "frame": 0, 16 | "value": { 17 | "__uuid__": "38aa9f99-9d5f-4638-af42-3f5caeab1a2d" 18 | } 19 | }, 20 | { 21 | "frame": 0.16666666666666666, 22 | "value": { 23 | "__uuid__": "cf201a93-88ca-4f9d-8976-b9569aa2db6d" 24 | } 25 | }, 26 | { 27 | "frame": 0.3333333333333333, 28 | "value": { 29 | "__uuid__": "326e7fb8-8cc6-4b75-8f6e-6150dbeb33d7" 30 | } 31 | }, 32 | { 33 | "frame": 0.5, 34 | "value": { 35 | "__uuid__": "708ba6d6-4111-46e6-8912-9f5673dfe635" 36 | } 37 | }, 38 | { 39 | "frame": 0.6666666666666666, 40 | "value": { 41 | "__uuid__": "882ff90e-766d-4a46-bb85-8fe244c0e826" 42 | } 43 | }, 44 | { 45 | "frame": 0.8333333333333334, 46 | "value": { 47 | "__uuid__": "1491de98-d01b-4268-9c52-e8fdf24f0899" 48 | } 49 | }, 50 | { 51 | "frame": 1, 52 | "value": { 53 | "__uuid__": "38aa9f99-9d5f-4638-af42-3f5caeab1a2d" 54 | } 55 | } 56 | ] 57 | } 58 | }, 59 | "props": {} 60 | }, 61 | "events": [] 62 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster2stand.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "4399c34b-6942-4155-832b-1cbde4bee9b1", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster3hit.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "monster3hit", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 0.18333333333333332, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 1, 10 | "curveData": { 11 | "comps": { 12 | "cc.Sprite": { 13 | "spriteFrame": [ 14 | { 15 | "frame": 0, 16 | "value": { 17 | "__uuid__": "b9f90af7-ddd1-4c3a-a8e9-a721eaf5e781" 18 | } 19 | }, 20 | { 21 | "frame": 0.16666666666666666, 22 | "value": { 23 | "__uuid__": "b9f90af7-ddd1-4c3a-a8e9-a721eaf5e781" 24 | } 25 | } 26 | ] 27 | } 28 | } 29 | }, 30 | "events": [ 31 | { 32 | "frame": 0.16666666666666666, 33 | "func": "beHitFinish", 34 | "params": [] 35 | } 36 | ] 37 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster3hit.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "d064ac67-ec58-423d-b188-e360bb8936da", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster3move.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "291049e9-16c0-45ad-ae20-50df075ab3c2", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster3stand.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "monster3stand", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 1.0166666666666666, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 2, 10 | "curveData": { 11 | "comps": { 12 | "cc.Sprite": { 13 | "spriteFrame": [ 14 | { 15 | "frame": 0, 16 | "value": { 17 | "__uuid__": "db44c70c-71a7-42cf-9beb-eea8466f429e" 18 | } 19 | }, 20 | { 21 | "frame": 0.16666666666666666, 22 | "value": { 23 | "__uuid__": "824f4275-8c45-4475-bf61-dab30941baa7" 24 | } 25 | }, 26 | { 27 | "frame": 0.3333333333333333, 28 | "value": { 29 | "__uuid__": "fd30f1a5-44de-455c-946e-b1e1a1a5e9f8" 30 | } 31 | }, 32 | { 33 | "frame": 0.5, 34 | "value": { 35 | "__uuid__": "41f2aff7-642a-4c62-8685-526270f31819" 36 | } 37 | }, 38 | { 39 | "frame": 0.6666666666666666, 40 | "value": { 41 | "__uuid__": "80892492-02f8-4e17-9479-8d424ecf239b" 42 | } 43 | }, 44 | { 45 | "frame": 0.8333333333333334, 46 | "value": { 47 | "__uuid__": "91f61cc5-64a0-4147-9a0c-5ebf5bf013c4" 48 | } 49 | }, 50 | { 51 | "frame": 1, 52 | "value": { 53 | "__uuid__": "b0834124-83a0-43f5-add2-ae903c940db3" 54 | } 55 | } 56 | ] 57 | } 58 | }, 59 | "props": {} 60 | }, 61 | "events": [] 62 | } -------------------------------------------------------------------------------- /assets/resources/anim/monster3stand.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "d85b6ff5-4427-4222-96a1-992bba39da06", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/anim/playstep.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "playstep", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 0.4166666666666667, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 1, 10 | "curveData": { 11 | "props": { 12 | "opacity": [ 13 | { 14 | "frame": 0, 15 | "value": 0, 16 | "curve": "quartIn" 17 | }, 18 | { 19 | "frame": 0.4166666666666667, 20 | "value": 255 21 | } 22 | ], 23 | "scale": [ 24 | { 25 | "frame": 0, 26 | "value": { 27 | "__type__": "cc.Vec2", 28 | "x": 4, 29 | "y": 4 30 | }, 31 | "curve": "quartIn" 32 | }, 33 | { 34 | "frame": 0.4166666666666667, 35 | "value": { 36 | "__type__": "cc.Vec2", 37 | "x": 1, 38 | "y": 1 39 | } 40 | } 41 | ] 42 | } 43 | }, 44 | "events": [] 45 | } -------------------------------------------------------------------------------- /assets/resources/anim/playstep.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "f049faa1-a8fa-430e-96e0-8a5f3670bf7b", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/bombeffect.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "8bafcae6-6106-421c-8b86-a41dc687f5e2", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/common.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "a1702660-afa3-4c59-8532-e5ca3bf74cbb", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/common/scorenum2.fnt: -------------------------------------------------------------------------------- 1 | info face="Arial" size=32 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 outline=0 2 | common lineHeight=32 base=26 scaleW=256 scaleH=256 pages=1 packed=0 alphaChnl=1 redChnl=0 greenChnl=0 blueChnl=0 3 | page id=0 file="scorenum2_0.png" 4 | chars count=13 5 | char id=46 x=162 y=77 width=26 height=76 xoffset=0 yoffset=0 xadvance=26 page=0 chnl=15 6 | char id=48 x=121 y=0 width=57 height=76 xoffset=0 yoffset=0 xadvance=57 page=0 chnl=15 7 | char id=49 x=153 y=154 width=33 height=75 xoffset=0 yoffset=0 xadvance=33 page=0 chnl=15 8 | char id=50 x=189 y=77 width=53 height=75 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 9 | char id=51 x=179 y=0 width=53 height=76 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 10 | char id=52 x=0 y=0 width=58 height=77 xoffset=0 yoffset=0 xadvance=58 page=0 chnl=15 11 | char id=53 x=0 y=155 width=52 height=75 xoffset=0 yoffset=0 xadvance=52 page=0 chnl=15 12 | char id=54 x=0 y=78 width=53 height=76 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 13 | char id=55 x=53 y=155 width=51 height=75 xoffset=0 yoffset=0 xadvance=51 page=0 chnl=15 14 | char id=56 x=54 y=78 width=53 height=76 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 15 | char id=57 x=108 y=77 width=53 height=76 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 16 | char id=76 x=105 y=155 width=47 height=75 xoffset=0 yoffset=0 xadvance=47 page=0 chnl=15 17 | char id=86 x=59 y=0 width=61 height=76 xoffset=0 yoffset=0 xadvance=61 page=0 chnl=15 18 | -------------------------------------------------------------------------------- /assets/resources/common/scorenum2.fnt.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.1.0", 3 | "uuid": "bd50ee1d-c7d0-4f1a-854f-9767d3cfd3ed", 4 | "textureUuid": "6a21a76b-df5c-47aa-9de0-e3a398b3aedf", 5 | "fontSize": 32, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/common/scorenum2_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/common/scorenum2_0.png -------------------------------------------------------------------------------- /assets/resources/common/scorenum2_0.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "6a21a76b-df5c-47aa-9de0-e3a398b3aedf", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "scorenum2_0": { 10 | "ver": "1.0.4", 11 | "uuid": "3e70aff2-b6cf-4474-be1a-e0d16382e9d0", 12 | "rawTextureUuid": "6a21a76b-df5c-47aa-9de0-e3a398b3aedf", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -7, 17 | "offsetY": 13, 18 | "trimX": 2, 19 | "trimY": 2, 20 | "width": 238, 21 | "height": 226, 22 | "rawWidth": 256, 23 | "rawHeight": 256, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/common/scorenumber1.fnt: -------------------------------------------------------------------------------- 1 | info face="Arial" size=32 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 outline=0 2 | common lineHeight=32 base=26 scaleW=512 scaleH=256 pages=1 packed=0 alphaChnl=1 redChnl=0 greenChnl=0 blueChnl=0 3 | page id=0 file="scorenumber1_0.png" 4 | chars count=14 5 | char id=43 x=117 y=0 width=53 height=76 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 6 | char id=45 x=171 y=0 width=53 height=76 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 7 | char id=46 x=0 y=78 width=26 height=76 xoffset=0 yoffset=0 xadvance=26 page=0 chnl=15 8 | char id=48 x=59 y=0 width=57 height=76 xoffset=0 yoffset=0 xadvance=57 page=0 chnl=15 9 | char id=49 x=186 y=77 width=33 height=75 xoffset=0 yoffset=0 xadvance=33 page=0 chnl=15 10 | char id=50 x=27 y=78 width=53 height=75 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 11 | char id=51 x=225 y=0 width=53 height=76 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 12 | char id=52 x=0 y=0 width=58 height=77 xoffset=0 yoffset=0 xadvance=58 page=0 chnl=15 13 | char id=53 x=81 y=77 width=52 height=75 xoffset=0 yoffset=0 xadvance=52 page=0 chnl=15 14 | char id=54 x=279 y=0 width=53 height=76 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 15 | char id=55 x=134 y=77 width=51 height=75 xoffset=0 yoffset=0 xadvance=51 page=0 chnl=15 16 | char id=56 x=333 y=0 width=53 height=76 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 17 | char id=57 x=387 y=0 width=53 height=76 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 18 | char id=120 x=441 y=0 width=53 height=76 xoffset=0 yoffset=0 xadvance=53 page=0 chnl=15 19 | -------------------------------------------------------------------------------- /assets/resources/common/scorenumber1.fnt.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.1.0", 3 | "uuid": "0d8f2e97-1a7c-4d28-bdbe-66f846d89531", 4 | "textureUuid": "2174f92f-0eec-4cbd-880d-cb9da328f8b1", 5 | "fontSize": 32, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/common/scorenumber1_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/common/scorenumber1_0.png -------------------------------------------------------------------------------- /assets/resources/common/scorenumber1_0.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "2174f92f-0eec-4cbd-880d-cb9da328f8b1", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "scorenumber1_0": { 10 | "ver": "1.0.4", 11 | "uuid": "55a24c95-6f08-4cff-b651-43971e6bc0d1", 12 | "rawTextureUuid": "2174f92f-0eec-4cbd-880d-cb9da328f8b1", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -9.5, 17 | "offsetY": 51.5, 18 | "trimX": 1, 19 | "trimY": 2, 20 | "width": 491, 21 | "height": 149, 22 | "rawWidth": 512, 23 | "rawHeight": 256, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/gift.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "gift", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 0.6666666666666666, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 2, 10 | "curveData": { 11 | "props": { 12 | "scaleX": [], 13 | "scaleY": [], 14 | "rotation": [ 15 | { 16 | "frame": 0, 17 | "value": 0 18 | }, 19 | { 20 | "frame": 0.08333333333333333, 21 | "value": -10 22 | }, 23 | { 24 | "frame": 0.16666666666666666, 25 | "value": 10 26 | }, 27 | { 28 | "frame": 0.25, 29 | "value": -5 30 | }, 31 | { 32 | "frame": 0.3333333333333333, 33 | "value": 5 34 | }, 35 | { 36 | "frame": 0.6666666666666666, 37 | "value": 0 38 | } 39 | ] 40 | } 41 | }, 42 | "events": [] 43 | } -------------------------------------------------------------------------------- /assets/resources/gift.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "6baddb99-4805-424f-a55c-733953934196", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/level_config2.json.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "775bf893-1343-4355-99c4-3e6ba8e5b5bf", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/light_action.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "light_action", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 4.5, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 2, 10 | "curveData": { 11 | "props": { 12 | "rotation": [ 13 | { 14 | "frame": 0, 15 | "value": 0 16 | }, 17 | { 18 | "frame": 4.5, 19 | "value": 359 20 | } 21 | ] 22 | } 23 | }, 24 | "events": [] 25 | } -------------------------------------------------------------------------------- /assets/resources/light_action.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "5bd858ee-2d14-4b59-b379-926a058a1ba3", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/prefabs.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "a31ab4ad-2686-44fa-8204-1419b994927d", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/prefabs/bomb.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "52d92a55-2bef-4f03-b24b-42e3831b19b3", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/prefabs/colorSpr.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "4dc785be-142f-49a9-ab9d-f67d8c744cd7", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/prefabs/l_hurt.prefab: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "", 5 | "_objFlags": 0, 6 | "_rawFiles": null, 7 | "data": { 8 | "__id__": 1 9 | } 10 | }, 11 | { 12 | "__type__": "cc.Node", 13 | "_name": "l_hurt", 14 | "_objFlags": 0, 15 | "_parent": null, 16 | "_children": [], 17 | "_tag": -1, 18 | "_active": true, 19 | "_components": [ 20 | { 21 | "__id__": 2 22 | } 23 | ], 24 | "_prefab": { 25 | "__id__": 3 26 | }, 27 | "_id": "", 28 | "_opacity": 255, 29 | "_color": { 30 | "__type__": "cc.Color", 31 | "r": 230, 32 | "g": 71, 33 | "b": 21, 34 | "a": 255 35 | }, 36 | "_cascadeOpacityEnabled": true, 37 | "_anchorPoint": { 38 | "__type__": "cc.Vec2", 39 | "x": 0.5, 40 | "y": 0.5 41 | }, 42 | "_contentSize": { 43 | "__type__": "cc.Size", 44 | "width": 20.63, 45 | "height": 50 46 | }, 47 | "_rotationX": 0, 48 | "_rotationY": 0, 49 | "_scaleX": 1, 50 | "_scaleY": 1, 51 | "_position": { 52 | "__type__": "cc.Vec2", 53 | "x": 0, 54 | "y": 153 55 | }, 56 | "_skewX": 0, 57 | "_skewY": 0, 58 | "_localZOrder": 0, 59 | "_globalZOrder": 0, 60 | "_opacityModifyRGB": false, 61 | "groupIndex": 0 62 | }, 63 | { 64 | "__type__": "cc.Label", 65 | "_name": "", 66 | "_objFlags": 0, 67 | "node": { 68 | "__id__": 1 69 | }, 70 | "_enabled": true, 71 | "_useOriginalSize": false, 72 | "_actualFontSize": 20, 73 | "_fontSize": 20, 74 | "_lineHeight": 80, 75 | "_enableWrapText": true, 76 | "_N$file": { 77 | "__uuid__": "0d8f2e97-1a7c-4d28-bdbe-66f846d89531" 78 | }, 79 | "_isSystemFontUsed": false, 80 | "_spacingX": 0, 81 | "_N$string": "1", 82 | "_N$horizontalAlign": 1, 83 | "_N$verticalAlign": 1, 84 | "_N$fontFamily": "Arial", 85 | "_N$overflow": 0 86 | }, 87 | { 88 | "__type__": "cc.PrefabInfo", 89 | "root": { 90 | "__id__": 1 91 | }, 92 | "asset": { 93 | "__uuid__": "7f3711a9-2461-4072-8790-653564c4e68c" 94 | }, 95 | "fileId": "345OudkCBPsZt4RljAq16Z", 96 | "sync": false 97 | } 98 | ] -------------------------------------------------------------------------------- /assets/resources/prefabs/l_hurt.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "7f3711a9-2461-4072-8790-653564c4e68c", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/prefabs/n_bigstepitem.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "8a001488-b36b-41ac-b4c1-6acf20520fdd", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/prefabs/n_sharebubble.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "1a143159-fe67-498e-a22b-b27444279280", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/prefabs/noderock.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "37d3c655-f2d6-4273-9e6d-9e66237bd216", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/prefabs/skinItem.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "19608c64-4407-4a45-bab4-ce60f55d7023", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/prefabs/sp_blockbg.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "36ce4320-bce7-42e2-b1cd-00dc1b6adf4d", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/prefabs/sp_light.prefab: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "", 5 | "_objFlags": 0, 6 | "_rawFiles": null, 7 | "data": { 8 | "__id__": 1 9 | } 10 | }, 11 | { 12 | "__type__": "cc.Node", 13 | "_name": "sp_light", 14 | "_objFlags": 0, 15 | "_parent": null, 16 | "_children": [], 17 | "_tag": -1, 18 | "_active": true, 19 | "_components": [ 20 | { 21 | "__id__": 2 22 | } 23 | ], 24 | "_prefab": { 25 | "__id__": 3 26 | }, 27 | "_id": "", 28 | "_opacity": 255, 29 | "_color": { 30 | "__type__": "cc.Color", 31 | "r": 255, 32 | "g": 255, 33 | "b": 255, 34 | "a": 255 35 | }, 36 | "_cascadeOpacityEnabled": true, 37 | "_anchorPoint": { 38 | "__type__": "cc.Vec2", 39 | "x": 0.5, 40 | "y": 0.5 41 | }, 42 | "_contentSize": { 43 | "__type__": "cc.Size", 44 | "width": 80, 45 | "height": 80 46 | }, 47 | "_rotationX": 0, 48 | "_rotationY": 0, 49 | "_scaleX": 1, 50 | "_scaleY": 1, 51 | "_position": { 52 | "__type__": "cc.Vec2", 53 | "x": 0, 54 | "y": 0 55 | }, 56 | "_skewX": 0, 57 | "_skewY": 0, 58 | "_localZOrder": 0, 59 | "_globalZOrder": 0, 60 | "_opacityModifyRGB": false, 61 | "groupIndex": 0 62 | }, 63 | { 64 | "__type__": "cc.Sprite", 65 | "_name": "", 66 | "_objFlags": 0, 67 | "node": { 68 | "__id__": 1 69 | }, 70 | "_enabled": true, 71 | "_spriteFrame": { 72 | "__uuid__": "41d2258c-a3f2-4ed8-bc63-96b624e86ccc" 73 | }, 74 | "_type": 0, 75 | "_sizeMode": 0, 76 | "_fillType": 0, 77 | "_fillCenter": { 78 | "__type__": "cc.Vec2", 79 | "x": 0, 80 | "y": 0 81 | }, 82 | "_fillStart": 0, 83 | "_fillRange": 0, 84 | "_isTrimmedMode": true, 85 | "_srcBlendFactor": 770, 86 | "_dstBlendFactor": 771, 87 | "_atlas": null 88 | }, 89 | { 90 | "__type__": "cc.PrefabInfo", 91 | "root": { 92 | "__id__": 1 93 | }, 94 | "asset": { 95 | "__uuid__": "5a495458-967f-4168-a57b-af9bebfa47da" 96 | }, 97 | "fileId": "32/2p5hfpMn6heKqHmzLeb", 98 | "sync": false 99 | } 100 | ] -------------------------------------------------------------------------------- /assets/resources/prefabs/sp_light.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "5a495458-967f-4168-a57b-af9bebfa47da", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/prefabs/textbg.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "7df5a105-99b0-401c-9d2f-2dc8cf8d7386", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources/rqcodeicon.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "rqcodeicon", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 0.8333333333333334, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 2, 10 | "curveData": { 11 | "paths": { 12 | "erweima": { 13 | "props": { 14 | "rotation": [ 15 | { 16 | "frame": 0, 17 | "value": 10 18 | }, 19 | { 20 | "frame": 0.25, 21 | "value": 18 22 | }, 23 | { 24 | "frame": 0.4166666666666667, 25 | "value": 20 26 | }, 27 | { 28 | "frame": 0.6666666666666666, 29 | "value": 12 30 | }, 31 | { 32 | "frame": 0.8333333333333334, 33 | "value": 10 34 | } 35 | ], 36 | "scaleX": [ 37 | { 38 | "frame": 0, 39 | "value": 1 40 | }, 41 | { 42 | "frame": 0.25, 43 | "value": 1.05 44 | }, 45 | { 46 | "frame": 0.5, 47 | "value": 0.95 48 | }, 49 | { 50 | "frame": 0.8333333333333334, 51 | "value": 1 52 | } 53 | ], 54 | "scaleY": [ 55 | { 56 | "frame": 0, 57 | "value": 1 58 | }, 59 | { 60 | "frame": 0.25, 61 | "value": 0.95 62 | }, 63 | { 64 | "frame": 0.5, 65 | "value": 1.05 66 | }, 67 | { 68 | "frame": 0.8333333333333334, 69 | "value": 1 70 | } 71 | ] 72 | } 73 | } 74 | } 75 | }, 76 | "events": [] 77 | } -------------------------------------------------------------------------------- /assets/resources/rqcodeicon.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "ae1fbb84-dcae-4445-8a06-f450a86643b3", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/shareicon.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "shareicon", 4 | "_objFlags": 0, 5 | "_rawFiles": null, 6 | "_duration": 1.25, 7 | "sample": 60, 8 | "speed": 1, 9 | "wrapMode": 2, 10 | "curveData": { 11 | "paths": { 12 | "btn_share": { 13 | "props": { 14 | "scaleX": [ 15 | { 16 | "frame": 0, 17 | "value": 0.7 18 | }, 19 | { 20 | "frame": 0.5, 21 | "value": 0.7 22 | }, 23 | { 24 | "frame": 0.6333333333333333, 25 | "value": 0.6 26 | }, 27 | { 28 | "frame": 0.75, 29 | "value": 0.8 30 | }, 31 | { 32 | "frame": 0.9166666666666666, 33 | "value": 0.65 34 | }, 35 | { 36 | "frame": 1.0833333333333333, 37 | "value": 0.75 38 | }, 39 | { 40 | "frame": 1.25, 41 | "value": 0.7 42 | } 43 | ], 44 | "scaleY": [ 45 | { 46 | "frame": 0, 47 | "value": 0.7 48 | }, 49 | { 50 | "frame": 0.5, 51 | "value": 0.7 52 | }, 53 | { 54 | "frame": 0.6333333333333333, 55 | "value": 0.8 56 | }, 57 | { 58 | "frame": 0.75, 59 | "value": 0.6 60 | }, 61 | { 62 | "frame": 0.9166666666666666, 63 | "value": 0.75 64 | }, 65 | { 66 | "frame": 1.0833333333333333, 67 | "value": 0.65 68 | }, 69 | { 70 | "frame": 1.25, 71 | "value": 0.7 72 | } 73 | ] 74 | } 75 | } 76 | } 77 | }, 78 | "events": [] 79 | } -------------------------------------------------------------------------------- /assets/resources/shareicon.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "49654732-2877-4dcb-bef8-64e1b75febb8", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/sound.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "f505eb4d-c726-4437-8b60-785e0ee2f122", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/sound/bgm.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sound/bgm.mp3 -------------------------------------------------------------------------------- /assets/resources/sound/bgm.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.0", 3 | "uuid": "c29bd3a0-f9a1-4ba7-a653-e2fbff625a76", 4 | "downloadMode": 0, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/resources/sound/boom.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sound/boom.mp3 -------------------------------------------------------------------------------- /assets/resources/sound/boom.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.0", 3 | "uuid": "d4bcb2a5-5d87-4cd3-b690-b8a2a1a10f5e", 4 | "downloadMode": 0, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/resources/sound/button.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sound/button.mp3 -------------------------------------------------------------------------------- /assets/resources/sound/button.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.0", 3 | "uuid": "a0616bb7-d62a-4558-ad91-000d51db2017", 4 | "downloadMode": 0, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/resources/sound/explode3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sound/explode3.wav -------------------------------------------------------------------------------- /assets/resources/sound/explode3.wav.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.0", 3 | "uuid": "24f7205c-13b7-46c4-bce4-17f6c2c42e16", 4 | "downloadMode": 0, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/resources/sound/fail.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sound/fail.mp3 -------------------------------------------------------------------------------- /assets/resources/sound/fail.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.0", 3 | "uuid": "595bd876-4b02-4f07-ad67-4eb5052ede0e", 4 | "downloadMode": 0, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/resources/sound/getgoldmusic.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sound/getgoldmusic.mp3 -------------------------------------------------------------------------------- /assets/resources/sound/getgoldmusic.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.0", 3 | "uuid": "aa041640-6f69-4895-9487-74a4e465c925", 4 | "downloadMode": 0, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/resources/sound/mon1hit.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sound/mon1hit.mp3 -------------------------------------------------------------------------------- /assets/resources/sound/mon1hit.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.0", 3 | "uuid": "9f66d231-ea28-47ab-b3d1-e9164fe8d942", 4 | "downloadMode": 0, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/resources/sound/taibangle.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sound/taibangle.mp3 -------------------------------------------------------------------------------- /assets/resources/sound/taibangle.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.0", 3 | "uuid": "510fc654-c566-4a3d-b470-36dd1a89451c", 4 | "downloadMode": 0, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/resources/sound/win.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sound/win.mp3 -------------------------------------------------------------------------------- /assets/resources/sound/win.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.0", 3 | "uuid": "776ace3c-9027-4dba-9b24-5d94ad225f8e", 4 | "downloadMode": 0, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/resources/sprite.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "1d52be01-ad1c-4f4d-83e4-d326cce6c6f4", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/resources/sprite/behiteffect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/behiteffect.png -------------------------------------------------------------------------------- /assets/resources/sprite/behiteffect.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "d5e7589f-3b0f-46ba-a500-0bb7696c8dc2", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "behiteffect": { 10 | "ver": "1.0.4", 11 | "uuid": "7ff84545-82fb-4d6e-af29-f400076de31d", 12 | "rawTextureUuid": "d5e7589f-3b0f-46ba-a500-0bb7696c8dc2", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 1.5, 17 | "offsetY": 5, 18 | "trimX": 5, 19 | "trimY": 0, 20 | "width": 481, 21 | "height": 230, 22 | "rawWidth": 488, 23 | "rawHeight": 240, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/block.png -------------------------------------------------------------------------------- /assets/resources/sprite/block.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "9c42be5f-bd50-4ef1-bd25-f10325a8dde9", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "block": { 10 | "ver": "1.0.4", 11 | "uuid": "d8bd7b9d-d546-44a5-8007-e371bee0f161", 12 | "rawTextureUuid": "9c42be5f-bd50-4ef1-bd25-f10325a8dde9", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -0.5, 17 | "offsetY": 1, 18 | "trimX": 3, 19 | "trimY": 3, 20 | "width": 965, 21 | "height": 593, 22 | "rawWidth": 972, 23 | "rawHeight": 601, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/dogood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/dogood.png -------------------------------------------------------------------------------- /assets/resources/sprite/dogood.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "ab5efcdb-cf5d-439c-991d-0f7dd1eadeda", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "dogood": { 10 | "ver": "1.0.4", 11 | "uuid": "a8d18ca4-1b1e-4f98-9b00-f1296a3f5804", 12 | "rawTextureUuid": "ab5efcdb-cf5d-439c-991d-0f7dd1eadeda", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0.5, 17 | "offsetY": -0.5, 18 | "trimX": 1, 19 | "trimY": 1, 20 | "width": 299, 21 | "height": 84, 22 | "rawWidth": 300, 23 | "rawHeight": 85, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/doublescore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/doublescore.png -------------------------------------------------------------------------------- /assets/resources/sprite/doublescore.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "c55c8e63-cdc9-4075-be3b-185d02a07ed3", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "doublescore": { 10 | "ver": "1.0.4", 11 | "uuid": "1af7b954-7604-4eb1-8c7c-0579019893fc", 12 | "rawTextureUuid": "c55c8e63-cdc9-4075-be3b-185d02a07ed3", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -0.5, 17 | "offsetY": 1.5, 18 | "trimX": 13, 19 | "trimY": 25, 20 | "width": 123, 21 | "height": 104, 22 | "rawWidth": 150, 23 | "rawHeight": 157, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/getshare_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/getshare_box.png -------------------------------------------------------------------------------- /assets/resources/sprite/getshare_box.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "76c3a651-0510-4a66-aeda-db9f7ae47dd2", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "getshare_box": { 10 | "ver": "1.0.4", 11 | "uuid": "04c94b91-b5c4-41a3-bb2b-2c7d305c2288", 12 | "rawTextureUuid": "76c3a651-0510-4a66-aeda-db9f7ae47dd2", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -0.5, 17 | "offsetY": -2, 18 | "trimX": 13, 19 | "trimY": 12, 20 | "width": 326, 21 | "height": 307, 22 | "rawWidth": 353, 23 | "rawHeight": 327, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/gift_newbie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/gift_newbie.png -------------------------------------------------------------------------------- /assets/resources/sprite/gift_newbie.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "b8b1e261-3758-448b-8979-9bd629fd15cd", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "gift_newbie": { 10 | "ver": "1.0.4", 11 | "uuid": "bfe5818f-b384-4cc2-8523-324072f9e15f", 12 | "rawTextureUuid": "b8b1e261-3758-448b-8979-9bd629fd15cd", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 5.5, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 170, 21 | "height": 173, 22 | "rawWidth": 170, 23 | "rawHeight": 184, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/goodjob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/goodjob.png -------------------------------------------------------------------------------- /assets/resources/sprite/goodjob.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "10b2034a-ec19-4077-a0ec-cca9341836fd", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "goodjob": { 10 | "ver": "1.0.4", 11 | "uuid": "f935f952-68f6-4b01-b753-ab9ce10df62f", 12 | "rawTextureUuid": "10b2034a-ec19-4077-a0ec-cca9341836fd", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 300, 21 | "height": 106, 22 | "rawWidth": 300, 23 | "rawHeight": 106, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/monster0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/monster0.png -------------------------------------------------------------------------------- /assets/resources/sprite/monster0.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "02ce5106-2b7e-4938-bf74-254f92d66cc0", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "monster0": { 10 | "ver": "1.0.4", 11 | "uuid": "a3b5aa06-a6e3-476a-8bc1-ce2703dbefae", 12 | "rawTextureUuid": "02ce5106-2b7e-4938-bf74-254f92d66cc0", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 2, 19 | "trimY": 2, 20 | "width": 456, 21 | "height": 452, 22 | "rawWidth": 460, 23 | "rawHeight": 456, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/monster1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/monster1.png -------------------------------------------------------------------------------- /assets/resources/sprite/monster1.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "fbcd76aa-5bac-412c-b08b-92d70eec31f0", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "monster1": { 10 | "ver": "1.0.4", 11 | "uuid": "7f4b15c3-fcbd-485a-a703-2fdd0a4baefd", 12 | "rawTextureUuid": "fbcd76aa-5bac-412c-b08b-92d70eec31f0", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 506, 21 | "height": 196, 22 | "rawWidth": 506, 23 | "rawHeight": 196, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/monster2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/monster2.png -------------------------------------------------------------------------------- /assets/resources/sprite/monster2.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "88319b5a-c47d-4627-b3e9-0427da2d6f90", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "monster2": { 10 | "ver": "1.0.4", 11 | "uuid": "a8ad7eaf-25c4-4b14-88f7-82614c65b986", 12 | "rawTextureUuid": "88319b5a-c47d-4627-b3e9-0427da2d6f90", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -3.5, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 461, 21 | "height": 345, 22 | "rawWidth": 468, 23 | "rawHeight": 345, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/monster3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/monster3.png -------------------------------------------------------------------------------- /assets/resources/sprite/monster3.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "853b55a6-2ddc-4cd1-bf3b-002aa243b254", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "monster3": { 10 | "ver": "1.0.4", 11 | "uuid": "1d51b6ce-3ce8-43d8-b8cc-617c55f50e12", 12 | "rawTextureUuid": "853b55a6-2ddc-4cd1-bf3b-002aa243b254", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": -2, 17 | "offsetY": 0, 18 | "trimX": 2, 19 | "trimY": 2, 20 | "width": 817, 21 | "height": 752, 22 | "rawWidth": 825, 23 | "rawHeight": 756, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/notbad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/notbad.png -------------------------------------------------------------------------------- /assets/resources/sprite/notbad.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "e036580c-9894-4c26-b26c-cb8072c83c57", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "notbad": { 10 | "ver": "1.0.4", 11 | "uuid": "581c2dd3-1a6b-4a44-a875-a1a03e33fe0f", 12 | "rawTextureUuid": "e036580c-9894-4c26-b26c-cb8072c83c57", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 300, 21 | "height": 91, 22 | "rawWidth": 300, 23 | "rawHeight": 91, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /assets/resources/sprite/share_tips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/assets/resources/sprite/share_tips.png -------------------------------------------------------------------------------- /assets/resources/sprite/share_tips.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.2.0", 3 | "uuid": "795578d0-544c-4d82-83e3-3d3156422597", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "subMetas": { 9 | "share_tips": { 10 | "ver": "1.0.4", 11 | "uuid": "080fa2ff-457c-45dd-898c-97747ab329d1", 12 | "rawTextureUuid": "795578d0-544c-4d82-83e3-3d3156422597", 13 | "trimType": "auto", 14 | "trimThreshold": 1, 15 | "rotated": false, 16 | "offsetX": 0, 17 | "offsetY": 0, 18 | "trimX": 0, 19 | "trimY": 0, 20 | "width": 776, 21 | "height": 233, 22 | "rawWidth": 776, 23 | "rawHeight": 233, 24 | "borderTop": 0, 25 | "borderBottom": 0, 26 | "borderLeft": 0, 27 | "borderRight": 0, 28 | "subMetas": {} 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /build-templates/wechatgame/cloudfunction/login/index.js: -------------------------------------------------------------------------------- 1 | // 云函数入口文件 2 | const cloud = require('wx-server-sdk') 3 | 4 | cloud.init() 5 | 6 | // 云函数入口函数 7 | exports.main = async (event, context) => { 8 | const wxContext = cloud.getWXContext() 9 | 10 | return { 11 | event, 12 | openid: wxContext.OPENID, 13 | appid: wxContext.APPID, 14 | unionid: wxContext.UNIONID, 15 | } 16 | } -------------------------------------------------------------------------------- /build-templates/wechatgame/cloudfunction/login/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "login", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "author": "", 10 | "license": "ISC", 11 | "dependencies": { 12 | "wx-server-sdk": "latest" 13 | } 14 | } -------------------------------------------------------------------------------- /build-templates/wechatgame/game.json: -------------------------------------------------------------------------------- 1 | { 2 | "deviceOrientation": "portrait", 3 | "subContext": "subdomine", 4 | "networkTimeout": { 5 | "request": 5000, 6 | "connectSocket": 5000, 7 | "uploadFile": 5000, 8 | "downloadFile": 5000 9 | }, 10 | "cloud":true, 11 | "navigateToMiniProgramAppIdList":["wx7109309214f4c86e","wx51f4ebc1ebccb741","wx2e764593e687e552","wxb3a0778bec820149","wx2d03226189afbe7f","wx89db9ff783f2bef9","wxce8556babd23a6b3","wxc83a902020719aac","wxdb16ab5cb6d488b9","wx9cd6c90175c4b76b"] 12 | } 13 | 14 | -------------------------------------------------------------------------------- /build-templates/wechatgame/project.config.json: -------------------------------------------------------------------------------- 1 | { 2 | "description": "项目配置文件。", 3 | "miniprogramRoot": "./", 4 | "setting": { 5 | "urlCheck": true, 6 | "es6": false, 7 | "postcss": true, 8 | "minified": true, 9 | "newFeature": false 10 | }, 11 | "cloudfunctionRoot":"./cloudfunction", 12 | "compileType": "game", 13 | "libVersion": "game", 14 | "appid": "wx54a8976f0e7b431c", 15 | "projectname": "killmonster", 16 | "condition": { 17 | "search": { 18 | "current": -1, 19 | "list": [] 20 | }, 21 | "conversation": { 22 | "current": -1, 23 | "list": [] 24 | }, 25 | "game": { 26 | "currentL": -1, 27 | "list": [], 28 | "current": -1 29 | }, 30 | "miniprogram": { 31 | "current": -1, 32 | "list": [] 33 | } 34 | } 35 | } -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/sub-context-adapter.js: -------------------------------------------------------------------------------- 1 | cc.Canvas.prototype.update = function () { 2 | if (this._width !== cc.game.canvas.width || this._height !== cc.game.canvas.height) { 3 | this.applySettings(); 4 | } 5 | }; 6 | 7 | cc.Canvas.prototype.applySettings = function () { 8 | var ResolutionPolicy = cc.ResolutionPolicy; 9 | var policy; 10 | if (this.fitHeight && this.fitWidth) { 11 | policy = ResolutionPolicy.SHOW_ALL; 12 | } 13 | else { 14 | if (this.fitWidth) { 15 | policy = ResolutionPolicy.FIXED_WIDTH; 16 | } 17 | else if (this.fitHeight) { 18 | policy = ResolutionPolicy.FIXED_HEIGHT; 19 | } 20 | else { 21 | policy = ResolutionPolicy.NO_BORDER 22 | } 23 | } 24 | var designRes = this._designResolution; 25 | cc.view.setDesignResolutionSize(designRes.width, designRes.height, policy); 26 | this._width = cc.game.canvas.width; 27 | this._height = cc.game.canvas.height; 28 | }; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/Canvas.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | exports.default = Canvas; 7 | 8 | var _WindowProperties = require('./WindowProperties'); 9 | 10 | var hasModifiedCanvasPrototype = false; // import HTMLCanvasElement from './HTMLCanvasElement' 11 | 12 | var hasInit2DContextConstructor = false; 13 | var hasInitWebGLContextConstructor = false; 14 | 15 | function Canvas() { 16 | var canvas = wx.createCanvas(); 17 | 18 | canvas.type = 'canvas'; 19 | 20 | // canvas.__proto__.__proto__.__proto__ = new HTMLCanvasElement() 21 | 22 | var _getContext = canvas.getContext; 23 | 24 | canvas.getBoundingClientRect = function () { 25 | var ret = { 26 | top: 0, 27 | left: 0, 28 | width: window.innerWidth, 29 | height: window.innerHeight 30 | }; 31 | return ret; 32 | }; 33 | 34 | canvas.style = { 35 | top: '0px', 36 | left: '0px', 37 | width: _WindowProperties.innerWidth + 'px', 38 | height: _WindowProperties.innerHeight + 'px' 39 | }; 40 | 41 | canvas.addEventListener = function (type, listener) { 42 | var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; 43 | 44 | // console.log('canvas.addEventListener', type); 45 | document.addEventListener(type, listener, options); 46 | }; 47 | 48 | canvas.removeEventListener = function (type, listener) { 49 | // console.log('canvas.removeEventListener', type); 50 | document.removeEventListener(type, listener); 51 | }; 52 | 53 | canvas.dispatchEvent = function () { 54 | var event = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; 55 | 56 | console.log('canvas.dispatchEvent', event.type, event); 57 | // nothing to do 58 | }; 59 | 60 | Object.defineProperty(canvas, 'clientWidth', { 61 | enumerable: true, 62 | get: function get() { 63 | return _WindowProperties.innerWidth; 64 | } 65 | }); 66 | 67 | Object.defineProperty(canvas, 'clientHeight', { 68 | enumerable: true, 69 | get: function get() { 70 | return _WindowProperties.innerHeight; 71 | } 72 | }); 73 | 74 | return canvas; 75 | } -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/Element.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | var _Node2 = require('./Node'); 8 | 9 | var _Node3 = _interopRequireDefault(_Node2); 10 | 11 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 12 | 13 | function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 14 | 15 | function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } 16 | 17 | function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } 18 | 19 | var Element = function (_Node) { 20 | _inherits(Element, _Node); 21 | 22 | function Element() { 23 | _classCallCheck(this, Element); 24 | 25 | var _this = _possibleConstructorReturn(this, (Element.__proto__ || Object.getPrototypeOf(Element)).call(this)); 26 | 27 | _this.className = ''; 28 | _this.children = []; 29 | return _this; 30 | } 31 | 32 | return Element; 33 | }(_Node3.default); 34 | 35 | exports.default = Element; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/Event.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | var _util = require('./util'); 8 | 9 | function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 10 | 11 | var Event = function Event(type) { 12 | _classCallCheck(this, Event); 13 | 14 | this.cancelBubble = false; 15 | this.cancelable = false; 16 | this.target = null; 17 | this.timestampe = Date.now(); 18 | this.preventDefault = _util.noop; 19 | this.stopPropagation = _util.noop; 20 | 21 | this.type = type; 22 | }; 23 | 24 | exports.default = Event; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/EventIniter/MouseEvent.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 8 | 9 | var MouseEvent = function MouseEvent() { 10 | _classCallCheck(this, MouseEvent); 11 | }; 12 | 13 | exports.default = MouseEvent; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/EventIniter/TouchEvent.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | var _index = require('../util/index.js'); 8 | 9 | function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 10 | 11 | var TouchEvent = function TouchEvent(type) { 12 | _classCallCheck(this, TouchEvent); 13 | 14 | this.touches = []; 15 | this.targetTouches = []; 16 | this.changedTouches = []; 17 | this.preventDefault = _index.noop; 18 | this.stopPropagation = _index.noop; 19 | 20 | this.type = type; 21 | this.target = window.canvas; 22 | this.currentTarget = window.canvas; 23 | }; 24 | 25 | exports.default = TouchEvent; 26 | 27 | 28 | function touchEventHandlerFactory(type) { 29 | return function (event) { 30 | var touchEvent = new TouchEvent(type); 31 | 32 | touchEvent.touches = event.touches; 33 | touchEvent.targetTouches = Array.prototype.slice.call(event.touches); 34 | touchEvent.changedTouches = event.changedTouches; 35 | touchEvent.timeStamp = event.timeStamp; 36 | document.dispatchEvent(touchEvent); 37 | }; 38 | } 39 | 40 | wx.onTouchStart(touchEventHandlerFactory('touchstart')); 41 | wx.onTouchMove(touchEventHandlerFactory('touchmove')); 42 | wx.onTouchEnd(touchEventHandlerFactory('touchend')); 43 | wx.onTouchCancel(touchEventHandlerFactory('touchcancel')); -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/EventIniter/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | exports.MouseEvent = exports.TouchEvent = undefined; 7 | 8 | var _TouchEvent2 = require('./TouchEvent'); 9 | 10 | var _TouchEvent3 = _interopRequireDefault(_TouchEvent2); 11 | 12 | var _MouseEvent2 = require('./MouseEvent'); 13 | 14 | var _MouseEvent3 = _interopRequireDefault(_MouseEvent2); 15 | 16 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 17 | 18 | exports.TouchEvent = _TouchEvent3.default; 19 | exports.MouseEvent = _MouseEvent3.default; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/FileReader.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); 8 | 9 | function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 10 | 11 | /* 12 | * TODO 使用 wx.readFile 来封装 FileReader 13 | */ 14 | var FileReader = function () { 15 | function FileReader() { 16 | _classCallCheck(this, FileReader); 17 | } 18 | 19 | _createClass(FileReader, [{ 20 | key: "construct", 21 | value: function construct() {} 22 | }]); 23 | 24 | return FileReader; 25 | }(); 26 | 27 | exports.default = FileReader; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/HTMLAudioElement.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | var _HTMLMediaElement2 = require('./HTMLMediaElement'); 8 | 9 | var _HTMLMediaElement3 = _interopRequireDefault(_HTMLMediaElement2); 10 | 11 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 12 | 13 | function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 14 | 15 | function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } 16 | 17 | function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } 18 | 19 | var HTMLAudioElement = function (_HTMLMediaElement) { 20 | _inherits(HTMLAudioElement, _HTMLMediaElement); 21 | 22 | function HTMLAudioElement() { 23 | _classCallCheck(this, HTMLAudioElement); 24 | 25 | return _possibleConstructorReturn(this, (HTMLAudioElement.__proto__ || Object.getPrototypeOf(HTMLAudioElement)).call(this, 'audio')); 26 | } 27 | 28 | return HTMLAudioElement; 29 | }(_HTMLMediaElement3.default); 30 | 31 | exports.default = HTMLAudioElement; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/HTMLCanvasElement.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | var _Canvas = require('./Canvas'); 8 | 9 | var _Canvas2 = _interopRequireDefault(_Canvas); 10 | 11 | var _HTMLElement = require('./HTMLElement'); 12 | 13 | var _HTMLElement2 = _interopRequireDefault(_HTMLElement); 14 | 15 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 16 | 17 | // import HTMLElement from './HTMLElement'; 18 | 19 | // export default class HTMLCanvasElement extends HTMLElement 20 | // { 21 | // constructor(){ 22 | // super('canvas') 23 | // } 24 | // }; 25 | 26 | GameGlobal.screencanvas = GameGlobal.screencanvas || new _Canvas2.default(); 27 | var canvas = GameGlobal.screencanvas; 28 | 29 | var canvasConstructor = canvas.constructor; 30 | 31 | // canvasConstructor.__proto__.__proto__ = new HTMLElement(); 32 | 33 | exports.default = canvasConstructor; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/HTMLImageElement.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | var _HTMLElement = require('./HTMLElement'); 8 | 9 | var _HTMLElement2 = _interopRequireDefault(_HTMLElement); 10 | 11 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 12 | 13 | var imageConstructor = wx.createImage().constructor; 14 | 15 | // imageConstructor.__proto__.__proto__ = new HTMLElement(); 16 | 17 | // import HTMLElement from './HTMLElement'; 18 | 19 | // export default class HTMLImageElement extends HTMLElement 20 | // { 21 | // constructor(){ 22 | // super('img') 23 | // } 24 | // }; 25 | 26 | exports.default = imageConstructor; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/HTMLVideoElement.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | var _HTMLMediaElement2 = require('./HTMLMediaElement'); 8 | 9 | var _HTMLMediaElement3 = _interopRequireDefault(_HTMLMediaElement2); 10 | 11 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 12 | 13 | function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 14 | 15 | function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } 16 | 17 | function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } 18 | 19 | var HTMLVideoElement = function (_HTMLMediaElement) { 20 | _inherits(HTMLVideoElement, _HTMLMediaElement); 21 | 22 | function HTMLVideoElement() { 23 | _classCallCheck(this, HTMLVideoElement); 24 | 25 | return _possibleConstructorReturn(this, (HTMLVideoElement.__proto__ || Object.getPrototypeOf(HTMLVideoElement)).call(this, 'video')); 26 | } 27 | 28 | return HTMLVideoElement; 29 | }(_HTMLMediaElement3.default); 30 | 31 | exports.default = HTMLVideoElement; 32 | ; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/Image.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | exports.default = function () { 8 | var image = wx.createImage(); 9 | 10 | // image.__proto__.__proto__.__proto__ = new HTMLImageElement(); 11 | 12 | return image; 13 | }; 14 | 15 | var _HTMLImageElement = require('./HTMLImageElement'); 16 | 17 | var _HTMLImageElement2 = _interopRequireDefault(_HTMLImageElement); 18 | 19 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 20 | 21 | ; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/ImageBitmap.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 8 | 9 | var ImageBitmap = function ImageBitmap() { 10 | // TODO 11 | 12 | _classCallCheck(this, ImageBitmap); 13 | }; 14 | 15 | exports.default = ImageBitmap; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/WebGLRenderingContext.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 8 | 9 | var WebGLRenderingContext = function WebGLRenderingContext() { 10 | // TODO 11 | 12 | _classCallCheck(this, WebGLRenderingContext); 13 | }; 14 | 15 | exports.default = WebGLRenderingContext; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/WindowProperties.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | var _wx$getSystemInfoSync = wx.getSystemInfoSync(), 8 | screenWidth = _wx$getSystemInfoSync.screenWidth, 9 | screenHeight = _wx$getSystemInfoSync.screenHeight, 10 | devicePixelRatio = _wx$getSystemInfoSync.devicePixelRatio; 11 | 12 | var innerWidth = exports.innerWidth = screenWidth; 13 | var innerHeight = exports.innerHeight = screenHeight; 14 | exports.devicePixelRatio = devicePixelRatio; 15 | var screen = exports.screen = { 16 | width: screenWidth, 17 | height: screenHeight, 18 | availWidth: innerWidth, 19 | availHeight: innerHeight, 20 | availLeft: 0, 21 | availTop: 0 22 | }; 23 | 24 | var _performance = null; 25 | if (!wx.getGroupCloudStorage && !wx.getFriendCloudStorage) { 26 | _performance = wx.getPerformance(); 27 | } 28 | 29 | var performance = exports.performance = _performance; 30 | var ontouchstart = exports.ontouchstart = null; 31 | var ontouchmove = exports.ontouchmove = null; 32 | var ontouchend = exports.ontouchend = null; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/Worker.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | exports.default = function (file) { 8 | var worker = wx.createWorker(file); 9 | 10 | return worker; 11 | }; 12 | 13 | ; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/localStorage.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | var localStorage = { 7 | get length() { 8 | var _wx$getStorageInfoSyn = wx.getStorageInfoSync(), 9 | keys = _wx$getStorageInfoSyn.keys; 10 | 11 | return keys.length; 12 | }, 13 | 14 | key: function key(n) { 15 | var _wx$getStorageInfoSyn2 = wx.getStorageInfoSync(), 16 | keys = _wx$getStorageInfoSyn2.keys; 17 | 18 | return keys[n]; 19 | }, 20 | getItem: function getItem(key) { 21 | return wx.getStorageSync(key); 22 | }, 23 | setItem: function setItem(key, value) { 24 | return wx.setStorageSync(key, value); 25 | }, 26 | removeItem: function removeItem(key) { 27 | wx.removeStorageSync(key); 28 | }, 29 | clear: function clear() { 30 | wx.clearStorageSync(); 31 | } 32 | }; 33 | 34 | exports.default = localStorage; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/location.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | var location = { 7 | href: 'game.js', 8 | reload: function reload() {} 9 | }; 10 | 11 | exports.default = location; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/navigator.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | 7 | var _index = require('./util/index.js'); 8 | 9 | // TODO 需要 wx.getSystemInfo 获取更详细信息 10 | var systemInfo = wx.getSystemInfoSync(); 11 | console.log(systemInfo); 12 | 13 | var system = systemInfo.system; 14 | var platform = systemInfo.platform; 15 | var language = systemInfo.language; 16 | 17 | var android = system.toLowerCase().indexOf('android') !== -1; 18 | 19 | var uaDesc = android ? 'Android; CPU Android 6.0' : 'iPhone; CPU iPhone OS 10_3_1 like Mac OS X'; 20 | var ua = 'Mozilla/5.0 (' + uaDesc + ') AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E8301 MicroMessenger/6.6.0 MiniGame NetType/WIFI Language/' + language; 21 | 22 | var navigator = { 23 | platform: platform, 24 | language: language, 25 | appVersion: '5.0 (' + uaDesc + ') AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1', 26 | userAgent: ua, 27 | onLine: true, // TODO 用 wx.getNetworkStateChange 和 wx.onNetworkStateChange 来返回真实的状态 28 | 29 | // TODO 用 wx.getLocation 来封装 geolocation 30 | geolocation: { 31 | getCurrentPosition: _index.noop, 32 | watchPosition: _index.noop, 33 | clearWatch: _index.noop 34 | } 35 | }; 36 | 37 | if (wx.onNetworkStatusChange) { 38 | wx.onNetworkStatusChange(function (event) { 39 | navigator.onLine = event.isConnected; 40 | }); 41 | } 42 | 43 | exports.default = navigator; -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/libs/weapp-adapter/util/index.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | Object.defineProperty(exports, "__esModule", { 4 | value: true 5 | }); 6 | exports.noop = noop; 7 | function noop() {} -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/bg.f7f18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/bg.f7f18.jpg -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/female.e34d9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/female.e34d9.png -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/head.5a24d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/head.5a24d.png -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/itembg1.a04b3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/itembg1.a04b3.jpg -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/itembg2.74ed0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/itembg2.74ed0.jpg -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/itembga.f3ccb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/itembga.f3ccb.jpg -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/left.0b638.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/left.0b638.png -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/loading.a50be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/loading.a50be.png -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/man.c639c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/man.c639c.png -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/margin.64d2c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/margin.64d2c.png -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/middle.482b8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/middle.482b8.png -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/right.64b74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-assets/resources/newUI/res/right.64b74.png -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-internal/image/default_panel.cdbc9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-internal/image/default_panel.cdbc9.png -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-internal/image/default_sprite.68270.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-internal/image/default_sprite.68270.png -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/res/raw-internal/image/default_sprite_splash.cea68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/build-templates/wechatgame/subdomine/res/raw-internal/image/default_sprite_splash.cea68.png -------------------------------------------------------------------------------- /build-templates/wechatgame/subdomine/sub.js: -------------------------------------------------------------------------------- 1 | require('libs/weapp-adapter/index'); 2 | var Parser = require('libs/xmldom/dom-parser'); 3 | window.DOMParser = Parser.DOMParser; 4 | require('libs/wx-downloader.js'); 5 | wxDownloader.REMOTE_SERVER_ROOT = ""; 6 | wxDownloader.SUBCONTEXT_ROOT = "subdomine"; 7 | require('src/settings.b9f81'); 8 | require('main.c7742'); 9 | require('libs/sub-context-adapter'); -------------------------------------------------------------------------------- /client.cpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/client.cpk -------------------------------------------------------------------------------- /jsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "target": "es6", 4 | "module": "commonjs", 5 | "experimentalDecorators": true 6 | }, 7 | "exclude": [ 8 | "node_modules", 9 | ".vscode", 10 | "library", 11 | "local", 12 | "settings", 13 | "temp" 14 | ] 15 | } -------------------------------------------------------------------------------- /project.json: -------------------------------------------------------------------------------- 1 | { 2 | "engine": "cocos2d-html5", 3 | "packages": "packages" 4 | } -------------------------------------------------------------------------------- /settings/builder.json: -------------------------------------------------------------------------------- 1 | { 2 | "android-instant": { 3 | "REMOTE_SERVER_ROOT": "", 4 | "host": "", 5 | "pathPattern": "", 6 | "recordPath": "", 7 | "scheme": "https", 8 | "skipRecord": false 9 | }, 10 | "encryptJs": true, 11 | "excludeScenes": [], 12 | "fb-instant-games": {}, 13 | "includeSDKBox": false, 14 | "inlineSpriteFrames": true, 15 | "inlineSpriteFrames_native": true, 16 | "md5Cache": true, 17 | "mergeStartScene": false, 18 | "optimizeHotUpdate": false, 19 | "orientation": { 20 | "landscapeLeft": true, 21 | "landscapeRight": true, 22 | "portrait": false, 23 | "upsideDown": false 24 | }, 25 | "packageName": "org.cocos2d.helloworld", 26 | "qqplay": { 27 | "REMOTE_SERVER_ROOT": "", 28 | "orientation": "portrait" 29 | }, 30 | "startScene": "f2475a86-e50d-44fc-a09a-41bf7562e572", 31 | "title": "killmonster", 32 | "webOrientation": "auto", 33 | "wechatgame": { 34 | "REMOTE_SERVER_ROOT": "https://cdn.heidong.fun/gameres/t3/p1/release/killmonster", 35 | "appid": "wx54a8976f0e7b431c", 36 | "isSubdomain": false, 37 | "orientation": "portrait", 38 | "subContext": "subdomine" 39 | }, 40 | "xxteaKey": "4b32b262-bb57-41", 41 | "zipCompressJs": true 42 | } -------------------------------------------------------------------------------- /settings/builder.panel.json: -------------------------------------------------------------------------------- 1 | { 2 | "excludeScenes": [], 3 | "packageName": "org.cocos2d.helloworld", 4 | "platform": "web-mobile", 5 | "startScene": "2d2f792f-a40c-49bb-a189-ed176a246e49", 6 | "title": "HelloWorld" 7 | } -------------------------------------------------------------------------------- /settings/project.json: -------------------------------------------------------------------------------- 1 | { 2 | "collision-matrix": [ 3 | [ 4 | true 5 | ] 6 | ], 7 | "design-resolution-height": 640, 8 | "design-resolution-width": 960, 9 | "excluded-modules": [ 10 | "TiledMap", 11 | "Spine Skeleton", 12 | "RichText", 13 | "MotionStreak", 14 | "ScrollBar", 15 | "PageView", 16 | "PageViewIndicator", 17 | "Slider", 18 | "VideoPlayer", 19 | "WebView", 20 | "Collider", 21 | "Physics", 22 | "StudioComponent" 23 | ], 24 | "facebook": { 25 | "appID": "", 26 | "audience": { 27 | "enable": false 28 | }, 29 | "enable": false, 30 | "live": { 31 | "enable": false 32 | } 33 | }, 34 | "fit-height": true, 35 | "fit-width": false, 36 | "group-list": [ 37 | "default" 38 | ], 39 | "last-module-event-record-time": 1567406151648, 40 | "simulator-orientation": false, 41 | "simulator-resolution": { 42 | "height": 640, 43 | "width": 960 44 | }, 45 | "start-scene": "f2475a86-e50d-44fc-a09a-41bf7562e572", 46 | "use-customize-simulator": false, 47 | "use-project-simulator-setting": false, 48 | "assets-sort-type": "name" 49 | } -------------------------------------------------------------------------------- /share_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "box_share": true, 3 | "skin_share": true, 4 | "newyear":true, 5 | "moregame":true 6 | } -------------------------------------------------------------------------------- /template-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gifan/killMonster/0cad03e22a53bcc2f2d9832702ca6cd9d3bc5d5d/template-banner.png -------------------------------------------------------------------------------- /template.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TEMPLATES.helloworld.name", 3 | "desc": "TEMPLATES.helloworld.desc", 4 | "banner": "template-banner.png" 5 | } --------------------------------------------------------------------------------