├── assets ├── mask.png ├── assets │ ├── 排行.PNG │ ├── mask.png │ ├── audio │ │ ├── beep.mp3 │ │ └── beep.mp3.meta │ ├── wenyao-logo.png │ ├── audio.meta │ ├── mask.png.meta │ └── 排行.PNG.meta ├── gongzhonghao.png ├── resources │ ├── home │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── BG.png │ │ ├── 背景.jpg │ │ ├── 01-1.png │ │ ├── 01-2.png │ │ ├── 02-1.png │ │ ├── 02-2.png │ │ ├── 03-1.png │ │ ├── 03-2.png │ │ ├── 04-1.png │ │ ├── 04-2.png │ │ ├── boss.png │ │ ├── dodge.png │ │ ├── light.png │ │ ├── light2.png │ │ ├── light3.png │ │ ├── rankList │ │ │ ├── Rankbg.png │ │ │ ├── bronze.png │ │ │ ├── gold.png │ │ │ ├── silver.png │ │ │ ├── white.png │ │ │ ├── firstman.jpg │ │ │ ├── thirdman.jpg │ │ │ ├── otherScore.png │ │ │ ├── secondman.jpg │ │ │ ├── gold.png.meta │ │ │ ├── bronze.png.meta │ │ │ ├── silver.png.meta │ │ │ ├── white.png.meta │ │ │ ├── thirdman.jpg.meta │ │ │ ├── secondman.jpg.meta │ │ │ ├── firstman.jpg.meta │ │ │ └── otherScore.png.meta │ │ ├── rankList.meta │ │ ├── BG.png.meta │ │ └── 背景.jpg.meta │ ├── paper │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── animation.anim.meta │ ├── audio │ │ ├── bad.mp3 │ │ ├── beep.mp3 │ │ ├── bgm.m4a │ │ ├── good.mp3 │ │ ├── p1.mp3 │ │ ├── p2.mp3 │ │ ├── p3.mp3 │ │ ├── p4.mp3 │ │ ├── p5.mp3 │ │ ├── button.mp3 │ │ ├── good2.mp3 │ │ ├── good3.mp3 │ │ ├── good4.mp3 │ │ ├── merge.mp3 │ │ ├── trans.mp3 │ │ ├── zhangxiaoming.mp3 │ │ ├── bad.mp3.meta │ │ ├── bgm.m4a.meta │ │ ├── p1.mp3.meta │ │ ├── p2.mp3.meta │ │ ├── p3.mp3.meta │ │ ├── p4.mp3.meta │ │ ├── p5.mp3.meta │ │ ├── beep.mp3.meta │ │ ├── button.mp3.meta │ │ ├── good.mp3.meta │ │ ├── good2.mp3.meta │ │ ├── good3.mp3.meta │ │ ├── good4.mp3.meta │ │ ├── merge.mp3.meta │ │ ├── trans.mp3.meta │ │ └── zhangxiaoming.mp3.meta │ ├── icons │ │ ├── bing.png │ │ ├── guo.png │ │ ├── hei.png │ │ ├── jiu.png │ │ ├── ppt.png │ │ ├── gouqi.png │ │ ├── gupiao.png │ │ ├── maoyu.png │ │ ├── naicha.png │ │ ├── tutou.png │ │ ├── waimai.png │ │ ├── dingding.png │ │ ├── gongpai.png │ │ ├── jiuhuche.png │ │ ├── lvmaozi.png │ │ ├── zixingche.png │ │ ├── newicons │ │ │ ├── bing.png │ │ │ ├── gouqi.png │ │ │ ├── guo.png │ │ │ ├── hei.png │ │ │ ├── jiu.png │ │ │ ├── ppt.png │ │ │ ├── tutou.png │ │ │ ├── coffee.png │ │ │ ├── gongpai.png │ │ │ ├── gongzi.png │ │ │ ├── jiucai.png │ │ │ ├── lvmaozi.png │ │ │ ├── naicha.png │ │ │ ├── zhijin.png │ │ │ ├── dingding.png │ │ │ ├── jiuhuche.png │ │ │ └── dingding.png.meta │ │ └── newicons.meta │ ├── popups │ │ ├── no.png │ │ ├── yes.png │ │ ├── back.png │ │ ├── close.png │ │ ├── extra.png │ │ ├── undo.png │ │ ├── video.png │ │ ├── congra.png │ │ ├── dianyan.png │ │ ├── giveup.png │ │ ├── revive.png │ │ ├── shuffle.png │ │ ├── guanghuan.png │ │ ├── seting-bg.png │ │ ├── switch-off.png │ │ ├── switch-on.png │ │ ├── gaming │ │ │ ├── full.png │ │ │ ├── leave.png │ │ │ ├── share.png │ │ │ ├── fail-img.png │ │ │ ├── start-over.png │ │ │ ├── leave.png.meta │ │ │ ├── share.png.meta │ │ │ └── start-over.png.meta │ │ ├── gaming.meta │ │ ├── no.png.meta │ │ ├── yes.png.meta │ │ ├── giveup.png.meta │ │ ├── back.png.meta │ │ ├── dianyan.png.meta │ │ ├── switch-off.png.meta │ │ ├── guanghuan.png.meta │ │ ├── undo.png.meta │ │ └── extra.png.meta │ ├── loading │ │ ├── 头发1.png │ │ ├── 头发2.png │ │ ├── 头发3.png │ │ ├── 载入1.png │ │ ├── 载入2.png │ │ ├── 载入3.png │ │ ├── head.anim.meta │ │ ├── animation.anim.meta │ │ ├── head.anim │ │ ├── animation.anim │ │ ├── 载入1.png.meta │ │ ├── 载入2.png.meta │ │ └── 载入3.png.meta │ ├── gaming-juan │ │ ├── bg.jpg │ │ ├── out.png │ │ ├── card.png │ │ ├── queue.png │ │ ├── undo.png │ │ ├── card-new.png │ │ ├── giveup.jpg │ │ ├── random.png │ │ ├── setting.png │ │ ├── indicator.png │ │ ├── bg.jpg.meta │ │ ├── out.png.meta │ │ ├── giveup.jpg.meta │ │ ├── undo.png.meta │ │ └── random.png.meta │ ├── assets.meta │ ├── audio.meta │ ├── home.meta │ ├── icons.meta │ ├── paper.meta │ ├── popups.meta │ ├── gaming-juan.meta │ └── loading.meta ├── prefabs │ ├── Card.ts.meta │ ├── Card.prefab.meta │ ├── Paper.prefab.meta │ ├── Popup.prefab.meta │ ├── Setting.prefab.meta │ ├── dogLeft.prefab.meta │ ├── dogOther.prefab.meta │ ├── dogRight.prefab.meta │ ├── dogCenter.prefab.meta │ └── leaderboardRow.prefab.meta ├── scripts │ ├── MySwitch.ts.meta │ ├── WXAPI.ts.meta │ ├── BGMControl.ts.meta │ ├── CardControl.ts.meta │ ├── CenterControl.ts.meta │ ├── GameControl.ts.meta │ ├── GameGroup.ts.meta │ ├── LoginControl.ts.meta │ ├── PopupControl.ts.meta │ ├── clickAudio.ts.meta │ ├── RankListDataControl.ts.meta │ ├── PopupControl.ts │ ├── LoginControl.ts │ ├── GameGroup.ts │ ├── MySwitch.ts │ ├── BGMControl.ts │ ├── RankListDataControl.ts │ ├── clickAudio.ts │ └── GameControl.ts ├── first.scene.meta ├── game.scene.meta ├── home.scene.meta ├── assets.meta ├── animations.meta ├── animations │ ├── dog.anim.meta │ ├── dog-001.anim.meta │ ├── dog-002.anim.meta │ ├── dog-003.anim.meta │ ├── switch.anim.meta │ ├── updown.anim.meta │ ├── animation.anim.meta │ ├── guanghuan.anim.meta │ ├── animation-001.anim.meta │ ├── sceneTransition.anim.meta │ ├── dog.anim │ ├── dog-001.anim │ ├── dog-002.anim │ ├── dog-003.anim │ ├── switch.anim │ ├── animation.anim │ └── animation-001.anim ├── prefabs.meta ├── scripts.meta ├── resources.meta └── mask.png.meta ├── .creator ├── default-meta.json └── asset-template │ └── typescript │ └── Custom Script Template Help Documentation.url ├── settings └── v2 │ └── packages │ ├── project.json │ ├── builder.json │ ├── cocos-service.json │ └── engine.json ├── package.json ├── tsconfig.json ├── .gitignore └── README.md /assets/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/mask.png -------------------------------------------------------------------------------- /.creator/default-meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "image": { 3 | "type": "sprite-frame" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /assets/assets/排行.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/assets/排行.PNG -------------------------------------------------------------------------------- /assets/assets/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/assets/mask.png -------------------------------------------------------------------------------- /assets/gongzhonghao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/gongzhonghao.png -------------------------------------------------------------------------------- /assets/assets/audio/beep.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/assets/audio/beep.mp3 -------------------------------------------------------------------------------- /assets/resources/home/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/01.png -------------------------------------------------------------------------------- /assets/resources/home/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/02.png -------------------------------------------------------------------------------- /assets/resources/home/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/03.png -------------------------------------------------------------------------------- /assets/resources/home/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/04.png -------------------------------------------------------------------------------- /assets/resources/home/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/05.png -------------------------------------------------------------------------------- /assets/resources/home/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/06.png -------------------------------------------------------------------------------- /assets/resources/home/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/07.png -------------------------------------------------------------------------------- /assets/resources/home/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/08.png -------------------------------------------------------------------------------- /assets/resources/home/BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/BG.png -------------------------------------------------------------------------------- /assets/resources/home/背景.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/背景.jpg -------------------------------------------------------------------------------- /assets/resources/paper/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/paper/1.png -------------------------------------------------------------------------------- /assets/resources/paper/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/paper/2.png -------------------------------------------------------------------------------- /assets/resources/paper/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/paper/3.png -------------------------------------------------------------------------------- /assets/resources/paper/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/paper/4.png -------------------------------------------------------------------------------- /assets/resources/paper/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/paper/5.png -------------------------------------------------------------------------------- /assets/resources/paper/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/paper/6.png -------------------------------------------------------------------------------- /assets/resources/paper/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/paper/7.png -------------------------------------------------------------------------------- /assets/resources/paper/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/paper/8.png -------------------------------------------------------------------------------- /assets/assets/wenyao-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/assets/wenyao-logo.png -------------------------------------------------------------------------------- /assets/resources/audio/bad.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/bad.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/beep.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/beep.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/bgm.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/bgm.m4a -------------------------------------------------------------------------------- /assets/resources/audio/good.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/good.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/p1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/p1.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/p2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/p2.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/p3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/p3.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/p4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/p4.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/p5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/p5.mp3 -------------------------------------------------------------------------------- /assets/resources/home/01-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/01-1.png -------------------------------------------------------------------------------- /assets/resources/home/01-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/01-2.png -------------------------------------------------------------------------------- /assets/resources/home/02-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/02-1.png -------------------------------------------------------------------------------- /assets/resources/home/02-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/02-2.png -------------------------------------------------------------------------------- /assets/resources/home/03-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/03-1.png -------------------------------------------------------------------------------- /assets/resources/home/03-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/03-2.png -------------------------------------------------------------------------------- /assets/resources/home/04-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/04-1.png -------------------------------------------------------------------------------- /assets/resources/home/04-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/04-2.png -------------------------------------------------------------------------------- /assets/resources/home/boss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/boss.png -------------------------------------------------------------------------------- /assets/resources/home/dodge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/dodge.png -------------------------------------------------------------------------------- /assets/resources/home/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/light.png -------------------------------------------------------------------------------- /assets/resources/icons/bing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/bing.png -------------------------------------------------------------------------------- /assets/resources/icons/guo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/guo.png -------------------------------------------------------------------------------- /assets/resources/icons/hei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/hei.png -------------------------------------------------------------------------------- /assets/resources/icons/jiu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/jiu.png -------------------------------------------------------------------------------- /assets/resources/icons/ppt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/ppt.png -------------------------------------------------------------------------------- /assets/resources/popups/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/no.png -------------------------------------------------------------------------------- /assets/resources/popups/yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/yes.png -------------------------------------------------------------------------------- /assets/resources/audio/button.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/button.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/good2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/good2.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/good3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/good3.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/good4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/good4.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/merge.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/merge.mp3 -------------------------------------------------------------------------------- /assets/resources/audio/trans.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/trans.mp3 -------------------------------------------------------------------------------- /assets/resources/home/light2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/light2.png -------------------------------------------------------------------------------- /assets/resources/home/light3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/light3.png -------------------------------------------------------------------------------- /assets/resources/icons/gouqi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/gouqi.png -------------------------------------------------------------------------------- /assets/resources/icons/gupiao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/gupiao.png -------------------------------------------------------------------------------- /assets/resources/icons/maoyu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/maoyu.png -------------------------------------------------------------------------------- /assets/resources/icons/naicha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/naicha.png -------------------------------------------------------------------------------- /assets/resources/icons/tutou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/tutou.png -------------------------------------------------------------------------------- /assets/resources/icons/waimai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/waimai.png -------------------------------------------------------------------------------- /assets/resources/loading/头发1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/loading/头发1.png -------------------------------------------------------------------------------- /assets/resources/loading/头发2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/loading/头发2.png -------------------------------------------------------------------------------- /assets/resources/loading/头发3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/loading/头发3.png -------------------------------------------------------------------------------- /assets/resources/loading/载入1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/loading/载入1.png -------------------------------------------------------------------------------- /assets/resources/loading/载入2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/loading/载入2.png -------------------------------------------------------------------------------- /assets/resources/loading/载入3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/loading/载入3.png -------------------------------------------------------------------------------- /assets/resources/popups/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/back.png -------------------------------------------------------------------------------- /assets/resources/popups/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/close.png -------------------------------------------------------------------------------- /assets/resources/popups/extra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/extra.png -------------------------------------------------------------------------------- /assets/resources/popups/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/undo.png -------------------------------------------------------------------------------- /assets/resources/popups/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/video.png -------------------------------------------------------------------------------- /assets/resources/gaming-juan/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/gaming-juan/bg.jpg -------------------------------------------------------------------------------- /assets/resources/gaming-juan/out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/gaming-juan/out.png -------------------------------------------------------------------------------- /assets/resources/icons/dingding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/dingding.png -------------------------------------------------------------------------------- /assets/resources/icons/gongpai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/gongpai.png -------------------------------------------------------------------------------- /assets/resources/icons/jiuhuche.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/jiuhuche.png -------------------------------------------------------------------------------- /assets/resources/icons/lvmaozi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/lvmaozi.png -------------------------------------------------------------------------------- /assets/resources/icons/zixingche.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/zixingche.png -------------------------------------------------------------------------------- /assets/resources/popups/congra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/congra.png -------------------------------------------------------------------------------- /assets/resources/popups/dianyan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/dianyan.png -------------------------------------------------------------------------------- /assets/resources/popups/giveup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/giveup.png -------------------------------------------------------------------------------- /assets/resources/popups/revive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/revive.png -------------------------------------------------------------------------------- /assets/resources/popups/shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/shuffle.png -------------------------------------------------------------------------------- /assets/resources/gaming-juan/card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/gaming-juan/card.png -------------------------------------------------------------------------------- /assets/resources/gaming-juan/queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/gaming-juan/queue.png -------------------------------------------------------------------------------- /assets/resources/gaming-juan/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/gaming-juan/undo.png -------------------------------------------------------------------------------- /assets/resources/popups/guanghuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/guanghuan.png -------------------------------------------------------------------------------- /assets/resources/popups/seting-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/seting-bg.png -------------------------------------------------------------------------------- /assets/resources/popups/switch-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/switch-off.png -------------------------------------------------------------------------------- /assets/resources/popups/switch-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/switch-on.png -------------------------------------------------------------------------------- /assets/resources/audio/zhangxiaoming.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/audio/zhangxiaoming.mp3 -------------------------------------------------------------------------------- /assets/resources/gaming-juan/card-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/gaming-juan/card-new.png -------------------------------------------------------------------------------- /assets/resources/gaming-juan/giveup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/gaming-juan/giveup.jpg -------------------------------------------------------------------------------- /assets/resources/gaming-juan/random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/gaming-juan/random.png -------------------------------------------------------------------------------- /assets/resources/gaming-juan/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/gaming-juan/setting.png -------------------------------------------------------------------------------- /assets/resources/home/rankList/Rankbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/rankList/Rankbg.png -------------------------------------------------------------------------------- /assets/resources/home/rankList/bronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/rankList/bronze.png -------------------------------------------------------------------------------- /assets/resources/home/rankList/gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/rankList/gold.png -------------------------------------------------------------------------------- /assets/resources/home/rankList/silver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/rankList/silver.png -------------------------------------------------------------------------------- /assets/resources/home/rankList/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/rankList/white.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/bing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/bing.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/gouqi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/gouqi.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/guo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/guo.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/hei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/hei.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/jiu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/jiu.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/ppt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/ppt.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/tutou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/tutou.png -------------------------------------------------------------------------------- /assets/resources/popups/gaming/full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/gaming/full.png -------------------------------------------------------------------------------- /assets/resources/popups/gaming/leave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/gaming/leave.png -------------------------------------------------------------------------------- /assets/resources/popups/gaming/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/gaming/share.png -------------------------------------------------------------------------------- /assets/resources/gaming-juan/indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/gaming-juan/indicator.png -------------------------------------------------------------------------------- /assets/resources/home/rankList/firstman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/rankList/firstman.jpg -------------------------------------------------------------------------------- /assets/resources/home/rankList/thirdman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/rankList/thirdman.jpg -------------------------------------------------------------------------------- /assets/resources/icons/newicons/coffee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/coffee.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/gongpai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/gongpai.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/gongzi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/gongzi.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/jiucai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/jiucai.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/lvmaozi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/lvmaozi.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/naicha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/naicha.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/zhijin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/zhijin.png -------------------------------------------------------------------------------- /assets/resources/popups/gaming/fail-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/gaming/fail-img.png -------------------------------------------------------------------------------- /assets/resources/home/rankList/otherScore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/rankList/otherScore.png -------------------------------------------------------------------------------- /assets/resources/home/rankList/secondman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/home/rankList/secondman.jpg -------------------------------------------------------------------------------- /assets/resources/icons/newicons/dingding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/dingding.png -------------------------------------------------------------------------------- /assets/resources/icons/newicons/jiuhuche.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/icons/newicons/jiuhuche.png -------------------------------------------------------------------------------- /assets/resources/popups/gaming/start-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericdum/juanlegejuan/HEAD/assets/resources/popups/gaming/start-over.png -------------------------------------------------------------------------------- /.creator/asset-template/typescript/Custom Script Template Help Documentation.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=https://docs.cocos.com/creator/manual/en/scripting/setup.html#custom-script-template -------------------------------------------------------------------------------- /settings/v2/packages/project.json: -------------------------------------------------------------------------------- 1 | { 2 | "general": { 3 | "designResolution": { 4 | "fitHeight": false, 5 | "width": 1440, 6 | "height": 2560 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "juan-le-ge-juan", 3 | "version": "3.6.0", 4 | "author": "木酱 (Eric Mujiang) ", 5 | "license": "Apache 2.0", 6 | "creator": { 7 | "version": "3.6.0" 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /assets/prefabs/Card.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "6f79c4ae-8d71-49ef-819b-89a99c13aff4", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /assets/scripts/MySwitch.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "d0e937ba-f1f6-42cd-a93e-e544db0452b3", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /assets/scripts/WXAPI.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "9c617deb-bf34-46e2-a21a-cee755b2d9b1", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /assets/scripts/BGMControl.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "e8a7ebb6-d9be-4cc8-80a0-9dd3fe6d24e0", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /assets/scripts/CardControl.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "f3fb31da-bab8-4379-820d-960f4297819d", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /assets/scripts/CenterControl.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "f98e6137-c5ae-45cb-a3e5-7d81efc16860", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /assets/scripts/GameControl.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "675d2cbb-eced-4cdf-9573-7f142c78278e", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /assets/scripts/GameGroup.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "d796b2dc-7faa-449a-ba49-b8d8c9a1fe2b", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /assets/scripts/LoginControl.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "92ef2d25-d0ad-4b2c-883c-5ce66c4972e5", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /assets/scripts/PopupControl.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "5f76f848-cff9-4790-89ac-498b576d306a", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /assets/scripts/clickAudio.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "178aa630-921a-4451-b925-d7e435de2d8c", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /assets/first.scene.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "scene", 4 | "imported": true, 5 | "uuid": "59ba55fe-c617-4c29-b8f1-b24ce483ba02", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": {} 11 | } 12 | -------------------------------------------------------------------------------- /assets/game.scene.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "scene", 4 | "imported": true, 5 | "uuid": "e52c3583-3c98-4675-8824-ff343891234c", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": {} 11 | } 12 | -------------------------------------------------------------------------------- /assets/home.scene.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "scene", 4 | "imported": true, 5 | "uuid": "b5f3053c-a65e-49db-8532-c47dc45fc531", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": {} 11 | } 12 | -------------------------------------------------------------------------------- /assets/scripts/RankListDataControl.ts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "4.0.23", 3 | "importer": "typescript", 4 | "imported": true, 5 | "uuid": "91e449d1-060c-4792-9a93-7a187e0de936", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": {} 9 | } 10 | -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | /* Base configuration. Do not edit this field. */ 3 | "extends": "./temp/tsconfig.cocos.json", 4 | 5 | /* Add your custom configuration here. */ 6 | "compilerOptions": { 7 | "strict": false, 8 | "types": ["wechat-miniprogram"] 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /assets/assets.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "5b6ecf3b-30e7-48a1-8680-dc158271af25", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/animations.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "43e204b6-eb8c-4e77-9bbf-2a60853368bd", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/animations/dog.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "13357406-41b9-483a-a5ce-be923985f41a", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "dog" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/prefabs.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "aa487c4c-ba5f-4397-bba2-70e4b15bc119", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/scripts.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "dc9eed9d-f881-4757-ba10-ae9bf558779b", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/assets/audio.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "046b6a73-030b-458d-b80a-7444cbb7cff9", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/prefabs/Card.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "prefab", 4 | "imported": true, 5 | "uuid": "af2af24f-4943-4bca-a7d0-eb35b81dba9b", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "syncNodeName": "Card" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/prefabs/Paper.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "prefab", 4 | "imported": true, 5 | "uuid": "37bd2282-1896-4fc3-891c-0c3c3b297757", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "syncNodeName": "Paper" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/prefabs/Popup.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "prefab", 4 | "imported": true, 5 | "uuid": "d8ea899b-d07b-4e74-b95c-6ded06564360", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "syncNodeName": "Popup" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/resources/assets.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "88c17360-83ed-4471-9a2e-6d611e82ce8b", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/resources/audio.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "677c1727-3593-43fa-9394-26a8dd85826a", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/resources/home.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "11137852-ecf4-442e-8501-db55c764f6b2", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/resources/icons.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "398f9570-9c57-4575-b615-a6a4e732ca15", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/resources/paper.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "99fe4b96-a102-44e8-af0b-71a446ac52f9", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/resources/popups.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "17e0cb94-db1e-4d7d-9550-2ef29608b4ef", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/animations/dog-001.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "41694483-5f26-4db8-9883-f5bb51bcf63c", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "dog-001" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/animations/dog-002.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "b9ed8a3f-f1f4-4ebd-8aca-c55d83a0ce72", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "dog-002" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/animations/dog-003.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "d8a747a3-ea84-4ac7-8eba-d2f1f36a3795", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "dog-003" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/animations/switch.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "6df4b858-e1ab-4307-ad16-a75aaa155c31", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "switch" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/animations/updown.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "0bd4b8a2-0e72-4b9f-a61e-14fcebfcfc8d", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "updown" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/prefabs/Setting.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "prefab", 4 | "imported": true, 5 | "uuid": "6fd6b563-1700-4b12-b8b6-cea05a2c3669", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "syncNodeName": "Setting" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/prefabs/dogLeft.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "prefab", 4 | "imported": true, 5 | "uuid": "ae3ee601-5098-417a-895b-d009f9a436c6", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "syncNodeName": "dogLeft" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/prefabs/dogOther.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "prefab", 4 | "imported": true, 5 | "uuid": "f026ae37-3261-4b25-9b77-37a92ba6cc1c", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "syncNodeName": "dogOther" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/prefabs/dogRight.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "prefab", 4 | "imported": true, 5 | "uuid": "db7998da-ce47-4baf-a9c9-59eeae65e3fb", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "syncNodeName": "dogRight" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/resources/gaming-juan.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "cdc9abac-0420-4e74-a07c-d2fcf5471d75", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/resources/loading.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "994a705e-5dfa-4620-84df-d90be6e724f2", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/resources/loading/head.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "24bfff13-b153-4380-a789-d01b8740ac79", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "head" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/animations/animation.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "e02fb0dc-53dc-43bf-952c-dece90fa0398", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "animation" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/animations/guanghuan.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "62bd846a-ba6d-4acc-b3d2-7109271ea0b1", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "guanghuan" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/prefabs/dogCenter.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "prefab", 4 | "imported": true, 5 | "uuid": "8def1e90-9337-4259-8a3b-f56654d3655b", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "syncNodeName": "dogCenter" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/resources/home/rankList.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "dc6c09a8-f887-48d9-a761-4811a19007ae", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/resources/icons/newicons.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "2d81f827-7f37-42e7-8ee1-260b0843dd6e", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/resources/popups/gaming.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "1abfdd86-3058-48d7-b1ad-431e7ba81d94", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "compressionType": {}, 10 | "isRemoteBundle": {} 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /assets/animations/animation-001.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "dcb132c8-3bad-4e36-be29-34e54c28e954", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "animation-001" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/assets/audio/beep.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "359ed875-8cbc-44e8-8e1e-240a024437d3", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/bad.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "758510b8-e35c-42dc-9cf9-3be93aa61cf0", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/bgm.m4a.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "ad00a62d-0744-4abd-bb15-defa63ed7a44", 6 | "files": [ 7 | ".json", 8 | ".m4a" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/p1.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "f3601e9c-b253-4f5f-8858-ea711f568ff4", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/p2.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "bfc6d19a-821e-4b89-87f5-14cca0a4bf73", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/p3.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "0ec93fd3-afe2-4e27-aba4-eb31e021acee", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/p4.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "221f8a26-a206-4204-98f3-75f3650706d7", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/p5.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "d3dab2c4-6c32-495b-bb07-9443c2f979e6", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/loading/animation.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "7dc55389-a970-4d56-a485-3af3451f09e5", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "animation" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/resources/paper/animation.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "c3c3439c-c06b-4222-a37f-35388a85e760", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "animation" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /settings/v2/packages/builder.json: -------------------------------------------------------------------------------- 1 | { 2 | "splash-setting": { 3 | "displayWatermark": false, 4 | "url": "C:\\Users\\dlc_d\\Downloads\\微信图片_20220920140822.jpg", 5 | "clearColor": { 6 | "x": 1, 7 | "y": 1, 8 | "z": 1, 9 | "w": 1 10 | }, 11 | "totalTime": 0 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/animations/sceneTransition.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.0.3", 3 | "importer": "animation-clip", 4 | "imported": true, 5 | "uuid": "68237ba4-38ce-40dd-8959-80b3c7abf6c7", 6 | "files": [ 7 | ".cconb" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "name": "sceneTransition" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/prefabs/leaderboardRow.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.39", 3 | "importer": "prefab", 4 | "imported": true, 5 | "uuid": "87fc1c42-1ca6-47e3-b9e3-5ce137c1687c", 6 | "files": [ 7 | ".json" 8 | ], 9 | "subMetas": {}, 10 | "userData": { 11 | "syncNodeName": "leaderboardRow" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/resources/audio/beep.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "334fd5df-c5e5-48c3-960e-98abad23f52f", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/button.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "61231854-31b2-4737-a7a6-273a08921b62", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/good.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "836fafcf-3901-4297-8348-421af831341c", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/good2.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "015b76b9-0756-4c1d-baee-3490ca827716", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/good3.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "07609061-018b-4b2b-842c-927bd1eef329", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/good4.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "f938cb4c-37f3-4e48-91cf-ec86fe5f90ff", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/merge.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "c5fad873-7a26-4d96-ae5b-ce178ce7b584", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/trans.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "d5d98e48-23b2-4897-a5d1-e611869b23f1", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/resources/audio/zhangxiaoming.mp3.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "importer": "audio-clip", 4 | "imported": true, 5 | "uuid": "08d072d2-586e-4034-8101-9b009dbc2b74", 6 | "files": [ 7 | ".json", 8 | ".mp3" 9 | ], 10 | "subMetas": {}, 11 | "userData": { 12 | "downloadMode": 0 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /assets/scripts/PopupControl.ts: -------------------------------------------------------------------------------- 1 | import { _decorator, Component, Node } from 'cc'; 2 | const { ccclass, property } = _decorator; 3 | 4 | @ccclass('PopupControl') 5 | export class PopupControl extends Component { 6 | 7 | open() { 8 | console.log(this.node) 9 | this.node.active = true; 10 | } 11 | close() { 12 | this.node.active = false; 13 | } 14 | } 15 | 16 | -------------------------------------------------------------------------------- /assets/scripts/LoginControl.ts: -------------------------------------------------------------------------------- 1 | import { _decorator, Component, Node } from 'cc'; 2 | const { ccclass, property } = _decorator; 3 | import WXAPI from "db://assets/scripts/WXAPI"; 4 | 5 | // 掛載到 button 上,不掛載到 scene 6 | @ccclass('LoginControl') 7 | export class LoginControl extends Component { 8 | start() { 9 | WXAPI.getUserInfoOverButton(this.node) 10 | } 11 | 12 | update(deltaTime: number) { 13 | 14 | } 15 | } 16 | 17 | -------------------------------------------------------------------------------- /assets/resources.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.1.0", 3 | "importer": "directory", 4 | "imported": true, 5 | "uuid": "b306790e-d382-4365-9bda-6aa9dc2028d4", 6 | "files": [], 7 | "subMetas": {}, 8 | "userData": { 9 | "isBundle": true, 10 | "bundleName": "resources", 11 | "priority": 8, 12 | "compressionType": {}, 13 | "isRemoteBundle": { 14 | "web-desktop": true, 15 | "wechatgame": true 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | #/////////////////////////// 3 | # Cocos Creator 3D Project 4 | #/////////////////////////// 5 | library/ 6 | temp/ 7 | local/ 8 | build/ 9 | profiles/ 10 | native 11 | #////////////////////////// 12 | # NPM 13 | #////////////////////////// 14 | node_modules/ 15 | 16 | #////////////////////////// 17 | # VSCode 18 | #////////////////////////// 19 | .vscode/ 20 | 21 | #////////////////////////// 22 | # WebStorm 23 | #////////////////////////// 24 | .idea/ -------------------------------------------------------------------------------- /assets/scripts/GameGroup.ts: -------------------------------------------------------------------------------- 1 | import { _decorator, Component, Node } from 'cc'; 2 | const { ccclass, property } = _decorator; 3 | import WXAPI from './WXAPI'; 4 | @ccclass('GameGroup') 5 | export class GameGroup extends Component { 6 | entreButton: any = {} 7 | start() { 8 | this.entreButton = WXAPI.EntreGameCroup(this.node) 9 | } 10 | 11 | update(deltaTime: number) { 12 | 13 | } 14 | onDestory() { 15 | this.entreButton?.destroy() 16 | 17 | } 18 | } 19 | 20 | -------------------------------------------------------------------------------- /settings/v2/packages/cocos-service.json: -------------------------------------------------------------------------------- 1 | { 2 | "game": { 3 | "name": "未知游戏", 4 | "app_id": "UNKNOW", 5 | "c_id": "0" 6 | }, 7 | "appConfigMaps": [ 8 | { 9 | "app_id": "UNKNOW", 10 | "config_id": "1e1e13" 11 | } 12 | ], 13 | "configs": [ 14 | { 15 | "app_id": "UNKNOW", 16 | "config_id": "1e1e13", 17 | "config_name": "Default", 18 | "config_remarks": "", 19 | "services": [ 20 | { 21 | "service_id": "278", 22 | "enable": false, 23 | "param": {} 24 | } 25 | ] 26 | } 27 | ] 28 | } 29 | -------------------------------------------------------------------------------- /assets/scripts/MySwitch.ts: -------------------------------------------------------------------------------- 1 | import { _decorator, Component, Button, Sprite, SpriteFrame, Node } from 'cc'; 2 | const { ccclass, property } = _decorator; 3 | 4 | @ccclass('MySwitch') 5 | export class MySwitch extends Button { 6 | 7 | @property(SpriteFrame) 8 | public imgOn: SpriteFrame = null; 9 | 10 | @property(SpriteFrame) 11 | public imgOff: SpriteFrame = null; 12 | 13 | setSpriteFrame(state: boolean) { 14 | if (state) { 15 | this.getComponent(Sprite).spriteFrame = this.imgOn; 16 | } else { 17 | this.getComponent(Sprite).spriteFrame = this.imgOff; 18 | } 19 | } 20 | } 21 | 22 | -------------------------------------------------------------------------------- /assets/animations/dog.anim: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.AnimationClip", 4 | "_name": "dog", 5 | "_objFlags": 0, 6 | "__editorExtras__": { 7 | "embeddedPlayerGroups": [] 8 | }, 9 | "_native": "", 10 | "sample": 5, 11 | "speed": 1, 12 | "wrapMode": 2, 13 | "enableTrsBlending": false, 14 | "_duration": 0.4, 15 | "_hash": 500763545, 16 | "_tracks": [ 17 | { 18 | "__id__": 1 19 | } 20 | ], 21 | "_exoticAnimation": null, 22 | "_events": [], 23 | "_embeddedPlayers": [] 24 | }, 25 | { 26 | "__type__": "cc.animation.ObjectTrack", 27 | "_binding": { 28 | "__type__": "cc.animation.TrackBinding", 29 | "path": { 30 | "__id__": 2 31 | } 32 | }, 33 | "_channel": { 34 | "__id__": 4 35 | } 36 | }, 37 | { 38 | "__type__": "cc.animation.TrackPath", 39 | "_paths": [ 40 | { 41 | "__id__": 3 42 | }, 43 | "spriteFrame" 44 | ] 45 | }, 46 | { 47 | "__type__": "cc.animation.ComponentPath", 48 | "component": "cc.Sprite" 49 | }, 50 | { 51 | "__type__": "cc.animation.Channel", 52 | "_curve": { 53 | "__id__": 5 54 | } 55 | }, 56 | { 57 | "__type__": "cc.ObjectCurve", 58 | "_times": [ 59 | 0, 60 | 0.2 61 | ], 62 | "_values": [ 63 | { 64 | "__uuid__": "4c524764-03fa-45f2-96cb-7f82fe2643c9@f9941", 65 | "__expectedType__": "cc.SpriteFrame" 66 | }, 67 | { 68 | "__uuid__": "53b937a9-195c-4b46-9481-71ad8651095a@f9941", 69 | "__expectedType__": "cc.SpriteFrame" 70 | } 71 | ] 72 | } 73 | ] -------------------------------------------------------------------------------- /assets/animations/dog-001.anim: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.AnimationClip", 4 | "_name": "dog-001", 5 | "_objFlags": 0, 6 | "__editorExtras__": { 7 | "embeddedPlayerGroups": [] 8 | }, 9 | "_native": "", 10 | "sample": 5, 11 | "speed": 1, 12 | "wrapMode": 2, 13 | "enableTrsBlending": false, 14 | "_duration": 0.4, 15 | "_hash": 500763545, 16 | "_tracks": [ 17 | { 18 | "__id__": 1 19 | } 20 | ], 21 | "_exoticAnimation": null, 22 | "_events": [], 23 | "_embeddedPlayers": [] 24 | }, 25 | { 26 | "__type__": "cc.animation.ObjectTrack", 27 | "_binding": { 28 | "__type__": "cc.animation.TrackBinding", 29 | "path": { 30 | "__id__": 2 31 | } 32 | }, 33 | "_channel": { 34 | "__id__": 4 35 | } 36 | }, 37 | { 38 | "__type__": "cc.animation.TrackPath", 39 | "_paths": [ 40 | { 41 | "__id__": 3 42 | }, 43 | "spriteFrame" 44 | ] 45 | }, 46 | { 47 | "__type__": "cc.animation.ComponentPath", 48 | "component": "cc.Sprite" 49 | }, 50 | { 51 | "__type__": "cc.animation.Channel", 52 | "_curve": { 53 | "__id__": 5 54 | } 55 | }, 56 | { 57 | "__type__": "cc.ObjectCurve", 58 | "_times": [ 59 | 0, 60 | 0.2 61 | ], 62 | "_values": [ 63 | { 64 | "__uuid__": "b19a49a2-b07d-4b38-9984-b70de77aa9a3@f9941", 65 | "__expectedType__": "cc.SpriteFrame" 66 | }, 67 | { 68 | "__uuid__": "f41079a1-ecc1-4e4f-b142-873eea9312e2@f9941", 69 | "__expectedType__": "cc.SpriteFrame" 70 | } 71 | ] 72 | } 73 | ] -------------------------------------------------------------------------------- /assets/animations/dog-002.anim: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.AnimationClip", 4 | "_name": "dog-002", 5 | "_objFlags": 0, 6 | "__editorExtras__": { 7 | "embeddedPlayerGroups": [] 8 | }, 9 | "_native": "", 10 | "sample": 5, 11 | "speed": 1, 12 | "wrapMode": 2, 13 | "enableTrsBlending": false, 14 | "_duration": 0.4, 15 | "_hash": 500763545, 16 | "_tracks": [ 17 | { 18 | "__id__": 1 19 | } 20 | ], 21 | "_exoticAnimation": null, 22 | "_events": [], 23 | "_embeddedPlayers": [] 24 | }, 25 | { 26 | "__type__": "cc.animation.ObjectTrack", 27 | "_binding": { 28 | "__type__": "cc.animation.TrackBinding", 29 | "path": { 30 | "__id__": 2 31 | } 32 | }, 33 | "_channel": { 34 | "__id__": 4 35 | } 36 | }, 37 | { 38 | "__type__": "cc.animation.TrackPath", 39 | "_paths": [ 40 | { 41 | "__id__": 3 42 | }, 43 | "spriteFrame" 44 | ] 45 | }, 46 | { 47 | "__type__": "cc.animation.ComponentPath", 48 | "component": "cc.Sprite" 49 | }, 50 | { 51 | "__type__": "cc.animation.Channel", 52 | "_curve": { 53 | "__id__": 5 54 | } 55 | }, 56 | { 57 | "__type__": "cc.ObjectCurve", 58 | "_times": [ 59 | 0, 60 | 0.2 61 | ], 62 | "_values": [ 63 | { 64 | "__uuid__": "dee5f458-cc33-4cfe-b8c6-c59a9b52a439@f9941", 65 | "__expectedType__": "cc.SpriteFrame" 66 | }, 67 | { 68 | "__uuid__": "5752d3bf-afd6-4130-9007-d9906398486c@f9941", 69 | "__expectedType__": "cc.SpriteFrame" 70 | } 71 | ] 72 | } 73 | ] -------------------------------------------------------------------------------- /assets/animations/dog-003.anim: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.AnimationClip", 4 | "_name": "dog-003", 5 | "_objFlags": 0, 6 | "__editorExtras__": { 7 | "embeddedPlayerGroups": [] 8 | }, 9 | "_native": "", 10 | "sample": 5, 11 | "speed": 1, 12 | "wrapMode": 2, 13 | "enableTrsBlending": false, 14 | "_duration": 0.4, 15 | "_hash": 500763545, 16 | "_tracks": [ 17 | { 18 | "__id__": 1 19 | } 20 | ], 21 | "_exoticAnimation": null, 22 | "_events": [], 23 | "_embeddedPlayers": [] 24 | }, 25 | { 26 | "__type__": "cc.animation.ObjectTrack", 27 | "_binding": { 28 | "__type__": "cc.animation.TrackBinding", 29 | "path": { 30 | "__id__": 2 31 | } 32 | }, 33 | "_channel": { 34 | "__id__": 4 35 | } 36 | }, 37 | { 38 | "__type__": "cc.animation.TrackPath", 39 | "_paths": [ 40 | { 41 | "__id__": 3 42 | }, 43 | "spriteFrame" 44 | ] 45 | }, 46 | { 47 | "__type__": "cc.animation.ComponentPath", 48 | "component": "cc.Sprite" 49 | }, 50 | { 51 | "__type__": "cc.animation.Channel", 52 | "_curve": { 53 | "__id__": 5 54 | } 55 | }, 56 | { 57 | "__type__": "cc.ObjectCurve", 58 | "_times": [ 59 | 0, 60 | 0.2 61 | ], 62 | "_values": [ 63 | { 64 | "__uuid__": "0a84ca67-4307-4a42-9fc4-90f18f13875e@f9941", 65 | "__expectedType__": "cc.SpriteFrame" 66 | }, 67 | { 68 | "__uuid__": "148c86d3-b018-4524-af0d-ed0f1076642e@f9941", 69 | "__expectedType__": "cc.SpriteFrame" 70 | } 71 | ] 72 | } 73 | ] -------------------------------------------------------------------------------- /assets/resources/loading/head.anim: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.AnimationClip", 4 | "_name": "head", 5 | "_objFlags": 0, 6 | "__editorExtras__": { 7 | "embeddedPlayerGroups": [] 8 | }, 9 | "_native": "", 10 | "sample": 1, 11 | "speed": 1, 12 | "wrapMode": 1, 13 | "enableTrsBlending": false, 14 | "_duration": 3, 15 | "_hash": 500763545, 16 | "_tracks": [ 17 | { 18 | "__id__": 1 19 | } 20 | ], 21 | "_exoticAnimation": null, 22 | "_events": [], 23 | "_embeddedPlayers": [] 24 | }, 25 | { 26 | "__type__": "cc.animation.ObjectTrack", 27 | "_binding": { 28 | "__type__": "cc.animation.TrackBinding", 29 | "path": { 30 | "__id__": 2 31 | } 32 | }, 33 | "_channel": { 34 | "__id__": 4 35 | } 36 | }, 37 | { 38 | "__type__": "cc.animation.TrackPath", 39 | "_paths": [ 40 | { 41 | "__id__": 3 42 | }, 43 | "spriteFrame" 44 | ] 45 | }, 46 | { 47 | "__type__": "cc.animation.ComponentPath", 48 | "component": "cc.Sprite" 49 | }, 50 | { 51 | "__type__": "cc.animation.Channel", 52 | "_curve": { 53 | "__id__": 5 54 | } 55 | }, 56 | { 57 | "__type__": "cc.ObjectCurve", 58 | "_times": [ 59 | 0, 60 | 1, 61 | 2 62 | ], 63 | "_values": [ 64 | { 65 | "__uuid__": "efc70156-0e54-44be-b109-b25c434dafe2@f9941", 66 | "__expectedType__": "cc.SpriteFrame" 67 | }, 68 | { 69 | "__uuid__": "710d7f9e-245c-4cb0-b167-fe29144a2b1c@f9941", 70 | "__expectedType__": "cc.SpriteFrame" 71 | }, 72 | { 73 | "__uuid__": "fbfbc21a-68f4-47a0-b152-44933765afed@f9941", 74 | "__expectedType__": "cc.SpriteFrame" 75 | } 76 | ] 77 | } 78 | ] -------------------------------------------------------------------------------- /assets/resources/loading/animation.anim: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.AnimationClip", 4 | "_name": "animation", 5 | "_objFlags": 0, 6 | "__editorExtras__": { 7 | "embeddedPlayerGroups": [] 8 | }, 9 | "_native": "", 10 | "sample": 3, 11 | "speed": 1, 12 | "wrapMode": 2, 13 | "enableTrsBlending": false, 14 | "_duration": 1, 15 | "_hash": 500763545, 16 | "_tracks": [ 17 | { 18 | "__id__": 1 19 | } 20 | ], 21 | "_exoticAnimation": null, 22 | "_events": [], 23 | "_embeddedPlayers": [] 24 | }, 25 | { 26 | "__type__": "cc.animation.ObjectTrack", 27 | "_binding": { 28 | "__type__": "cc.animation.TrackBinding", 29 | "path": { 30 | "__id__": 2 31 | } 32 | }, 33 | "_channel": { 34 | "__id__": 4 35 | } 36 | }, 37 | { 38 | "__type__": "cc.animation.TrackPath", 39 | "_paths": [ 40 | { 41 | "__id__": 3 42 | }, 43 | "spriteFrame" 44 | ] 45 | }, 46 | { 47 | "__type__": "cc.animation.ComponentPath", 48 | "component": "cc.Sprite" 49 | }, 50 | { 51 | "__type__": "cc.animation.Channel", 52 | "_curve": { 53 | "__id__": 5 54 | } 55 | }, 56 | { 57 | "__type__": "cc.ObjectCurve", 58 | "_times": [ 59 | 0, 60 | 0.3333333333333333, 61 | 0.6666666666666666 62 | ], 63 | "_values": [ 64 | { 65 | "__uuid__": "a3d222df-856a-497a-bea6-9126f2be41a1@f9941", 66 | "__expectedType__": "cc.SpriteFrame" 67 | }, 68 | { 69 | "__uuid__": "c8b7dffe-b1fa-4704-bb6d-32baacc0afe9@f9941", 70 | "__expectedType__": "cc.SpriteFrame" 71 | }, 72 | { 73 | "__uuid__": "d0c25b24-5a18-42b6-81a7-9c9986403537@f9941", 74 | "__expectedType__": "cc.SpriteFrame" 75 | } 76 | ] 77 | } 78 | ] -------------------------------------------------------------------------------- /assets/animations/switch.anim: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.AnimationClip", 4 | "_name": "switch", 5 | "_objFlags": 0, 6 | "__editorExtras__": { 7 | "embeddedPlayerGroups": [] 8 | }, 9 | "_native": "", 10 | "sample": 60, 11 | "speed": 1, 12 | "wrapMode": 1, 13 | "enableTrsBlending": false, 14 | "_duration": 0.08333333333333333, 15 | "_hash": 500763545, 16 | "_tracks": [ 17 | { 18 | "__id__": 1 19 | } 20 | ], 21 | "_exoticAnimation": null, 22 | "_events": [ 23 | { 24 | "frame": 0, 25 | "func": "", 26 | "params": [] 27 | }, 28 | { 29 | "frame": 0.06666666666666667, 30 | "func": "", 31 | "params": [] 32 | } 33 | ], 34 | "_embeddedPlayers": [] 35 | }, 36 | { 37 | "__type__": "cc.animation.ObjectTrack", 38 | "_binding": { 39 | "__type__": "cc.animation.TrackBinding", 40 | "path": { 41 | "__id__": 2 42 | } 43 | }, 44 | "_channel": { 45 | "__id__": 4 46 | } 47 | }, 48 | { 49 | "__type__": "cc.animation.TrackPath", 50 | "_paths": [ 51 | { 52 | "__id__": 3 53 | }, 54 | "spriteFrame" 55 | ] 56 | }, 57 | { 58 | "__type__": "cc.animation.ComponentPath", 59 | "component": "cc.Sprite" 60 | }, 61 | { 62 | "__type__": "cc.animation.Channel", 63 | "_curve": { 64 | "__id__": 5 65 | } 66 | }, 67 | { 68 | "__type__": "cc.ObjectCurve", 69 | "_times": [ 70 | 0, 71 | 0.06666666666666667 72 | ], 73 | "_values": [ 74 | { 75 | "__uuid__": "6471086d-5946-43ae-be8b-0645b168bed7@f9941", 76 | "__expectedType__": "cc.SpriteFrame" 77 | }, 78 | { 79 | "__uuid__": "9229a50d-0cf3-4e63-8da0-662401f2a45a@f9941", 80 | "__expectedType__": "cc.SpriteFrame" 81 | } 82 | ] 83 | } 84 | ] -------------------------------------------------------------------------------- /assets/animations/animation.anim: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.AnimationClip", 4 | "_name": "animation", 5 | "_objFlags": 0, 6 | "__editorExtras__": { 7 | "embeddedPlayerGroups": [] 8 | }, 9 | "_native": "", 10 | "sample": 2, 11 | "speed": 1, 12 | "wrapMode": 22, 13 | "enableTrsBlending": false, 14 | "_duration": 0.5, 15 | "_hash": 500763545, 16 | "_tracks": [ 17 | { 18 | "__id__": 1 19 | } 20 | ], 21 | "_exoticAnimation": null, 22 | "_events": [], 23 | "_embeddedPlayers": [] 24 | }, 25 | { 26 | "__type__": "cc.animation.QuatTrack", 27 | "_binding": { 28 | "__type__": "cc.animation.TrackBinding", 29 | "path": { 30 | "__id__": 2 31 | } 32 | }, 33 | "_channel": { 34 | "__id__": 3 35 | } 36 | }, 37 | { 38 | "__type__": "cc.animation.TrackPath", 39 | "_paths": [ 40 | "rotation" 41 | ] 42 | }, 43 | { 44 | "__type__": "cc.animation.Channel", 45 | "_curve": { 46 | "__id__": 4 47 | } 48 | }, 49 | { 50 | "__type__": "cc.QuatCurve", 51 | "_times": [ 52 | 0, 53 | 0.5 54 | ], 55 | "_values": [ 56 | { 57 | "__type__": "cc.QuatKeyframeValue", 58 | "interpolationMode": 0, 59 | "value": { 60 | "__type__": "cc.Quat", 61 | "x": 0, 62 | "y": 0, 63 | "z": -0.07999999821186066, 64 | "w": 0.9999999403953552 65 | }, 66 | "easingMethod": 0 67 | }, 68 | { 69 | "__type__": "cc.QuatKeyframeValue", 70 | "interpolationMode": 0, 71 | "value": { 72 | "__type__": "cc.Quat", 73 | "x": 0, 74 | "y": 0, 75 | "z": 0.07999999821186066, 76 | "w": 0.9999999403953552 77 | }, 78 | "easingMethod": 0 79 | } 80 | ], 81 | "preExtrapolation": 1, 82 | "postExtrapolation": 1 83 | } 84 | ] -------------------------------------------------------------------------------- /assets/animations/animation-001.anim: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.AnimationClip", 4 | "_name": "animation", 5 | "_objFlags": 0, 6 | "__editorExtras__": { 7 | "embeddedPlayerGroups": [] 8 | }, 9 | "_native": "", 10 | "sample": 2, 11 | "speed": 1, 12 | "wrapMode": 22, 13 | "enableTrsBlending": false, 14 | "_duration": 0.5, 15 | "_hash": 500763545, 16 | "_tracks": [ 17 | { 18 | "__id__": 1 19 | } 20 | ], 21 | "_exoticAnimation": null, 22 | "_events": [], 23 | "_embeddedPlayers": [] 24 | }, 25 | { 26 | "__type__": "cc.animation.QuatTrack", 27 | "_binding": { 28 | "__type__": "cc.animation.TrackBinding", 29 | "path": { 30 | "__id__": 2 31 | } 32 | }, 33 | "_channel": { 34 | "__id__": 3 35 | } 36 | }, 37 | { 38 | "__type__": "cc.animation.TrackPath", 39 | "_paths": [ 40 | "rotation" 41 | ] 42 | }, 43 | { 44 | "__type__": "cc.animation.Channel", 45 | "_curve": { 46 | "__id__": 4 47 | } 48 | }, 49 | { 50 | "__type__": "cc.QuatCurve", 51 | "_times": [ 52 | 0, 53 | 0.5 54 | ], 55 | "_values": [ 56 | { 57 | "__type__": "cc.QuatKeyframeValue", 58 | "interpolationMode": 0, 59 | "value": { 60 | "__type__": "cc.Quat", 61 | "x": 0, 62 | "y": 0, 63 | "z": -0.07999999821186066, 64 | "w": 0.9999999403953552 65 | }, 66 | "easingMethod": 0 67 | }, 68 | { 69 | "__type__": "cc.QuatKeyframeValue", 70 | "interpolationMode": 0, 71 | "value": { 72 | "__type__": "cc.Quat", 73 | "x": 0, 74 | "y": 0, 75 | "z": 0.07999999821186066, 76 | "w": 0.9999999403953552 77 | }, 78 | "easingMethod": 0 79 | } 80 | ], 81 | "preExtrapolation": 1, 82 | "postExtrapolation": 1 83 | } 84 | ] -------------------------------------------------------------------------------- /assets/scripts/BGMControl.ts: -------------------------------------------------------------------------------- 1 | import {_decorator, Component, Node, 2 | AudioSource, AudioClip, 3 | sys, find, resources, 4 | } from 'cc'; 5 | import {MySwitch} from "db://assets/scripts/MySwitch"; 6 | const { ccclass, property } = _decorator; 7 | 8 | // const URL_BGM = "https://mujiang-1253455114.cos.ap-shanghai.myqcloud.com/juan/media/bgm.mp3"; 9 | @ccclass('BGMControl') 10 | export class BGMControl extends Component { 11 | // @property(AudioClip) 12 | // public clip: AudioClip = null; 13 | // @property(AudioSource) 14 | public source: AudioSource = new AudioSource("bgm"); 15 | 16 | @property 17 | public url:string = ""; 18 | 19 | @property 20 | public volume = 1!; 21 | 22 | public enabled: boolean = true!; 23 | 24 | onLoad () { 25 | // console.log('===================', this.node) 26 | this.source.loop = true; 27 | // console.log(this.volume) 28 | this.source.volume = this.volume; 29 | this.enabled = sys.localStorage.getItem("music_close") != '1'; 30 | this.play(); 31 | } 32 | 33 | enable(): boolean { 34 | this.enabled = !this.enabled; 35 | sys.localStorage.setItem("music_close", this.enabled ? '0' : '1'); 36 | if (this.enabled) this.play(); 37 | else this.pause(); 38 | 39 | return this.enabled; 40 | } 41 | 42 | play () { 43 | let sw:Node = find("Setting/background/Music Switch"); 44 | if (this.enabled) { 45 | sw.getComponent(MySwitch).setSpriteFrame(true); 46 | resources.load(this.url, AudioClip, (err, audio)=>{ 47 | this.source.clip = audio; 48 | this.source.loop = true; 49 | this.source.play(); 50 | }) 51 | } else { 52 | this.source.pause(); 53 | sw.getComponent(MySwitch).setSpriteFrame(false); 54 | } 55 | } 56 | 57 | protected onDestroy() { 58 | this.source.pause() 59 | } 60 | 61 | pause () { 62 | this.play(); 63 | } 64 | 65 | start() { 66 | } 67 | 68 | update(deltaTime: number) { 69 | 70 | } 71 | } -------------------------------------------------------------------------------- /assets/scripts/RankListDataControl.ts: -------------------------------------------------------------------------------- 1 | import { _decorator, Component, Prefab, Sprite, SpriteFrame, instantiate, find, Label } from 'cc'; 2 | const { ccclass, property } = _decorator; 3 | import WXAPI from "db://assets/scripts/WXAPI"; 4 | 5 | @ccclass('RankListDataControl') 6 | export class RankListDataControl extends Component { 7 | @property({ type: SpriteFrame }) 8 | private backgrounds: SpriteFrame[] = []; 9 | @property({ type: SpriteFrame }) 10 | private defaultBackground: SpriteFrame = null; 11 | @property({ type: Prefab }) 12 | private row: Prefab = null; 13 | 14 | async start() { 15 | let res = await this.getRankData() 16 | let parent = find("RankListContainer/RankListContainer/ScrollView/view/content") 17 | let dataArr = [] 18 | 19 | for (let i = 0; i < res.length; i++) { 20 | dataArr.push({ nickname: (res[i].name || res[i]?._id).substring(0, 8), minutes: Math.trunc(res[i].time / 60), seconds: res[i].time % 60 }) 21 | } 22 | // for (let i = 0; i < 30; i++) { 23 | // dataArr.push({ nickname: "开岸", minutes: "12", seconds: "45" }) 24 | // } 25 | 26 | for (let i = 0; i < dataArr.length; i++) { 27 | let man = null 28 | man = instantiate(this.row) 29 | this.setOtherManLebal(man, i, dataArr[i]) 30 | parent.addChild(man) 31 | } 32 | } 33 | 34 | update(deltaTime: number) { 35 | 36 | } 37 | setOtherManLebal(node, index, data) { 38 | let num = node.getChildByName('num') 39 | 40 | if (this.backgrounds[index]) { 41 | node.getComponent(Sprite).spriteFrame = this.backgrounds[index] 42 | } else { 43 | node.getComponent(Sprite).spriteFrame = this.defaultBackground 44 | let numLabel = num.getComponent(Label) 45 | numLabel.string = (index + 1) 46 | } 47 | 48 | //设置nickname 49 | let nickname = find('right/nickname', node) 50 | let nicknameLabel = nickname.getComponent(Label) 51 | nicknameLabel.string = data.nickname || '' 52 | //设置时和分 53 | let minLabel = find('right/time/minutes', node).getComponent(Label) 54 | minLabel.string = data.minutes 55 | 56 | let secLabel = find('right/time/seconds', node).getComponent(Label) 57 | secLabel.string = data.seconds 58 | } 59 | //查询排行榜数据 60 | async getRankData() { 61 | let rankRes = await WXAPI.call({ path: "/leaderboard" }) 62 | console.log(rankRes) 63 | return rankRes 64 | } 65 | } 66 | 67 | -------------------------------------------------------------------------------- /assets/scripts/clickAudio.ts: -------------------------------------------------------------------------------- 1 | import {_decorator, Component, AudioSource, Node, AudioClip, 2 | resources, 3 | assetManager, find, sys} from 'cc'; 4 | import {MySwitch} from "db://assets/scripts/MySwitch"; 5 | const { ccclass, property } = _decorator; 6 | 7 | const URL_BEEP = "https://mujiang-1253455114.cos.ap-shanghai.myqcloud.com/juan/media/beep.mp3"; 8 | 9 | let enabled = false; 10 | let vibrateEnabled = false; 11 | 12 | @ccclass('clickAudio') 13 | export class clickAudio extends Component { 14 | // @property(AudioSource) 15 | public source: AudioSource = new AudioSource("beep"); 16 | 17 | static isEnabled() { 18 | return enabled; 19 | } 20 | 21 | start() { 22 | 23 | } 24 | 25 | update(deltaTime: number) { 26 | 27 | } 28 | 29 | enable(): boolean { 30 | enabled = !enabled; 31 | sys.localStorage.setItem("effect_close", enabled ? '0' : '1'); 32 | let sw:Node = find("Setting/background/Effect Switch"); 33 | sw.getComponent(MySwitch).setSpriteFrame(enabled); 34 | 35 | return enabled; 36 | } 37 | 38 | vibrateEnable(): boolean { 39 | vibrateEnabled = !vibrateEnabled; 40 | sys.localStorage.setItem("vibrate_close", vibrateEnabled ? '0' : '1'); 41 | let sw:Node = find("Setting/background/Vibrate Switch"); 42 | sw.getComponent(MySwitch).setSpriteFrame(vibrateEnabled); 43 | 44 | return vibrateEnabled; 45 | } 46 | 47 | onLoad() { 48 | enabled = sys.localStorage.getItem("effect_close") != '1'; 49 | vibrateEnabled = sys.localStorage.getItem("vibrate_close") != '1'; 50 | 51 | let sw:Node = find("Setting/background/Effect Switch"); 52 | sw.getComponent(MySwitch).setSpriteFrame(enabled); 53 | let swv:Node = find("Setting/background/Vibrate Switch"); 54 | swv.getComponent(MySwitch).setSpriteFrame(vibrateEnabled); 55 | 56 | // assetManager.loadRemote(URL_BEEP, (err, audioClip: AudioClip) => { 57 | // this.source.clip = audioClip; 58 | // }); 59 | resources.load('audio/button', AudioClip, (err, audio)=>{ 60 | this.source.clip = audio; 61 | this.source.loop = false; 62 | }) 63 | this.node.on(Node.EventType.TOUCH_START, ()=>{ 64 | if (enabled) { 65 | // this.source.playOneShot(this.source.clip); 66 | this.source.play(); 67 | } 68 | 69 | if (vibrateEnabled) { 70 | if (typeof wx != "undefined") wx.vibrateShort({ 71 | type: 'medium' 72 | }); 73 | } 74 | }) 75 | } 76 | } 77 | 78 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 卷了个卷微信小游戏 2 | 3 | 这是我第一次开发一个完整的游戏,作为练习并完成上线。现在这个游戏已经停止维护,所以我决定将它开源。扫描二维码可以体验。 4 | 5 | ![gh_cefdaf8ba6d0_258](https://user-images.githubusercontent.com/690825/215934337-56611a51-3709-4d0c-b7fc-1d4f9a36351f.jpeg) 6 | 7 | ## 版权声明 8 | 9 | 本项目**代码**遵循**Apache**协议,您可以修改并闭源商用,但必须保留本项目所涵盖的相关代码的署名信息。 10 | 11 | 本项目**图片/声音等资源**大部分来源于**杭州文摇没文化有限公司**(小部分来源于网络),禁止商用,如有需要可以联系该公司负责人获取授权。 12 | 13 | ## 项目简介 14 | 本项目典型(自然用户)留存数据如下: 15 | 16 | ![20230201112936](https://user-images.githubusercontent.com/690825/215938360-408304b4-c107-434a-918a-a4b406ce7b93.jpg) 17 | 18 | ## Quick Start 19 | 20 | 等我有时间了继续补充,如果您迫切想要教程或其他支持,Pls let me know,这可能会加快整个进程。 21 | 22 | ## Contributes 23 | 24 | 感谢 @zhang123-bit 参与的部分开发 25 | 26 | 如果您有兴趣帮助项目继续研发,可以关注: 27 | 28 | * 启动页 29 | * 关卡配置协议及配置工具 30 | * 游戏道具和难度配置 31 | * 关卡选择菜单等 32 | 33 | 如果您需要进一步的贡献指引,Pls let me know。 34 | 35 | ## 部分截图 36 | 37 | ![IMG_7457](https://user-images.githubusercontent.com/690825/215936910-79c25087-a1f0-4b80-858b-3b712d1e9a27.PNG) 38 | ![IMG_7458](https://user-images.githubusercontent.com/690825/215936914-1b458452-49ec-4eff-842a-6c3adb05cd9e.PNG) 39 | 40 | ## Quick Start 41 | 本游戏通过 Cocos Creator 开发,然后再“构建”成符合微信小程序规范的格式,并通过“微信开发工具”进行最终在手机上的预览、发布、上线。 42 | 43 | 1. 下载微信开发工具 https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html 44 | 2. 下载代码 `git clone git@github.com:ericdum/juanlegejuan.git` 45 | 3. 打开微信开发工具,在左边菜单中选择小游戏,然后在右上角点击导入。 46 | 4. 在创建小游戏页面点击使用测试号,或者自行[注册正式账号](https://mp.weixin.qq.com/wxopen/waregister?action=step1) 47 | ![微信截图_20230223193430](https://user-images.githubusercontent.com/690825/220901959-3b68f525-70fc-4273-88c5-bdff610875cc.png) 48 | 6. 记下这个appId,稍后要用。 49 | 7. 下载 Cocos Dashboard https://www.cocos.com/en/creator-download 50 | 8. 登录后点击 Add 选择根目录 51 | 9. 随后列表中选择juanlegejuna后进入项目。 52 | 10. 在“场景编辑器”中首先将视图切换为2D模式。 53 | ![微信截图_20230223194342](https://user-images.githubusercontent.com/690825/220902015-99d06655-9e97-4e8f-9aa8-121e5ed16ef8.png) 54 | 12. 左下角“资源管理器”中的game、home是两个最主要的场景,双击这两个场景可以检查具体的页面布局。 55 | 13. 点击右上角“构建发布”,在弹出菜单中选择“发布平台”到“微信小游戏” 56 | ![微信截图_20230223195226](https://user-images.githubusercontent.com/690825/220902076-3112d7dd-5aec-43f5-8b62-bac0bad8e2c2.png) 57 | 15. 初始场景选择为 home 58 | 16. 取消勾选 first 场景 59 | 17. 勾选MD5缓存、Source Maps、替换插屏、初始场景分包、分离引擎 60 | ![微信截图_20230223195252](https://user-images.githubusercontent.com/690825/220902107-5e54de8e-fdeb-4dcf-9633-c46979fee746.png) 61 | 19. 然后在 appId 中填写前面在小游戏页面创建的 appID 62 | 20. 点击构建 63 | 21. 切换到“微信开发工具”,选择 build/wechatgame 目录重新导入项目 64 | 22. 即可运行 65 | 23. FYI:如果卡在首页,注意错误提示,可能需要导入 Cocos 的基础库,注意控制台报错的提示。 66 | ![微信截图_20230223200519](https://user-images.githubusercontent.com/690825/220901553-2827ef26-70d6-44c1-8003-af9eb0dc1514.png) 67 | 20. FYI:目前后端代码使用了直接请求微信云服务,这个部分代码尚未开源需要自行替换实现。 68 | 69 | -------------------------------------------------------------------------------- /settings/v2/packages/engine.json: -------------------------------------------------------------------------------- 1 | { 2 | "__version__": "1.0.6", 3 | "modules": { 4 | "cache": { 5 | "base": { 6 | "_value": true 7 | }, 8 | "graphcis": { 9 | "_value": true 10 | }, 11 | "gfx-webgl": { 12 | "_value": true 13 | }, 14 | "gfx-webgl2": { 15 | "_value": true 16 | }, 17 | "3d": { 18 | "_value": false 19 | }, 20 | "2d": { 21 | "_value": true 22 | }, 23 | "ui": { 24 | "_value": true 25 | }, 26 | "particle": { 27 | "_value": false 28 | }, 29 | "physics": { 30 | "_value": false, 31 | "_option": "physics-ammo" 32 | }, 33 | "physics-ammo": { 34 | "_value": false 35 | }, 36 | "physics-cannon": { 37 | "_value": false 38 | }, 39 | "physics-physx": { 40 | "_value": false 41 | }, 42 | "physics-builtin": { 43 | "_value": false 44 | }, 45 | "physics-2d": { 46 | "_value": true, 47 | "_option": "physics-2d-box2d" 48 | }, 49 | "physics-2d-box2d": { 50 | "_value": false 51 | }, 52 | "physics-2d-builtin": { 53 | "_value": false 54 | }, 55 | "intersection-2d": { 56 | "_value": true 57 | }, 58 | "primitive": { 59 | "_value": false 60 | }, 61 | "profiler": { 62 | "_value": true 63 | }, 64 | "particle-2d": { 65 | "_value": true 66 | }, 67 | "audio": { 68 | "_value": true 69 | }, 70 | "video": { 71 | "_value": true 72 | }, 73 | "webview": { 74 | "_value": true 75 | }, 76 | "tween": { 77 | "_value": true 78 | }, 79 | "terrain": { 80 | "_value": false 81 | }, 82 | "tiled-map": { 83 | "_value": true 84 | }, 85 | "spine": { 86 | "_value": true 87 | }, 88 | "dragon-bones": { 89 | "_value": true 90 | } 91 | }, 92 | "includeModules": [ 93 | "2d", 94 | "animation", 95 | "audio", 96 | "base", 97 | "dragon-bones", 98 | "gfx-webgl", 99 | "gfx-webgl2", 100 | "intersection-2d", 101 | "marionette", 102 | "particle-2d", 103 | "physics-2d-box2d", 104 | "profiler", 105 | "skeletal-animation", 106 | "spine", 107 | "tiled-map", 108 | "tween", 109 | "ui", 110 | "video", 111 | "webview" 112 | ], 113 | "noDeprecatedFeatures": { 114 | "value": false, 115 | "version": "" 116 | } 117 | } 118 | } 119 | -------------------------------------------------------------------------------- /assets/scripts/GameControl.ts: -------------------------------------------------------------------------------- 1 | import { 2 | _decorator, Component, director, 3 | find, Node, Animation, resources, game, assetManager, 4 | Sprite, SpriteFrame, ImageAsset, Texture2D, AudioSource, AudioClip 5 | } from 'cc'; 6 | import WXAPI from "db://assets/scripts/WXAPI"; 7 | import {clickAudio} from "db://assets/scripts/clickAudio"; 8 | const { ccclass, property } = _decorator; 9 | 10 | let firstLoad = true; 11 | 12 | @ccclass('GameControl') 13 | export class GameControl extends Component { 14 | private audio:AudioSource = new AudioSource(); 15 | time = Date.now() 16 | start() { 17 | if (director.getScene().name == "game") { 18 | // 找不到节点 19 | // const ly:Node = find('Canvas/TransitionMaskLayout'); 20 | // const trans = ly.getComponent(Animation); 21 | // console.log('fadeOut') 22 | // trans.play("fadeOut"); 23 | } 24 | if (director.getScene().name == "home") { 25 | assetManager.loadRemote("https://prod-8g71dxke43f8814e-1314041846.tcloudbaseapp.com/uploads/gongzhonghao.png", (err, asset:ImageAsset)=>{ 26 | if (err) return console.error(err) 27 | let popup = find('gongzhonghao/gongzhonghao'); 28 | const spriteFrame = new SpriteFrame(); 29 | const texture = new Texture2D(); 30 | texture.image = asset; 31 | spriteFrame.texture = texture 32 | popup.getComponent(Sprite).spriteFrame = spriteFrame; 33 | }) 34 | } 35 | 36 | if (firstLoad) { 37 | firstLoad = false; 38 | WXAPI.login(); 39 | 40 | // resources.preloadDir('icons', console.log) 41 | // resources.preloadDir('home', console.log) 42 | // resources.preloadDir('gaming-juan', console.log) 43 | // resources.preloadDir('audio', console.log) 44 | director.preloadScene("game", () => { 45 | resources.preloadDir('icons') 46 | }) 47 | } 48 | console.log('start', Date.now() - this.time) 49 | } 50 | 51 | update(deltaTime: number) { 52 | } 53 | 54 | onLoad() { 55 | console.log('onLoad', Date.now() - this.time) 56 | // console.log('game control loaded') 57 | } 58 | 59 | startGame() { 60 | const ly:Node = find('Canvas/TransitionMaskLayout'); 61 | ly.active = true; 62 | const trans = ly.getComponent(Animation); 63 | 64 | this.scheduleOnce(()=>{ 65 | director.loadScene("game"); 66 | }, 0.3) 67 | console.log('start'); 68 | trans.play(); 69 | if ( ! clickAudio.isEnabled()) return; 70 | resources.load("audio/trans", AudioClip, (err, audio)=>{ 71 | this.audio.playOneShot(audio); 72 | }) 73 | WXAPI.event("user_start_game", {}) 74 | } 75 | 76 | backToHome() { 77 | const ly:Node = find('Canvas/TransitionMaskLayout'); 78 | ly.active = true; 79 | const trans = ly.getComponent(Animation); 80 | this.scheduleOnce(()=>{ 81 | director.loadScene("home"); 82 | }, 0.3) 83 | trans.play(); 84 | if ( ! clickAudio.isEnabled()) return; 85 | resources.load("audio/trans", AudioClip, (err, audio)=>{ 86 | this.audio.playOneShot(audio); 87 | }) 88 | } 89 | 90 | } 91 | 92 | 93 | 94 | -------------------------------------------------------------------------------- /assets/mask.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "0a0a0270-ce3a-4a1d-86b7-9009d4bc456a", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "0a0a0270-ce3a-4a1d-86b7-9009d4bc456a@6c48a", 14 | "displayName": "mask", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "0a0a0270-ce3a-4a1d-86b7-9009d4bc456a", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "0a0a0270-ce3a-4a1d-86b7-9009d4bc456a@f9941", 38 | "displayName": "mask", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 12, 50 | "height": 12, 51 | "rawWidth": 12, 52 | "rawHeight": 12, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -6, 65 | -6, 66 | 0, 67 | 6, 68 | -6, 69 | 0, 70 | -6, 71 | 6, 72 | 0, 73 | 6, 74 | 6, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 12, 88 | 12, 89 | 12, 90 | 0, 91 | 0, 92 | 12, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -6, 107 | -6, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 6, 112 | 6, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "0a0a0270-ce3a-4a1d-86b7-9009d4bc456a@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "0a0a0270-ce3a-4a1d-86b7-9009d4bc456a@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/assets/mask.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "e87fc906-a58c-411f-9202-ccfa017b597b", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "e87fc906-a58c-411f-9202-ccfa017b597b@6c48a", 14 | "displayName": "mask", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "e87fc906-a58c-411f-9202-ccfa017b597b", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "e87fc906-a58c-411f-9202-ccfa017b597b@f9941", 38 | "displayName": "mask", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 10, 50 | "height": 10, 51 | "rawWidth": 10, 52 | "rawHeight": 10, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -5, 65 | -5, 66 | 0, 67 | 5, 68 | -5, 69 | 0, 70 | -5, 71 | 5, 72 | 0, 73 | 5, 74 | 5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 10, 88 | 10, 89 | 10, 90 | 0, 91 | 0, 92 | 10, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -5, 107 | -5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 5, 112 | 5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "e87fc906-a58c-411f-9202-ccfa017b597b@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "e87fc906-a58c-411f-9202-ccfa017b597b@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/assets/排行.PNG.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "60a8d406-af9f-42b4-a478-d2d30dd0ceb9", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "60a8d406-af9f-42b4-a478-d2d30dd0ceb9@6c48a", 14 | "displayName": "排行", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "60a8d406-af9f-42b4-a478-d2d30dd0ceb9", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "60a8d406-af9f-42b4-a478-d2d30dd0ceb9@f9941", 38 | "displayName": "排行", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 127, 50 | "height": 130, 51 | "rawWidth": 127, 52 | "rawHeight": 130, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -63.5, 65 | -65, 66 | 0, 67 | 63.5, 68 | -65, 69 | 0, 70 | -63.5, 71 | 65, 72 | 0, 73 | 63.5, 74 | 65, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 130, 88 | 127, 89 | 130, 90 | 0, 91 | 0, 92 | 127, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -63.5, 107 | -65, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 63.5, 112 | 65, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "60a8d406-af9f-42b4-a478-d2d30dd0ceb9@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "60a8d406-af9f-42b4-a478-d2d30dd0ceb9@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/no.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "4d644d84-9e68-4418-adfc-7d7b526990d6", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "4d644d84-9e68-4418-adfc-7d7b526990d6@6c48a", 14 | "displayName": "no", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "4d644d84-9e68-4418-adfc-7d7b526990d6", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "4d644d84-9e68-4418-adfc-7d7b526990d6@f9941", 38 | "displayName": "no", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 304, 50 | "height": 130, 51 | "rawWidth": 304, 52 | "rawHeight": 130, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -152, 65 | -65, 66 | 0, 67 | 152, 68 | -65, 69 | 0, 70 | -152, 71 | 65, 72 | 0, 73 | 152, 74 | 65, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 130, 88 | 304, 89 | 130, 90 | 0, 91 | 0, 92 | 304, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -152, 107 | -65, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 152, 112 | 65, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "4d644d84-9e68-4418-adfc-7d7b526990d6@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "4d644d84-9e68-4418-adfc-7d7b526990d6@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/yes.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "7be681a7-ef67-49af-aa28-eeedfb1c48c4", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "7be681a7-ef67-49af-aa28-eeedfb1c48c4@6c48a", 14 | "displayName": "yes", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "7be681a7-ef67-49af-aa28-eeedfb1c48c4", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "7be681a7-ef67-49af-aa28-eeedfb1c48c4@f9941", 38 | "displayName": "yes", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 304, 50 | "height": 128, 51 | "rawWidth": 304, 52 | "rawHeight": 128, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -152, 65 | -64, 66 | 0, 67 | 152, 68 | -64, 69 | 0, 70 | -152, 71 | 64, 72 | 0, 73 | 152, 74 | 64, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 128, 88 | 304, 89 | 128, 90 | 0, 91 | 0, 92 | 304, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -152, 107 | -64, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 152, 112 | 64, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "7be681a7-ef67-49af-aa28-eeedfb1c48c4@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "7be681a7-ef67-49af-aa28-eeedfb1c48c4@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/home/BG.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "dd7f28bb-b5ec-46c6-bf58-7b769214edc9", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "dd7f28bb-b5ec-46c6-bf58-7b769214edc9@6c48a", 14 | "displayName": "BG", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "dd7f28bb-b5ec-46c6-bf58-7b769214edc9", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "dd7f28bb-b5ec-46c6-bf58-7b769214edc9@f9941", 38 | "displayName": "BG", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 1440, 50 | "height": 1152, 51 | "rawWidth": 1440, 52 | "rawHeight": 1152, 53 | "borderTop": 1123, 54 | "borderBottom": 1, 55 | "borderLeft": 1, 56 | "borderRight": 1, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -720, 65 | -576, 66 | 0, 67 | 720, 68 | -576, 69 | 0, 70 | -720, 71 | 576, 72 | 0, 73 | 720, 74 | 576, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 1152, 88 | 1440, 89 | 1152, 90 | 0, 91 | 0, 92 | 1440, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -720, 107 | -576, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 720, 112 | 576, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "dd7f28bb-b5ec-46c6-bf58-7b769214edc9@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "dd7f28bb-b5ec-46c6-bf58-7b769214edc9@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/giveup.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "73b139cc-0e86-45d1-9bc6-3e823bf3d864", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "73b139cc-0e86-45d1-9bc6-3e823bf3d864@6c48a", 14 | "displayName": "giveup", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "73b139cc-0e86-45d1-9bc6-3e823bf3d864", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "73b139cc-0e86-45d1-9bc6-3e823bf3d864@f9941", 38 | "displayName": "giveup", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 662, 50 | "height": 190, 51 | "rawWidth": 662, 52 | "rawHeight": 190, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -331, 65 | -95, 66 | 0, 67 | 331, 68 | -95, 69 | 0, 70 | -331, 71 | 95, 72 | 0, 73 | 331, 74 | 95, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 190, 88 | 662, 89 | 190, 90 | 0, 91 | 0, 92 | 662, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -331, 107 | -95, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 331, 112 | 95, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "73b139cc-0e86-45d1-9bc6-3e823bf3d864@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "73b139cc-0e86-45d1-9bc6-3e823bf3d864@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/home/rankList/gold.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "de8fa56c-cb0f-41fa-ba48-c1be24017f95", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "de8fa56c-cb0f-41fa-ba48-c1be24017f95@6c48a", 14 | "displayName": "gold", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "de8fa56c-cb0f-41fa-ba48-c1be24017f95", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "de8fa56c-cb0f-41fa-ba48-c1be24017f95@f9941", 38 | "displayName": "gold", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 727, 50 | "height": 84, 51 | "rawWidth": 727, 52 | "rawHeight": 84, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -363.5, 65 | -42, 66 | 0, 67 | 363.5, 68 | -42, 69 | 0, 70 | -363.5, 71 | 42, 72 | 0, 73 | 363.5, 74 | 42, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 84, 88 | 727, 89 | 84, 90 | 0, 91 | 0, 92 | 727, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -363.5, 107 | -42, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 363.5, 112 | 42, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "de8fa56c-cb0f-41fa-ba48-c1be24017f95@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "de8fa56c-cb0f-41fa-ba48-c1be24017f95@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/icons/newicons/dingding.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "a30f7ba4-828f-4345-a28b-73e82c3eef07", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "a30f7ba4-828f-4345-a28b-73e82c3eef07@6c48a", 14 | "displayName": "dingding", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "a30f7ba4-828f-4345-a28b-73e82c3eef07", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "a30f7ba4-828f-4345-a28b-73e82c3eef07@f9941", 38 | "displayName": "dingding", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 180, 50 | "height": 180, 51 | "rawWidth": 180, 52 | "rawHeight": 180, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -90, 65 | -90, 66 | 0, 67 | 90, 68 | -90, 69 | 0, 70 | -90, 71 | 90, 72 | 0, 73 | 90, 74 | 90, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 180, 88 | 180, 89 | 180, 90 | 0, 91 | 0, 92 | 180, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -90, 107 | -90, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 90, 112 | 90, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "a30f7ba4-828f-4345-a28b-73e82c3eef07@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "a30f7ba4-828f-4345-a28b-73e82c3eef07@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/back.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "f77534c9-a7c0-4fc2-a875-8c4334ad7862", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "f77534c9-a7c0-4fc2-a875-8c4334ad7862@6c48a", 14 | "displayName": "back", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "f77534c9-a7c0-4fc2-a875-8c4334ad7862", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "f77534c9-a7c0-4fc2-a875-8c4334ad7862@f9941", 38 | "displayName": "back", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 482, 50 | "height": 141, 51 | "rawWidth": 482, 52 | "rawHeight": 141, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -241, 65 | -70.5, 66 | 0, 67 | 241, 68 | -70.5, 69 | 0, 70 | -241, 71 | 70.5, 72 | 0, 73 | 241, 74 | 70.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 141, 88 | 482, 89 | 141, 90 | 0, 91 | 0, 92 | 482, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -241, 107 | -70.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 241, 112 | 70.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "f77534c9-a7c0-4fc2-a875-8c4334ad7862@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "f77534c9-a7c0-4fc2-a875-8c4334ad7862@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/gaming-juan/bg.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "559df876-68af-496a-a474-f8a5c72d6df5", 6 | "files": [ 7 | ".jpg", 8 | ".json" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "559df876-68af-496a-a474-f8a5c72d6df5@6c48a", 14 | "displayName": "bg", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "559df876-68af-496a-a474-f8a5c72d6df5", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "559df876-68af-496a-a474-f8a5c72d6df5@f9941", 38 | "displayName": "bg", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 292, 50 | "height": 737, 51 | "rawWidth": 292, 52 | "rawHeight": 737, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -146, 65 | -368.5, 66 | 0, 67 | 146, 68 | -368.5, 69 | 0, 70 | -146, 71 | 368.5, 72 | 0, 73 | 146, 74 | 368.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 737, 88 | 292, 89 | 737, 90 | 0, 91 | 0, 92 | 292, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -146, 107 | -368.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 146, 112 | 368.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "559df876-68af-496a-a474-f8a5c72d6df5@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "559df876-68af-496a-a474-f8a5c72d6df5@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/gaming-juan/out.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "b2c7a28f-dd95-4a5a-906a-386bcb0f0b5a", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "b2c7a28f-dd95-4a5a-906a-386bcb0f0b5a@6c48a", 14 | "displayName": "out", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "b2c7a28f-dd95-4a5a-906a-386bcb0f0b5a", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "b2c7a28f-dd95-4a5a-906a-386bcb0f0b5a@f9941", 38 | "displayName": "out", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 290, 50 | "height": 235, 51 | "rawWidth": 290, 52 | "rawHeight": 235, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -145, 65 | -117.5, 66 | 0, 67 | 145, 68 | -117.5, 69 | 0, 70 | -145, 71 | 117.5, 72 | 0, 73 | 145, 74 | 117.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 235, 88 | 290, 89 | 235, 90 | 0, 91 | 0, 92 | 290, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -145, 107 | -117.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 145, 112 | 117.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "b2c7a28f-dd95-4a5a-906a-386bcb0f0b5a@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "b2c7a28f-dd95-4a5a-906a-386bcb0f0b5a@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/home/rankList/bronze.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "4316672d-5cd0-4945-aca5-bd5e959b1757", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "4316672d-5cd0-4945-aca5-bd5e959b1757@6c48a", 14 | "displayName": "bronze", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "4316672d-5cd0-4945-aca5-bd5e959b1757", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "4316672d-5cd0-4945-aca5-bd5e959b1757@f9941", 38 | "displayName": "bronze", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 727, 50 | "height": 84, 51 | "rawWidth": 727, 52 | "rawHeight": 84, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -363.5, 65 | -42, 66 | 0, 67 | 363.5, 68 | -42, 69 | 0, 70 | -363.5, 71 | 42, 72 | 0, 73 | 363.5, 74 | 42, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 84, 88 | 727, 89 | 84, 90 | 0, 91 | 0, 92 | 727, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -363.5, 107 | -42, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 363.5, 112 | 42, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "4316672d-5cd0-4945-aca5-bd5e959b1757@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "4316672d-5cd0-4945-aca5-bd5e959b1757@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/home/rankList/silver.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "f3dcd162-4d23-4bfa-a9d4-b4b617470b07", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "f3dcd162-4d23-4bfa-a9d4-b4b617470b07@6c48a", 14 | "displayName": "silver", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "f3dcd162-4d23-4bfa-a9d4-b4b617470b07", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "f3dcd162-4d23-4bfa-a9d4-b4b617470b07@f9941", 38 | "displayName": "silver", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 727, 50 | "height": 84, 51 | "rawWidth": 727, 52 | "rawHeight": 84, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -363.5, 65 | -42, 66 | 0, 67 | 363.5, 68 | -42, 69 | 0, 70 | -363.5, 71 | 42, 72 | 0, 73 | 363.5, 74 | 42, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 84, 88 | 727, 89 | 84, 90 | 0, 91 | 0, 92 | 727, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -363.5, 107 | -42, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 363.5, 112 | 42, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "f3dcd162-4d23-4bfa-a9d4-b4b617470b07@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "f3dcd162-4d23-4bfa-a9d4-b4b617470b07@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/home/rankList/white.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "ce631d12-3135-4a2a-a6ca-aea9beb0f39a", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "ce631d12-3135-4a2a-a6ca-aea9beb0f39a@6c48a", 14 | "displayName": "white", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "ce631d12-3135-4a2a-a6ca-aea9beb0f39a", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "ce631d12-3135-4a2a-a6ca-aea9beb0f39a@f9941", 38 | "displayName": "white", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 727, 50 | "height": 84, 51 | "rawWidth": 727, 52 | "rawHeight": 84, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -363.5, 65 | -42, 66 | 0, 67 | 363.5, 68 | -42, 69 | 0, 70 | -363.5, 71 | 42, 72 | 0, 73 | 363.5, 74 | 42, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 84, 88 | 727, 89 | 84, 90 | 0, 91 | 0, 92 | 727, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -363.5, 107 | -42, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 363.5, 112 | 42, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "ce631d12-3135-4a2a-a6ca-aea9beb0f39a@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "ce631d12-3135-4a2a-a6ca-aea9beb0f39a@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/home/背景.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "e5566ce5-c287-419f-b544-6b92539a2991", 6 | "files": [ 7 | ".jpg", 8 | ".json" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "e5566ce5-c287-419f-b544-6b92539a2991@6c48a", 14 | "displayName": "背景", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "e5566ce5-c287-419f-b544-6b92539a2991", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "e5566ce5-c287-419f-b544-6b92539a2991@f9941", 38 | "displayName": "背景", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 1440, 50 | "height": 2560, 51 | "rawWidth": 1440, 52 | "rawHeight": 2560, 53 | "borderTop": 478, 54 | "borderBottom": 489, 55 | "borderLeft": 115, 56 | "borderRight": 123, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -720, 65 | -1280, 66 | 0, 67 | 720, 68 | -1280, 69 | 0, 70 | -720, 71 | 1280, 72 | 0, 73 | 720, 74 | 1280, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 2560, 88 | 1440, 89 | 2560, 90 | 0, 91 | 0, 92 | 1440, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -720, 107 | -1280, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 720, 112 | 1280, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "e5566ce5-c287-419f-b544-6b92539a2991@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "e5566ce5-c287-419f-b544-6b92539a2991@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/loading/载入1.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "efc70156-0e54-44be-b109-b25c434dafe2", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "efc70156-0e54-44be-b109-b25c434dafe2@6c48a", 14 | "displayName": "载入1", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "efc70156-0e54-44be-b109-b25c434dafe2", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "efc70156-0e54-44be-b109-b25c434dafe2@f9941", 38 | "displayName": "载入1", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 1440, 50 | "height": 2560, 51 | "rawWidth": 1440, 52 | "rawHeight": 2560, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -720, 65 | -1280, 66 | 0, 67 | 720, 68 | -1280, 69 | 0, 70 | -720, 71 | 1280, 72 | 0, 73 | 720, 74 | 1280, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 2560, 88 | 1440, 89 | 2560, 90 | 0, 91 | 0, 92 | 1440, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -720, 107 | -1280, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 720, 112 | 1280, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "efc70156-0e54-44be-b109-b25c434dafe2@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "efc70156-0e54-44be-b109-b25c434dafe2@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/loading/载入2.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "710d7f9e-245c-4cb0-b167-fe29144a2b1c", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "710d7f9e-245c-4cb0-b167-fe29144a2b1c@6c48a", 14 | "displayName": "载入2", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "710d7f9e-245c-4cb0-b167-fe29144a2b1c", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "710d7f9e-245c-4cb0-b167-fe29144a2b1c@f9941", 38 | "displayName": "载入2", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 1440, 50 | "height": 2560, 51 | "rawWidth": 1440, 52 | "rawHeight": 2560, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -720, 65 | -1280, 66 | 0, 67 | 720, 68 | -1280, 69 | 0, 70 | -720, 71 | 1280, 72 | 0, 73 | 720, 74 | 1280, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 2560, 88 | 1440, 89 | 2560, 90 | 0, 91 | 0, 92 | 1440, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -720, 107 | -1280, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 720, 112 | 1280, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "710d7f9e-245c-4cb0-b167-fe29144a2b1c@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "710d7f9e-245c-4cb0-b167-fe29144a2b1c@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/loading/载入3.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "fbfbc21a-68f4-47a0-b152-44933765afed", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "fbfbc21a-68f4-47a0-b152-44933765afed@6c48a", 14 | "displayName": "载入3", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "fbfbc21a-68f4-47a0-b152-44933765afed", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "fbfbc21a-68f4-47a0-b152-44933765afed@f9941", 38 | "displayName": "载入3", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 1440, 50 | "height": 2560, 51 | "rawWidth": 1440, 52 | "rawHeight": 2560, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -720, 65 | -1280, 66 | 0, 67 | 720, 68 | -1280, 69 | 0, 70 | -720, 71 | 1280, 72 | 0, 73 | 720, 74 | 1280, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 2560, 88 | 1440, 89 | 2560, 90 | 0, 91 | 0, 92 | 1440, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -720, 107 | -1280, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 720, 112 | 1280, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "fbfbc21a-68f4-47a0-b152-44933765afed@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "fbfbc21a-68f4-47a0-b152-44933765afed@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/gaming-juan/giveup.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "254deadf-89c2-45c1-a36b-368bb74805bb", 6 | "files": [ 7 | ".jpg", 8 | ".json" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "254deadf-89c2-45c1-a36b-368bb74805bb@6c48a", 14 | "displayName": "giveup", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "254deadf-89c2-45c1-a36b-368bb74805bb", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "254deadf-89c2-45c1-a36b-368bb74805bb@f9941", 38 | "displayName": "giveup", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 528, 50 | "height": 157, 51 | "rawWidth": 528, 52 | "rawHeight": 157, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -264, 65 | -78.5, 66 | 0, 67 | 264, 68 | -78.5, 69 | 0, 70 | -264, 71 | 78.5, 72 | 0, 73 | 264, 74 | 78.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 157, 88 | 528, 89 | 157, 90 | 0, 91 | 0, 92 | 528, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -264, 107 | -78.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 264, 112 | 78.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "254deadf-89c2-45c1-a36b-368bb74805bb@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "254deadf-89c2-45c1-a36b-368bb74805bb@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/gaming-juan/undo.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "223a1766-e0b0-4dc5-ba54-ccd2b150efbf", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "223a1766-e0b0-4dc5-ba54-ccd2b150efbf@6c48a", 14 | "displayName": "undo", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "223a1766-e0b0-4dc5-ba54-ccd2b150efbf", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "223a1766-e0b0-4dc5-ba54-ccd2b150efbf@f9941", 38 | "displayName": "undo", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 290, 50 | "height": 235, 51 | "rawWidth": 290, 52 | "rawHeight": 235, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -145, 65 | -117.5, 66 | 0, 67 | 145, 68 | -117.5, 69 | 0, 70 | -145, 71 | 117.5, 72 | 0, 73 | 145, 74 | 117.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 235, 88 | 290, 89 | 235, 90 | 0, 91 | 0, 92 | 290, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -145, 107 | -117.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 145, 112 | 117.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "223a1766-e0b0-4dc5-ba54-ccd2b150efbf@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "223a1766-e0b0-4dc5-ba54-ccd2b150efbf@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/home/rankList/thirdman.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "f7792f91-191c-4ae6-9705-4b5878cbfc74", 6 | "files": [ 7 | ".jpg", 8 | ".json" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "f7792f91-191c-4ae6-9705-4b5878cbfc74@6c48a", 14 | "displayName": "thirdman", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "f7792f91-191c-4ae6-9705-4b5878cbfc74", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "f7792f91-191c-4ae6-9705-4b5878cbfc74@f9941", 38 | "displayName": "thirdman", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 1022, 50 | "height": 120, 51 | "rawWidth": 1022, 52 | "rawHeight": 120, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -511, 65 | -60, 66 | 0, 67 | 511, 68 | -60, 69 | 0, 70 | -511, 71 | 60, 72 | 0, 73 | 511, 74 | 60, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 120, 88 | 1022, 89 | 120, 90 | 0, 91 | 0, 92 | 1022, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -511, 107 | -60, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 511, 112 | 60, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "f7792f91-191c-4ae6-9705-4b5878cbfc74@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "f7792f91-191c-4ae6-9705-4b5878cbfc74@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/gaming/leave.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "a65d688f-23ce-4101-b37c-ed276cbdcc79", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "a65d688f-23ce-4101-b37c-ed276cbdcc79@6c48a", 14 | "displayName": "leave", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "a65d688f-23ce-4101-b37c-ed276cbdcc79", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "a65d688f-23ce-4101-b37c-ed276cbdcc79@f9941", 38 | "displayName": "leave", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 511, 50 | "height": 148, 51 | "rawWidth": 511, 52 | "rawHeight": 148, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -255.5, 65 | -74, 66 | 0, 67 | 255.5, 68 | -74, 69 | 0, 70 | -255.5, 71 | 74, 72 | 0, 73 | 255.5, 74 | 74, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 148, 88 | 511, 89 | 148, 90 | 0, 91 | 0, 92 | 511, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -255.5, 107 | -74, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 255.5, 112 | 74, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "a65d688f-23ce-4101-b37c-ed276cbdcc79@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "a65d688f-23ce-4101-b37c-ed276cbdcc79@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/gaming-juan/random.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "ca81f7e5-fc53-40ae-87c6-6d742adce9be", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "ca81f7e5-fc53-40ae-87c6-6d742adce9be@6c48a", 14 | "displayName": "random", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "ca81f7e5-fc53-40ae-87c6-6d742adce9be", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "ca81f7e5-fc53-40ae-87c6-6d742adce9be@f9941", 38 | "displayName": "random", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 290, 50 | "height": 235, 51 | "rawWidth": 290, 52 | "rawHeight": 235, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -145, 65 | -117.5, 66 | 0, 67 | 145, 68 | -117.5, 69 | 0, 70 | -145, 71 | 117.5, 72 | 0, 73 | 145, 74 | 117.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 235, 88 | 290, 89 | 235, 90 | 0, 91 | 0, 92 | 290, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -145, 107 | -117.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 145, 112 | 117.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "ca81f7e5-fc53-40ae-87c6-6d742adce9be@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "ca81f7e5-fc53-40ae-87c6-6d742adce9be@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/home/rankList/secondman.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "4553b924-5563-4ae1-821c-2a61a2eef7a2", 6 | "files": [ 7 | ".jpg", 8 | ".json" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "4553b924-5563-4ae1-821c-2a61a2eef7a2@6c48a", 14 | "displayName": "secondman", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "4553b924-5563-4ae1-821c-2a61a2eef7a2", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "4553b924-5563-4ae1-821c-2a61a2eef7a2@f9941", 38 | "displayName": "secondman", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 1022, 50 | "height": 124, 51 | "rawWidth": 1022, 52 | "rawHeight": 124, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -511, 65 | -62, 66 | 0, 67 | 511, 68 | -62, 69 | 0, 70 | -511, 71 | 62, 72 | 0, 73 | 511, 74 | 62, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 124, 88 | 1022, 89 | 124, 90 | 0, 91 | 0, 92 | 1022, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -511, 107 | -62, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 511, 112 | 62, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "4553b924-5563-4ae1-821c-2a61a2eef7a2@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "4553b924-5563-4ae1-821c-2a61a2eef7a2@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/dianyan.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "97a05ed2-415b-4946-a79e-7f92b0864d19", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "97a05ed2-415b-4946-a79e-7f92b0864d19@6c48a", 14 | "displayName": "dianyan", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "97a05ed2-415b-4946-a79e-7f92b0864d19", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "97a05ed2-415b-4946-a79e-7f92b0864d19@f9941", 38 | "displayName": "dianyan", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 655, 50 | "height": 488, 51 | "rawWidth": 655, 52 | "rawHeight": 488, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -327.5, 65 | -244, 66 | 0, 67 | 327.5, 68 | -244, 69 | 0, 70 | -327.5, 71 | 244, 72 | 0, 73 | 327.5, 74 | 244, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 488, 88 | 655, 89 | 488, 90 | 0, 91 | 0, 92 | 655, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -327.5, 107 | -244, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 327.5, 112 | 244, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "97a05ed2-415b-4946-a79e-7f92b0864d19@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "97a05ed2-415b-4946-a79e-7f92b0864d19@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/gaming/share.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "931117e8-3e2c-4b1b-8cdb-49f0752d936c", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "931117e8-3e2c-4b1b-8cdb-49f0752d936c@6c48a", 14 | "displayName": "share", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "931117e8-3e2c-4b1b-8cdb-49f0752d936c", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "931117e8-3e2c-4b1b-8cdb-49f0752d936c@f9941", 38 | "displayName": "share", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 288, 50 | "height": 279, 51 | "rawWidth": 288, 52 | "rawHeight": 279, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -144, 65 | -139.5, 66 | 0, 67 | 144, 68 | -139.5, 69 | 0, 70 | -144, 71 | 139.5, 72 | 0, 73 | 144, 74 | 139.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 279, 88 | 288, 89 | 279, 90 | 0, 91 | 0, 92 | 288, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -144, 107 | -139.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 144, 112 | 139.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "931117e8-3e2c-4b1b-8cdb-49f0752d936c@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "931117e8-3e2c-4b1b-8cdb-49f0752d936c@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/switch-off.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "0062a497-2f06-4185-b02b-70734b30535c", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "0062a497-2f06-4185-b02b-70734b30535c@6c48a", 14 | "displayName": "switch-off", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "0062a497-2f06-4185-b02b-70734b30535c", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "0062a497-2f06-4185-b02b-70734b30535c@f9941", 38 | "displayName": "switch-off", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 331, 50 | "height": 156, 51 | "rawWidth": 331, 52 | "rawHeight": 156, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -165.5, 65 | -78, 66 | 0, 67 | 165.5, 68 | -78, 69 | 0, 70 | -165.5, 71 | 78, 72 | 0, 73 | 165.5, 74 | 78, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 156, 88 | 331, 89 | 156, 90 | 0, 91 | 0, 92 | 331, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -165.5, 107 | -78, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 165.5, 112 | 78, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "0062a497-2f06-4185-b02b-70734b30535c@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "0062a497-2f06-4185-b02b-70734b30535c@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/home/rankList/firstman.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "41fccdff-3973-4195-a130-1f2c7a6408fe", 6 | "files": [ 7 | ".jpg", 8 | ".json" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "41fccdff-3973-4195-a130-1f2c7a6408fe@6c48a", 14 | "displayName": "firstman", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "41fccdff-3973-4195-a130-1f2c7a6408fe", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "41fccdff-3973-4195-a130-1f2c7a6408fe@f9941", 38 | "displayName": "firstman", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 1022, 50 | "height": 121, 51 | "rawWidth": 1022, 52 | "rawHeight": 121, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -511, 65 | -60.5, 66 | 0, 67 | 511, 68 | -60.5, 69 | 0, 70 | -511, 71 | 60.5, 72 | 0, 73 | 511, 74 | 60.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 121, 88 | 1022, 89 | 121, 90 | 0, 91 | 0, 92 | 1022, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -511, 107 | -60.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 511, 112 | 60.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "41fccdff-3973-4195-a130-1f2c7a6408fe@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "41fccdff-3973-4195-a130-1f2c7a6408fe@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/guanghuan.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "e998f786-aa56-4194-a722-f336a19cb0c9", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "e998f786-aa56-4194-a722-f336a19cb0c9@6c48a", 14 | "displayName": "guanghuan", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "e998f786-aa56-4194-a722-f336a19cb0c9", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "e998f786-aa56-4194-a722-f336a19cb0c9@f9941", 38 | "displayName": "guanghuan", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 732, 50 | "height": 331, 51 | "rawWidth": 732, 52 | "rawHeight": 331, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -366, 65 | -165.5, 66 | 0, 67 | 366, 68 | -165.5, 69 | 0, 70 | -366, 71 | 165.5, 72 | 0, 73 | 366, 74 | 165.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 331, 88 | 732, 89 | 331, 90 | 0, 91 | 0, 92 | 732, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -366, 107 | -165.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 366, 112 | 165.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "e998f786-aa56-4194-a722-f336a19cb0c9@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "e998f786-aa56-4194-a722-f336a19cb0c9@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/undo.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "c2944cb8-6272-4b37-b83f-34b47177af3b", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "c2944cb8-6272-4b37-b83f-34b47177af3b@6c48a", 14 | "displayName": "undo", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "c2944cb8-6272-4b37-b83f-34b47177af3b", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "c2944cb8-6272-4b37-b83f-34b47177af3b@f9941", 38 | "displayName": "undo", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 767, 50 | "height": 1043, 51 | "rawWidth": 767, 52 | "rawHeight": 1043, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -383.5, 65 | -521.5, 66 | 0, 67 | 383.5, 68 | -521.5, 69 | 0, 70 | -383.5, 71 | 521.5, 72 | 0, 73 | 383.5, 74 | 521.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 1043, 88 | 767, 89 | 1043, 90 | 0, 91 | 0, 92 | 767, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -383.5, 107 | -521.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 383.5, 112 | 521.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "c2944cb8-6272-4b37-b83f-34b47177af3b@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "c2944cb8-6272-4b37-b83f-34b47177af3b@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/home/rankList/otherScore.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "9e98718b-a5a8-4c17-a746-231259c3d3b8", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "9e98718b-a5a8-4c17-a746-231259c3d3b8@6c48a", 14 | "displayName": "otherScore", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "9e98718b-a5a8-4c17-a746-231259c3d3b8", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "9e98718b-a5a8-4c17-a746-231259c3d3b8@f9941", 38 | "displayName": "otherScore", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 608, 50 | "height": 111, 51 | "rawWidth": 608, 52 | "rawHeight": 111, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -304, 65 | -55.5, 66 | 0, 67 | 304, 68 | -55.5, 69 | 0, 70 | -304, 71 | 55.5, 72 | 0, 73 | 304, 74 | 55.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 111, 88 | 608, 89 | 111, 90 | 0, 91 | 0, 92 | 608, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -304, 107 | -55.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 304, 112 | 55.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "9e98718b-a5a8-4c17-a746-231259c3d3b8@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": false, 132 | "redirect": "9e98718b-a5a8-4c17-a746-231259c3d3b8@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/extra.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "a2457706-f46a-400c-8734-969768ba91fa", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "a2457706-f46a-400c-8734-969768ba91fa@6c48a", 14 | "displayName": "extra", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "a2457706-f46a-400c-8734-969768ba91fa", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "a2457706-f46a-400c-8734-969768ba91fa@f9941", 38 | "displayName": "extra", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 767, 50 | "height": 1043, 51 | "rawWidth": 767, 52 | "rawHeight": 1043, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -383.5, 65 | -521.5, 66 | 0, 67 | 383.5, 68 | -521.5, 69 | 0, 70 | -383.5, 71 | 521.5, 72 | 0, 73 | 383.5, 74 | 521.5, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 1043, 88 | 767, 89 | 1043, 90 | 0, 91 | 0, 92 | 767, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -383.5, 107 | -521.5, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 383.5, 112 | 521.5, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "a2457706-f46a-400c-8734-969768ba91fa@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "a2457706-f46a-400c-8734-969768ba91fa@f9941" 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /assets/resources/popups/gaming/start-over.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.24", 3 | "importer": "image", 4 | "imported": true, 5 | "uuid": "53e1eed4-816d-4032-a94a-d7f46a0d5112", 6 | "files": [ 7 | ".json", 8 | ".png" 9 | ], 10 | "subMetas": { 11 | "6c48a": { 12 | "importer": "texture", 13 | "uuid": "53e1eed4-816d-4032-a94a-d7f46a0d5112@6c48a", 14 | "displayName": "start-over", 15 | "id": "6c48a", 16 | "name": "texture", 17 | "userData": { 18 | "wrapModeS": "clamp-to-edge", 19 | "wrapModeT": "clamp-to-edge", 20 | "imageUuidOrDatabaseUri": "53e1eed4-816d-4032-a94a-d7f46a0d5112", 21 | "isUuid": true, 22 | "visible": false, 23 | "minfilter": "linear", 24 | "magfilter": "linear", 25 | "mipfilter": "none", 26 | "anisotropy": 0 27 | }, 28 | "ver": "1.0.22", 29 | "imported": true, 30 | "files": [ 31 | ".json" 32 | ], 33 | "subMetas": {} 34 | }, 35 | "f9941": { 36 | "importer": "sprite-frame", 37 | "uuid": "53e1eed4-816d-4032-a94a-d7f46a0d5112@f9941", 38 | "displayName": "start-over", 39 | "id": "f9941", 40 | "name": "spriteFrame", 41 | "userData": { 42 | "trimType": "auto", 43 | "trimThreshold": 1, 44 | "rotated": false, 45 | "offsetX": 0, 46 | "offsetY": 0, 47 | "trimX": 0, 48 | "trimY": 0, 49 | "width": 511, 50 | "height": 148, 51 | "rawWidth": 511, 52 | "rawHeight": 148, 53 | "borderTop": 0, 54 | "borderBottom": 0, 55 | "borderLeft": 0, 56 | "borderRight": 0, 57 | "packable": true, 58 | "pixelsToUnit": 100, 59 | "pivotX": 0.5, 60 | "pivotY": 0.5, 61 | "meshType": 0, 62 | "vertices": { 63 | "rawPosition": [ 64 | -255.5, 65 | -74, 66 | 0, 67 | 255.5, 68 | -74, 69 | 0, 70 | -255.5, 71 | 74, 72 | 0, 73 | 255.5, 74 | 74, 75 | 0 76 | ], 77 | "indexes": [ 78 | 0, 79 | 1, 80 | 2, 81 | 2, 82 | 1, 83 | 3 84 | ], 85 | "uv": [ 86 | 0, 87 | 148, 88 | 511, 89 | 148, 90 | 0, 91 | 0, 92 | 511, 93 | 0 94 | ], 95 | "nuv": [ 96 | 0, 97 | 0, 98 | 1, 99 | 0, 100 | 0, 101 | 1, 102 | 1, 103 | 1 104 | ], 105 | "minPos": [ 106 | -255.5, 107 | -74, 108 | 0 109 | ], 110 | "maxPos": [ 111 | 255.5, 112 | 74, 113 | 0 114 | ] 115 | }, 116 | "isUuid": true, 117 | "imageUuidOrDatabaseUri": "53e1eed4-816d-4032-a94a-d7f46a0d5112@6c48a", 118 | "atlasUuid": "" 119 | }, 120 | "ver": "1.0.11", 121 | "imported": true, 122 | "files": [ 123 | ".json" 124 | ], 125 | "subMetas": {} 126 | } 127 | }, 128 | "userData": { 129 | "type": "sprite-frame", 130 | "fixAlphaTransparencyArtifacts": true, 131 | "hasAlpha": true, 132 | "redirect": "53e1eed4-816d-4032-a94a-d7f46a0d5112@f9941" 133 | } 134 | } 135 | --------------------------------------------------------------------------------