Commit f6e550b6 authored by 刘俊's avatar 刘俊

25414

parent 59348590
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4,7 +4,7 @@ var sdk_conf = { ...@@ -4,7 +4,7 @@ var sdk_conf = {
//.游戏唯一标识:由游戏技术修改 //.游戏唯一标识:由游戏技术修改
game: 'yiqiqieshuiguo-weixin', game: 'yiqiqieshuiguo-weixin',
//.当前游戏版本:由游戏技术修改 //.当前游戏版本:由游戏技术修改
version: '2.2.3', version: '2.2.5',
//以下广告ID获取已经废弃,改成从服务端配置config4中获取 //以下广告ID获取已经废弃,改成从服务端配置config4中获取
//.banner广告单元id //.banner广告单元id
......
...@@ -52,6 +52,13 @@ cc.Class({ ...@@ -52,6 +52,13 @@ cc.Class({
this.videoIcon1.active =false; this.videoIcon1.active =false;
} }
} }
if(sdk.getConfig2().isVideoIcon){
this.videoIcon.active =true;
}else{
this.videoIcon.active =false;
}
var actionScaleIn = cc.sequence(cc.scaleTo(0.3, 1.05, 1.05).easing(cc.easeCubicActionOut()),cc.scaleTo(0.1, 1, 1).easing(cc.easeCubicActionOut())); var actionScaleIn = cc.sequence(cc.scaleTo(0.3, 1.05, 1.05).easing(cc.easeCubicActionOut()),cc.scaleTo(0.1, 1, 1).easing(cc.easeCubicActionOut()));
this.content.scale = 0.5; this.content.scale = 0.5;
this.content.runAction(actionScaleIn); this.content.runAction(actionScaleIn);
......
...@@ -154,6 +154,13 @@ cc.Class({ ...@@ -154,6 +154,13 @@ cc.Class({
this.guozhidianBtn.active =true; this.guozhidianBtn.active =true;
this.qiandaoBtn.active =true; this.qiandaoBtn.active =true;
//------ //------
let floatBox =this.node.getChildByName("floatBox");
if(!floatBox){
cc.HQ.GameMgr.loadRes('Prefabs/floatBox',this.node).then(node=>{
// console.log('loadFload',node);
node.getComponent('floatBoxUI').init(1);
});
}
}else{ }else{
this.moreGameUI.active =false; this.moreGameUI.active =false;
this.lingjinbiBtn.active =false; this.lingjinbiBtn.active =false;
......
...@@ -107,7 +107,7 @@ cc.Class({ ...@@ -107,7 +107,7 @@ cc.Class({
sdk.getFromServer("LotteryKey"+time,"LotteryData",null,func); sdk.getFromServer("LotteryKey"+time,"LotteryData",null,func);
this.init(); this.init();
console.log("商城当前页面",this._currentPageIndex); // console.log("商城当前页面",this._currentPageIndex);
}, },
init: function(){ init: function(){
...@@ -318,6 +318,18 @@ cc.Class({ ...@@ -318,6 +318,18 @@ cc.Class({
this.onWeaponNum(3); this.onWeaponNum(3);
break; break;
case 4: case 4:
this.randomBtn.active =true;
if(this._lotteryState){
this.mianfeiBtn.active =true;
}
this.labTitle.active =false;
this.labPrice.string =20000;
this.xinwuqi.active =true; //新武器提示箭头
this.choujiangBtn.active =false;
this.labShuoming.active =false;
this.onWeaponNum(4);
break;
case 5:
this.randomBtn.active =false; this.randomBtn.active =false;
this.mianfeiBtn.active =false; this.mianfeiBtn.active =false;
this.labTitle.getComponent(cc.Label).string ="转盘获得"; this.labTitle.getComponent(cc.Label).string ="转盘获得";
...@@ -326,7 +338,7 @@ cc.Class({ ...@@ -326,7 +338,7 @@ cc.Class({
this.choujiangBtn.active =false; this.choujiangBtn.active =false;
this.labShuoming.active =false; this.labShuoming.active =false;
break; break;
case 5: case 6:
this.randomBtn.active =false; this.randomBtn.active =false;
this.mianfeiBtn.active =false; this.mianfeiBtn.active =false;
// this.labTitle.getComponent(cc.Label).string ="活动获得"; // this.labTitle.getComponent(cc.Label).string ="活动获得";
...@@ -344,9 +356,9 @@ cc.Class({ ...@@ -344,9 +356,9 @@ cc.Class({
} }
this.labShuoming.active =true; this.labShuoming.active =true;
//抽宝刀按钮 //抽宝刀按钮
this.onWeaponNum(4); this.onWeaponNum(5);
break; break;
case 6: case 7:
this.randomBtn.active =false; this.randomBtn.active =false;
this.mianfeiBtn.active =false; this.mianfeiBtn.active =false;
this.labTitle.getComponent(cc.Label).string ="通关奖励"; this.labTitle.getComponent(cc.Label).string ="通关奖励";
...@@ -390,12 +402,20 @@ cc.Class({ ...@@ -390,12 +402,20 @@ cc.Class({
} }
break; break;
case 4: case 4:
this._shopKnifeArray.push(child[80]); for(let i=64;i<80;i++){
for(let i=82;i<96;i++){ this._shopKnifeArray.push(child[i]);
}
for(let i=105;i<121;i++){
this._shopKnifeId.push(i+1);
}
break;
case 5:
// this._shopKnifeArray.push(child[80]);
for(let i=96;i<112;i++){
this._shopKnifeArray.push(child[i]); this._shopKnifeArray.push(child[i]);
} }
this._shopKnifeId.push(65); this._shopKnifeId.push(65);
for(let i=82;i<96;i++){ for(let i=81;i<96;i++){
this._shopKnifeId.push(i+1); this._shopKnifeId.push(i+1);
} }
break; break;
......
...@@ -515,6 +515,134 @@ module.exports={ ...@@ -515,6 +515,134 @@ module.exports={
}, },
{ {
"id": 65, "id": 65,
"goodsId": 106,
"name": "",
"price": 20000,
"icon": "images/weapons/106",
"spin": 1
},
{
"id": 66,
"goodsId": 107,
"name": "",
"price": 20000,
"icon": "images/weapons/107",
"spin": 1
},
{
"id": 67,
"goodsId": 108,
"name": "",
"price": 20000,
"icon": "images/weapons/108",
"spin": 1
},
{
"id": 68,
"goodsId": 109,
"name": "",
"price": 20000,
"icon": "images/weapons/109",
"spin": 1
},
{
"id": 69,
"goodsId": 110,
"name": "",
"price": 20000,
"icon": "images/weapons/110",
"spin": 1
},
{
"id": 70,
"goodsId": 111,
"name": "",
"price": 20000,
"icon": "images/weapons/111",
"spin": 1
},
{
"id": 71,
"goodsId": 112,
"name": "",
"price": 20000,
"icon": "images/weapons/112",
"spin": 1
},
{
"id": 72,
"goodsId": 113,
"name": "",
"price": 20000,
"icon": "images/weapons/113",
"spin": 1
},
{
"id": 73,
"goodsId": 114,
"name": "",
"price": 20000,
"icon": "images/weapons/114",
"spin": 1
},
{
"id": 74,
"goodsId": 115,
"name": "",
"price": 20000,
"icon": "images/weapons/115",
"spin": 1
},
{
"id": 75,
"goodsId": 116,
"name": "",
"price": 20000,
"icon": "images/weapons/116",
"spin": 1
},
{
"id": 76,
"goodsId": 117,
"name": "",
"price": 20000,
"icon": "images/weapons/117",
"spin": 1
},
{
"id": 77,
"goodsId": 118,
"name": "",
"price": 20000,
"icon": "images/weapons/118",
"spin": 1
},
{
"id": 78,
"goodsId": 119,
"name": "",
"price": 20000,
"icon": "images/weapons/119",
"spin": 1
},
{
"id": 79,
"goodsId": 120,
"name": "",
"price": 20000,
"icon": "images/weapons/120",
"spin": 1
},
{
"id": 80,
"goodsId": 121,
"name": "",
"price": 20000,
"icon": "images/weapons/121",
"spin": 1
},
{
"id": 81,
"goodsId": 49, "goodsId": 49,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -522,7 +650,7 @@ module.exports={ ...@@ -522,7 +650,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 66, "id": 82,
"goodsId": 50, "goodsId": 50,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -530,7 +658,7 @@ module.exports={ ...@@ -530,7 +658,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 67, "id": 83,
"goodsId": 51, "goodsId": 51,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -538,7 +666,7 @@ module.exports={ ...@@ -538,7 +666,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 68, "id": 84,
"goodsId": 52, "goodsId": 52,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -546,7 +674,7 @@ module.exports={ ...@@ -546,7 +674,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 69, "id": 85,
"goodsId": 53, "goodsId": 53,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -554,7 +682,7 @@ module.exports={ ...@@ -554,7 +682,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 70, "id": 86,
"goodsId": 54, "goodsId": 54,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -562,7 +690,7 @@ module.exports={ ...@@ -562,7 +690,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 71, "id": 87,
"goodsId": 55, "goodsId": 55,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -570,7 +698,7 @@ module.exports={ ...@@ -570,7 +698,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 72, "id": 88,
"goodsId": 56, "goodsId": 56,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -578,7 +706,7 @@ module.exports={ ...@@ -578,7 +706,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 73, "id": 89,
"goodsId": 57, "goodsId": 57,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -586,7 +714,7 @@ module.exports={ ...@@ -586,7 +714,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 74, "id": 90,
"goodsId": 58, "goodsId": 58,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -594,7 +722,7 @@ module.exports={ ...@@ -594,7 +722,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 75, "id": 91,
"goodsId": 59, "goodsId": 59,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -602,7 +730,7 @@ module.exports={ ...@@ -602,7 +730,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 76, "id": 92,
"goodsId": 60, "goodsId": 60,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -610,7 +738,7 @@ module.exports={ ...@@ -610,7 +738,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 77, "id": 93,
"goodsId": 61, "goodsId": 61,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -618,7 +746,7 @@ module.exports={ ...@@ -618,7 +746,7 @@ module.exports={
"spin": 2 "spin": 2
}, },
{ {
"id": 78, "id": 94,
"goodsId": 62, "goodsId": 62,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -626,7 +754,7 @@ module.exports={ ...@@ -626,7 +754,7 @@ module.exports={
"spin": 2 "spin": 2
}, },
{ {
"id": 79, "id": 95,
"goodsId": 63, "goodsId": 63,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -634,7 +762,7 @@ module.exports={ ...@@ -634,7 +762,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 80, "id": 96,
"goodsId": 64, "goodsId": 64,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -642,7 +770,7 @@ module.exports={ ...@@ -642,7 +770,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 81, "id": 97,
"goodsId": 65, "goodsId": 65,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -650,7 +778,7 @@ module.exports={ ...@@ -650,7 +778,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 82, "id": 98,
"goodsId": 82, "goodsId": 82,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -658,7 +786,7 @@ module.exports={ ...@@ -658,7 +786,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 83, "id": 99,
"goodsId": 83, "goodsId": 83,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -666,7 +794,7 @@ module.exports={ ...@@ -666,7 +794,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 84, "id": 100,
"goodsId": 84, "goodsId": 84,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -674,7 +802,7 @@ module.exports={ ...@@ -674,7 +802,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 85, "id": 101,
"goodsId": 85, "goodsId": 85,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -682,7 +810,7 @@ module.exports={ ...@@ -682,7 +810,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 86, "id": 102,
"goodsId": 86, "goodsId": 86,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -690,7 +818,7 @@ module.exports={ ...@@ -690,7 +818,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 87, "id": 103,
"goodsId": 87, "goodsId": 87,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -698,7 +826,7 @@ module.exports={ ...@@ -698,7 +826,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 88, "id": 104,
"goodsId": 88, "goodsId": 88,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -706,7 +834,7 @@ module.exports={ ...@@ -706,7 +834,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 89, "id": 105,
"goodsId": 89, "goodsId": 89,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -714,7 +842,7 @@ module.exports={ ...@@ -714,7 +842,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 90, "id": 106,
"goodsId": 90, "goodsId": 90,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -722,7 +850,7 @@ module.exports={ ...@@ -722,7 +850,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 91, "id": 107,
"goodsId": 91, "goodsId": 91,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -730,7 +858,7 @@ module.exports={ ...@@ -730,7 +858,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 92, "id": 108,
"goodsId": 92, "goodsId": 92,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -738,7 +866,7 @@ module.exports={ ...@@ -738,7 +866,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 93, "id": 109,
"goodsId": 93, "goodsId": 93,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -746,7 +874,7 @@ module.exports={ ...@@ -746,7 +874,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 94, "id": 110,
"goodsId": 94, "goodsId": 94,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -754,7 +882,7 @@ module.exports={ ...@@ -754,7 +882,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 95, "id": 111,
"goodsId": 95, "goodsId": 95,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -762,7 +890,7 @@ module.exports={ ...@@ -762,7 +890,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 96, "id": 112,
"goodsId": 96, "goodsId": 96,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -770,7 +898,7 @@ module.exports={ ...@@ -770,7 +898,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 97, "id": 113,
"goodsId": 97, "goodsId": 97,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -778,7 +906,7 @@ module.exports={ ...@@ -778,7 +906,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 98, "id": 114,
"goodsId": 98, "goodsId": 98,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -786,7 +914,7 @@ module.exports={ ...@@ -786,7 +914,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 99, "id": 115,
"goodsId": 99, "goodsId": 99,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -794,7 +922,7 @@ module.exports={ ...@@ -794,7 +922,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 100, "id": 116,
"goodsId": 100, "goodsId": 100,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -802,7 +930,7 @@ module.exports={ ...@@ -802,7 +930,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 101, "id": 117,
"goodsId": 101, "goodsId": 101,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -810,7 +938,7 @@ module.exports={ ...@@ -810,7 +938,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 102, "id": 118,
"goodsId": 102, "goodsId": 102,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -818,7 +946,7 @@ module.exports={ ...@@ -818,7 +946,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 103, "id": 119,
"goodsId": 103, "goodsId": 103,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -826,7 +954,7 @@ module.exports={ ...@@ -826,7 +954,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 104, "id": 120,
"goodsId": 104, "goodsId": 104,
"name": "", "name": "",
"price": -1, "price": -1,
...@@ -834,7 +962,7 @@ module.exports={ ...@@ -834,7 +962,7 @@ module.exports={
"spin": 1 "spin": 1
}, },
{ {
"id": 105, "id": 121,
"goodsId": 105, "goodsId": 105,
"name": "", "name": "",
"price": -1, "price": -1,
......
{
"ver": "1.0.0",
"uuid": "30846f4b-aba4-40bb-9de2-7201f755b656",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"106": {
"ver": "1.0.3",
"uuid": "865304f9-31e6-42ac-8ab2-1e94793226fc",
"rawTextureUuid": "30846f4b-aba4-40bb-9de2-7201f755b656",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 0,
"trimX": 43,
"trimY": 45,
"width": 142,
"height": 139,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "1e2ecdee-375a-4736-84dc-b5b4cee259a1",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"107": {
"ver": "1.0.3",
"uuid": "c17a9678-a6ec-4718-a989-2e2ad9c50254",
"rawTextureUuid": "1e2ecdee-375a-4736-84dc-b5b4cee259a1",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 0.5,
"trimX": 43,
"trimY": 36,
"width": 142,
"height": 156,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "733192eb-ff19-42a5-8c4a-63f11e6a99d3",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"108": {
"ver": "1.0.3",
"uuid": "a87f5a30-7c83-4d89-a9f6-7795612bbeee",
"rawTextureUuid": "733192eb-ff19-42a5-8c4a-63f11e6a99d3",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0.5,
"trimX": 64,
"trimY": 26,
"width": 101,
"height": 176,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "5d46c07c-9b61-4ebd-895f-22be60d082e0",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"109": {
"ver": "1.0.3",
"uuid": "0391112d-8c08-4b4a-8435-663a42d9bd2d",
"rawTextureUuid": "5d46c07c-9b61-4ebd-895f-22be60d082e0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0.5,
"trimX": 88,
"trimY": 24,
"width": 53,
"height": 180,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "dfa328ab-d362-4d7e-a2d8-f3e90f1b07b0",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"110": {
"ver": "1.0.3",
"uuid": "888687fd-9e4d-41a5-b627-914386bfc45c",
"rawTextureUuid": "dfa328ab-d362-4d7e-a2d8-f3e90f1b07b0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0.5,
"trimX": 61,
"trimY": 23,
"width": 107,
"height": 182,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "feb25439-7170-4597-8a63-26df2845261c",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"111": {
"ver": "1.0.3",
"uuid": "9a9cb14f-3c89-4b3e-9173-e5885008fea3",
"rawTextureUuid": "feb25439-7170-4597-8a63-26df2845261c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 31,
"trimY": 31,
"width": 167,
"height": 167,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "bb406987-9e54-4065-88b1-ec00e08e4f05",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"112": {
"ver": "1.0.3",
"uuid": "ef0b1483-970d-479e-92be-845775c6eedf",
"rawTextureUuid": "bb406987-9e54-4065-88b1-ec00e08e4f05",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 80,
"trimY": 27,
"width": 69,
"height": 175,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "29bf3d77-5fd0-4543-9c59-534fa54ff262",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"113": {
"ver": "1.0.3",
"uuid": "fa14c0f3-bf2b-41cb-b145-f49db316f7cd",
"rawTextureUuid": "29bf3d77-5fd0-4543-9c59-534fa54ff262",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0.5,
"trimX": 73,
"trimY": 42,
"width": 83,
"height": 144,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "6551809e-f11f-47bb-8285-8ba28416c050",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"114": {
"ver": "1.0.3",
"uuid": "5aecf8aa-a66c-4518-a808-85896289442a",
"rawTextureUuid": "6551809e-f11f-47bb-8285-8ba28416c050",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0.5,
"trimX": 80,
"trimY": 27,
"width": 69,
"height": 174,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "de8ed922-c847-4b8b-bca6-a6564f697407",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"115": {
"ver": "1.0.3",
"uuid": "b2cd3068-4066-44ce-b592-718e0932866c",
"rawTextureUuid": "de8ed922-c847-4b8b-bca6-a6564f697407",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": -0.5,
"trimX": 70,
"trimY": 31,
"width": 90,
"height": 168,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "805306f1-3862-439d-8b3d-694f05279588",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"116": {
"ver": "1.0.3",
"uuid": "e1aa2e9b-21ae-4a4e-b70e-b36d21fda2cf",
"rawTextureUuid": "805306f1-3862-439d-8b3d-694f05279588",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -0.5,
"trimX": 72,
"trimY": 33,
"width": 85,
"height": 164,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "a2c62b29-438d-4a56-858b-b64d18ec32b3",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"117": {
"ver": "1.0.3",
"uuid": "e6586033-4a6a-4dd9-8e83-d76ec831c395",
"rawTextureUuid": "a2c62b29-438d-4a56-858b-b64d18ec32b3",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -5.5,
"offsetY": -0.5,
"trimX": 68,
"trimY": 25,
"width": 82,
"height": 180,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "cb48f5b4-a7bf-4a53-ac8d-4702347b087b",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"118": {
"ver": "1.0.3",
"uuid": "23fedea5-9be0-4aaa-aa8c-f6054f3c18ad",
"rawTextureUuid": "cb48f5b4-a7bf-4a53-ac8d-4702347b087b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -4.5,
"offsetY": 1.5,
"trimX": 85,
"trimY": 30,
"width": 50,
"height": 166,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "1f098e24-629e-4e7f-a346-c9483b7cb3ff",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"119": {
"ver": "1.0.3",
"uuid": "2c979890-55fb-4863-ba26-9a720a0d5105",
"rawTextureUuid": "1f098e24-629e-4e7f-a346-c9483b7cb3ff",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -14,
"offsetY": -0.5,
"trimX": 54,
"trimY": 31,
"width": 93,
"height": 168,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "09ef7834-f54e-4ad5-9eeb-f4073d202921",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"120": {
"ver": "1.0.3",
"uuid": "8e22d4db-b713-4dc8-b006-9ef62afec27a",
"rawTextureUuid": "09ef7834-f54e-4ad5-9eeb-f4073d202921",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -10.5,
"offsetY": -5.5,
"trimX": 47,
"trimY": 41,
"width": 114,
"height": 158,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.0.0",
"uuid": "4baa70c3-2968-4be7-b23b-8a750f0b4603",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"121": {
"ver": "1.0.3",
"uuid": "94c883a5-1a9e-445a-a604-8f85ba639a54",
"rawTextureUuid": "4baa70c3-2968-4be7-b23b-8a750f0b4603",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -2,
"offsetY": -1,
"trimX": 36,
"trimY": 39,
"width": 153,
"height": 153,
"rawWidth": 229,
"rawHeight": 229,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"title": "yiqiqieshuiguo", "title": "yiqiqieshuiguo",
"webOrientation": "auto", "webOrientation": "auto",
"wechatgame": { "wechatgame": {
"REMOTE_SERVER_ROOT": "https://res.g.llewan.com/yiqiqieshuiguo-weixin/v2.0.23", "REMOTE_SERVER_ROOT": "https://res.g.llewan.com/yiqiqieshuiguo-weixin/v2.0.25",
"appid": "wx99ef5bd0791407a1", "appid": "wx99ef5bd0791407a1",
"isSubdomain": false, "isSubdomain": false,
"orientation": "portrait", "orientation": "portrait",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment