提交from=miniapp判断

This commit is contained in:
YZ\249929363 2024-12-10 16:10:05 +08:00
parent 5ed4d65cf8
commit 438a9fd3f3
257 changed files with 4073 additions and 2467 deletions

View File

@ -1276,7 +1276,7 @@
},
"_enabled": true,
"localTest": false,
"clientTestVersion": "1.1.3",
"clientTestVersion": "1.1.5",
"testVersion": {
"__id__": 21
},

View File

@ -1839,8 +1839,8 @@
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_string": "5",
"_N$string": "5",
"_string": "0",
"_N$string": "0",
"_fontSize": 30,
"_lineHeight": 30,
"_enableWrapText": true,
@ -3163,7 +3163,7 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
74.991,
76.887,
133.875,
0,
0,
@ -3259,7 +3259,7 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 58.04,
"width": 40.47,
"height": 36.54
},
"_anchorPoint": {
@ -3271,7 +3271,7 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
21.936,
23.832,
134.451,
0,
0,
@ -3311,9 +3311,9 @@
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_string": "30%",
"_N$string": "30%",
"_fontSize": 29,
"_string": "0%",
"_N$string": "0%",
"_fontSize": 28,
"_lineHeight": 29,
"_enableWrapText": true,
"_N$file": null,
@ -4277,7 +4277,7 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 13.9,
"width": 56.31,
"height": 31.5
},
"_anchorPoint": {
@ -4329,8 +4329,8 @@
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_string": "5",
"_N$string": "5",
"_string": "100+",
"_N$string": "100+",
"_fontSize": 25,
"_lineHeight": 25,
"_enableWrapText": true,

View File

@ -54,7 +54,6 @@ export default class RankManager extends cc.Component {
//实际设置排行数据
getRankData(data){
if(data){
//console.log(data);
cc.fx.GameTool.getRankData(data,this,6);
this.setPic(this.selfData.pic);
}
@ -76,27 +75,28 @@ export default class RankManager extends cc.Component {
.getComponent(cc.Label).string = parseInt(time*100 + "") + "%";
})
.start();
if(this.listData.length > 0){
time = (this.listData.length - this.rankNumber)/this.listData.length;
}
if(this.listData.length > 0){
if(this.listData.length >= 99){
if(this.rankNumber >= 99){
time = (Math.random()*49+1)/100
var matchId = cc.sys.localStorage.getItem("matchNumber");
if(matchId == null || matchId == undefined){
time = 0;
}
}
else time = (this.listData.length - this.rankNumber)/this.listData.length;
}
else{
if(this.rankNumber > 99){
time = 0
time = 0;
}
else time = (this.listData.length - this.rankNumber)/this.listData.length;
}
}
else{
time = 0;
}
else time = 0;
setTimeout(() => {
if(this.tween)this.tween.stop();

BIN
build/ShenNongLite.zip Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
{"paths":{"1":["effects/builtin-2d-spine",0],"2":["effects/builtin-2d-gray-sprite",0],"3":["effects/builtin-2d-sprite",0],"4":["materials/builtin-unlit",1],"5":["effects/builtin-3d-trail",0],"6":["effects/builtin-2d-graphics",0],"7":["materials/builtin-2d-gray-sprite",1],"8":["materials/builtin-3d-trail",1],"9":["effects/builtin-unlit",0],"10":["materials/builtin-2d-base",1],"11":["materials/builtin-2d-spine",1],"12":["materials/builtin-2d-graphics",1],"13":["effects/builtin-clear-stencil",0],"14":["materials/builtin-clear-stencil",1],"15":["materials/builtin-2d-label",1],"16":["materials/builtin-2d-sprite",1],"17":["effects/builtin-2d-label",0]},"types":["cc.EffectAsset","cc.Material"],"uuids":["02delMVqdBD70a/HSD99FK","0ek66qC1NOQLjgYmi04HvX","14TDKXr2NJ6LjvHPops74o","28dPjdQWxEQIG3VVl1Qm6T","2aKWBXJHxKHLvrBUi2yYZQ","2afAA24LNP4YmYiaVLiivs","30aC+Hnw1PF4pEcoY3kUYb","3ae7efMv1CLq2ilvUY/tQi","46bU+b5fROqIXVPG6aZWWK","6dkeWRTOBGXICfYQ7JUBnG","6fgBCSDDdPMInvyNlggls2","7a/QZLET9IDreTiBfRn2PD","a1U5RdJRFMFL57BdJC9H1X","c0BAyVxX9JzZy8EjFrc9DU","cffgu4qBxEqa150o1DmRAy","e0LYfU5ZlNFoAB4UiRrGUG","ecpdLyjvZBwrvm+cedCcQy","f1h0LXVtJOta5JLZ1xCzfI"],"scenes":{},"redirect":[],"deps":[],"packs":{"0967b326a":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]},"name":"internal","importBase":"import","nativeBase":"native","debug":false,"isZip":false,"encrypted":false,"versions":{"import":["0967b326a","1f618"],"native":[0,"cea68"]}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(function r(e,n,t){function i(u,f){if(!n[u]){if(!e[u]){var _=u.split("/");if(_=_[_.length-1],!e[_]){var p="function"==typeof __require&&__require;if(!f&&p)return p(_,!0);if(o)return o(_,!0);throw new Error("Cannot find module '"+u+"'")}u=_}var a=n[u]={exports:{}};e[u][0].call(a.exports,function(r){return i(e[u][1][r]||r)},a,a.exports,r,e,n,t)}return n[u].exports}for(var o="function"==typeof __require&&__require,u=0;u<t.length;u++)i(t[u]);return i})({},{},[]);

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

View File

@ -0,0 +1 @@
{"paths":{},"types":[],"uuids":["085fzkJ/VEW6iV9Hp/+1F2","1da8E6lehB4ocDRBJj7AC7","2dL3kvpAxJu6GJ7RdqJG5J","3307HOAjJB1bN5gxbtPkQt","4bnFp+xkVIpJrKXfOBzk71","4er1GLNexCYpKNTUl8Pygw","59MCFCZx9Jg5Lb5fqLWu5C","61cyPdEfRN047sDK9rO0W5","6eBWFz0oVHPLIGQKf/9Thu","71VhFCTINJM6/Ky3oX9nBT","80hOyDduZO9KDpFipBe1wI","9cCAYtTPFLbqi6SjiBzH59","a2MjXRFdtLlYQ5ouAFv/+R","ad/C+Q9nRLEZOhNIXBgEkD","b4P/PCArtIdIH38t6mlw8Y","b9RypAHwJKS4+8gYtCVenO","d608qFRoFHwbXd0Dap056i","d8HsitJHxOYqo801xBk8ev","e8Ueib+qJEhL6mXAHdnwbi","eb/m5v8GhCJ7/YFvg05yA/","eef8b46wFNy53fXIHjG3lE","02delMVqdBD70a/HSD99FK","0382cMsuNE3KcYNdg7RaEA","04QhoLJm5NE4HfGHPvPEqD","0987SaUH9IXri/gJ+Y3Ukj","0am1HlI7tJAr0CCz+R5gFz","15yN+Vt99CfLSMV8E5LZ6E","163wG3ddlH8pa/I9KWMq9H","1aH33G3pNJTbe+/pIDtB3A","1bSqFXgnFL0Kki4Z9FLYb8","24u5bW0WBBnImojxoeIDSR","28D+Br0KFPHb9YTDfpB7fq","29FYIk+N1GYaeWH/q1NxQO","39Qf2uJ5pI2KdGXFUZcxqA","3cx7xqv11Mqae4IqOZ8pMA","41lxK9AOZDUpe8EFqxmdhS","43TEgy6rBGwaHvuqUxY4a0","43yDqZa+BGj6iUG2JPPTOs","47OItZvKlGB73BH8e6B5oS","4dPk7d9E5OGoZI0XP3Ru6o","4finTWjodHNJ3zkAJ7cCZJ","4fteZzcBdKGr9IkiUERgQt","51X/lBptFCGpJDJJCR/Fsd","52VtLfbi1MrJrHvTOt0GBT","53JeaBCcJM3Yfxe012JH8U","57l7pAAjJOyocpcZNz456M","576FRTaZdCQrq7cFaXU46Y","58kGAvRw9C6reFjVVlIUra","58mpK9IcxD1IWULpySkw8T","5a4OvTK0pOpJRUe4tPzvrU","5cO7kybDxGj4ipyMYdRYZB","5dBjs29q1NCq0MHq9jOhKT","5dU5jEs9VARZEOG/pv7Ufq","5fCMQ2RPBIArwZBEOXKhBb","5f5dyqtRNNxaFmVzYns6FZ","5f6tgEGCdMjZuJwJhJru1O","63Ss7MWYdAn4yBKFaSiauz","69EnvezWBP9IYebqFsy3LT","69mbYhSp9KiZcPT2Y39uvh","6bhr+y1NFEdKYVaopRW5IB","6caEnphCZL2IKYGUkX0g2n","70D6UnoQRNMYRqmevBxYA6","70360VC8hFqZPvYtrn/IwS","75zv/v5GlIRYC94AUoQNJI","79R1bE7qxKJKQSQDXQcZlw","7aUCmkbUlKFaG7n6qVBugB","7a/QZLET9IDreTiBfRn2PD","7bCx0gWh1HI4r4UKR+hBZD","7e6Iw5csNIlo+vsmwdrsq8","81ia8va3BJepOlmUBIyy4J","8c20Sso/ZEn7NUfNSM+EBh","8c+UfqiOZDJqedRTQzX04y","92J2FdGz9BbIhN4zYS1Xsu","9283NIJKZGXLdKCv2mBNw9","9bvaMerUlDyary99mJa6xp","9cnmwJZlNEt4pynt3FTCQl","a3kEdNUtpHUp+xylzYnD9l","a6cIPzEytNx5Y8ryBAEs2X","acL4P7H55NWLBDvc0lY04U","b0dGqdCCJJ3Yz4Ra/B7kZS","b1p9kkt1ZKvZ3k+RPnbXum","b3ExUspZBAapD254yoz5n6","b3G0R7LDVG6rtshJUgVfro","b30PxSOWBC0YafORIekSvb","be9Gc3wyNC6p6nfceAuIK3","c1/PD7xXJIAJhIHnhxj9q/","c2uC1x53VDxJumZQ16xGwx","cdYGsFIYNKWq18nzRkAGqq","e3D5Zv1UZEoJ7kuldF1p2q","e3Y6Z2m1JEArQ6NwYvJMJQ","e4aGCqkitAjIqSzPskEGx2","e9YCqWkdFKZZio+BdFrOfw","e9foLfROJClIn72tv0S/Yi","e97GVMl6JHh5Ml5qEDdSGa","eb8n+TbDtEzbIolEt3Q1k2","ecpdLyjvZBwrvm+cedCcQy","ec2LeWzz1F5qtdmZBv9oQm","edNUrcH69NqrPed2wEmQkK","ee8fatrn1PdKuHzUyB3qBy","f0BIwQ8D5Ml7nTNQbh1YlS","f20cFqDmtBIL+vAc5yCydW","f6zfU6jehC2r6jWBsaaBNg","ffpaCBUEBIfKFTR0LSG6wa","ff28kp/9tGt6k+KUR4Vso2"],"scenes":{"db://assets/Scene/GameScene.fire":5,"db://assets/Scene/GuideScene.fire":1,"db://assets/Scene/LoadScene.fire":11,"db://assets/Scene/OverScene.fire":4,"db://assets/Scene/RankScene.fire":2},"redirect":[21,0,22,1,23,1,24,1,25,1,26,1,27,1,28,1,29,1,30,1,31,1,33,1,34,1,35,1,36,1,37,1,38,1,39,1,40,1,41,1,42,1,43,1,44,1,45,1,46,1,48,1,49,1,51,1,52,1,53,1,55,1,56,1,57,1,58,1,59,1,61,1,62,1,63,1,64,1,65,1,66,0,67,1,68,1,69,1,71,1,72,1,73,1,75,1,76,1,77,1,78,1,79,1,80,1,81,1,82,1,83,1,84,1,85,1,86,1,88,1,89,1,90,1,91,1,92,1,94,1,95,0,96,1,97,1,98,1,100,1,101,1,102,1,103,1],"deps":["internal","resources"],"packs":{"023ab8d83":[4,47],"02989e146":[32,11,93,99],"03ed1c3b4":[6,7,8,9,10,13,14,16,17,18,19,20],"08d36c5cd":[2,50,54,60,74],"0a25011b4":[0,3,5,12,15,87],"0cbea6d70":[0,1,3,70,12,15]},"name":"main","importBase":"import","nativeBase":"native","debug":false,"isZip":false,"encrypted":false,"versions":{"import":["023ab8d83","6afe1","02989e146","66e64","03ed1c3b4","51f88","08d36c5cd","5d8eb","0a25011b4","20d2e","0cbea6d70","3cc15"],"native":[6,"fc562",7,"6d707",8,"6d3cf",9,"c06a9",10,"27e3b",13,"4e80b",14,"83fcc",16,"d55c2",17,"cdbc9",18,"90cf4",19,"ed141",20,"41d1a"]}}

View File

@ -0,0 +1 @@
[1,["ecpdLyjvZBwrvm+cedCcQy","e9YCqWkdFKZZio+BdFrOfw","63Ss7MWYdAn4yBKFaSiauz","ec2LeWzz1F5qtdmZBv9oQm","75zv/v5GlIRYC94AUoQNJI","4dPk7d9E5OGoZI0XP3Ru6o","58kGAvRw9C6reFjVVlIUra","0am1HlI7tJAr0CCz+R5gFz","eb/m5v8GhCJ7/YFvg05yA/"],["node","_spriteFrame","_N$target","_parent","finishiTime","time","count","scene","_textureSetter"],[["cc.Node",["_name","_active","_id","_objFlags","_opacity","_components","_contentSize","_trs","_parent","_children","_color"],-2,9,5,7,1,2,5],["cc.Node",["_name","_opacity","_parent","_components","_contentSize","_trs","_color","_children"],1,1,2,5,7,5,2],["cc.Sprite",["_type","node","_materials","_spriteFrame"],2,1,3,6],["cc.Label",["_string","_fontSize","_lineHeight","_N$horizontalAlign","_N$verticalAlign","_styleFlags","node","_materials"],-3,1,3],"cc.SpriteFrame",["cc.SceneAsset",["_name","asyncLoadAssets"],1],["cc.Canvas",["_fitWidth","_fitHeight","node","_designResolution"],1,1,5],["cc.Widget",["_alignFlags","node"],2,1],["805c6nf399HWZeuWnNB9CTH",["node","count","time","finishiTime"],3,1,1,1,1],["cc.Button",["zoomScale","_N$transition","node","clickEvents","_N$target"],1,1,9,1],["cc.ClickEvent",["_componentId","handler","target"],1,1],["cc.Scene",["_name","_active","autoReleaseAssets","_children","_anchorPoint","_trs"],0,2,5,7],["cc.Camera",["_clearFlags","_depth","node"],1,1]],[[2,1,2,3,1],[0,0,8,5,6,7,2],[9,0,1,2,3,4,3],[10,0,1,2,3],[3,0,1,2,3,4,6,7,6],[0,0,8,5,6,2],[0,0,8,5,10,6,7,2],[5,0,1,3],[0,0,2,9,5,6,7,3],[0,0,3,9,5,6,7,3],[0,0,9,5,6,7,2],[0,0,1,4,8,9,4],[0,0,1,8,5,6,7,3],[1,0,2,7,3,6,4,5,2],[1,0,2,3,4,5,2],[1,0,1,2,3,6,4,5,3],[6,0,1,2,3,3],[7,0,1,2],[8,0,1,2,3,1],[2,0,1,2,2],[2,1,2,1],[11,0,1,2,3,4,5,4],[12,0,1,2,3],[3,0,1,2,5,3,4,6,7,7]],[[[[7,"OverScene",null],[8,"Canvas","a5esZu+45LA5mBpvttspPD",[-7,-8,-9,-10,-11,-12,-13,-14,-15],[[16,true,false,-1,[5,750,1334]],[17,45,-2],[18,-6,-5,-4,-3]],[5,750,1334],[375,667,0,0,0,0,1,1,1,1]],[9,"again",512,[-19],[[0,-16,[12],13],[2,1.1,3,-18,[[3,"805c6nf399HWZeuWnNB9CTH","again",1]],-17]],[5,501,85],[0,-315.467,0,0,0,0,1,1,1,0]],[10,"rank",[-23],[[0,-20,[16],17],[2,1.1,3,-22,[[3,"805c6nf399HWZeuWnNB9CTH","openRank",1]],-21]],[5,501,85],[0,-456.109,0,0,0,0,1,1,1,0]],[11,"btn",false,0,1,[2,3,-24]],[12,"finishi",false,4,[[0,-25,[18],19],[2,1.1,3,-27,[[3,"805c6nf399HWZeuWnNB9CTH","jumpFinishi",1]],-26]],[5,501,85],[0,-385.904,0,0,0,0,1,1,1,0]],[13,"count",1,[-29],[-28],[4,4281549149],[5,41.71,94.5],[0,174.798,0,0,0,0,1,1,1,1]],[21,"New Node",false,true,[1],[0,0,0],[0,0,0,0,0,0,1,1,1,1]],[5,"Main Camera",1,[[22,7,-1,-30]],[5,960,640]],[5,"bg",1,[[0,-31,[0],1]],[5,750,1660]],[6,"zhun",1,[[4,"准确率",30,30,1,1,-32,[2]]],[4,4287924547],[5,90,37.8],[0.804,245.289,0,0,0,0,1,1,1,1]],[6,"label",6,[[4,"%",32,32,1,1,-33,[3]]],[4,4281549149],[5,28.45,40.32],[0.804,-64.004,0,0,0,0,1,1,1,1]],[23,"0",75,75,1,1,1,6,[4]],[14,"New Sprite",1,[-34],[5,580,37],[0,-52.678,0,0,0,0,1,1,1,1]],[19,3,13,[5]],[15,"time",0,1,[-35],[4,4293126899],[5,149.39,60.48],[0,-127.789,0,0,0,0,1,1,1,1]],[4,"0分0秒",48,48,1,1,15,[6]],[1,"New Node",1,[[20,-36,[7]]],[5,6,155],[-227.685,-154.877,0,0,0,0,1,1,1,1]],[1,"New Sprite",1,[[0,-37,[8],9]],[5,552,204],[-8.015,418.157,0,0,0,0,1,1,1,1]],[1,"New Sprite",2,[[0,-38,[10],11]],[5,156,38],[0,6.32,0,0,0,0,1,1,1,1]],[1,"New Sprite",3,[[0,-39,[14],15]],[5,156,38],[0,5.755,0,0,0,0,1,1,1,1]]],0,[0,0,1,0,0,1,0,4,14,0,5,16,0,6,12,0,0,1,0,-1,8,0,-2,9,0,-3,10,0,-4,6,0,-5,13,0,-6,15,0,-7,17,0,-8,18,0,-9,4,0,0,2,0,2,2,0,0,2,0,-1,19,0,0,3,0,2,3,0,0,3,0,-1,20,0,-3,5,0,0,5,0,2,5,0,0,5,0,-1,12,0,-1,11,0,0,8,0,0,9,0,0,10,0,0,11,0,-1,14,0,-1,16,0,0,17,0,0,18,0,0,19,0,0,20,0,7,7,1,3,7,2,3,4,3,3,4,39],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14],[-1,1,-1,-1,-1,-1,-1,-1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,1],[0,2,0,0,0,0,0,0,0,3,0,4,0,1,0,5,0,1,0,6,7]],[[{"name":"btn","rect":[0,0,501,85],"offset":[0,0],"originalSize":[501,85],"capInsets":[0,0,0,0]}],[4],0,[0],[8],[8]]]]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"type":"cc.Texture2D","data":"0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"longyan_audio",".mp3",1.541224],-1],0,0,[],[],[]]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[1,["68tznqk/5Pyqar07GMMAdW","19DevrO/VDRJJO0CWIY6j0","43zH6lSoFADJmy9xUpdQGY","13JXtgdiVJvrMSgIm7Soxz","143M7Gmk9OJpr9/qBvOipi","bejybYkPBLc4hMlv6Mikfv","17/5incm9PyaVayfj5eu8b","207CLczYBFOpIHt/RirIo0","b4qQNQBGNAPLjMAkjzEiV4","42wEcYmGRAfJjMt8L0+7hj","924z0+DIpM1azG0LdM3kPV","5atE9CRZZE2opfaaudDdab","076hC+YmJKzr4hUm5FAbbl","a1UsP8GoJKw7+8apr1NNVw","12o2xYZBpGkIkx3IGiDyAS","cfFcuqOBNDPpPeI+Wsjea6","4fcKnEX+JKo52IC0a89k8F","a1wYzqaWFKaITQillSi7Dd","fbseSKsL5LHod8iaILDg0v","d1v2w5rAlMzIcjDccbiwSp","baLfioUNNJ2aGdxdQjOovy","5f5z/ZvrFLy5QubmHl0cEH","caJeUPX8FCtJlt0CLr/WAQ","a3MvZyDchGN4vvMb7DNCW8"],["_textureSetter","prop_baishao","prop_cha","prop_chixiaodou","prop_danggui","prop_danshen","prop_dazao","prop_gancao","prop_ganjiang","prop_gouqi","prop_jingjie","prop_jinju","prop_lizhi","prop_lizi","prop_longyan","prop_moli","prop_muchai","prop_mudan","prop_mulan","prop_pugongying","prop_putao","prop_renshen","prop_taozi","prop_zhuye"],["cc.SpriteFrame",["cc.SpriteAtlas",["_name","_spriteFrames"],2,11]],[[1,0,1,2]],[[[{"name":"prop_lizhi","rect":[769,1565,322,350],"offset":[-13,-5],"originalSize":[442,442],"rotated":1,"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_longyan","rect":[1249,1545,416,338],"offset":[-13,13],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_chixiaodou","rect":[417,1193,420,370],"offset":[-2,3],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_danggui","rect":[1,825,414,390],"offset":[-4,16],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_dazao","rect":[1315,1,426,342],"offset":[-1,6],"originalSize":[442,442],"rotated":1,"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_baishao","rect":[425,813,428,378],"offset":[-5,9],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_gancao","rect":[1,1,434,434],"offset":[-4,1],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_gouqi","rect":[875,403,442,390],"offset":[0,-12],"originalSize":[442,442],"rotated":1,"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_cha","rect":[1223,863,428,338],"offset":[-6,0],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_muchai","rect":[839,1291,408,268],"offset":[-6,4],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_jinju","rect":[437,431,432,380],"offset":[-4,21],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_renshen","rect":[855,847,442,366],"offset":[0,14],"originalSize":[442,442],"rotated":1,"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[[0,"Food.plist",[{},"prop_baishao",6,0,"prop_cha",6,1,"prop_chixiaodou",6,2,"prop_danggui",6,3,"prop_danshen",6,4,"prop_dazao",6,5,"prop_gancao",6,6,"prop_ganjiang",6,7,"prop_gouqi",6,8,"prop_jingjie",6,9,"prop_jinju",6,10,"prop_lizhi",6,11,"prop_lizi",6,12,"prop_longyan",6,13,"prop_moli",6,14,"prop_muchai",6,15,"prop_mudan",6,16,"prop_mulan",6,17,"prop_pugongying",6,18,"prop_putao",6,19,"prop_renshen",6,20,"prop_taozi",6,21,"prop_zhuye",6,22]]],0,0,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23]],[[{"name":"prop_jingjie","rect":[1,1,434,434],"offset":[-4,1],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_lizi","rect":[1,1,434,434],"offset":[-4,1],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_mudan","rect":[1,1,434,434],"offset":[-4,1],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_zhuye","rect":[1267,429,432,388],"offset":[-4,4],"originalSize":[442,442],"rotated":1,"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_ganjiang","rect":[385,1565,382,300],"offset":[-11,4],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_putao","rect":[1249,1203,418,340],"offset":[12,-5],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_danshen","rect":[1,437,422,386],"offset":[-7,15],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_taozi","rect":[1,1217,382,382],"offset":[-16,-15],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_moli","rect":[437,1,428,436],"offset":[-7,3],"originalSize":[442,442],"rotated":1,"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_pugongying","rect":[875,1,438,400],"offset":[-2,6],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"prop_mulan","rect":[1,1,434,434],"offset":[-4,1],"originalSize":[442,442],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]]]

View File

@ -0,0 +1 @@
{"type":"cc.Texture2D","data":"1,9729,9729,33071,33071,0,0,1|1,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|1,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|1,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1"}

View File

@ -0,0 +1 @@
[1,["ffIVm2CCxKUYrhd/isu2Ch","4finTWjodHNJ3zkAJ7cCZJ","3cx7xqv11Mqae4IqOZ8pMA","51X/lBptFCGpJDJJCR/Fsd","e3D5Zv1UZEoJ7kuldF1p2q","70D6UnoQRNMYRqmevBxYA6","5dU5jEs9VARZEOG/pv7Ufq","dfBLdNnyNOSaKgOI9jzg8v"],["_textureSetter","rank_icon1","rank_icon2","rank_icon3","rank_other","rank_phoneBg","rank_self","rank_share"],["cc.SpriteFrame",["cc.SpriteAtlas",["_name","_spriteFrames"],2,11]],[[1,0,1,2]],[[[{"name":"rank_icon2","rect":[921,1,66,66],"offset":[0,0],"originalSize":[66,66],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[[0,"rankUI.plist",[{},"rank_icon1",6,0,"rank_icon2",6,1,"rank_icon3",6,2,"rank_other",6,3,"rank_phoneBg",6,4,"rank_self",6,5,"rank_share",6,6]]],0,0,[0,0,0,0,0,0,0],[1,2,3,4,5,6,7],[1,2,3,4,5,6,7]],[[{"name":"rank_icon1","rect":[853,1,66,66],"offset":[0,0],"originalSize":[66,66],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"rank_icon3","rect":[853,69,66,66],"offset":[0,0],"originalSize":[66,66],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"rank_self","rect":[1,1,750,120],"offset":[0,0],"originalSize":[750,120],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"rank_phoneBg","rect":[753,1,98,129],"offset":[0,0],"originalSize":[98,129],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"rank_share","rect":[921,69,36,36],"offset":[0,0],"originalSize":[36,36],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]],[[{"name":"rank_other","rect":[1,123,750,30],"offset":[0,0],"originalSize":[750,30],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"chixiaodou_audio",".mp3",1.608],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"err",".mp3",0.626939],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.TTFFont",["_name","_native"],1]],[[0,0,1,3]],[[0,"Font","Font.ttf"],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"renshen_audio",".mp3",1.515102],-1],0,0,[],[],[]]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[1,0,0,[["cc.JsonAsset",["_name","json"],1]],[[0,0,1,3]],[[0,"GM_INFO",{"data":{"mean_Time":0,"total":0,"currSeed":200000,"gameId":"100014","userId":200139,"guide":true,"url":"https://api.sparkus.cn","success":false,"matchId":null,"custom":0,"level":0,"stepTimeList":0,"gameTime":8,"igniteCount":0,"successList":[]}}]],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,["4bSc2DsUlD95Jf+AVA6AdJ"],0,[["sp.SkeletonData",["_name","_atlasText","textureNames","_skeletonJson","textures"],-1,3]],[[0,0,1,2,3,4,5]],[[0,"hand","\r\nhand.png\r\nsize: 256,128\r\nformat: RGBA8888\r\nfilter: Linear,Linear\r\nrepeat: none\r\n0\r\n rotate: false\r\n xy: 107, 59\r\n size: 67, 67\r\n orig: 67, 67\r\n offset: 0, 0\r\n index: -1\r\n1\r\n rotate: false\r\n xy: 2, 2\r\n size: 103, 124\r\n orig: 103, 124\r\n offset: 0, 0\r\n index: -1\r\n",["hand.png"],{"skeleton":{"hash":"/Glc657HgCwGQfMxhqvoEP7O3Ko","spine":"3.6.52","width":103,"height":151.04,"images":"/Users/liangjiacheng/Desktop/basketball_hand"},"bones":[{"name":"root"},{"name":"0","parent":"root","y":104.49},{"name":"1","parent":"root","length":85.43,"rotation":90.24,"x":6.71,"y":0.03}],"slots":[{"name":"1","bone":"1","attachment":"1"},{"name":"0","bone":"0","attachment":"0"}],"skins":{"default":{"0":{"0":{"rotation":90.24,"width":67,"height":67}},"1":{"1":{"x":49.07,"y":1.21,"rotation":-90.24,"width":103,"height":124}}}},"animations":{"animation":{"slots":{"0":{"color":[{"time":0,"color":"ffffff00","curve":"stepped"},{"time":0.3333,"color":"ffffff00"},{"time":0.5,"color":"ffffffff"},{"time":0.6333,"color":"ffffff00"}],"attachment":[{"time":0,"name":"0"},{"time":0.3333,"name":"0"},{"time":0.6333,"name":"0"},{"time":0.7,"name":"0"}]},"1":{"attachment":[{"time":0,"name":"1"},{"time":0.4,"name":"1"},{"time":0.7,"name":"1"}]}},"bones":{"0":{"rotate":[{"time":0,"angle":0,"curve":"stepped"},{"time":0.3333,"angle":0,"curve":"stepped"},{"time":0.7,"angle":0}],"translate":[{"time":0,"x":0,"y":0,"curve":"stepped"},{"time":0.3333,"x":0,"y":0,"curve":"stepped"},{"time":0.7,"x":0,"y":0}],"scale":[{"time":0,"x":1,"y":1,"curve":"stepped"},{"time":0.3333,"x":1,"y":1},{"time":0.6333,"x":1.973,"y":1.973,"curve":"stepped"},{"time":0.7,"x":1.973,"y":1.973}],"shear":[{"time":0,"x":0,"y":0,"curve":"stepped"},{"time":0.3333,"x":0,"y":0,"curve":"stepped"},{"time":0.7,"x":0,"y":0}]},"1":{"rotate":[{"time":0,"angle":0,"curve":"stepped"},{"time":0.4,"angle":0,"curve":"stepped"},{"time":0.7,"angle":0}],"translate":[{"time":0,"x":0,"y":0,"curve":"stepped"},{"time":0.4,"x":0,"y":0,"curve":"stepped"},{"time":0.7,"x":0,"y":0}],"scale":[{"time":0,"x":1,"y":1},{"time":0.1667,"x":1.569,"y":1.569},{"time":0.3333,"x":0.955,"y":0.955},{"time":0.4,"x":1,"y":1,"curve":"stepped"},{"time":0.7,"x":1,"y":1}],"shear":[{"time":0,"x":0,"y":0,"curve":"stepped"},{"time":0.4,"x":0,"y":0,"curve":"stepped"},{"time":0.7,"x":0,"y":0}]},"root":{"rotate":[{"time":0,"angle":0,"curve":"stepped"},{"time":0.7,"angle":0}],"translate":[{"time":0,"x":0,"y":0,"curve":"stepped"},{"time":0.7,"x":0,"y":0}],"scale":[{"time":0,"x":1,"y":1,"curve":"stepped"},{"time":0.7,"x":1,"y":1}],"shear":[{"time":0,"x":0,"y":0,"curve":"stepped"},{"time":0.7,"x":0,"y":0}]}},"drawOrder":[{"time":0},{"time":0.4},{"time":0.7}]}}},[0]]],0,0,[0],[-1],[0]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"muchai_audio",".mp3",1.541224],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"baishao_audio",".mp3",1.541224],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"taozi_audio",".mp3",1.567347],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"danshen_audio",".mp3",1.632],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"gouqi_audio",".mp3",1.541224],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"mulan_audio",".mp3",1.48898],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"jingjie_audio",".mp3",0.792],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"danggui_audio",".mp3",1.48898],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,["19SrviLFpNRoqslXs7tERX"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"overBg","rect":[0,0,750,1660],"offset":[0,0],"originalSize":[750,1660],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]

View File

@ -0,0 +1 @@
[1,["20jrTU9iVHx6FvhT1X0MSP"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg2","rect":[0,0,750,1660],"offset":[0,0],"originalSize":[750,1660],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"lizi_audio",".mp3",1.462857],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,["4bSc2DsUlD95Jf+AVA6AdJ"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"hand","rect":[2,2,172,124],"offset":[-40,0],"originalSize":[256,128],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"yes",".mp3",0.624],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"zhuye_audio",".mp3",1.515102],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"lizhi_audio",".mp3",1.541224],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"cha_audio",".mp3",1.541224],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"pugongying_audio",".mp3",1.645714],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"putao_audio",".mp3",1.515102],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"ganjiang_audio",".mp3",1.48898],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"bgMusic",".mp3",176.352653],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"gancao_audio",".mp3",1.541224],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"mudan_audio",".mp3",1.48898],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.Asset",["_name","_native"],1]],[[0,0,1,3]],[[0,"hand",".atlas"],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.JsonAsset",["_name","json"],1]],[[0,0,1,3]],[[0,"CLICK_DATA",{"data":{"type":1,"success":false,"round":0,"choice":0,"rightChoice":0,"item":"","roundType":0,"stepTime":0,"levelConfig":0,"ignite":false,"igniteCount":0}}]],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,["b6iQcZO3RAHZGVs57EiNXg"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"rank_Bg","rect":[0,0,750,1660],"offset":[0,0],"originalSize":[750,1660],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"dazao_audio",".mp3",1.48898],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"moli_audio",".mp3",1.515102],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
[1,["9ahJBRvxxNB6rvCZTGNu2B"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"rankBtn","rect":[0,0,126,140],"offset":[0,0],"originalSize":[126,140],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]

View File

@ -0,0 +1 @@
[1,["93t9Nuc+NHVbky7A63QHB4"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg1","rect":[0,0,750,1660],"offset":[0,0],"originalSize":[750,1660],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]

View File

@ -0,0 +1 @@
[1,["4ft7ZZa3NDV7/shUg31/9n"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"labelBg","rect":[0,0,713,324],"offset":[0,0],"originalSize":[713,324],"capInsets":[60,20,60,20]}],[0],0,[0],[0],[0]]

View File

@ -0,0 +1 @@
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"jinju_audio",".mp3",1.567347],-1],0,0,[],[],[]]

View File

@ -0,0 +1 @@
(function r(e,n,t){function i(u,f){if(!n[u]){if(!e[u]){var _=u.split("/");if(_=_[_.length-1],!e[_]){var p="function"==typeof __require&&__require;if(!f&&p)return p(_,!0);if(o)return o(_,!0);throw new Error("Cannot find module '"+u+"'")}u=_}var a=n[u]={exports:{}};e[u][0].call(a.exports,function(r){return i(e[u][1][r]||r)},a,a.exports,r,e,n,t)}return n[u].exports}for(var o="function"==typeof __require&&__require,u=0;u<t.length;u++)i(t[u]);return i})({},{},[]);

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Some files were not shown because too many files have changed in this diff Show More