From 9bb0b6fdf02decdf4678e4afbcf5b4f00a8dfac9 Mon Sep 17 00:00:00 2001 From: "guoqing.zhu" <1521292690@qq.com> Date: Tue, 31 May 2022 21:59:21 +0800 Subject: [PATCH 1/2] update --- assets/scripts/UI/UIMain.js | 1 - assets/scripts/UI/guns/guns_info.ts | 2 +- assets/scripts/UI/guns/guns_single.ts | 2 +- assets/scripts/UI/hero/UIHeroinfo.ts | 2 +- assets/scripts/UI/hero/herochoseone.js | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/assets/scripts/UI/UIMain.js b/assets/scripts/UI/UIMain.js index 66522545..dca1cdb1 100644 --- a/assets/scripts/UI/UIMain.js +++ b/assets/scripts/UI/UIMain.js @@ -239,7 +239,6 @@ cc.Class({ }, multipointout(){ - console.log("多点登录,显示推出") jcgamelog.addOperation(OperationType.LOGIN, 'multipointout'); uimanger.showUI(MulitLoginTip.prefabPath) }, diff --git a/assets/scripts/UI/guns/guns_info.ts b/assets/scripts/UI/guns/guns_info.ts index c93c9264..d1564433 100644 --- a/assets/scripts/UI/guns/guns_info.ts +++ b/assets/scripts/UI/guns/guns_info.ts @@ -84,7 +84,7 @@ export default class guns_info extends UIBase { var limit = data.ceg_uplimit var get = data.today_get_gold - this.limitBar.progress =1-(limit-get)/limit + this.limitBar.progress =(limit-get)/limit this.cegget.string = `${data.today_get_gold}/${data.ceg_uplimit}` } diff --git a/assets/scripts/UI/guns/guns_single.ts b/assets/scripts/UI/guns/guns_single.ts index dd445adf..5c81c13e 100644 --- a/assets/scripts/UI/guns/guns_single.ts +++ b/assets/scripts/UI/guns/guns_single.ts @@ -29,7 +29,7 @@ export class guns_single extends cc.Component { var limit = data.ceg_uplimit var get = data.today_get_gold - this.limitBar.progress =1-(limit-get)/limit + this.limitBar.progress =(limit-get)/limit this.cegget.string = `${data.today_get_gold}/${data.ceg_uplimit}` this.node.active = true; diff --git a/assets/scripts/UI/hero/UIHeroinfo.ts b/assets/scripts/UI/hero/UIHeroinfo.ts index 9b1aebc8..7c1ced5d 100644 --- a/assets/scripts/UI/hero/UIHeroinfo.ts +++ b/assets/scripts/UI/hero/UIHeroinfo.ts @@ -106,7 +106,7 @@ export class UIHeroinfo extends UIBase { var limit = data.ceg_uplimit var get = data.today_get_gold - this.limitBar.progress =1-(limit-get)/limit + this.limitBar.progress =(limit-get)/limit this.cegget.string = `${data.today_get_gold}/${data.ceg_uplimit}` this.hero_id = data.hero_id; diff --git a/assets/scripts/UI/hero/herochoseone.js b/assets/scripts/UI/hero/herochoseone.js index 6bb8b381..e83bef4c 100644 --- a/assets/scripts/UI/hero/herochoseone.js +++ b/assets/scripts/UI/hero/herochoseone.js @@ -50,7 +50,7 @@ cc.Class({ var limit = v.ceg_uplimit var get = v.today_get_gold - this.limitBar.progress =1-(limit-get)/limit + this.limitBar.progress =(limit-get)/limit this.cegget.string = `${v.today_get_gold}/${v.ceg_uplimit}` From 66858d655d1b9314e03a3da2e13a2fa5e9b751a1 Mon Sep 17 00:00:00 2001 From: "guoqing.zhu" <1521292690@qq.com> Date: Tue, 31 May 2022 22:13:15 +0800 Subject: [PATCH 2/2] update --- assets/LoginScene.fire | 4 +- assets/res/prefabs/NUI/UINTeam.prefab | 3413 +++++++++++++------------ assets/scripts/Config.js | 2 +- 3 files changed, 1783 insertions(+), 1636 deletions(-) diff --git a/assets/LoginScene.fire b/assets/LoginScene.fire index f86994c6..98c142dd 100644 --- a/assets/LoginScene.fire +++ b/assets/LoginScene.fire @@ -47,8 +47,8 @@ }, "_scale": { "__type__": "cc.Vec3", - "x": 0.805834949016571, - "y": 0.805834949016571, + "x": 0.531652795002319, + "y": 0.531652795002319, "z": 1 }, "_quat": { diff --git a/assets/res/prefabs/NUI/UINTeam.prefab b/assets/res/prefabs/NUI/UINTeam.prefab index 1885f297..5ba5aa4f 100644 --- a/assets/res/prefabs/NUI/UINTeam.prefab +++ b/assets/res/prefabs/NUI/UINTeam.prefab @@ -29,27 +29,27 @@ "__id__": 219 }, { - "__id__": 264 + "__id__": 258 } ], "_active": true, "_level": 1, "_components": [ { - "__id__": 303 + "__id__": 308 }, { - "__id__": 304 + "__id__": 309 }, { - "__id__": 305 + "__id__": 310 }, { - "__id__": 306 + "__id__": 311 } ], "_prefab": { - "__id__": 307 + "__id__": 312 }, "_opacity": 255, "_color": { @@ -7535,7 +7535,7 @@ }, { "__type__": "cc.Node", - "_name": "nd_pipei", + "_name": "friendlist", "_objFlags": 0, "_parent": { "__id__": 1 @@ -7544,1571 +7544,19 @@ { "__id__": 220 }, - { - "__id__": 250 - } - ], - "_active": false, - "_level": 2, - "_components": [ - { - "__id__": 262 - } - ], - "_prefab": { - "__id__": 263 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 1024, - "height": 512 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "top", - "_objFlags": 0, - "_parent": { - "__id__": 219 - }, - "_children": [ - { - "__id__": 221 - } - ], - "_active": true, - "_level": 3, - "_components": [ - { - "__id__": 248 - } - ], - "_prefab": { - "__id__": 249 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 0 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": 0, - "y": 256, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "bg_t2hui", - "_objFlags": 0, - "_parent": { - "__id__": 220 - }, - "_children": [ - { - "__id__": 222 - }, { "__id__": 225 - }, - { - "__id__": 228 - }, - { - "__id__": 231 - }, - { - "__id__": 234 - }, - { - "__id__": 237 - }, - { - "__id__": 240 - }, - { - "__id__": 243 - } - ], - "_active": true, - "_level": 3, - "_components": [ - { - "__id__": 246 - } - ], - "_prefab": { - "__id__": 247 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 1059, - "height": 199 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": 9, - "y": -77, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 0.5, - "y": 0.5, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "New Label", - "_objFlags": 0, - "_parent": { - "__id__": 221 - }, - "_children": [], - "_active": false, - "_level": 4, - "_components": [ - { - "__id__": 223 - } - ], - "_prefab": { - "__id__": 224 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 314, - "height": 44 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": -5, - "y": 53, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 222 - }, - "_enabled": true, - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": null, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_state": 0, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "87uxt9lfJA2L+4V5hZ4p4C", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "New Label", - "_objFlags": 0, - "_parent": { - "__id__": 221 - }, - "_children": [], - "_active": false, - "_level": 4, - "_components": [ - { - "__id__": 226 - } - ], - "_prefab": { - "__id__": 227 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 178, - "height": 33 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": -292, - "y": -33, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 225 - }, - "_enabled": true, - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": null, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_state": 0, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "1dhhfpo1dJsLK+C1xbXpv6", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "New Label", - "_objFlags": 0, - "_parent": { - "__id__": 221 - }, - "_children": [], - "_active": false, - "_level": 4, - "_components": [ - { - "__id__": 229 - } - ], - "_prefab": { - "__id__": 230 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 178, - "height": 33 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": 138, - "y": -33, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 228 - }, - "_enabled": true, - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": null, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_state": 0, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "6cM6eP2fNK3JmRS1tMSaal", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "totalTime", - "_objFlags": 0, - "_parent": { - "__id__": 221 - }, - "_children": [], - "_active": true, - "_level": 4, - "_components": [ - { - "__id__": 232 - } - ], - "_prefab": { - "__id__": 233 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 40 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": -150.3, - "y": -38.8, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 231 - }, - "_enabled": true, - "_useOriginalSize": false, - "_string": "", - "_N$string": "", - "_fontSize": 40, - "_lineHeight": 40, - "_enableWrapText": true, - "_N$file": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_batchAsBitmap": false, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "1amY6NucNPcYZJMFboWwHY", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "goSecond", - "_objFlags": 0, - "_parent": { - "__id__": 221 - }, - "_children": [], - "_active": true, - "_level": 4, - "_components": [ - { - "__id__": 235 - } - ], - "_prefab": { - "__id__": 236 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 41, - "g": 237, - "b": 120, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 0, - "height": 40 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": 308, - "y": -33, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 234 - }, - "_enabled": true, - "_useOriginalSize": false, - "_string": "", - "_N$string": "", - "_fontSize": 40, - "_lineHeight": 40, - "_enableWrapText": true, - "_N$file": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_batchAsBitmap": false, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "13V9vACQZPGJGsKpuoUyBq", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "New Label", - "_objFlags": 0, - "_parent": { - "__id__": 221 - }, - "_children": [], - "_active": true, - "_level": 4, - "_components": [ - { - "__id__": 238 - } - ], - "_prefab": { - "__id__": 239 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 88, - "g": 215, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 324.16, - "height": 60 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": 0, - "y": 52.2, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 237 - }, - "_enabled": true, - "_useOriginalSize": false, - "_string": "Matching...", - "_N$string": "Matching...", - "_fontSize": 57, - "_lineHeight": 60, - "_enableWrapText": true, - "_N$file": { - "__uuid__": "ef2a48cc-8f1a-4965-b9ba-3deca921b41a" - }, - "_isSystemFontUsed": false, - "_spacingX": 0, - "_batchAsBitmap": false, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "25m1UBgjBGJK2LgcvVqC5u", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "New Label copy", - "_objFlags": 0, - "_parent": { - "__id__": 221 - }, - "_children": [], - "_active": true, - "_level": 4, - "_components": [ - { - "__id__": 241 - } - ], - "_prefab": { - "__id__": 242 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 338.12, - "height": 40 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": -335.2, - "y": -35.1, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 240 - }, - "_enabled": true, - "_useOriginalSize": false, - "_string": "estimated time:", - "_N$string": "estimated time:", - "_fontSize": 40, - "_lineHeight": 40, - "_enableWrapText": true, - "_N$file": { - "__uuid__": "ef2a48cc-8f1a-4965-b9ba-3deca921b41a" - }, - "_isSystemFontUsed": false, - "_spacingX": 0, - "_batchAsBitmap": false, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "120pwcv/hMMJwS1/t+p5pu", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "New Label copy", - "_objFlags": 0, - "_parent": { - "__id__": 221 - }, - "_children": [], - "_active": true, - "_level": 4, - "_components": [ - { - "__id__": 244 - } - ], - "_prefab": { - "__id__": 245 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 234.8, - "height": 40 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": 195.7, - "y": -35.1, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 243 - }, - "_enabled": true, - "_useOriginalSize": false, - "_string": "real time:", - "_N$string": "real time:", - "_fontSize": 40, - "_lineHeight": 40, - "_enableWrapText": true, - "_N$file": { - "__uuid__": "ef2a48cc-8f1a-4965-b9ba-3deca921b41a" - }, - "_isSystemFontUsed": false, - "_spacingX": 0, - "_batchAsBitmap": false, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "1ab/SonxlDN6UoUCn9udZc", - "sync": false - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 221 - }, - "_enabled": true, - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8bff5257-905b-479f-9dc0-a53640c897a3" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_state": 0, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "8f4bvLIl9Peovc7tyh9G5s", - "sync": false - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 220 - }, - "_enabled": true, - "alignMode": 1, - "_target": null, - "_alignFlags": 1, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_verticalCenter": 0, - "_horizontalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "6e3BUkXbxBX4M8Me4xwevE", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "btn_start", - "_objFlags": 0, - "_parent": { - "__id__": 219 - }, - "_children": [ - { - "__id__": 251 - }, - { - "__id__": 254 - } - ], - "_active": true, - "_level": 3, - "_components": [ - { - "__id__": 257 - }, - { - "__id__": 258 - }, - { - "__id__": 260 - } - ], - "_prefab": { - "__id__": 261 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 345.9, - "height": 77.9 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": -4, - "y": -168, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 0.5, - "y": 0.76, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "state1", - "_objFlags": 0, - "_parent": { - "__id__": 250 - }, - "_children": [], - "_active": true, - "_level": 4, - "_components": [ - { - "__id__": 252 - } - ], - "_prefab": { - "__id__": 253 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 687.2, - "height": 156.9 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 0.5, - "y": 0.5, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 251 - }, - "_enabled": true, - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "e11955a4-30bd-4be3-911c-d5b1b027de89" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_state": 0, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "c8l8xwSYBJgbTmvmFNblVq", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "New Label", - "_objFlags": 0, - "_parent": { - "__id__": 250 - }, - "_children": [], - "_active": false, - "_level": 4, - "_components": [ - { - "__id__": 255 - } - ], - "_prefab": { - "__id__": 256 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 227.65, - "height": 50 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_position": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_scale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_rotationX": 0, - "_rotationY": 0, - "_quat": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_skewX": 0, - "_skewY": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 254 - }, - "_enabled": true, - "_useOriginalSize": false, - "_string": "CANCEL", - "_N$string": "CANCEL", - "_fontSize": 50, - "_lineHeight": 50, - "_enableWrapText": true, - "_N$file": { - "__uuid__": "ef2a48cc-8f1a-4965-b9ba-3deca921b41a" - }, - "_isSystemFontUsed": false, - "_spacingX": 0, - "_batchAsBitmap": false, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "764wa5rfpHGIxHbgannM+F", - "sync": false - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 250 - }, - "_enabled": true, - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": null, - "_type": 1, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_state": 0, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.Button", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 250 - }, - "_enabled": true, - "duration": 0.1, - "zoomScale": 0.9, - "clickEvents": [ - { - "__id__": 259 - } - ], - "_N$interactable": true, - "_N$enableAutoGrayEffect": true, - "_N$transition": 3, - "transition": 3, - "_N$normalColor": { - "__type__": "cc.Color", - "r": 214, - "g": 214, - "b": 214, - "a": 255 - }, - "_N$pressedColor": { - "__type__": "cc.Color", - "r": 211, - "g": 211, - "b": 211, - "a": 255 - }, - "pressedColor": { - "__type__": "cc.Color", - "r": 211, - "g": 211, - "b": 211, - "a": 255 - }, - "_N$hoverColor": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "hoverColor": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_N$disabledColor": { - "__type__": "cc.Color", - "r": 124, - "g": 124, - "b": 124, - "a": 255 - }, - "_N$normalSprite": null, - "_N$pressedSprite": null, - "pressedSprite": null, - "_N$hoverSprite": null, - "hoverSprite": null, - "_N$disabledSprite": null, - "_N$target": { - "__id__": 250 - }, - "_id": "" - }, - { - "__type__": "cc.ClickEvent", - "target": { - "__id__": 1 - }, - "component": "", - "_componentId": "233bfJBLX1Ktbca/NDvmyMD", - "handler": "btnClose", - "customEventData": "1" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 250 - }, - "_enabled": true, - "alignMode": 1, - "_target": null, - "_alignFlags": 4, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 58.397999999999996, - "_verticalCenter": 0, - "_horizontalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "beK6f56Q5I76prHlXwbt+f", - "sync": false - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 219 - }, - "_enabled": true, - "alignMode": 1, - "_target": null, - "_alignFlags": 45, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_verticalCenter": 0, - "_horizontalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" - }, - "fileId": "b2LAB/OCRCdro17VYTLCrK", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "friendlist", - "_objFlags": 0, - "_parent": { - "__id__": 1 - }, - "_children": [ - { - "__id__": 265 - }, - { - "__id__": 270 } ], "_active": false, "_level": 2, "_components": [ { - "__id__": 301 + "__id__": 256 } ], "_prefab": { - "__id__": 302 + "__id__": 257 }, "_opacity": 255, "_color": { @@ -9159,24 +7607,24 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 264 + "__id__": 219 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 266 + "__id__": 221 }, { - "__id__": 267 + "__id__": 222 }, { - "__id__": 268 + "__id__": 223 } ], "_prefab": { - "__id__": 269 + "__id__": 224 }, "_opacity": 75, "_color": { @@ -9227,7 +7675,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 265 + "__id__": 220 }, "_enabled": true, "_srcBlendFactor": 770, @@ -9255,7 +7703,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 265 + "__id__": 220 }, "_enabled": true, "alignMode": 1, @@ -9282,7 +7730,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 265 + "__id__": 220 }, "_enabled": true, "_id": "" @@ -9303,24 +7751,24 @@ "_name": "Center", "_objFlags": 0, "_parent": { - "__id__": 264 + "__id__": 219 }, "_children": [ { - "__id__": 271 + "__id__": 226 }, { - "__id__": 274 + "__id__": 229 }, { - "__id__": 282 + "__id__": 237 } ], "_active": true, "_level": 3, "_components": [], "_prefab": { - "__id__": 300 + "__id__": 255 }, "_opacity": 255, "_color": { @@ -9371,18 +7819,18 @@ "_name": "bg_frame", "_objFlags": 0, "_parent": { - "__id__": 270 + "__id__": 225 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 272 + "__id__": 227 } ], "_prefab": { - "__id__": 273 + "__id__": 228 }, "_opacity": 255, "_color": { @@ -9433,7 +7881,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 271 + "__id__": 226 }, "_enabled": true, "_srcBlendFactor": 770, @@ -9472,22 +7920,22 @@ "_name": "btn_back", "_objFlags": 0, "_parent": { - "__id__": 270 + "__id__": 225 }, "_children": [ { - "__id__": 275 + "__id__": 230 } ], "_active": true, "_level": 4, "_components": [ { - "__id__": 279 + "__id__": 234 } ], "_prefab": { - "__id__": 281 + "__id__": 236 }, "_opacity": 255, "_color": { @@ -9538,21 +7986,21 @@ "_name": "Background", "_objFlags": 0, "_parent": { - "__id__": 274 + "__id__": 229 }, "_children": [], "_active": true, "_level": 2, "_components": [ { - "__id__": 276 + "__id__": 231 }, { - "__id__": 277 + "__id__": 232 } ], "_prefab": { - "__id__": 278 + "__id__": 233 }, "_opacity": 255, "_color": { @@ -9603,7 +8051,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 275 + "__id__": 230 }, "_enabled": true, "_srcBlendFactor": 770, @@ -9631,7 +8079,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 275 + "__id__": 230 }, "_enabled": true, "alignMode": 0, @@ -9669,14 +8117,14 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 274 + "__id__": 229 }, "_enabled": true, "duration": 0.1, "zoomScale": 1.2, "clickEvents": [ { - "__id__": 280 + "__id__": 235 } ], "_N$interactable": true, @@ -9744,7 +8192,7 @@ "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" }, "_N$target": { - "__id__": 275 + "__id__": 230 }, "_id": "" }, @@ -9774,28 +8222,28 @@ "_name": "friendlist", "_objFlags": 0, "_parent": { - "__id__": 270 + "__id__": 225 }, "_children": [ { - "__id__": 283 + "__id__": 238 }, { - "__id__": 290 + "__id__": 245 } ], "_active": true, "_level": 3, "_components": [ { - "__id__": 298 + "__id__": 253 }, { - "__id__": 288 + "__id__": 243 } ], "_prefab": { - "__id__": 299 + "__id__": 254 }, "_opacity": 255, "_color": { @@ -9846,28 +8294,28 @@ "_name": "scrollBar", "_objFlags": 0, "_parent": { - "__id__": 282 + "__id__": 237 }, "_children": [ { - "__id__": 284 + "__id__": 239 } ], "_active": false, "_level": 0, "_components": [ { - "__id__": 287 + "__id__": 242 }, { - "__id__": 295 + "__id__": 250 }, { - "__id__": 296 + "__id__": 251 } ], "_prefab": { - "__id__": 297 + "__id__": 252 }, "_opacity": 255, "_color": { @@ -9918,18 +8366,18 @@ "_name": "bar", "_objFlags": 0, "_parent": { - "__id__": 283 + "__id__": 238 }, "_children": [], "_active": true, "_level": 0, "_components": [ { - "__id__": 285 + "__id__": 240 } ], "_prefab": { - "__id__": 286 + "__id__": 241 }, "_opacity": 255, "_color": { @@ -9980,7 +8428,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 284 + "__id__": 239 }, "_enabled": true, "_srcBlendFactor": 770, @@ -10019,18 +8467,18 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 283 + "__id__": 238 }, "_enabled": true, "_scrollView": { - "__id__": 288 + "__id__": 243 }, "_touching": false, "_opacity": 255, "enableAutoHide": true, "autoHideTime": 1, "_N$handle": { - "__id__": 285 + "__id__": 240 }, "_N$direction": 1, "_id": "" @@ -10040,7 +8488,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 282 + "__id__": 237 }, "_enabled": true, "horizontal": false, @@ -10052,14 +8500,14 @@ "scrollEvents": [], "cancelInnerEvents": true, "_N$content": { - "__id__": 289 + "__id__": 244 }, "content": { - "__id__": 289 + "__id__": 244 }, "_N$horizontalScrollBar": null, "_N$verticalScrollBar": { - "__id__": 287 + "__id__": 242 }, "_id": "" }, @@ -10068,18 +8516,18 @@ "_name": "content", "_objFlags": 0, "_parent": { - "__id__": 290 + "__id__": 245 }, "_children": [], "_active": true, "_level": 0, "_components": [ { - "__id__": 293 + "__id__": 248 } ], "_prefab": { - "__id__": 294 + "__id__": 249 }, "_opacity": 255, "_color": { @@ -10130,22 +8578,22 @@ "_name": "view", "_objFlags": 0, "_parent": { - "__id__": 282 + "__id__": 237 }, "_children": [ { - "__id__": 289 + "__id__": 244 } ], "_active": true, "_level": 0, "_components": [ { - "__id__": 291 + "__id__": 246 } ], "_prefab": { - "__id__": 292 + "__id__": 247 }, "_opacity": 255, "_color": { @@ -10196,7 +8644,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 290 + "__id__": 245 }, "_enabled": true, "_spriteFrame": null, @@ -10222,7 +8670,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 289 + "__id__": 244 }, "_enabled": true, "_layoutSize": { @@ -10266,7 +8714,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 283 + "__id__": 238 }, "_enabled": true, "alignMode": 0, @@ -10293,7 +8741,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 283 + "__id__": 238 }, "_enabled": true, "_srcBlendFactor": 770, @@ -10332,7 +8780,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 282 + "__id__": 237 }, "_enabled": false, "_srcBlendFactor": 770, @@ -10382,7 +8830,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 264 + "__id__": 219 }, "_enabled": true, "alignMode": 1, @@ -10415,6 +8863,1705 @@ "fileId": "cdLupSDIdLZ6H2epcsqqa/", "sync": false }, + { + "__type__": "cc.Node", + "_name": "nd_pipei", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 259 + }, + { + "__id__": 264 + }, + { + "__id__": 294 + } + ], + "_active": false, + "_level": 2, + "_components": [ + { + "__id__": 306 + } + ], + "_prefab": { + "__id__": 307 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1024, + "height": 512 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Sprite(Splash)", + "_objFlags": 0, + "_parent": { + "__id__": 258 + }, + "_children": [], + "_active": true, + "_level": 3, + "_components": [ + { + "__id__": 260 + }, + { + "__id__": 261 + }, + { + "__id__": 262 + } + ], + "_prefab": { + "__id__": 263 + }, + "_opacity": 0, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1024, + "height": 512 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 259 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91" + }, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 259 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 100, + "_id": "" + }, + { + "__type__": "cc.BlockInputEvents", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 259 + }, + "_enabled": true, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "80AV9Ei4pO0oY2OcDnB4gT", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "top", + "_objFlags": 0, + "_parent": { + "__id__": 258 + }, + "_children": [ + { + "__id__": 265 + } + ], + "_active": true, + "_level": 3, + "_components": [ + { + "__id__": 292 + } + ], + "_prefab": { + "__id__": 293 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 256, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "bg_t2hui", + "_objFlags": 0, + "_parent": { + "__id__": 264 + }, + "_children": [ + { + "__id__": 266 + }, + { + "__id__": 269 + }, + { + "__id__": 272 + }, + { + "__id__": 275 + }, + { + "__id__": 278 + }, + { + "__id__": 281 + }, + { + "__id__": 284 + }, + { + "__id__": 287 + } + ], + "_active": true, + "_level": 3, + "_components": [ + { + "__id__": 290 + } + ], + "_prefab": { + "__id__": 291 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1059, + "height": 199 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 9, + "y": -77, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 0.5, + "y": 0.5, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Label", + "_objFlags": 0, + "_parent": { + "__id__": 265 + }, + "_children": [], + "_active": false, + "_level": 4, + "_components": [ + { + "__id__": 267 + } + ], + "_prefab": { + "__id__": 268 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 314, + "height": 44 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": -5, + "y": 53, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 266 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": null, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "87uxt9lfJA2L+4V5hZ4p4C", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "New Label", + "_objFlags": 0, + "_parent": { + "__id__": 265 + }, + "_children": [], + "_active": false, + "_level": 4, + "_components": [ + { + "__id__": 270 + } + ], + "_prefab": { + "__id__": 271 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 178, + "height": 33 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": -292, + "y": -33, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 269 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": null, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "1dhhfpo1dJsLK+C1xbXpv6", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "New Label", + "_objFlags": 0, + "_parent": { + "__id__": 265 + }, + "_children": [], + "_active": false, + "_level": 4, + "_components": [ + { + "__id__": 273 + } + ], + "_prefab": { + "__id__": 274 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 178, + "height": 33 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 138, + "y": -33, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 272 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": null, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "6cM6eP2fNK3JmRS1tMSaal", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "totalTime", + "_objFlags": 0, + "_parent": { + "__id__": 265 + }, + "_children": [], + "_active": true, + "_level": 4, + "_components": [ + { + "__id__": 276 + } + ], + "_prefab": { + "__id__": 277 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": -150.3, + "y": -38.8, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 275 + }, + "_enabled": true, + "_useOriginalSize": false, + "_string": "", + "_N$string": "", + "_fontSize": 40, + "_lineHeight": 40, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "1amY6NucNPcYZJMFboWwHY", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "goSecond", + "_objFlags": 0, + "_parent": { + "__id__": 265 + }, + "_children": [], + "_active": true, + "_level": 4, + "_components": [ + { + "__id__": 279 + } + ], + "_prefab": { + "__id__": 280 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 41, + "g": 237, + "b": 120, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 308, + "y": -33, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 278 + }, + "_enabled": true, + "_useOriginalSize": false, + "_string": "", + "_N$string": "", + "_fontSize": 40, + "_lineHeight": 40, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "13V9vACQZPGJGsKpuoUyBq", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "New Label", + "_objFlags": 0, + "_parent": { + "__id__": 265 + }, + "_children": [], + "_active": true, + "_level": 4, + "_components": [ + { + "__id__": 282 + } + ], + "_prefab": { + "__id__": 283 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 88, + "g": 215, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 324.16, + "height": 60 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 52.2, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 281 + }, + "_enabled": true, + "_useOriginalSize": false, + "_string": "Matching...", + "_N$string": "Matching...", + "_fontSize": 57, + "_lineHeight": 60, + "_enableWrapText": true, + "_N$file": { + "__uuid__": "ef2a48cc-8f1a-4965-b9ba-3deca921b41a" + }, + "_isSystemFontUsed": false, + "_spacingX": 0, + "_batchAsBitmap": false, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "25m1UBgjBGJK2LgcvVqC5u", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "New Label copy", + "_objFlags": 0, + "_parent": { + "__id__": 265 + }, + "_children": [], + "_active": true, + "_level": 4, + "_components": [ + { + "__id__": 285 + } + ], + "_prefab": { + "__id__": 286 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 338.12, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": -335.2, + "y": -35.1, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 284 + }, + "_enabled": true, + "_useOriginalSize": false, + "_string": "estimated time:", + "_N$string": "estimated time:", + "_fontSize": 40, + "_lineHeight": 40, + "_enableWrapText": true, + "_N$file": { + "__uuid__": "ef2a48cc-8f1a-4965-b9ba-3deca921b41a" + }, + "_isSystemFontUsed": false, + "_spacingX": 0, + "_batchAsBitmap": false, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "120pwcv/hMMJwS1/t+p5pu", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "New Label copy", + "_objFlags": 0, + "_parent": { + "__id__": 265 + }, + "_children": [], + "_active": true, + "_level": 4, + "_components": [ + { + "__id__": 288 + } + ], + "_prefab": { + "__id__": 289 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 234.8, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 195.7, + "y": -35.1, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 287 + }, + "_enabled": true, + "_useOriginalSize": false, + "_string": "real time:", + "_N$string": "real time:", + "_fontSize": 40, + "_lineHeight": 40, + "_enableWrapText": true, + "_N$file": { + "__uuid__": "ef2a48cc-8f1a-4965-b9ba-3deca921b41a" + }, + "_isSystemFontUsed": false, + "_spacingX": 0, + "_batchAsBitmap": false, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "1ab/SonxlDN6UoUCn9udZc", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 265 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "8bff5257-905b-479f-9dc0-a53640c897a3" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "8f4bvLIl9Peovc7tyh9G5s", + "sync": false + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 264 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 1, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "6e3BUkXbxBX4M8Me4xwevE", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "btn_start", + "_objFlags": 0, + "_parent": { + "__id__": 258 + }, + "_children": [ + { + "__id__": 295 + }, + { + "__id__": 298 + } + ], + "_active": true, + "_level": 3, + "_components": [ + { + "__id__": 301 + }, + { + "__id__": 302 + }, + { + "__id__": 304 + } + ], + "_prefab": { + "__id__": 305 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 345.9, + "height": 77.9 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": -4, + "y": -168, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 0.5, + "y": 0.76, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "state1", + "_objFlags": 0, + "_parent": { + "__id__": 294 + }, + "_children": [], + "_active": true, + "_level": 4, + "_components": [ + { + "__id__": 296 + } + ], + "_prefab": { + "__id__": 297 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 687.2, + "height": 156.9 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 0.5, + "y": 0.5, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 295 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "e11955a4-30bd-4be3-911c-d5b1b027de89" + }, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "c8l8xwSYBJgbTmvmFNblVq", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "New Label", + "_objFlags": 0, + "_parent": { + "__id__": 294 + }, + "_children": [], + "_active": false, + "_level": 4, + "_components": [ + { + "__id__": 299 + } + ], + "_prefab": { + "__id__": 300 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 227.65, + "height": 50 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 298 + }, + "_enabled": true, + "_useOriginalSize": false, + "_string": "CANCEL", + "_N$string": "CANCEL", + "_fontSize": 50, + "_lineHeight": 50, + "_enableWrapText": true, + "_N$file": { + "__uuid__": "ef2a48cc-8f1a-4965-b9ba-3deca921b41a" + }, + "_isSystemFontUsed": false, + "_spacingX": 0, + "_batchAsBitmap": false, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "764wa5rfpHGIxHbgannM+F", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 294 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": null, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 294 + }, + "_enabled": true, + "duration": 0.1, + "zoomScale": 0.9, + "clickEvents": [ + { + "__id__": 303 + } + ], + "_N$interactable": true, + "_N$enableAutoGrayEffect": true, + "_N$transition": 3, + "transition": 3, + "_N$normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_N$pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_N$hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_N$disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_N$normalSprite": null, + "_N$pressedSprite": null, + "pressedSprite": null, + "_N$hoverSprite": null, + "hoverSprite": null, + "_N$disabledSprite": null, + "_N$target": { + "__id__": 294 + }, + "_id": "" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 1 + }, + "component": "", + "_componentId": "233bfJBLX1Ktbca/NDvmyMD", + "handler": "btnClose", + "customEventData": "1" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 294 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 4, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 58.397999999999996, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "beK6f56Q5I76prHlXwbt+f", + "sync": false + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 258 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "893fd8e5-cc0d-46b4-a21d-7a9c4c7f5c07" + }, + "fileId": "b2LAB/OCRCdro17VYTLCrK", + "sync": false + }, { "__type__": "cc.Widget", "_name": "", @@ -10463,16 +10610,16 @@ }, "_enabled": true, "lb_first": { - "__id__": 232 + "__id__": 276 }, "lb_second": { - "__id__": 235 + "__id__": 279 }, "nd_zhaomu": { "__id__": 145 }, "nd_pipei": { - "__id__": 219 + "__id__": 258 }, "nd_players": [ { @@ -10492,13 +10639,13 @@ "__id__": 196 }, "friendList": { - "__id__": 264 + "__id__": 219 }, "content_friend": { - "__id__": 289 + "__id__": 244 }, "friendScrollview": { - "__id__": 288 + "__id__": 243 }, "pb_oneFriend": { "__uuid__": "cef03361-18fb-4a3d-a4fd-6babd3277617" diff --git a/assets/scripts/Config.js b/assets/scripts/Config.js index dab02308..e907d48a 100644 --- a/assets/scripts/Config.js +++ b/assets/scripts/Config.js @@ -19,7 +19,7 @@ var MainConfig = { version: "0.1.0", isoffical: false, viewscale: 0.5, - packageid: 1, //0 官网apk 1 googleplay aab 2 ios + packageid: 1, //0 apk 1 googleplay aab 2 ios hotfixVersion:"0.5.0" };