From 352792b76f85c512648d77345d30d6f0f58e7fc9 Mon Sep 17 00:00:00 2001 From: panw Date: Fri, 4 Jul 2025 15:40:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87ui=20=E7=AD=89=E7=BA=A7?= =?UTF-8?q?=E5=92=8C=E5=93=81=E8=B4=A8=20=E8=A1=A8=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resources/game/05-outline-glow.meta | 9 + .../resources/game/05-outline-glow/.DS_Store | Bin 0 -> 6148 bytes .../game/05-outline-glow/materials.meta | 1 + .../materials/outline-glow.mtl | 41 + .../materials/outline-glow.mtl.meta | 1 + .../game/05-outline-glow/shaders.meta | 1 + .../builtin-sprite-outline-glow.effect | 169 + .../builtin-sprite-outline-glow.effect.meta | 15 + assets/resources/game/gui/card.prefab | 3715 +++- assets/resources/gui/role_controller.prefab | 14046 ++++++++++++---- assets/script/game/map/CardComp.ts | 45 +- assets/script/game/map/EquipsComp.ts | 74 +- 12 files changed, 14379 insertions(+), 3738 deletions(-) create mode 100644 assets/resources/game/05-outline-glow.meta create mode 100644 assets/resources/game/05-outline-glow/.DS_Store create mode 100644 assets/resources/game/05-outline-glow/materials.meta create mode 100644 assets/resources/game/05-outline-glow/materials/outline-glow.mtl create mode 100644 assets/resources/game/05-outline-glow/materials/outline-glow.mtl.meta create mode 100644 assets/resources/game/05-outline-glow/shaders.meta create mode 100644 assets/resources/game/05-outline-glow/shaders/builtin-sprite-outline-glow.effect create mode 100644 assets/resources/game/05-outline-glow/shaders/builtin-sprite-outline-glow.effect.meta diff --git a/assets/resources/game/05-outline-glow.meta b/assets/resources/game/05-outline-glow.meta new file mode 100644 index 00000000..f2e12717 --- /dev/null +++ b/assets/resources/game/05-outline-glow.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "af691440-7aca-4cb5-9a78-9bfed9cb70de", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/resources/game/05-outline-glow/.DS_Store b/assets/resources/game/05-outline-glow/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..41d5bb343da44e73e3b245e5dcd4b476f995bac3 GIT binary patch literal 6148 zcmeHKy-ve05I)n2ma*FyedJ|6397S1W(;gG^xMUs!@K`~q%qvx6a&*>= zh`G3T;ZmC?X44fF^O-Q8pT(|J0>D@ko_yd2kB3%`Q1ahwb2Q_x5`_7_}=kKx`hX88h`2)cmif$5Kc Mmq8m<;7=9!2Civ`VgLXD literal 0 HcmV?d00001 diff --git a/assets/resources/game/05-outline-glow/materials.meta b/assets/resources/game/05-outline-glow/materials.meta new file mode 100644 index 00000000..67e789b0 --- /dev/null +++ b/assets/resources/game/05-outline-glow/materials.meta @@ -0,0 +1 @@ +{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"551a2611-69c0-45ae-bfc6-37f056a34b33","files":[],"subMetas":{},"userData":{}} diff --git a/assets/resources/game/05-outline-glow/materials/outline-glow.mtl b/assets/resources/game/05-outline-glow/materials/outline-glow.mtl new file mode 100644 index 00000000..dce6b77f --- /dev/null +++ b/assets/resources/game/05-outline-glow/materials/outline-glow.mtl @@ -0,0 +1,41 @@ +{ + "__type__": "cc.Material", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "_effectAsset": { + "__uuid__": "cfeeea4f-db9c-42cd-a0f7-fc5cb37bd3d7", + "__expectedType__": "cc.EffectAsset" + }, + "_techIdx": 0, + "_defines": [ + { + "USE_TEXTURE": true + } + ], + "_states": [ + { + "rasterizerState": {}, + "depthStencilState": {}, + "blendState": { + "targets": [ + {} + ] + } + } + ], + "_props": [ + { + "glowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "glowWidth": 0.003, + "glowThreshold": 0.645 + } + ] +} \ No newline at end of file diff --git a/assets/resources/game/05-outline-glow/materials/outline-glow.mtl.meta b/assets/resources/game/05-outline-glow/materials/outline-glow.mtl.meta new file mode 100644 index 00000000..1357534f --- /dev/null +++ b/assets/resources/game/05-outline-glow/materials/outline-glow.mtl.meta @@ -0,0 +1 @@ +{"ver":"1.0.21","importer":"material","imported":true,"uuid":"2fcd55a9-38ca-45aa-9164-68e48aaf51ce","files":[".json"],"subMetas":{},"userData":{}} diff --git a/assets/resources/game/05-outline-glow/shaders.meta b/assets/resources/game/05-outline-glow/shaders.meta new file mode 100644 index 00000000..d5b5f1bb --- /dev/null +++ b/assets/resources/game/05-outline-glow/shaders.meta @@ -0,0 +1 @@ +{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"7d369c63-9191-4323-abcc-edda5799a410","files":[],"subMetas":{},"userData":{}} diff --git a/assets/resources/game/05-outline-glow/shaders/builtin-sprite-outline-glow.effect b/assets/resources/game/05-outline-glow/shaders/builtin-sprite-outline-glow.effect new file mode 100644 index 00000000..beb5620f --- /dev/null +++ b/assets/resources/game/05-outline-glow/shaders/builtin-sprite-outline-glow.effect @@ -0,0 +1,169 @@ +// Copyright (c) 2017-2020 Xiamen Yaji Software Co., Ltd. +CCEffect %{ + techniques: + - passes: + - vert: sprite-vs:vert + frag: sprite-fs:frag + depthStencilState: + depthTest: false + depthWrite: false + blendState: + targets: + - blend: true + blendSrc: src_alpha + blendDst: one_minus_src_alpha + blendDstAlpha: one_minus_src_alpha + rasterizerState: + cullMode: none + properties: + alphaThreshold: { value: 0.5 } + + glowColor: { value: [1, 1, 1, 1], editor: { type: color } } + glowWidth: { value: 0.05, editor: { slide: true, range: [0, 0.3], step: 0.001 } } + glowThreshold: { value: 1, editor: { slide: true, range: [0, 1], step: 0.001 } } +}% + +CCProgram sprite-vs %{ + precision highp float; + #include + #if USE_LOCAL + #include + #endif + #if SAMPLE_FROM_RT + #include + #endif + in vec3 a_position; + in vec2 a_texCoord; + in vec4 a_color; + + out vec4 color; + out vec2 uv0; + + vec4 vert () { + vec4 pos = vec4(a_position, 1); + + #if USE_LOCAL + pos = cc_matWorld * pos; + #endif + + #if USE_PIXEL_ALIGNMENT + pos = cc_matView * pos; + pos.xyz = floor(pos.xyz); + pos = cc_matProj * pos; + #else + pos = cc_matViewProj * pos; + #endif + + uv0 = a_texCoord; + #if SAMPLE_FROM_RT + CC_HANDLE_RT_SAMPLE_FLIP(uv0); + #endif + color = a_color; + + return pos; + } +}% + +CCProgram sprite-fs %{ + precision highp float; + #include + #include + + in vec4 color; + + uniform FSConstants { + vec4 glowColor; + float glowWidth; + float glowThreshold; + }; + + #if USE_TEXTURE + in vec2 uv0; + #pragma builtin(local) + layout(set = 2, binding = 12) uniform sampler2D cc_spriteTexture; + #endif + + vec4 getTextureColor (sampler2D mainTexture, vec2 uv) { + if (uv.x > 1.0 || uv.x < 0.0 || uv.y > 1.0 || uv.y < 0.0) { + return vec4(0.0, 0.0, 0.0, 0.0); + } + return texture(mainTexture, uv); + } + + float getColorAlpha (float angle, float dist) { + // 角度转弧度,公式为:弧度 = 角度 * (pi / 180) + float radian = angle * 3.14 / 180.0; + vec2 newUV = uv0 + vec2(dist * cos(radian), dist * sin(radian)); + vec4 color = getTextureColor(cc_spriteTexture, newUV); + return color.a; + } + + float getAverageAlpha (float dist) { + float totalAlpha = 0.0; + + totalAlpha += getColorAlpha(0.0, dist); + totalAlpha += getColorAlpha(30.0, dist); + totalAlpha += getColorAlpha(60.0, dist); + totalAlpha += getColorAlpha(90.0, dist); + totalAlpha += getColorAlpha(120.0, dist); + totalAlpha += getColorAlpha(150.0, dist); + totalAlpha += getColorAlpha(180.0, dist); + totalAlpha += getColorAlpha(210.0, dist); + totalAlpha += getColorAlpha(240.0, dist); + totalAlpha += getColorAlpha(270.0, dist); + totalAlpha += getColorAlpha(300.0, dist); + totalAlpha += getColorAlpha(330.0, dist); + + return totalAlpha * 0.0833; + } + + float getGlowAlpha () { + if (glowWidth == 0.0 ) { + return 0.0; + } + + float totalAlpha = 0.0; + totalAlpha += getAverageAlpha(glowWidth * 0.1); + totalAlpha += getAverageAlpha(glowWidth * 0.2); + totalAlpha += getAverageAlpha(glowWidth * 0.3); + totalAlpha += getAverageAlpha(glowWidth * 0.4); + totalAlpha += getAverageAlpha(glowWidth * 0.5); + totalAlpha += getAverageAlpha(glowWidth * 0.6); + totalAlpha += getAverageAlpha(glowWidth * 0.7); + totalAlpha += getAverageAlpha(glowWidth * 0.8); + totalAlpha += getAverageAlpha(glowWidth * 0.9); + totalAlpha += getAverageAlpha(glowWidth * 1.0); + + return totalAlpha * 0.1; + } + + vec4 frag () { + vec4 o = vec4(1, 1, 1, 1); + + #if USE_TEXTURE + o *= CCSampleWithAlphaSeparated(cc_spriteTexture, uv0); + #if IS_GRAY + float gray = 0.2126 * o.r + 0.7152 * o.g + 0.0722 * o.b; + o.r = o.g = o.b = gray; + #endif + #endif + + float alpha = getGlowAlpha(); + + if (alpha <= glowThreshold) { + alpha /= glowThreshold; + alpha = -1.0 * (alpha - 1.0) * (alpha - 1.0) * (alpha - 1.0) * (alpha - 1.0) + 1.0; + } else { + alpha = 0.0; + } + + vec4 dstColor = glowColor * alpha; + vec4 scrColor = o; + + o = scrColor * scrColor.a + dstColor * (1.0 - scrColor.a); + + o *= color; + ALPHA_TEST(o); + return o; + } +}% diff --git a/assets/resources/game/05-outline-glow/shaders/builtin-sprite-outline-glow.effect.meta b/assets/resources/game/05-outline-glow/shaders/builtin-sprite-outline-glow.effect.meta new file mode 100644 index 00000000..bdfeb08b --- /dev/null +++ b/assets/resources/game/05-outline-glow/shaders/builtin-sprite-outline-glow.effect.meta @@ -0,0 +1,15 @@ +{ + "ver": "1.7.1", + "importer": "effect", + "imported": true, + "uuid": "cfeeea4f-db9c-42cd-a0f7-fc5cb37bd3d7", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "combinations": [ + {} + ] + } +} diff --git a/assets/resources/game/gui/card.prefab b/assets/resources/game/gui/card.prefab index 6f1b915d..d58ea335 100644 --- a/assets/resources/game/gui/card.prefab +++ b/assets/resources/game/gui/card.prefab @@ -22,23 +22,23 @@ "__id__": 2 }, { - "__id__": 344 + "__id__": 460 }, { - "__id__": 362 + "__id__": 478 } ], "_active": true, "_components": [ { - "__id__": 385 + "__id__": 501 }, { - "__id__": 387 + "__id__": 503 } ], "_prefab": { - "__id__": 389 + "__id__": 505 }, "_lpos": { "__type__": "cc.Vec3", @@ -106,53 +106,53 @@ "__id__": 67 }, { - "__id__": 155 + "__id__": 271 }, { - "__id__": 163 + "__id__": 279 }, { - "__id__": 171 + "__id__": 287 }, { - "__id__": 177 + "__id__": 293 }, { - "__id__": 183 - }, - { - "__id__": 197 - }, - { - "__id__": 217 - }, - { - "__id__": 249 - }, - { - "__id__": 281 - }, - { - "__id__": 297 + "__id__": 299 }, { "__id__": 313 }, { - "__id__": 321 + "__id__": 333 + }, + { + "__id__": 365 + }, + { + "__id__": 397 + }, + { + "__id__": 413 + }, + { + "__id__": 429 + }, + { + "__id__": 437 } ], "_active": true, "_components": [ { - "__id__": 339 + "__id__": 455 }, { - "__id__": 341 + "__id__": 457 } ], "_prefab": { - "__id__": 343 + "__id__": 459 }, "_lpos": { "__type__": "cc.Vec3", @@ -1624,30 +1624,48 @@ }, { "__id__": 140 + }, + { + "__id__": 146 + }, + { + "__id__": 152 + }, + { + "__id__": 162 + }, + { + "__id__": 178 + }, + { + "__id__": 200 + }, + { + "__id__": 228 } ], "_active": true, "_components": [ { - "__id__": 146 + "__id__": 262 }, { - "__id__": 148 + "__id__": 264 }, { - "__id__": 150 + "__id__": 266 }, { - "__id__": 152 + "__id__": 268 } ], "_prefab": { - "__id__": 154 + "__id__": 270 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 83.87700000000001, + "y": 70.83600000000001, "z": 0 }, "_lrot": { @@ -2732,7 +2750,7 @@ "__id__": 67 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { "__id__": 117 @@ -2868,7 +2886,7 @@ "__id__": 67 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { "__id__": 123 @@ -2997,14 +3015,14 @@ }, { "__type__": "cc.Node", - "_name": "equip", + "_name": "func", "_objFlags": 0, "__editorExtras__": {}, "_parent": { "__id__": 67 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { "__id__": 129 @@ -3019,7 +3037,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0.464, + "y": 0.868, "z": 0 }, "_lrot": { @@ -3071,7 +3089,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "18VqzwD+dGVorgPb2feBIl" + "fileId": "48WlP85aRM26uIvv3i2JLJ" }, { "__type__": "cc.Sprite", @@ -3095,142 +3113,6 @@ "b": 255, "a": 255 }, - "_spriteFrame": { - "__uuid__": "ee4edf0b-7b65-430e-8631-52d326e14bc6@49343", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "41+RLLNJlF+axhaXDIi/vO" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "01c0QQHIdCpJlmgVWuSWgW", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "func", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 67 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 135 - }, - { - "__id__": 137 - } - ], - "_prefab": { - "__id__": 139 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0.868, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 33554432, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 134 - }, - "_enabled": true, - "__prefab": { - "__id__": 136 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "48WlP85aRM26uIvv3i2JLJ" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 134 - }, - "_enabled": true, - "__prefab": { - "__id__": 138 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, "_spriteFrame": { "__uuid__": "1e96391c-f89b-4628-9fff-ef53afa3d9eb@9585c", "__expectedType__": "cc.SpriteFrame" @@ -3269,7 +3151,143 @@ }, { "__type__": "cc.Node", - "_name": "Button_Circle122", + "_name": "wbg", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 67 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 135 + }, + { + "__id__": 137 + } + ], + "_prefab": { + "__id__": 139 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -27.245, + "y": -48.755, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.4, + "y": 1.3, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 134 + }, + "_enabled": true, + "__prefab": { + "__id__": 136 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 32, + "height": 12 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0ee7dhztRLjY6FS/fxSRLx" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 134 + }, + "_enabled": true, + "__prefab": { + "__id__": 138 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@34d88", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d7FIFOMZRDHbW/63NGz5be" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ddJhqQQGhIgo9uVR2Pw17z", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "abg", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -3291,7 +3309,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -19.621000000000095, + "y": -48.755, "z": 0 }, "_lrot": { @@ -3303,8 +3321,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1.5, - "y": 1.5, + "x": 1.8, + "y": 1.3, "z": 1 }, "_mobility": 0, @@ -3331,8 +3349,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 200, - "height": 122 + "width": 32, + "height": 12 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3343,7 +3361,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "bbMwrtRJFHc4hc/wGxXhjj" + "fileId": "18BhGlN5dFB60EJbbwCmCj" }, { "__type__": "cc.Sprite", @@ -3368,12 +3386,12 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@8fbdd", + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@34d88", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, "_fillType": 0, - "_sizeMode": 0, + "_sizeMode": 1, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, @@ -3388,7 +3406,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "8aEU5C9vVH7qzFPJfPzc+O" + "fileId": "dflttmCbZO0IkrdG3ZxowB" }, { "__type__": "cc.PrefabInfo", @@ -3398,7 +3416,2676 @@ "asset": { "__id__": 0 }, - "fileId": "0dXDGg6GpLjpgdTGrQLOzL", + "fileId": "10LPH8ZvVMCbx5nF1LvhSq", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "equip", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 67 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 147 + }, + { + "__id__": 149 + } + ], + "_prefab": { + "__id__": 151 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -3.85, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 146 + }, + "_enabled": true, + "__prefab": { + "__id__": 148 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 68, + "height": 64 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "28lf+NYQFEkL1Y71zs7wT0" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 146 + }, + "_enabled": true, + "__prefab": { + "__id__": 150 + }, + "_customMaterial": { + "__uuid__": "2fcd55a9-38ca-45aa-9164-68e48aaf51ce", + "__expectedType__": "cc.Material" + }, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "c8772092-7edb-4fb4-8cfc-ac0860cab175@f5794", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d2bjEVTH1PA4D3ssv6Oybv" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ccfOtlPV9PZIgOqoggdvwD", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 67 + }, + "_children": [ + { + "__id__": 153 + } + ], + "_active": false, + "_components": [ + { + "__id__": 159 + } + ], + "_prefab": { + "__id__": 161 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 41.07, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 152 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 154 + }, + { + "__id__": 156 + } + ], + "_prefab": { + "__id__": 158 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 153 + }, + "_enabled": true, + "__prefab": { + "__id__": 155 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bdLKACYutF2btjRD0XNN/R" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 153 + }, + "_enabled": true, + "__prefab": { + "__id__": 157 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c31XjqOGlI0Y1w43c3qPVz" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "44ytOgu19HHpai81X2FnNr", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 152 + }, + "_enabled": true, + "__prefab": { + "__id__": 160 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b7f0OdwhdDRpvuMPI4lOzr" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a0y9L8eeNLQL/H30fRJ5S7", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 67 + }, + "_children": [ + { + "__id__": 163 + }, + { + "__id__": 169 + } + ], + "_active": false, + "_components": [ + { + "__id__": 175 + } + ], + "_prefab": { + "__id__": 177 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 41.07, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 162 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 164 + }, + { + "__id__": 166 + } + ], + "_prefab": { + "__id__": 168 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 13, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 163 + }, + "_enabled": true, + "__prefab": { + "__id__": 165 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a0tQMc2qtHeIH09CNpOrWl" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 163 + }, + "_enabled": true, + "__prefab": { + "__id__": 167 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "abH5AFuI1PkI9ivxU/6tq8" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "76W8QNu8JBgrG/VZG6LBka", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 162 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 170 + }, + { + "__id__": 172 + } + ], + "_prefab": { + "__id__": 174 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -13, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 169 + }, + "_enabled": true, + "__prefab": { + "__id__": 171 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f1KzM+cudLPaUyMkdLEsmD" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 169 + }, + "_enabled": true, + "__prefab": { + "__id__": 173 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a1ATtU059Dt4nIXe/jnP9m" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9f7AAffhJOfqwBCrfZdP5f", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 162 + }, + "_enabled": true, + "__prefab": { + "__id__": 176 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c1phjWmb5K04b6h+YKMj6M" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d7dTrZwC5CwaKQwemp6SzY", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 67 + }, + "_children": [ + { + "__id__": 179 + }, + { + "__id__": 185 + }, + { + "__id__": 191 + } + ], + "_active": false, + "_components": [ + { + "__id__": 197 + } + ], + "_prefab": { + "__id__": 199 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 41.07, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 178 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 180 + }, + { + "__id__": 182 + } + ], + "_prefab": { + "__id__": 184 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 179 + }, + "_enabled": true, + "__prefab": { + "__id__": 181 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a4prRlbClBHJNHA+7OGlQN" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 179 + }, + "_enabled": true, + "__prefab": { + "__id__": 183 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5ddIJO1Q1ADKQyZaBChTSu" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b7nG5DHV9IwrfUfOxAhGtA", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 178 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 186 + }, + { + "__id__": 188 + } + ], + "_prefab": { + "__id__": 190 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 185 + }, + "_enabled": true, + "__prefab": { + "__id__": 187 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b9aWt0Q5dESYyKrtmUO+wz" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 185 + }, + "_enabled": true, + "__prefab": { + "__id__": 189 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ec2uIXScBBTophMsNWRYGG" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a8hF7kO+JNIqm+JogqzmlR", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 178 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 192 + }, + { + "__id__": 194 + } + ], + "_prefab": { + "__id__": 196 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 191 + }, + "_enabled": true, + "__prefab": { + "__id__": 193 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fe4Tyb8g5DspmivCHCE45+" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 191 + }, + "_enabled": true, + "__prefab": { + "__id__": 195 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6cKpJ88ldCUZvNTq7fnhRC" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ccmp+qCdxKVIhTz3/Zgk4P", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 178 + }, + "_enabled": true, + "__prefab": { + "__id__": 198 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fe82b3gyJJnJ4PZlazPYd9" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "85mkDS8Q1PBoHur0e7gXp1", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 67 + }, + "_children": [ + { + "__id__": 201 + }, + { + "__id__": 207 + }, + { + "__id__": 213 + }, + { + "__id__": 219 + } + ], + "_active": false, + "_components": [ + { + "__id__": 225 + } + ], + "_prefab": { + "__id__": 227 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 41.07, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 200 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 202 + }, + { + "__id__": 204 + } + ], + "_prefab": { + "__id__": 206 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -12, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 201 + }, + "_enabled": true, + "__prefab": { + "__id__": 203 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b420cyXi9O/5WWRQT1khrn" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 201 + }, + "_enabled": true, + "__prefab": { + "__id__": 205 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9aICAEdqFJ3KE+8oyR+aIE" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "17RUz/3KVNy5fYvmeLptQF", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 200 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 208 + }, + { + "__id__": 210 + } + ], + "_prefab": { + "__id__": 212 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 12, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 207 + }, + "_enabled": true, + "__prefab": { + "__id__": 209 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "04CUmWtjJFJ5/bL/OGblAK" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 207 + }, + "_enabled": true, + "__prefab": { + "__id__": 211 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f01YnQ/NtDf4gEyybeLyV0" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "70i7DYvUxOBJSHNdSNXaAe", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 200 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 214 + }, + { + "__id__": 216 + } + ], + "_prefab": { + "__id__": 218 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -37, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 213 + }, + "_enabled": true, + "__prefab": { + "__id__": 215 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "18EMgbFoRA9bBeKbYWxExN" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 213 + }, + "_enabled": true, + "__prefab": { + "__id__": 217 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "15zUEdZ9lNiaUW0vwc4yjg" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7dFPscS25Hw77mYGND+pkt", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 200 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 220 + }, + { + "__id__": 222 + } + ], + "_prefab": { + "__id__": 224 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 37, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 219 + }, + "_enabled": true, + "__prefab": { + "__id__": 221 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "beNv+G/ytBMoyxuiYqLxM6" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 219 + }, + "_enabled": true, + "__prefab": { + "__id__": 223 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7aoOW8+ntI/5mJ/x1xntHI" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "11Buavb8pEsarANF27zCt9", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 200 + }, + "_enabled": true, + "__prefab": { + "__id__": 226 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "39i9GfmaRHy4f0UPUDnbfr" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "bdHizzm5NNEZhS9B5YkAYX", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 67 + }, + "_children": [ + { + "__id__": 229 + }, + { + "__id__": 235 + }, + { + "__id__": 241 + }, + { + "__id__": 247 + }, + { + "__id__": 253 + } + ], + "_active": false, + "_components": [ + { + "__id__": 259 + } + ], + "_prefab": { + "__id__": 261 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 41.07, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 228 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 230 + }, + { + "__id__": 232 + } + ], + "_prefab": { + "__id__": 234 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 229 + }, + "_enabled": true, + "__prefab": { + "__id__": 231 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a49kASiMdN56KwJeOTIguC" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 229 + }, + "_enabled": true, + "__prefab": { + "__id__": 233 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "58om3JVw9KQZ30kqdaUY/T" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "1fVDNcx8NDkbmBTeff+i7t", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 228 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 236 + }, + { + "__id__": 238 + } + ], + "_prefab": { + "__id__": 240 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 235 + }, + "_enabled": true, + "__prefab": { + "__id__": 237 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cbO2MBIlhC8bI8PG33J7QO" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 235 + }, + "_enabled": true, + "__prefab": { + "__id__": 239 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "319JM7ichOtZer01Jzg00j" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "91ERlkpr1LspV6TGcCq+iZ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 228 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 242 + }, + { + "__id__": 244 + } + ], + "_prefab": { + "__id__": 246 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 241 + }, + "_enabled": true, + "__prefab": { + "__id__": 243 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "07C9XbGu9LV6RIfRckH4S1" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 241 + }, + "_enabled": true, + "__prefab": { + "__id__": 245 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "34honrQctPk45G7HG6WbXS" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "21BqSOCP9FaZvSulOWJejo", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 228 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 248 + }, + { + "__id__": 250 + } + ], + "_prefab": { + "__id__": 252 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -50, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 247 + }, + "_enabled": true, + "__prefab": { + "__id__": 249 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "143v2wy+hDoIrQholR/VGM" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 247 + }, + "_enabled": true, + "__prefab": { + "__id__": 251 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ec3v/kjdxNRZo48TavJMr7" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "53rWGpb9VIG6Uy4gAnoyFt", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-004", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 228 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 254 + }, + { + "__id__": 256 + } + ], + "_prefab": { + "__id__": 258 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 50, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 253 + }, + "_enabled": true, + "__prefab": { + "__id__": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bb6WTZlqJOnbggbzu0u6BA" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 253 + }, + "_enabled": true, + "__prefab": { + "__id__": 257 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "61AHEKj7lGzpHTA47oibk3" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "76wjChsSZEgri2RtOkwUAc", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 228 + }, + "_enabled": true, + "__prefab": { + "__id__": 260 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "86YmnEDZ5Ft6D7WMGiwh5J" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "36I9qwMq5Ac52Qr1LDVg6h", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -3413,7 +6100,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 147 + "__id__": 263 }, "_contentSize": { "__type__": "cc.Size", @@ -3441,14 +6128,14 @@ }, "_enabled": true, "__prefab": { - "__id__": 149 + "__id__": 265 }, "_alignFlags": 45, "_target": null, "_left": 5, "_right": 5, - "_top": 32.24599999999999, - "_bottom": 200, + "_top": 45.286999999999985, + "_bottom": 186.959, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -3477,7 +6164,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 151 + "__id__": 267 }, "_type": 0, "_inverted": false, @@ -3499,7 +6186,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 153 + "__id__": 269 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3560,17 +6247,17 @@ "_active": false, "_components": [ { - "__id__": 156 + "__id__": 272 }, { - "__id__": 158 + "__id__": 274 }, { - "__id__": 160 + "__id__": 276 } ], "_prefab": { - "__id__": 162 + "__id__": 278 }, "_lpos": { "__type__": "cc.Vec3", @@ -3607,11 +6294,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 155 + "__id__": 271 }, "_enabled": true, "__prefab": { - "__id__": 157 + "__id__": 273 }, "_contentSize": { "__type__": "cc.Size", @@ -3635,11 +6322,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 155 + "__id__": 271 }, "_enabled": true, "__prefab": { - "__id__": 159 + "__id__": 275 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3680,11 +6367,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 155 + "__id__": 271 }, "_enabled": true, "__prefab": { - "__id__": 161 + "__id__": 277 }, "_alignFlags": 45, "_target": null, @@ -3735,17 +6422,17 @@ "_active": false, "_components": [ { - "__id__": 164 + "__id__": 280 }, { - "__id__": 166 + "__id__": 282 }, { - "__id__": 168 + "__id__": 284 } ], "_prefab": { - "__id__": 170 + "__id__": 286 }, "_lpos": { "__type__": "cc.Vec3", @@ -3782,11 +6469,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 163 + "__id__": 279 }, "_enabled": true, "__prefab": { - "__id__": 165 + "__id__": 281 }, "_contentSize": { "__type__": "cc.Size", @@ -3810,11 +6497,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 163 + "__id__": 279 }, "_enabled": true, "__prefab": { - "__id__": 167 + "__id__": 283 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3855,11 +6542,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 163 + "__id__": 279 }, "_enabled": true, "__prefab": { - "__id__": 169 + "__id__": 285 }, "_alignFlags": 45, "_target": null, @@ -3910,14 +6597,14 @@ "_active": false, "_components": [ { - "__id__": 172 + "__id__": 288 }, { - "__id__": 174 + "__id__": 290 } ], "_prefab": { - "__id__": 176 + "__id__": 292 }, "_lpos": { "__type__": "cc.Vec3", @@ -3954,11 +6641,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 287 }, "_enabled": true, "__prefab": { - "__id__": 173 + "__id__": 289 }, "_contentSize": { "__type__": "cc.Size", @@ -3982,11 +6669,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 287 }, "_enabled": true, "__prefab": { - "__id__": 175 + "__id__": 291 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4046,14 +6733,14 @@ "_active": false, "_components": [ { - "__id__": 178 + "__id__": 294 }, { - "__id__": 180 + "__id__": 296 } ], "_prefab": { - "__id__": 182 + "__id__": 298 }, "_lpos": { "__type__": "cc.Vec3", @@ -4090,11 +6777,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 177 + "__id__": 293 }, "_enabled": true, "__prefab": { - "__id__": 179 + "__id__": 295 }, "_contentSize": { "__type__": "cc.Size", @@ -4118,11 +6805,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 177 + "__id__": 293 }, "_enabled": true, "__prefab": { - "__id__": 181 + "__id__": 297 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4180,25 +6867,25 @@ }, "_children": [ { - "__id__": 184 + "__id__": 300 } ], "_active": true, "_components": [ { - "__id__": 192 + "__id__": 308 }, { - "__id__": 194 + "__id__": 310 } ], "_prefab": { - "__id__": 196 + "__id__": 312 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -23.771, + "y": 121.851, "z": 0 }, "_lrot": { @@ -4230,23 +6917,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 183 + "__id__": 299 }, "_children": [], "_active": true, "_components": [ { - "__id__": 185 + "__id__": 301 }, { - "__id__": 187 + "__id__": 303 }, { - "__id__": 189 + "__id__": 305 } ], "_prefab": { - "__id__": 191 + "__id__": 307 }, "_lpos": { "__type__": "cc.Vec3", @@ -4283,11 +6970,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 184 + "__id__": 300 }, "_enabled": true, "__prefab": { - "__id__": 186 + "__id__": 302 }, "_contentSize": { "__type__": "cc.Size", @@ -4311,11 +6998,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 184 + "__id__": 300 }, "_enabled": true, "__prefab": { - "__id__": 188 + "__id__": 304 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4379,11 +7066,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 184 + "__id__": 300 }, "_enabled": true, "__prefab": { - "__id__": 190 + "__id__": 306 }, "_alignFlags": 17, "_target": null, @@ -4428,11 +7115,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 183 + "__id__": 299 }, "_enabled": true, "__prefab": { - "__id__": 193 + "__id__": 309 }, "_contentSize": { "__type__": "cc.Size", @@ -4456,11 +7143,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 183 + "__id__": 299 }, "_enabled": true, "__prefab": { - "__id__": 195 + "__id__": 311 }, "_alignFlags": 42, "_target": null, @@ -4469,7 +7156,7 @@ "_top": 0, "_bottom": 0, "_horizontalCenter": 0, - "_verticalCenter": -23.771, + "_verticalCenter": 121.851, "_isAbsLeft": true, "_isAbsRight": true, "_isAbsTop": true, @@ -4509,23 +7196,23 @@ }, "_children": [ { - "__id__": 198 + "__id__": 314 }, { - "__id__": 206 + "__id__": 322 } ], "_active": false, "_components": [ { - "__id__": 212 + "__id__": 328 }, { - "__id__": 214 + "__id__": 330 } ], "_prefab": { - "__id__": 216 + "__id__": 332 }, "_lpos": { "__type__": "cc.Vec3", @@ -4562,23 +7249,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 197 + "__id__": 313 }, "_children": [], "_active": true, "_components": [ { - "__id__": 199 + "__id__": 315 }, { - "__id__": 201 + "__id__": 317 }, { - "__id__": 203 + "__id__": 319 } ], "_prefab": { - "__id__": 205 + "__id__": 321 }, "_lpos": { "__type__": "cc.Vec3", @@ -4615,11 +7302,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 198 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 200 + "__id__": 316 }, "_contentSize": { "__type__": "cc.Size", @@ -4643,11 +7330,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 198 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 202 + "__id__": 318 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4688,11 +7375,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 198 + "__id__": 314 }, "_enabled": true, "__prefab": { - "__id__": 204 + "__id__": 320 }, "_alignFlags": 45, "_target": null, @@ -4737,20 +7424,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 197 + "__id__": 313 }, "_children": [], "_active": true, "_components": [ { - "__id__": 207 + "__id__": 323 }, { - "__id__": 209 + "__id__": 325 } ], "_prefab": { - "__id__": 211 + "__id__": 327 }, "_lpos": { "__type__": "cc.Vec3", @@ -4787,11 +7474,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 206 + "__id__": 322 }, "_enabled": true, "__prefab": { - "__id__": 208 + "__id__": 324 }, "_contentSize": { "__type__": "cc.Size", @@ -4815,11 +7502,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 206 + "__id__": 322 }, "_enabled": true, "__prefab": { - "__id__": 210 + "__id__": 326 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4896,11 +7583,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 197 + "__id__": 313 }, "_enabled": true, "__prefab": { - "__id__": 213 + "__id__": 329 }, "_contentSize": { "__type__": "cc.Size", @@ -4924,11 +7611,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 197 + "__id__": 313 }, "_enabled": true, "__prefab": { - "__id__": 215 + "__id__": 331 }, "_alignFlags": 4, "_target": null, @@ -4977,29 +7664,29 @@ }, "_children": [ { - "__id__": 218 + "__id__": 334 }, { - "__id__": 226 + "__id__": 342 }, { - "__id__": 232 + "__id__": 348 }, { - "__id__": 238 + "__id__": 354 } ], "_active": true, "_components": [ { - "__id__": 244 + "__id__": 360 }, { - "__id__": 246 + "__id__": 362 } ], "_prefab": { - "__id__": 248 + "__id__": 364 }, "_lpos": { "__type__": "cc.Vec3", @@ -5036,23 +7723,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 217 + "__id__": 333 }, "_children": [], "_active": true, "_components": [ { - "__id__": 219 + "__id__": 335 }, { - "__id__": 221 + "__id__": 337 }, { - "__id__": 223 + "__id__": 339 } ], "_prefab": { - "__id__": 225 + "__id__": 341 }, "_lpos": { "__type__": "cc.Vec3", @@ -5089,11 +7776,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 218 + "__id__": 334 }, "_enabled": true, "__prefab": { - "__id__": 220 + "__id__": 336 }, "_contentSize": { "__type__": "cc.Size", @@ -5117,11 +7804,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 218 + "__id__": 334 }, "_enabled": false, "__prefab": { - "__id__": 222 + "__id__": 338 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5162,11 +7849,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 218 + "__id__": 334 }, "_enabled": true, "__prefab": { - "__id__": 224 + "__id__": 340 }, "_alignFlags": 40, "_target": null, @@ -5211,20 +7898,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 217 + "__id__": 333 }, "_children": [], "_active": true, "_components": [ { - "__id__": 227 + "__id__": 343 }, { - "__id__": 229 + "__id__": 345 } ], "_prefab": { - "__id__": 231 + "__id__": 347 }, "_lpos": { "__type__": "cc.Vec3", @@ -5261,11 +7948,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 226 + "__id__": 342 }, "_enabled": true, "__prefab": { - "__id__": 228 + "__id__": 344 }, "_contentSize": { "__type__": "cc.Size", @@ -5289,11 +7976,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 226 + "__id__": 342 }, "_enabled": true, "__prefab": { - "__id__": 230 + "__id__": 346 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5347,20 +8034,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 217 + "__id__": 333 }, "_children": [], "_active": true, "_components": [ { - "__id__": 233 + "__id__": 349 }, { - "__id__": 235 + "__id__": 351 } ], "_prefab": { - "__id__": 237 + "__id__": 353 }, "_lpos": { "__type__": "cc.Vec3", @@ -5397,11 +8084,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 232 + "__id__": 348 }, "_enabled": true, "__prefab": { - "__id__": 234 + "__id__": 350 }, "_contentSize": { "__type__": "cc.Size", @@ -5425,11 +8112,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 232 + "__id__": 348 }, "_enabled": true, "__prefab": { - "__id__": 236 + "__id__": 352 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5506,20 +8193,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 217 + "__id__": 333 }, "_children": [], "_active": false, "_components": [ { - "__id__": 239 + "__id__": 355 }, { - "__id__": 241 + "__id__": 357 } ], "_prefab": { - "__id__": 243 + "__id__": 359 }, "_lpos": { "__type__": "cc.Vec3", @@ -5556,11 +8243,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 238 + "__id__": 354 }, "_enabled": true, "__prefab": { - "__id__": 240 + "__id__": 356 }, "_contentSize": { "__type__": "cc.Size", @@ -5584,11 +8271,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 238 + "__id__": 354 }, "_enabled": true, "__prefab": { - "__id__": 242 + "__id__": 358 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5665,11 +8352,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 333 }, "_enabled": true, "__prefab": { - "__id__": 245 + "__id__": 361 }, "_contentSize": { "__type__": "cc.Size", @@ -5693,11 +8380,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 333 }, "_enabled": true, "__prefab": { - "__id__": 247 + "__id__": 363 }, "_alignFlags": 12, "_target": null, @@ -5746,29 +8433,29 @@ }, "_children": [ { - "__id__": 250 + "__id__": 366 }, { - "__id__": 258 + "__id__": 374 }, { - "__id__": 264 + "__id__": 380 }, { - "__id__": 270 + "__id__": 386 } ], "_active": true, "_components": [ { - "__id__": 276 + "__id__": 392 }, { - "__id__": 278 + "__id__": 394 } ], "_prefab": { - "__id__": 280 + "__id__": 396 }, "_lpos": { "__type__": "cc.Vec3", @@ -5805,23 +8492,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 249 + "__id__": 365 }, "_children": [], "_active": true, "_components": [ { - "__id__": 251 + "__id__": 367 }, { - "__id__": 253 + "__id__": 369 }, { - "__id__": 255 + "__id__": 371 } ], "_prefab": { - "__id__": 257 + "__id__": 373 }, "_lpos": { "__type__": "cc.Vec3", @@ -5858,11 +8545,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 250 + "__id__": 366 }, "_enabled": true, "__prefab": { - "__id__": 252 + "__id__": 368 }, "_contentSize": { "__type__": "cc.Size", @@ -5886,11 +8573,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 250 + "__id__": 366 }, "_enabled": false, "__prefab": { - "__id__": 254 + "__id__": 370 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5931,11 +8618,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 250 + "__id__": 366 }, "_enabled": true, "__prefab": { - "__id__": 256 + "__id__": 372 }, "_alignFlags": 40, "_target": null, @@ -5980,20 +8667,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 249 + "__id__": 365 }, "_children": [], "_active": true, "_components": [ { - "__id__": 259 + "__id__": 375 }, { - "__id__": 261 + "__id__": 377 } ], "_prefab": { - "__id__": 263 + "__id__": 379 }, "_lpos": { "__type__": "cc.Vec3", @@ -6030,11 +8717,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 258 + "__id__": 374 }, "_enabled": true, "__prefab": { - "__id__": 260 + "__id__": 376 }, "_contentSize": { "__type__": "cc.Size", @@ -6058,11 +8745,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 258 + "__id__": 374 }, "_enabled": true, "__prefab": { - "__id__": 262 + "__id__": 378 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6116,20 +8803,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 249 + "__id__": 365 }, "_children": [], "_active": true, "_components": [ { - "__id__": 265 + "__id__": 381 }, { - "__id__": 267 + "__id__": 383 } ], "_prefab": { - "__id__": 269 + "__id__": 385 }, "_lpos": { "__type__": "cc.Vec3", @@ -6166,11 +8853,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 264 + "__id__": 380 }, "_enabled": true, "__prefab": { - "__id__": 266 + "__id__": 382 }, "_contentSize": { "__type__": "cc.Size", @@ -6194,11 +8881,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 264 + "__id__": 380 }, "_enabled": true, "__prefab": { - "__id__": 268 + "__id__": 384 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6275,20 +8962,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 249 + "__id__": 365 }, "_children": [], "_active": false, "_components": [ { - "__id__": 271 + "__id__": 387 }, { - "__id__": 273 + "__id__": 389 } ], "_prefab": { - "__id__": 275 + "__id__": 391 }, "_lpos": { "__type__": "cc.Vec3", @@ -6325,11 +9012,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 270 + "__id__": 386 }, "_enabled": true, "__prefab": { - "__id__": 272 + "__id__": 388 }, "_contentSize": { "__type__": "cc.Size", @@ -6353,11 +9040,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 270 + "__id__": 386 }, "_enabled": true, "__prefab": { - "__id__": 274 + "__id__": 390 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6434,11 +9121,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 249 + "__id__": 365 }, "_enabled": true, "__prefab": { - "__id__": 277 + "__id__": 393 }, "_contentSize": { "__type__": "cc.Size", @@ -6462,11 +9149,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 249 + "__id__": 365 }, "_enabled": true, "__prefab": { - "__id__": 279 + "__id__": 395 }, "_alignFlags": 36, "_target": null, @@ -6515,20 +9202,20 @@ }, "_children": [ { - "__id__": 282 + "__id__": 398 }, { - "__id__": 288 + "__id__": 404 } ], "_active": false, "_components": [ { - "__id__": 294 + "__id__": 410 } ], "_prefab": { - "__id__": 296 + "__id__": 412 }, "_lpos": { "__type__": "cc.Vec3", @@ -6565,20 +9252,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 281 + "__id__": 397 }, "_children": [], "_active": true, "_components": [ { - "__id__": 283 + "__id__": 399 }, { - "__id__": 285 + "__id__": 401 } ], "_prefab": { - "__id__": 287 + "__id__": 403 }, "_lpos": { "__type__": "cc.Vec3", @@ -6615,11 +9302,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 282 + "__id__": 398 }, "_enabled": true, "__prefab": { - "__id__": 284 + "__id__": 400 }, "_contentSize": { "__type__": "cc.Size", @@ -6643,11 +9330,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 282 + "__id__": 398 }, "_enabled": true, "__prefab": { - "__id__": 286 + "__id__": 402 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6701,20 +9388,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 281 + "__id__": 397 }, "_children": [], "_active": true, "_components": [ { - "__id__": 289 + "__id__": 405 }, { - "__id__": 291 + "__id__": 407 } ], "_prefab": { - "__id__": 293 + "__id__": 409 }, "_lpos": { "__type__": "cc.Vec3", @@ -6751,11 +9438,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 288 + "__id__": 404 }, "_enabled": true, "__prefab": { - "__id__": 290 + "__id__": 406 }, "_contentSize": { "__type__": "cc.Size", @@ -6779,11 +9466,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 288 + "__id__": 404 }, "_enabled": true, "__prefab": { - "__id__": 292 + "__id__": 408 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6860,11 +9547,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 281 + "__id__": 397 }, "_enabled": true, "__prefab": { - "__id__": 295 + "__id__": 411 }, "_contentSize": { "__type__": "cc.Size", @@ -6905,20 +9592,20 @@ }, "_children": [ { - "__id__": 298 + "__id__": 414 }, { - "__id__": 304 + "__id__": 420 } ], "_active": true, "_components": [ { - "__id__": 310 + "__id__": 426 } ], "_prefab": { - "__id__": 312 + "__id__": 428 }, "_lpos": { "__type__": "cc.Vec3", @@ -6955,20 +9642,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 297 + "__id__": 413 }, "_children": [], "_active": true, "_components": [ { - "__id__": 299 + "__id__": 415 }, { - "__id__": 301 + "__id__": 417 } ], "_prefab": { - "__id__": 303 + "__id__": 419 }, "_lpos": { "__type__": "cc.Vec3", @@ -7005,11 +9692,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 298 + "__id__": 414 }, "_enabled": true, "__prefab": { - "__id__": 300 + "__id__": 416 }, "_contentSize": { "__type__": "cc.Size", @@ -7033,11 +9720,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 298 + "__id__": 414 }, "_enabled": true, "__prefab": { - "__id__": 302 + "__id__": 418 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7091,20 +9778,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 297 + "__id__": 413 }, "_children": [], "_active": true, "_components": [ { - "__id__": 305 + "__id__": 421 }, { - "__id__": 307 + "__id__": 423 } ], "_prefab": { - "__id__": 309 + "__id__": 425 }, "_lpos": { "__type__": "cc.Vec3", @@ -7141,11 +9828,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 420 }, "_enabled": true, "__prefab": { - "__id__": 306 + "__id__": 422 }, "_contentSize": { "__type__": "cc.Size", @@ -7169,11 +9856,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 420 }, "_enabled": true, "__prefab": { - "__id__": 308 + "__id__": 424 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7250,11 +9937,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 297 + "__id__": 413 }, "_enabled": true, "__prefab": { - "__id__": 311 + "__id__": 427 }, "_contentSize": { "__type__": "cc.Size", @@ -7297,22 +9984,22 @@ "_active": true, "_components": [ { - "__id__": 314 + "__id__": 430 }, { - "__id__": 316 + "__id__": 432 }, { - "__id__": 318 + "__id__": 434 } ], "_prefab": { - "__id__": 320 + "__id__": 436 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -70, + "y": -52.611999999999995, "z": 0 }, "_lrot": { @@ -7344,11 +10031,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 313 + "__id__": 429 }, "_enabled": true, "__prefab": { - "__id__": 315 + "__id__": 431 }, "_contentSize": { "__type__": "cc.Size", @@ -7372,11 +10059,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 313 + "__id__": 429 }, "_enabled": true, "__prefab": { - "__id__": 317 + "__id__": 433 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7440,18 +10127,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 313 + "__id__": 429 }, "_enabled": true, "__prefab": { - "__id__": 319 + "__id__": 435 }, "_alignFlags": 45, "_target": null, "_left": 15, "_right": 15, - "_top": 190, - "_bottom": 50, + "_top": 172.612, + "_bottom": 67.388, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -7493,23 +10180,23 @@ }, "_children": [ { - "__id__": 322 + "__id__": 438 }, { - "__id__": 328 + "__id__": 444 } ], - "_active": true, + "_active": false, "_components": [ { - "__id__": 334 + "__id__": 450 }, { - "__id__": 336 + "__id__": 452 } ], "_prefab": { - "__id__": 338 + "__id__": 454 }, "_lpos": { "__type__": "cc.Vec3", @@ -7546,20 +10233,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 321 + "__id__": 437 }, "_children": [], "_active": true, "_components": [ { - "__id__": 323 + "__id__": 439 }, { - "__id__": 325 + "__id__": 441 } ], "_prefab": { - "__id__": 327 + "__id__": 443 }, "_lpos": { "__type__": "cc.Vec3", @@ -7596,11 +10283,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 322 + "__id__": 438 }, "_enabled": true, "__prefab": { - "__id__": 324 + "__id__": 440 }, "_contentSize": { "__type__": "cc.Size", @@ -7624,11 +10311,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 322 + "__id__": 438 }, "_enabled": true, "__prefab": { - "__id__": 326 + "__id__": 442 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7682,20 +10369,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 321 + "__id__": 437 }, "_children": [], "_active": true, "_components": [ { - "__id__": 329 + "__id__": 445 }, { - "__id__": 331 + "__id__": 447 } ], "_prefab": { - "__id__": 333 + "__id__": 449 }, "_lpos": { "__type__": "cc.Vec3", @@ -7732,11 +10419,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 328 + "__id__": 444 }, "_enabled": true, "__prefab": { - "__id__": 330 + "__id__": 446 }, "_contentSize": { "__type__": "cc.Size", @@ -7760,11 +10447,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 328 + "__id__": 444 }, "_enabled": true, "__prefab": { - "__id__": 332 + "__id__": 448 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7841,11 +10528,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 321 + "__id__": 437 }, "_enabled": true, "__prefab": { - "__id__": 335 + "__id__": 451 }, "_contentSize": { "__type__": "cc.Size", @@ -7869,11 +10556,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 321 + "__id__": 437 }, "_enabled": true, "__prefab": { - "__id__": 337 + "__id__": 453 }, "_alignFlags": 44, "_target": null, @@ -7922,7 +10609,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 340 + "__id__": 456 }, "_contentSize": { "__type__": "cc.Size", @@ -7950,7 +10637,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 342 + "__id__": 458 }, "_alignFlags": 45, "_target": null, @@ -7999,26 +10686,26 @@ }, "_children": [ { - "__id__": 345 + "__id__": 461 } ], "_active": true, "_components": [ { - "__id__": 353 + "__id__": 469 }, { - "__id__": 355 + "__id__": 471 }, { - "__id__": 357 + "__id__": 473 }, { - "__id__": 359 + "__id__": 475 } ], "_prefab": { - "__id__": 361 + "__id__": 477 }, "_lpos": { "__type__": "cc.Vec3", @@ -8055,23 +10742,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 344 + "__id__": 460 }, "_children": [], "_active": true, "_components": [ { - "__id__": 346 + "__id__": 462 }, { - "__id__": 348 + "__id__": 464 }, { - "__id__": 350 + "__id__": 466 } ], "_prefab": { - "__id__": 352 + "__id__": 468 }, "_lpos": { "__type__": "cc.Vec3", @@ -8108,11 +10795,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 345 + "__id__": 461 }, "_enabled": true, "__prefab": { - "__id__": 347 + "__id__": 463 }, "_contentSize": { "__type__": "cc.Size", @@ -8136,11 +10823,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 345 + "__id__": 461 }, "_enabled": true, "__prefab": { - "__id__": 349 + "__id__": 465 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8181,11 +10868,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 345 + "__id__": 461 }, "_enabled": true, "__prefab": { - "__id__": 351 + "__id__": 467 }, "playOnLoad": false, "_clips": [ @@ -8223,11 +10910,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 344 + "__id__": 460 }, "_enabled": true, "__prefab": { - "__id__": 354 + "__id__": 470 }, "_contentSize": { "__type__": "cc.Size", @@ -8251,11 +10938,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 344 + "__id__": 460 }, "_enabled": true, "__prefab": { - "__id__": 356 + "__id__": 472 }, "_type": 0, "_inverted": false, @@ -8273,11 +10960,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 344 + "__id__": 460 }, "_enabled": true, "__prefab": { - "__id__": 358 + "__id__": 474 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8319,11 +11006,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 344 + "__id__": 460 }, "_enabled": true, "__prefab": { - "__id__": 360 + "__id__": 476 }, "_alignFlags": 45, "_target": null, @@ -8372,26 +11059,26 @@ }, "_children": [ { - "__id__": 363 + "__id__": 479 }, { - "__id__": 371 + "__id__": 487 } ], "_active": true, "_components": [ { - "__id__": 377 + "__id__": 493 }, { - "__id__": 379 + "__id__": 495 }, { - "__id__": 381 + "__id__": 497 } ], "_prefab": { - "__id__": 384 + "__id__": 500 }, "_lpos": { "__type__": "cc.Vec3", @@ -8428,23 +11115,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 362 + "__id__": 478 }, "_children": [], "_active": true, "_components": [ { - "__id__": 364 + "__id__": 480 }, { - "__id__": 366 + "__id__": 482 }, { - "__id__": 368 + "__id__": 484 } ], "_prefab": { - "__id__": 370 + "__id__": 486 }, "_lpos": { "__type__": "cc.Vec3", @@ -8481,11 +11168,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 363 + "__id__": 479 }, "_enabled": true, "__prefab": { - "__id__": 365 + "__id__": 481 }, "_contentSize": { "__type__": "cc.Size", @@ -8509,11 +11196,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 363 + "__id__": 479 }, "_enabled": true, "__prefab": { - "__id__": 367 + "__id__": 483 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8554,11 +11241,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 363 + "__id__": 479 }, "_enabled": true, "__prefab": { - "__id__": 369 + "__id__": 485 }, "_alignFlags": 45, "_target": null, @@ -8603,20 +11290,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 362 + "__id__": 478 }, "_children": [], "_active": true, "_components": [ { - "__id__": 372 + "__id__": 488 }, { - "__id__": 374 + "__id__": 490 } ], "_prefab": { - "__id__": 376 + "__id__": 492 }, "_lpos": { "__type__": "cc.Vec3", @@ -8653,11 +11340,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 371 + "__id__": 487 }, "_enabled": true, "__prefab": { - "__id__": 373 + "__id__": 489 }, "_contentSize": { "__type__": "cc.Size", @@ -8681,11 +11368,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 371 + "__id__": 487 }, "_enabled": true, "__prefab": { - "__id__": 375 + "__id__": 491 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8762,11 +11449,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 362 + "__id__": 478 }, "_enabled": true, "__prefab": { - "__id__": 378 + "__id__": 494 }, "_contentSize": { "__type__": "cc.Size", @@ -8790,11 +11477,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 362 + "__id__": 478 }, "_enabled": true, "__prefab": { - "__id__": 380 + "__id__": 496 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8832,15 +11519,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 362 + "__id__": 478 }, "_enabled": true, "__prefab": { - "__id__": 382 + "__id__": 498 }, "clickEvents": [ { - "__id__": 383 + "__id__": 499 } ], "_interactable": true, @@ -8880,7 +11567,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 362 + "__id__": 478 }, "_id": "" }, @@ -8921,7 +11608,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 386 + "__id__": 502 }, "_contentSize": { "__type__": "cc.Size", @@ -8949,7 +11636,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 388 + "__id__": 504 }, "_id": "" }, diff --git a/assets/resources/gui/role_controller.prefab b/assets/resources/gui/role_controller.prefab index 712ad2de..305e5106 100644 --- a/assets/resources/gui/role_controller.prefab +++ b/assets/resources/gui/role_controller.prefab @@ -22,29 +22,29 @@ "__id__": 2 }, { - "__id__": 3278 + "__id__": 3608 }, { - "__id__": 3338 + "__id__": 3668 }, { - "__id__": 3360 + "__id__": 3690 } ], "_active": true, "_components": [ { - "__id__": 3568 + "__id__": 3898 }, { - "__id__": 3570 + "__id__": 3900 }, { - "__id__": 3572 + "__id__": 3902 } ], "_prefab": { - "__id__": 3574 + "__id__": 3904 }, "_lpos": { "__type__": "cc.Vec3", @@ -94,50 +94,50 @@ "__id__": 1389 }, { - "__id__": 1697 + "__id__": 2027 }, { - "__id__": 2019 + "__id__": 2349 }, { - "__id__": 2195 + "__id__": 2525 }, { - "__id__": 2229 + "__id__": 2559 }, { - "__id__": 2513 + "__id__": 2843 }, { - "__id__": 2540 + "__id__": 2870 }, { - "__id__": 2796 + "__id__": 3126 }, { - "__id__": 3253 + "__id__": 3583 } ], "_active": true, "_components": [ { - "__id__": 3267 + "__id__": 3597 }, { - "__id__": 3269 + "__id__": 3599 }, { - "__id__": 3271 + "__id__": 3601 }, { - "__id__": 3273 + "__id__": 3603 }, { - "__id__": 3275 + "__id__": 3605 } ], "_prefab": { - "__id__": 3277 + "__id__": 3607 }, "_lpos": { "__type__": "cc.Vec3", @@ -32454,26 +32454,26 @@ "__id__": 1398 }, { - "__id__": 1652 + "__id__": 1982 }, { - "__id__": 1684 + "__id__": 2014 } ], "_active": true, "_components": [ { - "__id__": 1690 + "__id__": 2020 }, { - "__id__": 1692 + "__id__": 2022 }, { - "__id__": 1694 + "__id__": 2024 } ], "_prefab": { - "__id__": 1696 + "__id__": 2026 }, "_lpos": { "__type__": "cc.Vec3", @@ -32692,26 +32692,26 @@ "__id__": 1399 }, { - "__id__": 1481 + "__id__": 1591 }, { - "__id__": 1563 + "__id__": 1783 } ], "_active": true, "_components": [ { - "__id__": 1645 + "__id__": 1975 }, { - "__id__": 1647 + "__id__": 1977 }, { - "__id__": 1649 + "__id__": 1979 } ], "_prefab": { - "__id__": 1651 + "__id__": 1981 }, "_lpos": { "__type__": "cc.Vec3", @@ -32764,23 +32764,23 @@ "__id__": 1422 }, { - "__id__": 1456 + "__id__": 1566 }, { - "__id__": 1466 + "__id__": 1576 }, { - "__id__": 1472 + "__id__": 1582 } ], "_active": true, "_components": [ { - "__id__": 1478 + "__id__": 1588 } ], "_prefab": { - "__id__": 1480 + "__id__": 1590 }, "_lpos": { "__type__": "cc.Vec3", @@ -33307,16 +33307,31 @@ }, { "__id__": 1437 + }, + { + "__id__": 1447 + }, + { + "__id__": 1463 + }, + { + "__id__": 1485 + }, + { + "__id__": 1513 + }, + { + "__id__": 1547 } ], "_active": true, "_components": [ { - "__id__": 1453 + "__id__": 1563 } ], "_prefab": { - "__id__": 1455 + "__id__": 1565 }, "_lpos": { "__type__": "cc.Vec3", @@ -33586,8 +33601,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 88, - "height": 88 + "width": 74, + "height": 76 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -33598,7 +33613,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "f5cmQvACBHfZKa6N/ooCty" + "fileId": "85x44suM5OiLuK3WnHovmw" }, { "__type__": "cc.Sprite", @@ -33612,7 +33627,10 @@ "__prefab": { "__id__": 1435 }, - "_customMaterial": null, + "_customMaterial": { + "__uuid__": "2fcd55a9-38ca-45aa-9164-68e48aaf51ce", + "__expectedType__": "cc.Material" + }, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { @@ -33623,7 +33641,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "ee4edf0b-7b65-430e-8631-52d326e14bc6@d37cb", + "__uuid__": "c8772092-7edb-4fb4-8cfc-ac0860cab175@c99eb", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -33643,7 +33661,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "b4Jp/KTKxMe4ukmb3bQkd3" + "fileId": "d0Lz24V21EvoPjLpl4y3Sb" }, { "__type__": "cc.PrefabInfo", @@ -33653,7 +33671,2537 @@ "asset": { "__id__": 0 }, - "fileId": "24Ysdjt3lP+auZnlYxiwKl", + "fileId": "56QNsm3z9DeKSqmV0t1JBW", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1422 + }, + "_children": [ + { + "__id__": 1438 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1444 + } + ], + "_prefab": { + "__id__": 1446 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1437 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1439 + }, + { + "__id__": 1441 + } + ], + "_prefab": { + "__id__": 1443 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1438 + }, + "_enabled": true, + "__prefab": { + "__id__": 1440 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a3Lj41pyJKlb6I6XWmXRP7" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1438 + }, + "_enabled": true, + "__prefab": { + "__id__": 1442 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bdSt9JQQxLApUUhkwWE/W6" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b4T7J6MJ9Db5CfFzL0WbCg", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1437 + }, + "_enabled": true, + "__prefab": { + "__id__": 1445 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "barwFeZhhGJa7R5Blfb3BY" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "67cu6WlnVC/qqtnSztmZBN", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1422 + }, + "_children": [ + { + "__id__": 1448 + }, + { + "__id__": 1454 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1460 + } + ], + "_prefab": { + "__id__": 1462 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1447 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1449 + }, + { + "__id__": 1451 + } + ], + "_prefab": { + "__id__": 1453 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 13, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1448 + }, + "_enabled": true, + "__prefab": { + "__id__": 1450 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d29ztEMj5LE7apYgrt1qTH" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1448 + }, + "_enabled": true, + "__prefab": { + "__id__": 1452 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "01dBWVbEdCR7rKK9RHJLRF" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5917YZXAJM/r39N2LiZpv/", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1447 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1455 + }, + { + "__id__": 1457 + } + ], + "_prefab": { + "__id__": 1459 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -13, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1454 + }, + "_enabled": true, + "__prefab": { + "__id__": 1456 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bcV3P/fG5Jd59Ngcl2dq1U" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1454 + }, + "_enabled": true, + "__prefab": { + "__id__": 1458 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2emYzsWhpEEKRWZkMhg6j0" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "3bvtsfAalIjqxZ+xUGfktW", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1447 + }, + "_enabled": true, + "__prefab": { + "__id__": 1461 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8f0wPyk6BK25J1O+dN1kRr" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "3d7CddcqdPJbvbR0/ou+sV", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1422 + }, + "_children": [ + { + "__id__": 1464 + }, + { + "__id__": 1470 + }, + { + "__id__": 1476 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1482 + } + ], + "_prefab": { + "__id__": 1484 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1463 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1465 + }, + { + "__id__": 1467 + } + ], + "_prefab": { + "__id__": 1469 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1464 + }, + "_enabled": true, + "__prefab": { + "__id__": 1466 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "21y3OG1vxMzr5uJB/fDwmt" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1464 + }, + "_enabled": true, + "__prefab": { + "__id__": 1468 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "97JzmIuqBDJa8nAOzkpmBN" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "edOpe0JONNGZc+8INs71BQ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1463 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1471 + }, + { + "__id__": 1473 + } + ], + "_prefab": { + "__id__": 1475 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1470 + }, + "_enabled": true, + "__prefab": { + "__id__": 1472 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d811S0VXNO7rVLQWjdh6Ho" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1470 + }, + "_enabled": true, + "__prefab": { + "__id__": 1474 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "27abpS/s9Ct5xzK/tRTSPc" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5azgK/lGBCUZfpda3sBLuQ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1463 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1477 + }, + { + "__id__": 1479 + } + ], + "_prefab": { + "__id__": 1481 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1476 + }, + "_enabled": true, + "__prefab": { + "__id__": 1478 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dfA1gPTxtEOqSfZde7Ygjt" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1476 + }, + "_enabled": true, + "__prefab": { + "__id__": 1480 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f2C+75oLBLoo73tfh38FlU" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ecbynNHVpLy4itNLSAy9gx", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1463 + }, + "_enabled": true, + "__prefab": { + "__id__": 1483 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cbxXB3+NtMY5vaeeDiynUR" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "cbSpZUo4dB3qj/5seVI+z5", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1422 + }, + "_children": [ + { + "__id__": 1486 + }, + { + "__id__": 1492 + }, + { + "__id__": 1498 + }, + { + "__id__": 1504 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1510 + } + ], + "_prefab": { + "__id__": 1512 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1485 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1487 + }, + { + "__id__": 1489 + } + ], + "_prefab": { + "__id__": 1491 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -12, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1486 + }, + "_enabled": true, + "__prefab": { + "__id__": 1488 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1blXNkCgFBqqUNo6RvYgSg" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1486 + }, + "_enabled": true, + "__prefab": { + "__id__": 1490 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ddJ49W8IZKPISKLUGMlIP2" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "38rCSaA19MtZrJXxWzr9ZE", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1485 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1493 + }, + { + "__id__": 1495 + } + ], + "_prefab": { + "__id__": 1497 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 12, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1492 + }, + "_enabled": true, + "__prefab": { + "__id__": 1494 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0fjEcW559P9ow/Crpp+U5Z" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1492 + }, + "_enabled": true, + "__prefab": { + "__id__": 1496 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b8zpdf7O5HFq0gmwftkmRc" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f0Pcr0VjdB/KC769TBLV9a", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1485 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1499 + }, + { + "__id__": 1501 + } + ], + "_prefab": { + "__id__": 1503 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -37, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1498 + }, + "_enabled": true, + "__prefab": { + "__id__": 1500 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "83anezSaVOLLWFjZ8YtEfo" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1498 + }, + "_enabled": true, + "__prefab": { + "__id__": 1502 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "afy9i2mhpDTKR/Ne6yu0UF" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e3wmnmAf5KkpPOYE+FciwO", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1485 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1505 + }, + { + "__id__": 1507 + } + ], + "_prefab": { + "__id__": 1509 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 37, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1504 + }, + "_enabled": true, + "__prefab": { + "__id__": 1506 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "00lYOpKfhFwpDXd2UCbc7c" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1504 + }, + "_enabled": true, + "__prefab": { + "__id__": 1508 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9ezqd+LihEZrkvvimj9gPB" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "1624s/iAlOPaejyhstxdp2", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1485 + }, + "_enabled": true, + "__prefab": { + "__id__": 1511 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a3W3xJpGxCQL1FGqApg/jw" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "06t0yE5AdLnKJjQ70qzOdh", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1422 + }, + "_children": [ + { + "__id__": 1514 + }, + { + "__id__": 1520 + }, + { + "__id__": 1526 + }, + { + "__id__": 1532 + }, + { + "__id__": 1538 + } + ], + "_active": true, + "_components": [ + { + "__id__": 1544 + } + ], + "_prefab": { + "__id__": 1546 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1513 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1515 + }, + { + "__id__": 1517 + } + ], + "_prefab": { + "__id__": 1519 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1514 + }, + "_enabled": true, + "__prefab": { + "__id__": 1516 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c9d7LFD8lEq4Mvpco29aYI" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1514 + }, + "_enabled": true, + "__prefab": { + "__id__": 1518 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "47cHS/oatBCa/B0hNWtyl8" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "2fIf+nQlJH/o+0AFVz2nu6", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1513 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1521 + }, + { + "__id__": 1523 + } + ], + "_prefab": { + "__id__": 1525 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1520 + }, + "_enabled": true, + "__prefab": { + "__id__": 1522 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "beeVf6obtKpKxAS76LnVbl" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1520 + }, + "_enabled": true, + "__prefab": { + "__id__": 1524 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2cnhr8aR5ISI4vociY7Tdz" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a6m2gtbdFJLqYewNbtIGTe", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1513 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1527 + }, + { + "__id__": 1529 + } + ], + "_prefab": { + "__id__": 1531 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1526 + }, + "_enabled": true, + "__prefab": { + "__id__": 1528 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "55QeIMSTlF+ZXjO5697oRC" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1526 + }, + "_enabled": true, + "__prefab": { + "__id__": 1530 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "81Pq1Te+ZJy41Woc/meEJJ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "43xr6pr/5OhqHW+0grONfD", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1513 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1533 + }, + { + "__id__": 1535 + } + ], + "_prefab": { + "__id__": 1537 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -50, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1532 + }, + "_enabled": true, + "__prefab": { + "__id__": 1534 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e0kahTKL5Fwp6hCjt+msaq" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1532 + }, + "_enabled": true, + "__prefab": { + "__id__": 1536 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bdzdha1QpG+ZTERDqbZUno" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "3cojLKDzxPr4Bc97i1TpZg", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-004", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1513 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1539 + }, + { + "__id__": 1541 + } + ], + "_prefab": { + "__id__": 1543 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 50, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1538 + }, + "_enabled": true, + "__prefab": { + "__id__": 1540 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d4Tn3fSl1KLb489suaiuH5" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1538 + }, + "_enabled": true, + "__prefab": { + "__id__": 1542 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8fmBWmBRZDjqtY+M3HdA2r" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ecjLeH5GZHKYF3oqchMVlG", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1513 + }, + "_enabled": true, + "__prefab": { + "__id__": 1545 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2cLPuqCE1JzJANcR14lgMJ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "23e+OxV0RPx4Gf5VF9aRR5", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -33668,23 +36216,23 @@ }, "_children": [ { - "__id__": 1438 + "__id__": 1548 } ], "_active": false, "_components": [ { - "__id__": 1446 + "__id__": 1556 }, { - "__id__": 1448 + "__id__": 1558 }, { - "__id__": 1450 + "__id__": 1560 } ], "_prefab": { - "__id__": 1452 + "__id__": 1562 }, "_lpos": { "__type__": "cc.Vec3", @@ -33721,23 +36269,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1437 + "__id__": 1547 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1439 + "__id__": 1549 }, { - "__id__": 1441 + "__id__": 1551 }, { - "__id__": 1443 + "__id__": 1553 } ], "_prefab": { - "__id__": 1445 + "__id__": 1555 }, "_lpos": { "__type__": "cc.Vec3", @@ -33774,11 +36322,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1438 + "__id__": 1548 }, "_enabled": true, "__prefab": { - "__id__": 1440 + "__id__": 1550 }, "_contentSize": { "__type__": "cc.Size", @@ -33802,11 +36350,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1438 + "__id__": 1548 }, "_enabled": true, "__prefab": { - "__id__": 1442 + "__id__": 1552 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33847,11 +36395,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1438 + "__id__": 1548 }, "_enabled": true, "__prefab": { - "__id__": 1444 + "__id__": 1554 }, "_alignFlags": 40, "_target": null, @@ -33896,11 +36444,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1437 + "__id__": 1547 }, "_enabled": true, "__prefab": { - "__id__": 1447 + "__id__": 1557 }, "_contentSize": { "__type__": "cc.Size", @@ -33924,11 +36472,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1437 + "__id__": 1547 }, "_enabled": false, "__prefab": { - "__id__": 1449 + "__id__": 1559 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33969,14 +36517,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1437 + "__id__": 1547 }, "_enabled": true, "__prefab": { - "__id__": 1451 + "__id__": 1561 }, "_barSprite": { - "__id__": 1441 + "__id__": 1551 }, "_mode": 2, "_totalLength": 1, @@ -34011,7 +36559,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1454 + "__id__": 1564 }, "_contentSize": { "__type__": "cc.Size", @@ -34054,17 +36602,17 @@ "_active": true, "_components": [ { - "__id__": 1457 + "__id__": 1567 }, { - "__id__": 1459 + "__id__": 1569 }, { - "__id__": 1461 + "__id__": 1571 } ], "_prefab": { - "__id__": 1465 + "__id__": 1575 }, "_lpos": { "__type__": "cc.Vec3", @@ -34101,11 +36649,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1456 + "__id__": 1566 }, "_enabled": true, "__prefab": { - "__id__": 1458 + "__id__": 1568 }, "_contentSize": { "__type__": "cc.Size", @@ -34129,11 +36677,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1456 + "__id__": 1566 }, "_enabled": true, "__prefab": { - "__id__": 1460 + "__id__": 1570 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34171,18 +36719,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1456 + "__id__": 1566 }, "_enabled": true, "__prefab": { - "__id__": 1462 + "__id__": 1572 }, "clickEvents": [ { - "__id__": 1463 + "__id__": 1573 }, { - "__id__": 1464 + "__id__": 1574 } ], "_interactable": true, @@ -34275,14 +36823,14 @@ "_active": true, "_components": [ { - "__id__": 1467 + "__id__": 1577 }, { - "__id__": 1469 + "__id__": 1579 } ], "_prefab": { - "__id__": 1471 + "__id__": 1581 }, "_lpos": { "__type__": "cc.Vec3", @@ -34319,11 +36867,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1466 + "__id__": 1576 }, "_enabled": true, "__prefab": { - "__id__": 1468 + "__id__": 1578 }, "_contentSize": { "__type__": "cc.Size", @@ -34347,11 +36895,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1466 + "__id__": 1576 }, "_enabled": true, "__prefab": { - "__id__": 1470 + "__id__": 1580 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34408,14 +36956,14 @@ "_active": true, "_components": [ { - "__id__": 1473 + "__id__": 1583 }, { - "__id__": 1475 + "__id__": 1585 } ], "_prefab": { - "__id__": 1477 + "__id__": 1587 }, "_lpos": { "__type__": "cc.Vec3", @@ -34452,11 +37000,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1472 + "__id__": 1582 }, "_enabled": true, "__prefab": { - "__id__": 1474 + "__id__": 1584 }, "_contentSize": { "__type__": "cc.Size", @@ -34480,11 +37028,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1472 + "__id__": 1582 }, "_enabled": true, "__prefab": { - "__id__": 1476 + "__id__": 1586 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34565,7 +37113,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1479 + "__id__": 1589 }, "_contentSize": { "__type__": "cc.Size", @@ -34606,35 +37154,35 @@ }, "_children": [ { - "__id__": 1482 + "__id__": 1592 }, { - "__id__": 1490 + "__id__": 1600 }, { - "__id__": 1498 + "__id__": 1608 }, { - "__id__": 1504 + "__id__": 1614 }, { - "__id__": 1538 + "__id__": 1758 }, { - "__id__": 1548 + "__id__": 1768 }, { - "__id__": 1554 + "__id__": 1774 } ], "_active": true, "_components": [ { - "__id__": 1560 + "__id__": 1780 } ], "_prefab": { - "__id__": 1562 + "__id__": 1782 }, "_lpos": { "__type__": "cc.Vec3", @@ -34671,23 +37219,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1481 + "__id__": 1591 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1483 + "__id__": 1593 }, { - "__id__": 1485 + "__id__": 1595 }, { - "__id__": 1487 + "__id__": 1597 } ], "_prefab": { - "__id__": 1489 + "__id__": 1599 }, "_lpos": { "__type__": "cc.Vec3", @@ -34724,11 +37272,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1482 + "__id__": 1592 }, "_enabled": true, "__prefab": { - "__id__": 1484 + "__id__": 1594 }, "_contentSize": { "__type__": "cc.Size", @@ -34752,11 +37300,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1482 + "__id__": 1592 }, "_enabled": true, "__prefab": { - "__id__": 1486 + "__id__": 1596 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34797,11 +37345,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1482 + "__id__": 1592 }, "_enabled": true, "__prefab": { - "__id__": 1488 + "__id__": 1598 }, "playOnLoad": true, "_clips": [ @@ -34839,23 +37387,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1481 + "__id__": 1591 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1491 + "__id__": 1601 }, { - "__id__": 1493 + "__id__": 1603 }, { - "__id__": 1495 + "__id__": 1605 } ], "_prefab": { - "__id__": 1497 + "__id__": 1607 }, "_lpos": { "__type__": "cc.Vec3", @@ -34892,11 +37440,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1490 + "__id__": 1600 }, "_enabled": true, "__prefab": { - "__id__": 1492 + "__id__": 1602 }, "_contentSize": { "__type__": "cc.Size", @@ -34920,11 +37468,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1490 + "__id__": 1600 }, "_enabled": true, "__prefab": { - "__id__": 1494 + "__id__": 1604 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34965,11 +37513,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1490 + "__id__": 1600 }, "_enabled": true, "__prefab": { - "__id__": 1496 + "__id__": 1606 }, "_alignFlags": 45, "_target": null, @@ -35014,20 +37562,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1481 + "__id__": 1591 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1499 + "__id__": 1609 }, { - "__id__": 1501 + "__id__": 1611 } ], "_prefab": { - "__id__": 1503 + "__id__": 1613 }, "_lpos": { "__type__": "cc.Vec3", @@ -35064,11 +37612,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1498 + "__id__": 1608 }, "_enabled": true, "__prefab": { - "__id__": 1500 + "__id__": 1610 }, "_contentSize": { "__type__": "cc.Size", @@ -35092,11 +37640,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1498 + "__id__": 1608 }, "_enabled": true, "__prefab": { - "__id__": 1502 + "__id__": 1612 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -35150,27 +37698,42 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1481 + "__id__": 1591 }, "_children": [ { - "__id__": 1505 + "__id__": 1615 }, { - "__id__": 1513 + "__id__": 1623 }, { - "__id__": 1519 + "__id__": 1629 + }, + { + "__id__": 1639 + }, + { + "__id__": 1655 + }, + { + "__id__": 1677 + }, + { + "__id__": 1705 + }, + { + "__id__": 1739 } ], "_active": true, "_components": [ { - "__id__": 1535 + "__id__": 1755 } ], "_prefab": { - "__id__": 1537 + "__id__": 1757 }, "_lpos": { "__type__": "cc.Vec3", @@ -35207,23 +37770,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1504 + "__id__": 1614 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1506 + "__id__": 1616 }, { - "__id__": 1508 + "__id__": 1618 }, { - "__id__": 1510 + "__id__": 1620 } ], "_prefab": { - "__id__": 1512 + "__id__": 1622 }, "_lpos": { "__type__": "cc.Vec3", @@ -35260,11 +37823,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1505 + "__id__": 1615 }, "_enabled": true, "__prefab": { - "__id__": 1507 + "__id__": 1617 }, "_contentSize": { "__type__": "cc.Size", @@ -35288,11 +37851,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1505 + "__id__": 1615 }, "_enabled": true, "__prefab": { - "__id__": 1509 + "__id__": 1619 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -35333,11 +37896,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1505 + "__id__": 1615 }, "_enabled": true, "__prefab": { - "__id__": 1511 + "__id__": 1621 }, "_alignFlags": 45, "_target": null, @@ -35382,20 +37945,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1504 + "__id__": 1614 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1514 + "__id__": 1624 }, { - "__id__": 1516 + "__id__": 1626 } ], "_prefab": { - "__id__": 1518 + "__id__": 1628 }, "_lpos": { "__type__": "cc.Vec3", @@ -35432,16 +37995,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1513 + "__id__": 1623 }, "_enabled": true, "__prefab": { - "__id__": 1515 + "__id__": 1625 }, "_contentSize": { "__type__": "cc.Size", - "width": 88, - "height": 88 + "width": 74, + "height": 76 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -35452,7 +38015,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "82HVjuFLRDULVZF8CGKzYN" + "fileId": "b3ffnFaSRFtImyRdVyFMJW" }, { "__type__": "cc.Sprite", @@ -35460,13 +38023,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1513 + "__id__": 1623 }, "_enabled": true, "__prefab": { - "__id__": 1517 + "__id__": 1627 + }, + "_customMaterial": { + "__uuid__": "2fcd55a9-38ca-45aa-9164-68e48aaf51ce", + "__expectedType__": "cc.Material" }, - "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { @@ -35477,7 +38043,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "ee4edf0b-7b65-430e-8631-52d326e14bc6@d37cb", + "__uuid__": "c8772092-7edb-4fb4-8cfc-ac0860cab175@c99eb", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -35497,7 +38063,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "cd1HgAKrNEQaCplrAd9s61" + "fileId": "61zoY4EWdAIr8Hs+2f8ZdB" }, { "__type__": "cc.PrefabInfo", @@ -35507,7 +38073,2537 @@ "asset": { "__id__": 0 }, - "fileId": "67U8Jhuz5N6o0Fc/Ef9nHj", + "fileId": "c6TXYD+BNJvJv+B7WTxxUu", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1614 + }, + "_children": [ + { + "__id__": 1630 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1636 + } + ], + "_prefab": { + "__id__": 1638 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1629 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1631 + }, + { + "__id__": 1633 + } + ], + "_prefab": { + "__id__": 1635 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1630 + }, + "_enabled": true, + "__prefab": { + "__id__": 1632 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5eX11xczhCPb5F8uGAKnXN" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1630 + }, + "_enabled": true, + "__prefab": { + "__id__": 1634 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b3yftRfrJKcKTgInC1UpTd" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9edYT4ljtLlYNl/yNjT79S", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1629 + }, + "_enabled": true, + "__prefab": { + "__id__": 1637 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3eJBv/KLtIEqHpyEDnNLuM" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0aOpC84qFEipuYYObRUc+p", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1614 + }, + "_children": [ + { + "__id__": 1640 + }, + { + "__id__": 1646 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1652 + } + ], + "_prefab": { + "__id__": 1654 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1639 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1641 + }, + { + "__id__": 1643 + } + ], + "_prefab": { + "__id__": 1645 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 13, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1640 + }, + "_enabled": true, + "__prefab": { + "__id__": 1642 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "74KRDzat9E1o5q+YZz4Uoc" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1640 + }, + "_enabled": true, + "__prefab": { + "__id__": 1644 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "12k+qsPtlAUZklh41KtOC2" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "233riolOtOoKrZnkjjSQi+", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1639 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1647 + }, + { + "__id__": 1649 + } + ], + "_prefab": { + "__id__": 1651 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -13, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1646 + }, + "_enabled": true, + "__prefab": { + "__id__": 1648 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "56c3yCf7lBcqV/ozcIZq35" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1646 + }, + "_enabled": true, + "__prefab": { + "__id__": 1650 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "43efYtcH9Dkqscb6SVn50p" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "03MEroZyJCs7s850pODeic", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1639 + }, + "_enabled": true, + "__prefab": { + "__id__": 1653 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "31j18bgBZB87i7BoUaBoLo" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e2AG3JCY9DtI7+SWNTpNeY", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1614 + }, + "_children": [ + { + "__id__": 1656 + }, + { + "__id__": 1662 + }, + { + "__id__": 1668 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1674 + } + ], + "_prefab": { + "__id__": 1676 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1655 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1657 + }, + { + "__id__": 1659 + } + ], + "_prefab": { + "__id__": 1661 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1656 + }, + "_enabled": true, + "__prefab": { + "__id__": 1658 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7b1Sp1/bpN+aiVO33R9orL" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1656 + }, + "_enabled": true, + "__prefab": { + "__id__": 1660 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "44mc5DdhdLs6ePwEUz+BQ2" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7bBwJHZZpE0LLONkC533ak", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1655 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1663 + }, + { + "__id__": 1665 + } + ], + "_prefab": { + "__id__": 1667 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1662 + }, + "_enabled": true, + "__prefab": { + "__id__": 1664 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "23yV5xJzJKq4DAnYPQ9uKx" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1662 + }, + "_enabled": true, + "__prefab": { + "__id__": 1666 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dfow2lYZJMeIQrpTIem5HG" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7f3v++BXNOyJE7j4VKkPak", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1655 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1669 + }, + { + "__id__": 1671 + } + ], + "_prefab": { + "__id__": 1673 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1668 + }, + "_enabled": true, + "__prefab": { + "__id__": 1670 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9bH8OY5iNIxZAVqBBcTZLK" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1668 + }, + "_enabled": true, + "__prefab": { + "__id__": 1672 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "61hw67JpRNH4k7KQwhv8nB" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9fE7fjoW1F8KEpFXWxz1RP", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1655 + }, + "_enabled": true, + "__prefab": { + "__id__": 1675 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ecaXW3TPBOwb5y6NIfDVXe" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "edMZIQqa1Gjqz+rNZIa+n5", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1614 + }, + "_children": [ + { + "__id__": 1678 + }, + { + "__id__": 1684 + }, + { + "__id__": 1690 + }, + { + "__id__": 1696 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1702 + } + ], + "_prefab": { + "__id__": 1704 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1677 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1679 + }, + { + "__id__": 1681 + } + ], + "_prefab": { + "__id__": 1683 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -12, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1678 + }, + "_enabled": true, + "__prefab": { + "__id__": 1680 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c57enwRCxBOrS1c0kz1TRH" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1678 + }, + "_enabled": true, + "__prefab": { + "__id__": 1682 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "70yTFrgfdJXqAWi9CXMHjy" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "31FOIsO65DQJcDggCREM6t", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1677 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1685 + }, + { + "__id__": 1687 + } + ], + "_prefab": { + "__id__": 1689 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 12, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1684 + }, + "_enabled": true, + "__prefab": { + "__id__": 1686 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "122RH/XlVLipSWuIKiUXCP" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1684 + }, + "_enabled": true, + "__prefab": { + "__id__": 1688 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cbzwbraQpPdYJPGz1/93dw" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0cRZR2bgxFSZXDh8NfBq/D", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1677 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1691 + }, + { + "__id__": 1693 + } + ], + "_prefab": { + "__id__": 1695 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -37, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1690 + }, + "_enabled": true, + "__prefab": { + "__id__": 1692 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "34G8DMTINCKpn+wRv4cHQJ" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1690 + }, + "_enabled": true, + "__prefab": { + "__id__": 1694 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "33lVFoZJZLTan20bw4GTi/" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d1Q+LEQM9Nf7Pb8bqvhN1l", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1677 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1697 + }, + { + "__id__": 1699 + } + ], + "_prefab": { + "__id__": 1701 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 37, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1696 + }, + "_enabled": true, + "__prefab": { + "__id__": 1698 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "48X68XiT5KpbgUX1EYBwYM" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1696 + }, + "_enabled": true, + "__prefab": { + "__id__": 1700 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "19xKwPF1lCR5uCzVVztbBx" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d1SPP1uWFEPKkUltPSZC/S", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1677 + }, + "_enabled": true, + "__prefab": { + "__id__": 1703 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bd76cIHt1Ip4IL1sUM+Ez5" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "808cl3BMFK1LH2NB6PY3R7", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1614 + }, + "_children": [ + { + "__id__": 1706 + }, + { + "__id__": 1712 + }, + { + "__id__": 1718 + }, + { + "__id__": 1724 + }, + { + "__id__": 1730 + } + ], + "_active": true, + "_components": [ + { + "__id__": 1736 + } + ], + "_prefab": { + "__id__": 1738 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1705 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1707 + }, + { + "__id__": 1709 + } + ], + "_prefab": { + "__id__": 1711 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1706 + }, + "_enabled": true, + "__prefab": { + "__id__": 1708 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "17T+bdUBpIZIbsq+rk5NU8" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1706 + }, + "_enabled": true, + "__prefab": { + "__id__": 1710 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "17MHy4NetJa5lG/1PjrBDe" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4bFIqXDOlAZqhANzVDq2NY", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1705 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1713 + }, + { + "__id__": 1715 + } + ], + "_prefab": { + "__id__": 1717 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1712 + }, + "_enabled": true, + "__prefab": { + "__id__": 1714 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "edIvrN7fhBi4hdJf6ZX5yd" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1712 + }, + "_enabled": true, + "__prefab": { + "__id__": 1716 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e4aw8ce5dCS7kVgyvJdvXA" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "30ztoiKM9PZaAfrdnUlaZf", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1705 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1719 + }, + { + "__id__": 1721 + } + ], + "_prefab": { + "__id__": 1723 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1718 + }, + "_enabled": true, + "__prefab": { + "__id__": 1720 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b7GpvN811NVJSZl34NMIwE" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1718 + }, + "_enabled": true, + "__prefab": { + "__id__": 1722 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1bNf361EBL7r0vjL79yNLi" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c0EKFJw05HqovAiLVwBpWS", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1705 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1725 + }, + { + "__id__": 1727 + } + ], + "_prefab": { + "__id__": 1729 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -50, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1724 + }, + "_enabled": true, + "__prefab": { + "__id__": 1726 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a2++rwZ7dIYa/AjNdnpMOF" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1724 + }, + "_enabled": true, + "__prefab": { + "__id__": 1728 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2cwaSqdCpHFZMmDZumv1Kv" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0fsQnEPmhDk4cpU5mb8F/i", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-004", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1705 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1731 + }, + { + "__id__": 1733 + } + ], + "_prefab": { + "__id__": 1735 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 50, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1730 + }, + "_enabled": true, + "__prefab": { + "__id__": 1732 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e7Q52finREeazJ7Q+SmJiC" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1730 + }, + "_enabled": true, + "__prefab": { + "__id__": 1734 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ccxx77mKBObqQ7yhIAIFYY" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f3DN20hBpDJbRwnV/SI8Lw", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1705 + }, + "_enabled": true, + "__prefab": { + "__id__": 1737 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bbqp05+zdKlq/IU8gMnR3v" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d0W8SUN11LBokQf4+Fn1pj", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -35518,27 +40614,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1504 + "__id__": 1614 }, "_children": [ { - "__id__": 1520 + "__id__": 1740 } ], "_active": false, "_components": [ { - "__id__": 1528 + "__id__": 1748 }, { - "__id__": 1530 + "__id__": 1750 }, { - "__id__": 1532 + "__id__": 1752 } ], "_prefab": { - "__id__": 1534 + "__id__": 1754 }, "_lpos": { "__type__": "cc.Vec3", @@ -35575,23 +40671,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1519 + "__id__": 1739 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1521 + "__id__": 1741 }, { - "__id__": 1523 + "__id__": 1743 }, { - "__id__": 1525 + "__id__": 1745 } ], "_prefab": { - "__id__": 1527 + "__id__": 1747 }, "_lpos": { "__type__": "cc.Vec3", @@ -35628,11 +40724,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1520 + "__id__": 1740 }, "_enabled": true, "__prefab": { - "__id__": 1522 + "__id__": 1742 }, "_contentSize": { "__type__": "cc.Size", @@ -35656,11 +40752,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1520 + "__id__": 1740 }, "_enabled": true, "__prefab": { - "__id__": 1524 + "__id__": 1744 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -35701,11 +40797,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1520 + "__id__": 1740 }, "_enabled": true, "__prefab": { - "__id__": 1526 + "__id__": 1746 }, "_alignFlags": 40, "_target": null, @@ -35750,11 +40846,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1519 + "__id__": 1739 }, "_enabled": true, "__prefab": { - "__id__": 1529 + "__id__": 1749 }, "_contentSize": { "__type__": "cc.Size", @@ -35778,11 +40874,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1519 + "__id__": 1739 }, "_enabled": false, "__prefab": { - "__id__": 1531 + "__id__": 1751 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -35823,14 +40919,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1519 + "__id__": 1739 }, "_enabled": true, "__prefab": { - "__id__": 1533 + "__id__": 1753 }, "_barSprite": { - "__id__": 1523 + "__id__": 1743 }, "_mode": 2, "_totalLength": 1, @@ -35861,11 +40957,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1504 + "__id__": 1614 }, "_enabled": true, "__prefab": { - "__id__": 1536 + "__id__": 1756 }, "_contentSize": { "__type__": "cc.Size", @@ -35902,23 +40998,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1481 + "__id__": 1591 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1539 + "__id__": 1759 }, { - "__id__": 1541 + "__id__": 1761 }, { - "__id__": 1543 + "__id__": 1763 } ], "_prefab": { - "__id__": 1547 + "__id__": 1767 }, "_lpos": { "__type__": "cc.Vec3", @@ -35955,11 +41051,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1538 + "__id__": 1758 }, "_enabled": true, "__prefab": { - "__id__": 1540 + "__id__": 1760 }, "_contentSize": { "__type__": "cc.Size", @@ -35983,11 +41079,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1538 + "__id__": 1758 }, "_enabled": true, "__prefab": { - "__id__": 1542 + "__id__": 1762 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -36025,18 +41121,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1538 + "__id__": 1758 }, "_enabled": true, "__prefab": { - "__id__": 1544 + "__id__": 1764 }, "clickEvents": [ { - "__id__": 1545 + "__id__": 1765 }, { - "__id__": 1546 + "__id__": 1766 } ], "_interactable": true, @@ -36076,7 +41172,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 1481 + "__id__": 1591 }, "_id": "" }, @@ -36123,20 +41219,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1481 + "__id__": 1591 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1549 + "__id__": 1769 }, { - "__id__": 1551 + "__id__": 1771 } ], "_prefab": { - "__id__": 1553 + "__id__": 1773 }, "_lpos": { "__type__": "cc.Vec3", @@ -36173,11 +41269,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1548 + "__id__": 1768 }, "_enabled": true, "__prefab": { - "__id__": 1550 + "__id__": 1770 }, "_contentSize": { "__type__": "cc.Size", @@ -36201,11 +41297,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1548 + "__id__": 1768 }, "_enabled": true, "__prefab": { - "__id__": 1552 + "__id__": 1772 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -36256,20 +41352,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1481 + "__id__": 1591 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1555 + "__id__": 1775 }, { - "__id__": 1557 + "__id__": 1777 } ], "_prefab": { - "__id__": 1559 + "__id__": 1779 }, "_lpos": { "__type__": "cc.Vec3", @@ -36306,11 +41402,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1554 + "__id__": 1774 }, "_enabled": true, "__prefab": { - "__id__": 1556 + "__id__": 1776 }, "_contentSize": { "__type__": "cc.Size", @@ -36334,11 +41430,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1554 + "__id__": 1774 }, "_enabled": true, "__prefab": { - "__id__": 1558 + "__id__": 1778 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -36415,11 +41511,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1481 + "__id__": 1591 }, "_enabled": true, "__prefab": { - "__id__": 1561 + "__id__": 1781 }, "_contentSize": { "__type__": "cc.Size", @@ -36460,35 +41556,35 @@ }, "_children": [ { - "__id__": 1564 + "__id__": 1784 }, { - "__id__": 1572 + "__id__": 1792 }, { - "__id__": 1580 + "__id__": 1800 }, { - "__id__": 1586 + "__id__": 1806 }, { - "__id__": 1620 + "__id__": 1950 }, { - "__id__": 1630 + "__id__": 1960 }, { - "__id__": 1636 + "__id__": 1966 } ], "_active": true, "_components": [ { - "__id__": 1642 + "__id__": 1972 } ], "_prefab": { - "__id__": 1644 + "__id__": 1974 }, "_lpos": { "__type__": "cc.Vec3", @@ -36525,23 +41621,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1563 + "__id__": 1783 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1565 + "__id__": 1785 }, { - "__id__": 1567 + "__id__": 1787 }, { - "__id__": 1569 + "__id__": 1789 } ], "_prefab": { - "__id__": 1571 + "__id__": 1791 }, "_lpos": { "__type__": "cc.Vec3", @@ -36578,11 +41674,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1564 + "__id__": 1784 }, "_enabled": true, "__prefab": { - "__id__": 1566 + "__id__": 1786 }, "_contentSize": { "__type__": "cc.Size", @@ -36606,11 +41702,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1564 + "__id__": 1784 }, "_enabled": true, "__prefab": { - "__id__": 1568 + "__id__": 1788 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -36651,11 +41747,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1564 + "__id__": 1784 }, "_enabled": true, "__prefab": { - "__id__": 1570 + "__id__": 1790 }, "playOnLoad": true, "_clips": [ @@ -36693,23 +41789,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1563 + "__id__": 1783 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1573 + "__id__": 1793 }, { - "__id__": 1575 + "__id__": 1795 }, { - "__id__": 1577 + "__id__": 1797 } ], "_prefab": { - "__id__": 1579 + "__id__": 1799 }, "_lpos": { "__type__": "cc.Vec3", @@ -36746,11 +41842,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1572 + "__id__": 1792 }, "_enabled": true, "__prefab": { - "__id__": 1574 + "__id__": 1794 }, "_contentSize": { "__type__": "cc.Size", @@ -36774,11 +41870,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1572 + "__id__": 1792 }, "_enabled": true, "__prefab": { - "__id__": 1576 + "__id__": 1796 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -36819,11 +41915,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1572 + "__id__": 1792 }, "_enabled": true, "__prefab": { - "__id__": 1578 + "__id__": 1798 }, "_alignFlags": 45, "_target": null, @@ -36868,20 +41964,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1563 + "__id__": 1783 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1581 + "__id__": 1801 }, { - "__id__": 1583 + "__id__": 1803 } ], "_prefab": { - "__id__": 1585 + "__id__": 1805 }, "_lpos": { "__type__": "cc.Vec3", @@ -36918,11 +42014,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1580 + "__id__": 1800 }, "_enabled": true, "__prefab": { - "__id__": 1582 + "__id__": 1802 }, "_contentSize": { "__type__": "cc.Size", @@ -36946,11 +42042,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1580 + "__id__": 1800 }, "_enabled": true, "__prefab": { - "__id__": 1584 + "__id__": 1804 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -37004,27 +42100,42 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1563 + "__id__": 1783 }, "_children": [ { - "__id__": 1587 + "__id__": 1807 }, { - "__id__": 1595 + "__id__": 1815 }, { - "__id__": 1601 + "__id__": 1821 + }, + { + "__id__": 1855 + }, + { + "__id__": 1883 + }, + { + "__id__": 1905 + }, + { + "__id__": 1921 + }, + { + "__id__": 1931 } ], "_active": true, "_components": [ { - "__id__": 1617 + "__id__": 1947 } ], "_prefab": { - "__id__": 1619 + "__id__": 1949 }, "_lpos": { "__type__": "cc.Vec3", @@ -37061,23 +42172,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1586 + "__id__": 1806 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1588 + "__id__": 1808 }, { - "__id__": 1590 + "__id__": 1810 }, { - "__id__": 1592 + "__id__": 1812 } ], "_prefab": { - "__id__": 1594 + "__id__": 1814 }, "_lpos": { "__type__": "cc.Vec3", @@ -37114,11 +42225,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1587 + "__id__": 1807 }, "_enabled": true, "__prefab": { - "__id__": 1589 + "__id__": 1809 }, "_contentSize": { "__type__": "cc.Size", @@ -37142,11 +42253,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1587 + "__id__": 1807 }, "_enabled": true, "__prefab": { - "__id__": 1591 + "__id__": 1811 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -37187,11 +42298,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1587 + "__id__": 1807 }, "_enabled": true, "__prefab": { - "__id__": 1593 + "__id__": 1813 }, "_alignFlags": 45, "_target": null, @@ -37236,20 +42347,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1586 + "__id__": 1806 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1596 + "__id__": 1816 }, { - "__id__": 1598 + "__id__": 1818 } ], "_prefab": { - "__id__": 1600 + "__id__": 1820 }, "_lpos": { "__type__": "cc.Vec3", @@ -37286,16 +42397,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1595 + "__id__": 1815 }, "_enabled": true, "__prefab": { - "__id__": 1597 + "__id__": 1817 }, "_contentSize": { "__type__": "cc.Size", - "width": 88, - "height": 88 + "width": 74, + "height": 76 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -37306,7 +42417,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "d9LBqFO+RIpYqaphU37EEM" + "fileId": "91gDVHXJlN6bkvL5gNNclP" }, { "__type__": "cc.Sprite", @@ -37314,13 +42425,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1595 + "__id__": 1815 }, "_enabled": true, "__prefab": { - "__id__": 1599 + "__id__": 1819 + }, + "_customMaterial": { + "__uuid__": "2fcd55a9-38ca-45aa-9164-68e48aaf51ce", + "__expectedType__": "cc.Material" }, - "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { @@ -37331,7 +42445,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "ee4edf0b-7b65-430e-8631-52d326e14bc6@d37cb", + "__uuid__": "c8772092-7edb-4fb4-8cfc-ac0860cab175@c99eb", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -37351,7 +42465,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "79Ux073q9AhoyyTazgxWc7" + "fileId": "37nNLsAjxBUosPOYzY6+w/" }, { "__type__": "cc.PrefabInfo", @@ -37361,7 +42475,2537 @@ "asset": { "__id__": 0 }, - "fileId": "d8m8NTTABMua0yPAWbdrHW", + "fileId": "c9gjT9yNRGL5xgGGXVlx8K", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1806 + }, + "_children": [ + { + "__id__": 1822 + }, + { + "__id__": 1828 + }, + { + "__id__": 1834 + }, + { + "__id__": 1840 + }, + { + "__id__": 1846 + } + ], + "_active": true, + "_components": [ + { + "__id__": 1852 + } + ], + "_prefab": { + "__id__": 1854 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1821 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1823 + }, + { + "__id__": 1825 + } + ], + "_prefab": { + "__id__": 1827 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1822 + }, + "_enabled": true, + "__prefab": { + "__id__": 1824 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "86jkO9V6BGUL+1tlHfE8KP" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1822 + }, + "_enabled": true, + "__prefab": { + "__id__": 1826 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "45qkkdoCFIPq+yFsAkRD9f" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "1aZtsqEhxMBqnnaCAzKsqI", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1821 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1829 + }, + { + "__id__": 1831 + } + ], + "_prefab": { + "__id__": 1833 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1828 + }, + "_enabled": true, + "__prefab": { + "__id__": 1830 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "41MBYrwKNNNqcDcGr2egRT" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1828 + }, + "_enabled": true, + "__prefab": { + "__id__": 1832 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ccgd5sY+pI0K+PCRgUjQ+v" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7d+ukcBWBEk6SdZJFWEDDe", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1821 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1835 + }, + { + "__id__": 1837 + } + ], + "_prefab": { + "__id__": 1839 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1834 + }, + "_enabled": true, + "__prefab": { + "__id__": 1836 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7d18HJWbVMQYnWznJeLzu5" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1834 + }, + "_enabled": true, + "__prefab": { + "__id__": 1838 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "22IG8v5tFKfINHf4Vld02G" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "14mDXH4xpEmpXZGmlzbSsS", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1821 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1841 + }, + { + "__id__": 1843 + } + ], + "_prefab": { + "__id__": 1845 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -50, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1840 + }, + "_enabled": true, + "__prefab": { + "__id__": 1842 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "403pg8naRDIoVcicnCr1UN" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1840 + }, + "_enabled": true, + "__prefab": { + "__id__": 1844 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "74DxkwLTdG1I5BVz/d7fSc" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f5R/CgYwBApbFZAzdl7oKl", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-004", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1821 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1847 + }, + { + "__id__": 1849 + } + ], + "_prefab": { + "__id__": 1851 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 50, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1846 + }, + "_enabled": true, + "__prefab": { + "__id__": 1848 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "efMn2n3ARFaoeHDgqQkyL4" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1846 + }, + "_enabled": true, + "__prefab": { + "__id__": 1850 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4cTA8s8WROcrTtsyacTS2H" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "be4i+w3aFHga/5f5dxfv9d", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1821 + }, + "_enabled": true, + "__prefab": { + "__id__": 1853 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f0YjN5VbJKFaZ2aC9Km7hi" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "52xryJixVEmJqTHUjsh8NV", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1806 + }, + "_children": [ + { + "__id__": 1856 + }, + { + "__id__": 1862 + }, + { + "__id__": 1868 + }, + { + "__id__": 1874 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1880 + } + ], + "_prefab": { + "__id__": 1882 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1855 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1857 + }, + { + "__id__": 1859 + } + ], + "_prefab": { + "__id__": 1861 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -12, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1856 + }, + "_enabled": true, + "__prefab": { + "__id__": 1858 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "62UT3SzStLTaEjFBWG22W5" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1856 + }, + "_enabled": true, + "__prefab": { + "__id__": 1860 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "76XBDNv4BHtaEhQbpVIDhT" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8aoX1RFT5Cna/zpX7mg3mJ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1855 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1863 + }, + { + "__id__": 1865 + } + ], + "_prefab": { + "__id__": 1867 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 12, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1862 + }, + "_enabled": true, + "__prefab": { + "__id__": 1864 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1a3cipVTRDxpi4D4aRO5DQ" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1862 + }, + "_enabled": true, + "__prefab": { + "__id__": 1866 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "70Z2dLV1NA0pZCGUZK8wyI" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "36H2QJWeBLl5Eqfd9nrl9v", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1855 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1869 + }, + { + "__id__": 1871 + } + ], + "_prefab": { + "__id__": 1873 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -37, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1868 + }, + "_enabled": true, + "__prefab": { + "__id__": 1870 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7ac6d18ONNLJfqZi6mK0D8" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1868 + }, + "_enabled": true, + "__prefab": { + "__id__": 1872 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "50pKo73WdI8bvQIQJUugek" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "fc3WswhyJHI690GFjSNWlz", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1855 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1875 + }, + { + "__id__": 1877 + } + ], + "_prefab": { + "__id__": 1879 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 37, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1874 + }, + "_enabled": true, + "__prefab": { + "__id__": 1876 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "12go8MuHNBFYpV8jLpZ2IV" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1874 + }, + "_enabled": true, + "__prefab": { + "__id__": 1878 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b94cgX9JxMQrhBuYmI2avr" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "402NMeZ21HOp1RoLr1BhWi", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1855 + }, + "_enabled": true, + "__prefab": { + "__id__": 1881 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3bz1VK9zVLeYwJ57O7UEqr" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ebgyqoxSRDu6oSRaCyIYYC", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1806 + }, + "_children": [ + { + "__id__": 1884 + }, + { + "__id__": 1890 + }, + { + "__id__": 1896 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1902 + } + ], + "_prefab": { + "__id__": 1904 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1883 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1885 + }, + { + "__id__": 1887 + } + ], + "_prefab": { + "__id__": 1889 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1884 + }, + "_enabled": true, + "__prefab": { + "__id__": 1886 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "55VjGbhd9HpY6PqVzLjemj" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1884 + }, + "_enabled": true, + "__prefab": { + "__id__": 1888 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c1q1m2OH5LB5CQ/b/MCpUQ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "51OCFz3JlBarsSidLKhx9C", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1883 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1891 + }, + { + "__id__": 1893 + } + ], + "_prefab": { + "__id__": 1895 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1890 + }, + "_enabled": true, + "__prefab": { + "__id__": 1892 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c5ozaAt9dHN4WsUUM+QmH0" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1890 + }, + "_enabled": true, + "__prefab": { + "__id__": 1894 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "80NZWOknFKUIESQ+sxnb2W" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e7OJz3l+9OXpl7xjKNVdFj", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1883 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1897 + }, + { + "__id__": 1899 + } + ], + "_prefab": { + "__id__": 1901 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 25, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1896 + }, + "_enabled": true, + "__prefab": { + "__id__": 1898 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ddYQ1WxYdEKJVL+bpCg9jk" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1896 + }, + "_enabled": true, + "__prefab": { + "__id__": 1900 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b5XAx71ORDs5pJyzDFDZJS" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b7fowlk9dIOIo5uFI12Az4", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1883 + }, + "_enabled": true, + "__prefab": { + "__id__": 1903 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7f2OJCyvpCjoHbZdrB4cEk" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "eaNm/njO9FXIgzy0QE3nYk", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1806 + }, + "_children": [ + { + "__id__": 1906 + }, + { + "__id__": 1912 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1918 + } + ], + "_prefab": { + "__id__": 1920 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1905 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1907 + }, + { + "__id__": 1909 + } + ], + "_prefab": { + "__id__": 1911 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 13, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1906 + }, + "_enabled": true, + "__prefab": { + "__id__": 1908 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "08k5raffdIVIJSd6QOiLV/" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1906 + }, + "_enabled": true, + "__prefab": { + "__id__": 1910 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "85UutCE+dF6JQ0ooizkveb" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "75ghNdk/5IoLTrx+3KlQbs", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1905 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1913 + }, + { + "__id__": 1915 + } + ], + "_prefab": { + "__id__": 1917 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -13, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1912 + }, + "_enabled": true, + "__prefab": { + "__id__": 1914 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6cthxqqTZHHLn62ciDSl2I" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1912 + }, + "_enabled": true, + "__prefab": { + "__id__": 1916 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "20XuP4xD1AKIdQafBLnMXJ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "94wtm9WUZFvYQ0edgfVriA", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1905 + }, + "_enabled": true, + "__prefab": { + "__id__": 1919 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c8EM7juIBKB6yH1repds2F" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d5250bxV5Efr2T/MOm4KkZ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1806 + }, + "_children": [ + { + "__id__": 1922 + } + ], + "_active": false, + "_components": [ + { + "__id__": 1928 + } + ], + "_prefab": { + "__id__": 1930 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0.41500000000000625, + "y": 32.873999999999995, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.75, + "y": 0.75, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "ItemIcon_Star_Gold", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1921 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 1923 + }, + { + "__id__": 1925 + } + ], + "_prefab": { + "__id__": 1927 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1922 + }, + "_enabled": true, + "__prefab": { + "__id__": 1924 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 116, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "24qM7pMyFJnIHJ1gaUVWpf" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1922 + }, + "_enabled": true, + "__prefab": { + "__id__": 1926 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b3232", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b6+rnHd7hDFpT0Z8zbKElx" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8fGTofmlVPBoQ8GELdiXs3", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1921 + }, + "_enabled": true, + "__prefab": { + "__id__": 1929 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "86hZxLuU5N8rH1vFWfX0Bg" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "3bal/jaYdHhLXR0R8OlgTO", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -37372,27 +45016,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1586 + "__id__": 1806 }, "_children": [ { - "__id__": 1602 + "__id__": 1932 } ], "_active": false, "_components": [ { - "__id__": 1610 + "__id__": 1940 }, { - "__id__": 1612 + "__id__": 1942 }, { - "__id__": 1614 + "__id__": 1944 } ], "_prefab": { - "__id__": 1616 + "__id__": 1946 }, "_lpos": { "__type__": "cc.Vec3", @@ -37429,23 +45073,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1601 + "__id__": 1931 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1603 + "__id__": 1933 }, { - "__id__": 1605 + "__id__": 1935 }, { - "__id__": 1607 + "__id__": 1937 } ], "_prefab": { - "__id__": 1609 + "__id__": 1939 }, "_lpos": { "__type__": "cc.Vec3", @@ -37482,11 +45126,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1602 + "__id__": 1932 }, "_enabled": true, "__prefab": { - "__id__": 1604 + "__id__": 1934 }, "_contentSize": { "__type__": "cc.Size", @@ -37510,11 +45154,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1602 + "__id__": 1932 }, "_enabled": true, "__prefab": { - "__id__": 1606 + "__id__": 1936 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -37555,11 +45199,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1602 + "__id__": 1932 }, "_enabled": true, "__prefab": { - "__id__": 1608 + "__id__": 1938 }, "_alignFlags": 40, "_target": null, @@ -37604,11 +45248,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1601 + "__id__": 1931 }, "_enabled": true, "__prefab": { - "__id__": 1611 + "__id__": 1941 }, "_contentSize": { "__type__": "cc.Size", @@ -37632,11 +45276,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1601 + "__id__": 1931 }, "_enabled": false, "__prefab": { - "__id__": 1613 + "__id__": 1943 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -37677,14 +45321,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1601 + "__id__": 1931 }, "_enabled": true, "__prefab": { - "__id__": 1615 + "__id__": 1945 }, "_barSprite": { - "__id__": 1605 + "__id__": 1935 }, "_mode": 2, "_totalLength": 1, @@ -37715,11 +45359,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1586 + "__id__": 1806 }, "_enabled": true, "__prefab": { - "__id__": 1618 + "__id__": 1948 }, "_contentSize": { "__type__": "cc.Size", @@ -37756,23 +45400,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1563 + "__id__": 1783 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1621 + "__id__": 1951 }, { - "__id__": 1623 + "__id__": 1953 }, { - "__id__": 1625 + "__id__": 1955 } ], "_prefab": { - "__id__": 1629 + "__id__": 1959 }, "_lpos": { "__type__": "cc.Vec3", @@ -37809,11 +45453,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1620 + "__id__": 1950 }, "_enabled": true, "__prefab": { - "__id__": 1622 + "__id__": 1952 }, "_contentSize": { "__type__": "cc.Size", @@ -37837,11 +45481,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1620 + "__id__": 1950 }, "_enabled": true, "__prefab": { - "__id__": 1624 + "__id__": 1954 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -37879,18 +45523,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1620 + "__id__": 1950 }, "_enabled": true, "__prefab": { - "__id__": 1626 + "__id__": 1956 }, "clickEvents": [ { - "__id__": 1627 + "__id__": 1957 }, { - "__id__": 1628 + "__id__": 1958 } ], "_interactable": true, @@ -37930,7 +45574,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 1563 + "__id__": 1783 }, "_id": "" }, @@ -37977,20 +45621,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1563 + "__id__": 1783 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1631 + "__id__": 1961 }, { - "__id__": 1633 + "__id__": 1963 } ], "_prefab": { - "__id__": 1635 + "__id__": 1965 }, "_lpos": { "__type__": "cc.Vec3", @@ -38027,11 +45671,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1630 + "__id__": 1960 }, "_enabled": true, "__prefab": { - "__id__": 1632 + "__id__": 1962 }, "_contentSize": { "__type__": "cc.Size", @@ -38055,11 +45699,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1630 + "__id__": 1960 }, "_enabled": true, "__prefab": { - "__id__": 1634 + "__id__": 1964 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -38110,20 +45754,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1563 + "__id__": 1783 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1637 + "__id__": 1967 }, { - "__id__": 1639 + "__id__": 1969 } ], "_prefab": { - "__id__": 1641 + "__id__": 1971 }, "_lpos": { "__type__": "cc.Vec3", @@ -38160,11 +45804,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1636 + "__id__": 1966 }, "_enabled": true, "__prefab": { - "__id__": 1638 + "__id__": 1968 }, "_contentSize": { "__type__": "cc.Size", @@ -38188,11 +45832,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1636 + "__id__": 1966 }, "_enabled": true, "__prefab": { - "__id__": 1640 + "__id__": 1970 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -38269,11 +45913,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1563 + "__id__": 1783 }, "_enabled": true, "__prefab": { - "__id__": 1643 + "__id__": 1973 }, "_contentSize": { "__type__": "cc.Size", @@ -38314,7 +45958,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1646 + "__id__": 1976 }, "_contentSize": { "__type__": "cc.Size", @@ -38342,7 +45986,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1648 + "__id__": 1978 }, "_resizeMode": 0, "_layoutType": 3, @@ -38380,7 +46024,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1650 + "__id__": 1980 }, "_alignFlags": 1, "_target": null, @@ -38429,35 +46073,35 @@ }, "_children": [ { - "__id__": 1653 + "__id__": 1983 }, { - "__id__": 1659 + "__id__": 1989 }, { - "__id__": 1665 + "__id__": 1995 } ], "_active": true, "_components": [ { - "__id__": 1673 + "__id__": 2003 }, { - "__id__": 1675 + "__id__": 2005 }, { - "__id__": 1677 + "__id__": 2007 }, { - "__id__": 1679 + "__id__": 2009 }, { - "__id__": 1681 + "__id__": 2011 } ], "_prefab": { - "__id__": 1683 + "__id__": 2013 }, "_lpos": { "__type__": "cc.Vec3", @@ -38494,20 +46138,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1652 + "__id__": 1982 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1654 + "__id__": 1984 }, { - "__id__": 1656 + "__id__": 1986 } ], "_prefab": { - "__id__": 1658 + "__id__": 1988 }, "_lpos": { "__type__": "cc.Vec3", @@ -38544,11 +46188,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1653 + "__id__": 1983 }, "_enabled": true, "__prefab": { - "__id__": 1655 + "__id__": 1985 }, "_contentSize": { "__type__": "cc.Size", @@ -38572,11 +46216,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1653 + "__id__": 1983 }, "_enabled": true, "__prefab": { - "__id__": 1657 + "__id__": 1987 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -38630,20 +46274,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1652 + "__id__": 1982 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1660 + "__id__": 1990 }, { - "__id__": 1662 + "__id__": 1992 } ], "_prefab": { - "__id__": 1664 + "__id__": 1994 }, "_lpos": { "__type__": "cc.Vec3", @@ -38680,11 +46324,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1659 + "__id__": 1989 }, "_enabled": true, "__prefab": { - "__id__": 1661 + "__id__": 1991 }, "_contentSize": { "__type__": "cc.Size", @@ -38708,11 +46352,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1659 + "__id__": 1989 }, "_enabled": true, "__prefab": { - "__id__": 1663 + "__id__": 1993 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -38766,23 +46410,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1652 + "__id__": 1982 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1666 + "__id__": 1996 }, { - "__id__": 1668 + "__id__": 1998 }, { - "__id__": 1670 + "__id__": 2000 } ], "_prefab": { - "__id__": 1672 + "__id__": 2002 }, "_lpos": { "__type__": "cc.Vec3", @@ -38819,11 +46463,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1665 + "__id__": 1995 }, "_enabled": true, "__prefab": { - "__id__": 1667 + "__id__": 1997 }, "_contentSize": { "__type__": "cc.Size", @@ -38847,11 +46491,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1665 + "__id__": 1995 }, "_enabled": true, "__prefab": { - "__id__": 1669 + "__id__": 1999 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -38915,11 +46559,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1665 + "__id__": 1995 }, "_enabled": true, "__prefab": { - "__id__": 1671 + "__id__": 2001 }, "templateMode": true, "watchPath": "", @@ -38953,11 +46597,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1652 + "__id__": 1982 }, "_enabled": true, "__prefab": { - "__id__": 1674 + "__id__": 2004 }, "_contentSize": { "__type__": "cc.Size", @@ -38981,11 +46625,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1652 + "__id__": 1982 }, "_enabled": true, "__prefab": { - "__id__": 1676 + "__id__": 2006 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -39026,14 +46670,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1652 + "__id__": 1982 }, "_enabled": true, "__prefab": { - "__id__": 1678 + "__id__": 2008 }, "_barSprite": { - "__id__": 1656 + "__id__": 1986 }, "_mode": 0, "_totalLength": 300, @@ -39051,11 +46695,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1652 + "__id__": 1982 }, "_enabled": true, "__prefab": { - "__id__": 1680 + "__id__": 2010 }, "controller": false, "watchPath": "", @@ -39079,11 +46723,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1652 + "__id__": 1982 }, "_enabled": true, "__prefab": { - "__id__": 1682 + "__id__": 2012 }, "_alignFlags": 1, "_target": null, @@ -39134,14 +46778,14 @@ "_active": true, "_components": [ { - "__id__": 1685 + "__id__": 2015 }, { - "__id__": 1687 + "__id__": 2017 } ], "_prefab": { - "__id__": 1689 + "__id__": 2019 }, "_lpos": { "__type__": "cc.Vec3", @@ -39178,11 +46822,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1684 + "__id__": 2014 }, "_enabled": true, "__prefab": { - "__id__": 1686 + "__id__": 2016 }, "_contentSize": { "__type__": "cc.Size", @@ -39206,11 +46850,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1684 + "__id__": 2014 }, "_enabled": true, "__prefab": { - "__id__": 1688 + "__id__": 2018 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -39291,7 +46935,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1691 + "__id__": 2021 }, "_contentSize": { "__type__": "cc.Size", @@ -39319,7 +46963,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1693 + "__id__": 2023 }, "_alignFlags": 12, "_target": null, @@ -39355,7 +46999,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1695 + "__id__": 2025 }, "_id": "" }, @@ -39386,32 +47030,32 @@ }, "_children": [ { - "__id__": 1698 + "__id__": 2028 }, { - "__id__": 1706 + "__id__": 2036 }, { - "__id__": 1974 + "__id__": 2304 }, { - "__id__": 2006 + "__id__": 2336 } ], "_active": true, "_components": [ { - "__id__": 2012 + "__id__": 2342 }, { - "__id__": 2014 + "__id__": 2344 }, { - "__id__": 2016 + "__id__": 2346 } ], "_prefab": { - "__id__": 2018 + "__id__": 2348 }, "_lpos": { "__type__": "cc.Vec3", @@ -39448,23 +47092,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1697 + "__id__": 2027 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1699 + "__id__": 2029 }, { - "__id__": 1701 + "__id__": 2031 }, { - "__id__": 1703 + "__id__": 2033 } ], "_prefab": { - "__id__": 1705 + "__id__": 2035 }, "_lpos": { "__type__": "cc.Vec3", @@ -39501,11 +47145,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1698 + "__id__": 2028 }, "_enabled": true, "__prefab": { - "__id__": 1700 + "__id__": 2030 }, "_contentSize": { "__type__": "cc.Size", @@ -39529,11 +47173,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1698 + "__id__": 2028 }, "_enabled": true, "__prefab": { - "__id__": 1702 + "__id__": 2032 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -39574,11 +47218,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1698 + "__id__": 2028 }, "_enabled": true, "__prefab": { - "__id__": 1704 + "__id__": 2034 }, "_alignFlags": 45, "_target": null, @@ -39623,36 +47267,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1697 + "__id__": 2027 }, "_children": [ { - "__id__": 1707 + "__id__": 2037 }, { - "__id__": 1793 + "__id__": 2123 }, { - "__id__": 1879 + "__id__": 2209 } ], "_active": true, "_components": [ { - "__id__": 1965 + "__id__": 2295 }, { - "__id__": 1967 + "__id__": 2297 }, { - "__id__": 1969 + "__id__": 2299 }, { - "__id__": 1971 + "__id__": 2301 } ], "_prefab": { - "__id__": 1973 + "__id__": 2303 }, "_lpos": { "__type__": "cc.Vec3", @@ -39689,39 +47333,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1706 + "__id__": 2036 }, "_children": [ { - "__id__": 1708 + "__id__": 2038 }, { - "__id__": 1716 + "__id__": 2046 }, { - "__id__": 1724 + "__id__": 2054 }, { - "__id__": 1730 + "__id__": 2060 }, { - "__id__": 1764 + "__id__": 2094 }, { - "__id__": 1776 + "__id__": 2106 }, { - "__id__": 1784 + "__id__": 2114 } ], "_active": true, "_components": [ { - "__id__": 1790 + "__id__": 2120 } ], "_prefab": { - "__id__": 1792 + "__id__": 2122 }, "_lpos": { "__type__": "cc.Vec3", @@ -39758,23 +47402,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1707 + "__id__": 2037 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1709 + "__id__": 2039 }, { - "__id__": 1711 + "__id__": 2041 }, { - "__id__": 1713 + "__id__": 2043 } ], "_prefab": { - "__id__": 1715 + "__id__": 2045 }, "_lpos": { "__type__": "cc.Vec3", @@ -39811,11 +47455,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1708 + "__id__": 2038 }, "_enabled": true, "__prefab": { - "__id__": 1710 + "__id__": 2040 }, "_contentSize": { "__type__": "cc.Size", @@ -39839,11 +47483,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1708 + "__id__": 2038 }, "_enabled": true, "__prefab": { - "__id__": 1712 + "__id__": 2042 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -39884,11 +47528,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1708 + "__id__": 2038 }, "_enabled": true, "__prefab": { - "__id__": 1714 + "__id__": 2044 }, "playOnLoad": true, "_clips": [ @@ -39926,23 +47570,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1707 + "__id__": 2037 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1717 + "__id__": 2047 }, { - "__id__": 1719 + "__id__": 2049 }, { - "__id__": 1721 + "__id__": 2051 } ], "_prefab": { - "__id__": 1723 + "__id__": 2053 }, "_lpos": { "__type__": "cc.Vec3", @@ -39979,11 +47623,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1716 + "__id__": 2046 }, "_enabled": true, "__prefab": { - "__id__": 1718 + "__id__": 2048 }, "_contentSize": { "__type__": "cc.Size", @@ -40007,11 +47651,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1716 + "__id__": 2046 }, "_enabled": true, "__prefab": { - "__id__": 1720 + "__id__": 2050 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -40052,11 +47696,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1716 + "__id__": 2046 }, "_enabled": true, "__prefab": { - "__id__": 1722 + "__id__": 2052 }, "_alignFlags": 45, "_target": null, @@ -40101,20 +47745,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1707 + "__id__": 2037 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1725 + "__id__": 2055 }, { - "__id__": 1727 + "__id__": 2057 } ], "_prefab": { - "__id__": 1729 + "__id__": 2059 }, "_lpos": { "__type__": "cc.Vec3", @@ -40151,11 +47795,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1724 + "__id__": 2054 }, "_enabled": true, "__prefab": { - "__id__": 1726 + "__id__": 2056 }, "_contentSize": { "__type__": "cc.Size", @@ -40179,11 +47823,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1724 + "__id__": 2054 }, "_enabled": true, "__prefab": { - "__id__": 1728 + "__id__": 2058 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -40237,27 +47881,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1707 + "__id__": 2037 }, "_children": [ { - "__id__": 1731 + "__id__": 2061 }, { - "__id__": 1739 + "__id__": 2069 }, { - "__id__": 1745 + "__id__": 2075 } ], "_active": true, "_components": [ { - "__id__": 1761 + "__id__": 2091 } ], "_prefab": { - "__id__": 1763 + "__id__": 2093 }, "_lpos": { "__type__": "cc.Vec3", @@ -40294,23 +47938,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1730 + "__id__": 2060 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1732 + "__id__": 2062 }, { - "__id__": 1734 + "__id__": 2064 }, { - "__id__": 1736 + "__id__": 2066 } ], "_prefab": { - "__id__": 1738 + "__id__": 2068 }, "_lpos": { "__type__": "cc.Vec3", @@ -40347,11 +47991,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1731 + "__id__": 2061 }, "_enabled": true, "__prefab": { - "__id__": 1733 + "__id__": 2063 }, "_contentSize": { "__type__": "cc.Size", @@ -40375,11 +48019,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1731 + "__id__": 2061 }, "_enabled": true, "__prefab": { - "__id__": 1735 + "__id__": 2065 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -40420,11 +48064,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1731 + "__id__": 2061 }, "_enabled": true, "__prefab": { - "__id__": 1737 + "__id__": 2067 }, "_alignFlags": 45, "_target": null, @@ -40469,20 +48113,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1730 + "__id__": 2060 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1740 + "__id__": 2070 }, { - "__id__": 1742 + "__id__": 2072 } ], "_prefab": { - "__id__": 1744 + "__id__": 2074 }, "_lpos": { "__type__": "cc.Vec3", @@ -40519,11 +48163,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1739 + "__id__": 2069 }, "_enabled": true, "__prefab": { - "__id__": 1741 + "__id__": 2071 }, "_contentSize": { "__type__": "cc.Size", @@ -40547,11 +48191,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1739 + "__id__": 2069 }, "_enabled": true, "__prefab": { - "__id__": 1743 + "__id__": 2073 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -40605,27 +48249,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1730 + "__id__": 2060 }, "_children": [ { - "__id__": 1746 + "__id__": 2076 } ], "_active": true, "_components": [ { - "__id__": 1754 + "__id__": 2084 }, { - "__id__": 1756 + "__id__": 2086 }, { - "__id__": 1758 + "__id__": 2088 } ], "_prefab": { - "__id__": 1760 + "__id__": 2090 }, "_lpos": { "__type__": "cc.Vec3", @@ -40662,23 +48306,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1745 + "__id__": 2075 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1747 + "__id__": 2077 }, { - "__id__": 1749 + "__id__": 2079 }, { - "__id__": 1751 + "__id__": 2081 } ], "_prefab": { - "__id__": 1753 + "__id__": 2083 }, "_lpos": { "__type__": "cc.Vec3", @@ -40715,11 +48359,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1746 + "__id__": 2076 }, "_enabled": true, "__prefab": { - "__id__": 1748 + "__id__": 2078 }, "_contentSize": { "__type__": "cc.Size", @@ -40743,11 +48387,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1746 + "__id__": 2076 }, "_enabled": true, "__prefab": { - "__id__": 1750 + "__id__": 2080 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -40788,11 +48432,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1746 + "__id__": 2076 }, "_enabled": true, "__prefab": { - "__id__": 1752 + "__id__": 2082 }, "_alignFlags": 40, "_target": null, @@ -40837,11 +48481,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1745 + "__id__": 2075 }, "_enabled": true, "__prefab": { - "__id__": 1755 + "__id__": 2085 }, "_contentSize": { "__type__": "cc.Size", @@ -40865,11 +48509,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1745 + "__id__": 2075 }, "_enabled": false, "__prefab": { - "__id__": 1757 + "__id__": 2087 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -40910,14 +48554,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1745 + "__id__": 2075 }, "_enabled": true, "__prefab": { - "__id__": 1759 + "__id__": 2089 }, "_barSprite": { - "__id__": 1749 + "__id__": 2079 }, "_mode": 2, "_totalLength": 1, @@ -40948,11 +48592,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1730 + "__id__": 2060 }, "_enabled": true, "__prefab": { - "__id__": 1762 + "__id__": 2092 }, "_contentSize": { "__type__": "cc.Size", @@ -40989,26 +48633,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1707 + "__id__": 2037 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1765 + "__id__": 2095 }, { - "__id__": 1767 + "__id__": 2097 }, { - "__id__": 1769 + "__id__": 2099 }, { - "__id__": 1771 + "__id__": 2101 } ], "_prefab": { - "__id__": 1775 + "__id__": 2105 }, "_lpos": { "__type__": "cc.Vec3", @@ -41045,11 +48689,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1764 + "__id__": 2094 }, "_enabled": true, "__prefab": { - "__id__": 1766 + "__id__": 2096 }, "_contentSize": { "__type__": "cc.Size", @@ -41073,11 +48717,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1764 + "__id__": 2094 }, "_enabled": true, "__prefab": { - "__id__": 1768 + "__id__": 2098 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -41115,11 +48759,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1764 + "__id__": 2094 }, "_enabled": true, "__prefab": { - "__id__": 1770 + "__id__": 2100 }, "playOnLoad": true, "_clips": [ @@ -41144,18 +48788,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1764 + "__id__": 2094 }, "_enabled": true, "__prefab": { - "__id__": 1772 + "__id__": 2102 }, "clickEvents": [ { - "__id__": 1773 + "__id__": 2103 }, { - "__id__": 1774 + "__id__": 2104 } ], "_interactable": true, @@ -41195,7 +48839,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 1707 + "__id__": 2037 }, "_id": "" }, @@ -41206,7 +48850,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 1697 + "__id__": 2027 }, "component": "", "_componentId": "b3161gbAyNBAI1NS2hSnTwZ", @@ -41216,7 +48860,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 1697 + "__id__": 2027 }, "component": "", "_componentId": "b3161gbAyNBAI1NS2hSnTwZ", @@ -41242,23 +48886,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1707 + "__id__": 2037 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1777 + "__id__": 2107 }, { - "__id__": 1779 + "__id__": 2109 }, { - "__id__": 1781 + "__id__": 2111 } ], "_prefab": { - "__id__": 1783 + "__id__": 2113 }, "_lpos": { "__type__": "cc.Vec3", @@ -41295,11 +48939,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1776 + "__id__": 2106 }, "_enabled": true, "__prefab": { - "__id__": 1778 + "__id__": 2108 }, "_contentSize": { "__type__": "cc.Size", @@ -41323,11 +48967,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1776 + "__id__": 2106 }, "_enabled": true, "__prefab": { - "__id__": 1780 + "__id__": 2110 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -41365,11 +49009,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1776 + "__id__": 2106 }, "_enabled": true, "__prefab": { - "__id__": 1782 + "__id__": 2112 }, "playOnLoad": true, "_clips": [ @@ -41407,20 +49051,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1707 + "__id__": 2037 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1785 + "__id__": 2115 }, { - "__id__": 1787 + "__id__": 2117 } ], "_prefab": { - "__id__": 1789 + "__id__": 2119 }, "_lpos": { "__type__": "cc.Vec3", @@ -41457,11 +49101,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1784 + "__id__": 2114 }, "_enabled": true, "__prefab": { - "__id__": 1786 + "__id__": 2116 }, "_contentSize": { "__type__": "cc.Size", @@ -41485,11 +49129,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1784 + "__id__": 2114 }, "_enabled": true, "__prefab": { - "__id__": 1788 + "__id__": 2118 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -41566,11 +49210,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1707 + "__id__": 2037 }, "_enabled": true, "__prefab": { - "__id__": 1791 + "__id__": 2121 }, "_contentSize": { "__type__": "cc.Size", @@ -41607,39 +49251,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1706 + "__id__": 2036 }, "_children": [ { - "__id__": 1794 + "__id__": 2124 }, { - "__id__": 1802 + "__id__": 2132 }, { - "__id__": 1810 + "__id__": 2140 }, { - "__id__": 1816 + "__id__": 2146 }, { - "__id__": 1850 + "__id__": 2180 }, { - "__id__": 1862 + "__id__": 2192 }, { - "__id__": 1870 + "__id__": 2200 } ], "_active": true, "_components": [ { - "__id__": 1876 + "__id__": 2206 } ], "_prefab": { - "__id__": 1878 + "__id__": 2208 }, "_lpos": { "__type__": "cc.Vec3", @@ -41676,23 +49320,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1793 + "__id__": 2123 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1795 + "__id__": 2125 }, { - "__id__": 1797 + "__id__": 2127 }, { - "__id__": 1799 + "__id__": 2129 } ], "_prefab": { - "__id__": 1801 + "__id__": 2131 }, "_lpos": { "__type__": "cc.Vec3", @@ -41729,11 +49373,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1794 + "__id__": 2124 }, "_enabled": true, "__prefab": { - "__id__": 1796 + "__id__": 2126 }, "_contentSize": { "__type__": "cc.Size", @@ -41757,11 +49401,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1794 + "__id__": 2124 }, "_enabled": true, "__prefab": { - "__id__": 1798 + "__id__": 2128 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -41802,11 +49446,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1794 + "__id__": 2124 }, "_enabled": true, "__prefab": { - "__id__": 1800 + "__id__": 2130 }, "playOnLoad": true, "_clips": [ @@ -41844,23 +49488,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1793 + "__id__": 2123 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1803 + "__id__": 2133 }, { - "__id__": 1805 + "__id__": 2135 }, { - "__id__": 1807 + "__id__": 2137 } ], "_prefab": { - "__id__": 1809 + "__id__": 2139 }, "_lpos": { "__type__": "cc.Vec3", @@ -41897,11 +49541,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1802 + "__id__": 2132 }, "_enabled": true, "__prefab": { - "__id__": 1804 + "__id__": 2134 }, "_contentSize": { "__type__": "cc.Size", @@ -41925,11 +49569,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1802 + "__id__": 2132 }, "_enabled": true, "__prefab": { - "__id__": 1806 + "__id__": 2136 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -41970,11 +49614,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1802 + "__id__": 2132 }, "_enabled": true, "__prefab": { - "__id__": 1808 + "__id__": 2138 }, "_alignFlags": 45, "_target": null, @@ -42019,20 +49663,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1793 + "__id__": 2123 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1811 + "__id__": 2141 }, { - "__id__": 1813 + "__id__": 2143 } ], "_prefab": { - "__id__": 1815 + "__id__": 2145 }, "_lpos": { "__type__": "cc.Vec3", @@ -42069,11 +49713,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1810 + "__id__": 2140 }, "_enabled": true, "__prefab": { - "__id__": 1812 + "__id__": 2142 }, "_contentSize": { "__type__": "cc.Size", @@ -42097,11 +49741,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1810 + "__id__": 2140 }, "_enabled": true, "__prefab": { - "__id__": 1814 + "__id__": 2144 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -42155,27 +49799,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1793 + "__id__": 2123 }, "_children": [ { - "__id__": 1817 + "__id__": 2147 }, { - "__id__": 1825 + "__id__": 2155 }, { - "__id__": 1831 + "__id__": 2161 } ], "_active": true, "_components": [ { - "__id__": 1847 + "__id__": 2177 } ], "_prefab": { - "__id__": 1849 + "__id__": 2179 }, "_lpos": { "__type__": "cc.Vec3", @@ -42212,23 +49856,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1816 + "__id__": 2146 }, "_children": [], "_active": false, "_components": [ { - "__id__": 1818 + "__id__": 2148 }, { - "__id__": 1820 + "__id__": 2150 }, { - "__id__": 1822 + "__id__": 2152 } ], "_prefab": { - "__id__": 1824 + "__id__": 2154 }, "_lpos": { "__type__": "cc.Vec3", @@ -42265,11 +49909,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1817 + "__id__": 2147 }, "_enabled": true, "__prefab": { - "__id__": 1819 + "__id__": 2149 }, "_contentSize": { "__type__": "cc.Size", @@ -42293,11 +49937,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1817 + "__id__": 2147 }, "_enabled": true, "__prefab": { - "__id__": 1821 + "__id__": 2151 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -42338,11 +49982,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1817 + "__id__": 2147 }, "_enabled": true, "__prefab": { - "__id__": 1823 + "__id__": 2153 }, "_alignFlags": 45, "_target": null, @@ -42387,20 +50031,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1816 + "__id__": 2146 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1826 + "__id__": 2156 }, { - "__id__": 1828 + "__id__": 2158 } ], "_prefab": { - "__id__": 1830 + "__id__": 2160 }, "_lpos": { "__type__": "cc.Vec3", @@ -42437,11 +50081,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1825 + "__id__": 2155 }, "_enabled": true, "__prefab": { - "__id__": 1827 + "__id__": 2157 }, "_contentSize": { "__type__": "cc.Size", @@ -42465,11 +50109,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1825 + "__id__": 2155 }, "_enabled": true, "__prefab": { - "__id__": 1829 + "__id__": 2159 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -42523,27 +50167,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1816 + "__id__": 2146 }, "_children": [ { - "__id__": 1832 + "__id__": 2162 } ], "_active": true, "_components": [ { - "__id__": 1840 + "__id__": 2170 }, { - "__id__": 1842 + "__id__": 2172 }, { - "__id__": 1844 + "__id__": 2174 } ], "_prefab": { - "__id__": 1846 + "__id__": 2176 }, "_lpos": { "__type__": "cc.Vec3", @@ -42580,23 +50224,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1831 + "__id__": 2161 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1833 + "__id__": 2163 }, { - "__id__": 1835 + "__id__": 2165 }, { - "__id__": 1837 + "__id__": 2167 } ], "_prefab": { - "__id__": 1839 + "__id__": 2169 }, "_lpos": { "__type__": "cc.Vec3", @@ -42633,11 +50277,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1832 + "__id__": 2162 }, "_enabled": true, "__prefab": { - "__id__": 1834 + "__id__": 2164 }, "_contentSize": { "__type__": "cc.Size", @@ -42661,11 +50305,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1832 + "__id__": 2162 }, "_enabled": true, "__prefab": { - "__id__": 1836 + "__id__": 2166 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -42706,11 +50350,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1832 + "__id__": 2162 }, "_enabled": true, "__prefab": { - "__id__": 1838 + "__id__": 2168 }, "_alignFlags": 40, "_target": null, @@ -42755,11 +50399,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1831 + "__id__": 2161 }, "_enabled": true, "__prefab": { - "__id__": 1841 + "__id__": 2171 }, "_contentSize": { "__type__": "cc.Size", @@ -42783,11 +50427,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1831 + "__id__": 2161 }, "_enabled": false, "__prefab": { - "__id__": 1843 + "__id__": 2173 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -42828,14 +50472,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1831 + "__id__": 2161 }, "_enabled": true, "__prefab": { - "__id__": 1845 + "__id__": 2175 }, "_barSprite": { - "__id__": 1835 + "__id__": 2165 }, "_mode": 2, "_totalLength": 1, @@ -42866,11 +50510,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1816 + "__id__": 2146 }, "_enabled": true, "__prefab": { - "__id__": 1848 + "__id__": 2178 }, "_contentSize": { "__type__": "cc.Size", @@ -42907,26 +50551,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1793 + "__id__": 2123 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1851 + "__id__": 2181 }, { - "__id__": 1853 + "__id__": 2183 }, { - "__id__": 1855 + "__id__": 2185 }, { - "__id__": 1857 + "__id__": 2187 } ], "_prefab": { - "__id__": 1861 + "__id__": 2191 }, "_lpos": { "__type__": "cc.Vec3", @@ -42963,11 +50607,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1850 + "__id__": 2180 }, "_enabled": true, "__prefab": { - "__id__": 1852 + "__id__": 2182 }, "_contentSize": { "__type__": "cc.Size", @@ -42991,11 +50635,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1850 + "__id__": 2180 }, "_enabled": true, "__prefab": { - "__id__": 1854 + "__id__": 2184 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -43033,11 +50677,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1850 + "__id__": 2180 }, "_enabled": true, "__prefab": { - "__id__": 1856 + "__id__": 2186 }, "playOnLoad": true, "_clips": [ @@ -43062,18 +50706,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1850 + "__id__": 2180 }, "_enabled": true, "__prefab": { - "__id__": 1858 + "__id__": 2188 }, "clickEvents": [ { - "__id__": 1859 + "__id__": 2189 }, { - "__id__": 1860 + "__id__": 2190 } ], "_interactable": true, @@ -43113,7 +50757,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 1793 + "__id__": 2123 }, "_id": "" }, @@ -43124,7 +50768,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 1697 + "__id__": 2027 }, "component": "", "_componentId": "b3161gbAyNBAI1NS2hSnTwZ", @@ -43134,7 +50778,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 1697 + "__id__": 2027 }, "component": "", "_componentId": "b3161gbAyNBAI1NS2hSnTwZ", @@ -43160,23 +50804,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1793 + "__id__": 2123 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1863 + "__id__": 2193 }, { - "__id__": 1865 + "__id__": 2195 }, { - "__id__": 1867 + "__id__": 2197 } ], "_prefab": { - "__id__": 1869 + "__id__": 2199 }, "_lpos": { "__type__": "cc.Vec3", @@ -43213,11 +50857,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1862 + "__id__": 2192 }, "_enabled": true, "__prefab": { - "__id__": 1864 + "__id__": 2194 }, "_contentSize": { "__type__": "cc.Size", @@ -43241,11 +50885,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1862 + "__id__": 2192 }, "_enabled": true, "__prefab": { - "__id__": 1866 + "__id__": 2196 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -43283,11 +50927,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1862 + "__id__": 2192 }, "_enabled": true, "__prefab": { - "__id__": 1868 + "__id__": 2198 }, "playOnLoad": true, "_clips": [ @@ -43325,20 +50969,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1793 + "__id__": 2123 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1871 + "__id__": 2201 }, { - "__id__": 1873 + "__id__": 2203 } ], "_prefab": { - "__id__": 1875 + "__id__": 2205 }, "_lpos": { "__type__": "cc.Vec3", @@ -43375,11 +51019,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1870 + "__id__": 2200 }, "_enabled": true, "__prefab": { - "__id__": 1872 + "__id__": 2202 }, "_contentSize": { "__type__": "cc.Size", @@ -43403,11 +51047,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1870 + "__id__": 2200 }, "_enabled": true, "__prefab": { - "__id__": 1874 + "__id__": 2204 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -43484,11 +51128,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1793 + "__id__": 2123 }, "_enabled": true, "__prefab": { - "__id__": 1877 + "__id__": 2207 }, "_contentSize": { "__type__": "cc.Size", @@ -43525,39 +51169,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1706 + "__id__": 2036 }, "_children": [ { - "__id__": 1880 + "__id__": 2210 }, { - "__id__": 1888 + "__id__": 2218 }, { - "__id__": 1896 + "__id__": 2226 }, { - "__id__": 1902 + "__id__": 2232 }, { - "__id__": 1936 + "__id__": 2266 }, { - "__id__": 1948 + "__id__": 2278 }, { - "__id__": 1956 + "__id__": 2286 } ], "_active": true, "_components": [ { - "__id__": 1962 + "__id__": 2292 } ], "_prefab": { - "__id__": 1964 + "__id__": 2294 }, "_lpos": { "__type__": "cc.Vec3", @@ -43594,23 +51238,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1879 + "__id__": 2209 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1881 + "__id__": 2211 }, { - "__id__": 1883 + "__id__": 2213 }, { - "__id__": 1885 + "__id__": 2215 } ], "_prefab": { - "__id__": 1887 + "__id__": 2217 }, "_lpos": { "__type__": "cc.Vec3", @@ -43647,11 +51291,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1880 + "__id__": 2210 }, "_enabled": true, "__prefab": { - "__id__": 1882 + "__id__": 2212 }, "_contentSize": { "__type__": "cc.Size", @@ -43675,11 +51319,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1880 + "__id__": 2210 }, "_enabled": true, "__prefab": { - "__id__": 1884 + "__id__": 2214 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -43720,11 +51364,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1880 + "__id__": 2210 }, "_enabled": true, "__prefab": { - "__id__": 1886 + "__id__": 2216 }, "playOnLoad": true, "_clips": [ @@ -43762,23 +51406,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1879 + "__id__": 2209 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1889 + "__id__": 2219 }, { - "__id__": 1891 + "__id__": 2221 }, { - "__id__": 1893 + "__id__": 2223 } ], "_prefab": { - "__id__": 1895 + "__id__": 2225 }, "_lpos": { "__type__": "cc.Vec3", @@ -43815,11 +51459,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1888 + "__id__": 2218 }, "_enabled": true, "__prefab": { - "__id__": 1890 + "__id__": 2220 }, "_contentSize": { "__type__": "cc.Size", @@ -43843,11 +51487,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1888 + "__id__": 2218 }, "_enabled": true, "__prefab": { - "__id__": 1892 + "__id__": 2222 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -43888,11 +51532,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1888 + "__id__": 2218 }, "_enabled": true, "__prefab": { - "__id__": 1894 + "__id__": 2224 }, "_alignFlags": 45, "_target": null, @@ -43937,20 +51581,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1879 + "__id__": 2209 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1897 + "__id__": 2227 }, { - "__id__": 1899 + "__id__": 2229 } ], "_prefab": { - "__id__": 1901 + "__id__": 2231 }, "_lpos": { "__type__": "cc.Vec3", @@ -43987,11 +51631,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1896 + "__id__": 2226 }, "_enabled": true, "__prefab": { - "__id__": 1898 + "__id__": 2228 }, "_contentSize": { "__type__": "cc.Size", @@ -44015,11 +51659,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1896 + "__id__": 2226 }, "_enabled": true, "__prefab": { - "__id__": 1900 + "__id__": 2230 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -44073,27 +51717,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1879 + "__id__": 2209 }, "_children": [ { - "__id__": 1903 + "__id__": 2233 }, { - "__id__": 1911 + "__id__": 2241 }, { - "__id__": 1917 + "__id__": 2247 } ], "_active": true, "_components": [ { - "__id__": 1933 + "__id__": 2263 } ], "_prefab": { - "__id__": 1935 + "__id__": 2265 }, "_lpos": { "__type__": "cc.Vec3", @@ -44130,23 +51774,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1902 + "__id__": 2232 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1904 + "__id__": 2234 }, { - "__id__": 1906 + "__id__": 2236 }, { - "__id__": 1908 + "__id__": 2238 } ], "_prefab": { - "__id__": 1910 + "__id__": 2240 }, "_lpos": { "__type__": "cc.Vec3", @@ -44183,11 +51827,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1903 + "__id__": 2233 }, "_enabled": true, "__prefab": { - "__id__": 1905 + "__id__": 2235 }, "_contentSize": { "__type__": "cc.Size", @@ -44211,11 +51855,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1903 + "__id__": 2233 }, "_enabled": true, "__prefab": { - "__id__": 1907 + "__id__": 2237 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -44256,11 +51900,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1903 + "__id__": 2233 }, "_enabled": true, "__prefab": { - "__id__": 1909 + "__id__": 2239 }, "_alignFlags": 45, "_target": null, @@ -44305,20 +51949,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1902 + "__id__": 2232 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1912 + "__id__": 2242 }, { - "__id__": 1914 + "__id__": 2244 } ], "_prefab": { - "__id__": 1916 + "__id__": 2246 }, "_lpos": { "__type__": "cc.Vec3", @@ -44355,11 +51999,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1911 + "__id__": 2241 }, "_enabled": true, "__prefab": { - "__id__": 1913 + "__id__": 2243 }, "_contentSize": { "__type__": "cc.Size", @@ -44383,11 +52027,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1911 + "__id__": 2241 }, "_enabled": true, "__prefab": { - "__id__": 1915 + "__id__": 2245 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -44441,27 +52085,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1902 + "__id__": 2232 }, "_children": [ { - "__id__": 1918 + "__id__": 2248 } ], "_active": true, "_components": [ { - "__id__": 1926 + "__id__": 2256 }, { - "__id__": 1928 + "__id__": 2258 }, { - "__id__": 1930 + "__id__": 2260 } ], "_prefab": { - "__id__": 1932 + "__id__": 2262 }, "_lpos": { "__type__": "cc.Vec3", @@ -44498,23 +52142,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1917 + "__id__": 2247 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1919 + "__id__": 2249 }, { - "__id__": 1921 + "__id__": 2251 }, { - "__id__": 1923 + "__id__": 2253 } ], "_prefab": { - "__id__": 1925 + "__id__": 2255 }, "_lpos": { "__type__": "cc.Vec3", @@ -44551,11 +52195,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1918 + "__id__": 2248 }, "_enabled": true, "__prefab": { - "__id__": 1920 + "__id__": 2250 }, "_contentSize": { "__type__": "cc.Size", @@ -44579,11 +52223,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1918 + "__id__": 2248 }, "_enabled": true, "__prefab": { - "__id__": 1922 + "__id__": 2252 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -44624,11 +52268,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1918 + "__id__": 2248 }, "_enabled": true, "__prefab": { - "__id__": 1924 + "__id__": 2254 }, "_alignFlags": 40, "_target": null, @@ -44673,11 +52317,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1917 + "__id__": 2247 }, "_enabled": true, "__prefab": { - "__id__": 1927 + "__id__": 2257 }, "_contentSize": { "__type__": "cc.Size", @@ -44701,11 +52345,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1917 + "__id__": 2247 }, "_enabled": false, "__prefab": { - "__id__": 1929 + "__id__": 2259 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -44746,14 +52390,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1917 + "__id__": 2247 }, "_enabled": true, "__prefab": { - "__id__": 1931 + "__id__": 2261 }, "_barSprite": { - "__id__": 1921 + "__id__": 2251 }, "_mode": 2, "_totalLength": 1, @@ -44784,11 +52428,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1902 + "__id__": 2232 }, "_enabled": true, "__prefab": { - "__id__": 1934 + "__id__": 2264 }, "_contentSize": { "__type__": "cc.Size", @@ -44825,26 +52469,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1879 + "__id__": 2209 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1937 + "__id__": 2267 }, { - "__id__": 1939 + "__id__": 2269 }, { - "__id__": 1941 + "__id__": 2271 }, { - "__id__": 1943 + "__id__": 2273 } ], "_prefab": { - "__id__": 1947 + "__id__": 2277 }, "_lpos": { "__type__": "cc.Vec3", @@ -44881,11 +52525,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1936 + "__id__": 2266 }, "_enabled": true, "__prefab": { - "__id__": 1938 + "__id__": 2268 }, "_contentSize": { "__type__": "cc.Size", @@ -44909,11 +52553,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1936 + "__id__": 2266 }, "_enabled": true, "__prefab": { - "__id__": 1940 + "__id__": 2270 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -44951,11 +52595,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1936 + "__id__": 2266 }, "_enabled": true, "__prefab": { - "__id__": 1942 + "__id__": 2272 }, "playOnLoad": true, "_clips": [ @@ -44980,18 +52624,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1936 + "__id__": 2266 }, "_enabled": true, "__prefab": { - "__id__": 1944 + "__id__": 2274 }, "clickEvents": [ { - "__id__": 1945 + "__id__": 2275 }, { - "__id__": 1946 + "__id__": 2276 } ], "_interactable": true, @@ -45031,7 +52675,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 1879 + "__id__": 2209 }, "_id": "" }, @@ -45042,7 +52686,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 1697 + "__id__": 2027 }, "component": "", "_componentId": "b3161gbAyNBAI1NS2hSnTwZ", @@ -45052,7 +52696,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 1697 + "__id__": 2027 }, "component": "", "_componentId": "b3161gbAyNBAI1NS2hSnTwZ", @@ -45078,23 +52722,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1879 + "__id__": 2209 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1949 + "__id__": 2279 }, { - "__id__": 1951 + "__id__": 2281 }, { - "__id__": 1953 + "__id__": 2283 } ], "_prefab": { - "__id__": 1955 + "__id__": 2285 }, "_lpos": { "__type__": "cc.Vec3", @@ -45131,11 +52775,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1948 + "__id__": 2278 }, "_enabled": true, "__prefab": { - "__id__": 1950 + "__id__": 2280 }, "_contentSize": { "__type__": "cc.Size", @@ -45159,11 +52803,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1948 + "__id__": 2278 }, "_enabled": true, "__prefab": { - "__id__": 1952 + "__id__": 2282 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -45201,11 +52845,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1948 + "__id__": 2278 }, "_enabled": true, "__prefab": { - "__id__": 1954 + "__id__": 2284 }, "playOnLoad": true, "_clips": [ @@ -45243,20 +52887,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1879 + "__id__": 2209 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1957 + "__id__": 2287 }, { - "__id__": 1959 + "__id__": 2289 } ], "_prefab": { - "__id__": 1961 + "__id__": 2291 }, "_lpos": { "__type__": "cc.Vec3", @@ -45293,11 +52937,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1956 + "__id__": 2286 }, "_enabled": true, "__prefab": { - "__id__": 1958 + "__id__": 2288 }, "_contentSize": { "__type__": "cc.Size", @@ -45321,11 +52965,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1956 + "__id__": 2286 }, "_enabled": true, "__prefab": { - "__id__": 1960 + "__id__": 2290 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -45402,11 +53046,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1879 + "__id__": 2209 }, "_enabled": true, "__prefab": { - "__id__": 1963 + "__id__": 2293 }, "_contentSize": { "__type__": "cc.Size", @@ -45443,11 +53087,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1706 + "__id__": 2036 }, "_enabled": true, "__prefab": { - "__id__": 1966 + "__id__": 2296 }, "_contentSize": { "__type__": "cc.Size", @@ -45471,11 +53115,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1706 + "__id__": 2036 }, "_enabled": true, "__prefab": { - "__id__": 1968 + "__id__": 2298 }, "_resizeMode": 0, "_layoutType": 0, @@ -45509,11 +53153,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1706 + "__id__": 2036 }, "_enabled": true, "__prefab": { - "__id__": 1970 + "__id__": 2300 }, "_resizeMode": 0, "_layoutType": 3, @@ -45547,11 +53191,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1706 + "__id__": 2036 }, "_enabled": true, "__prefab": { - "__id__": 1972 + "__id__": 2302 }, "_alignFlags": 1, "_target": null, @@ -45596,39 +53240,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1697 + "__id__": 2027 }, "_children": [ { - "__id__": 1975 + "__id__": 2305 }, { - "__id__": 1981 + "__id__": 2311 }, { - "__id__": 1987 + "__id__": 2317 } ], "_active": true, "_components": [ { - "__id__": 1995 + "__id__": 2325 }, { - "__id__": 1997 + "__id__": 2327 }, { - "__id__": 1999 + "__id__": 2329 }, { - "__id__": 2001 + "__id__": 2331 }, { - "__id__": 2003 + "__id__": 2333 } ], "_prefab": { - "__id__": 2005 + "__id__": 2335 }, "_lpos": { "__type__": "cc.Vec3", @@ -45665,20 +53309,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1974 + "__id__": 2304 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1976 + "__id__": 2306 }, { - "__id__": 1978 + "__id__": 2308 } ], "_prefab": { - "__id__": 1980 + "__id__": 2310 }, "_lpos": { "__type__": "cc.Vec3", @@ -45715,11 +53359,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1975 + "__id__": 2305 }, "_enabled": true, "__prefab": { - "__id__": 1977 + "__id__": 2307 }, "_contentSize": { "__type__": "cc.Size", @@ -45743,11 +53387,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1975 + "__id__": 2305 }, "_enabled": true, "__prefab": { - "__id__": 1979 + "__id__": 2309 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -45801,20 +53445,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1974 + "__id__": 2304 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1982 + "__id__": 2312 }, { - "__id__": 1984 + "__id__": 2314 } ], "_prefab": { - "__id__": 1986 + "__id__": 2316 }, "_lpos": { "__type__": "cc.Vec3", @@ -45851,11 +53495,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1981 + "__id__": 2311 }, "_enabled": true, "__prefab": { - "__id__": 1983 + "__id__": 2313 }, "_contentSize": { "__type__": "cc.Size", @@ -45879,11 +53523,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1981 + "__id__": 2311 }, "_enabled": true, "__prefab": { - "__id__": 1985 + "__id__": 2315 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -45937,23 +53581,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1974 + "__id__": 2304 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1988 + "__id__": 2318 }, { - "__id__": 1990 + "__id__": 2320 }, { - "__id__": 1992 + "__id__": 2322 } ], "_prefab": { - "__id__": 1994 + "__id__": 2324 }, "_lpos": { "__type__": "cc.Vec3", @@ -45990,11 +53634,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1987 + "__id__": 2317 }, "_enabled": true, "__prefab": { - "__id__": 1989 + "__id__": 2319 }, "_contentSize": { "__type__": "cc.Size", @@ -46018,11 +53662,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1987 + "__id__": 2317 }, "_enabled": true, "__prefab": { - "__id__": 1991 + "__id__": 2321 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -46086,11 +53730,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1987 + "__id__": 2317 }, "_enabled": true, "__prefab": { - "__id__": 1993 + "__id__": 2323 }, "templateMode": true, "watchPath": "", @@ -46124,11 +53768,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1974 + "__id__": 2304 }, "_enabled": true, "__prefab": { - "__id__": 1996 + "__id__": 2326 }, "_contentSize": { "__type__": "cc.Size", @@ -46152,11 +53796,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1974 + "__id__": 2304 }, "_enabled": true, "__prefab": { - "__id__": 1998 + "__id__": 2328 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -46197,14 +53841,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1974 + "__id__": 2304 }, "_enabled": true, "__prefab": { - "__id__": 2000 + "__id__": 2330 }, "_barSprite": { - "__id__": 1978 + "__id__": 2308 }, "_mode": 0, "_totalLength": 300, @@ -46222,11 +53866,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1974 + "__id__": 2304 }, "_enabled": true, "__prefab": { - "__id__": 2002 + "__id__": 2332 }, "controller": false, "watchPath": "", @@ -46250,11 +53894,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1974 + "__id__": 2304 }, "_enabled": true, "__prefab": { - "__id__": 2004 + "__id__": 2334 }, "_alignFlags": 1, "_target": null, @@ -46299,20 +53943,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1697 + "__id__": 2027 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2007 + "__id__": 2337 }, { - "__id__": 2009 + "__id__": 2339 } ], "_prefab": { - "__id__": 2011 + "__id__": 2341 }, "_lpos": { "__type__": "cc.Vec3", @@ -46349,11 +53993,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2006 + "__id__": 2336 }, "_enabled": true, "__prefab": { - "__id__": 2008 + "__id__": 2338 }, "_contentSize": { "__type__": "cc.Size", @@ -46377,11 +54021,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2006 + "__id__": 2336 }, "_enabled": true, "__prefab": { - "__id__": 2010 + "__id__": 2340 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -46458,11 +54102,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1697 + "__id__": 2027 }, "_enabled": true, "__prefab": { - "__id__": 2013 + "__id__": 2343 }, "_contentSize": { "__type__": "cc.Size", @@ -46486,11 +54130,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1697 + "__id__": 2027 }, "_enabled": true, "__prefab": { - "__id__": 2015 + "__id__": 2345 }, "_alignFlags": 36, "_target": null, @@ -46522,11 +54166,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1697 + "__id__": 2027 }, "_enabled": true, "__prefab": { - "__id__": 2017 + "__id__": 2347 }, "_id": "" }, @@ -46557,29 +54201,29 @@ }, "_children": [ { - "__id__": 2020 + "__id__": 2350 }, { - "__id__": 2093 + "__id__": 2423 }, { - "__id__": 2115 + "__id__": 2445 } ], "_active": true, "_components": [ { - "__id__": 2188 + "__id__": 2518 }, { - "__id__": 2190 + "__id__": 2520 }, { - "__id__": 2192 + "__id__": 2522 } ], "_prefab": { - "__id__": 2194 + "__id__": 2524 }, "_lpos": { "__type__": "cc.Vec3", @@ -46616,42 +54260,42 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2019 + "__id__": 2349 }, "_children": [ { - "__id__": 2021 + "__id__": 2351 }, { - "__id__": 2027 + "__id__": 2357 }, { - "__id__": 2033 + "__id__": 2363 }, { - "__id__": 2047 + "__id__": 2377 }, { - "__id__": 2053 + "__id__": 2383 } ], "_active": false, "_components": [ { - "__id__": 2083 + "__id__": 2413 }, { - "__id__": 2085 + "__id__": 2415 }, { - "__id__": 2087 + "__id__": 2417 }, { - "__id__": 2090 + "__id__": 2420 } ], "_prefab": { - "__id__": 2092 + "__id__": 2422 }, "_lpos": { "__type__": "cc.Vec3", @@ -46688,20 +54332,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2020 + "__id__": 2350 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2022 + "__id__": 2352 }, { - "__id__": 2024 + "__id__": 2354 } ], "_prefab": { - "__id__": 2026 + "__id__": 2356 }, "_lpos": { "__type__": "cc.Vec3", @@ -46738,11 +54382,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2021 + "__id__": 2351 }, "_enabled": true, "__prefab": { - "__id__": 2023 + "__id__": 2353 }, "_contentSize": { "__type__": "cc.Size", @@ -46766,11 +54410,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2021 + "__id__": 2351 }, "_enabled": true, "__prefab": { - "__id__": 2025 + "__id__": 2355 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -46824,20 +54468,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2020 + "__id__": 2350 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2028 + "__id__": 2358 }, { - "__id__": 2030 + "__id__": 2360 } ], "_prefab": { - "__id__": 2032 + "__id__": 2362 }, "_lpos": { "__type__": "cc.Vec3", @@ -46874,11 +54518,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2027 + "__id__": 2357 }, "_enabled": true, "__prefab": { - "__id__": 2029 + "__id__": 2359 }, "_contentSize": { "__type__": "cc.Size", @@ -46902,11 +54546,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2027 + "__id__": 2357 }, "_enabled": true, "__prefab": { - "__id__": 2031 + "__id__": 2361 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -46960,24 +54604,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2020 + "__id__": 2350 }, "_children": [ { - "__id__": 2034 + "__id__": 2364 } ], "_active": true, "_components": [ { - "__id__": 2042 + "__id__": 2372 }, { - "__id__": 2044 + "__id__": 2374 } ], "_prefab": { - "__id__": 2046 + "__id__": 2376 }, "_lpos": { "__type__": "cc.Vec3", @@ -47014,23 +54658,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2033 + "__id__": 2363 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2035 + "__id__": 2365 }, { - "__id__": 2037 + "__id__": 2367 }, { - "__id__": 2039 + "__id__": 2369 } ], "_prefab": { - "__id__": 2041 + "__id__": 2371 }, "_lpos": { "__type__": "cc.Vec3", @@ -47067,11 +54711,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2034 + "__id__": 2364 }, "_enabled": true, "__prefab": { - "__id__": 2036 + "__id__": 2366 }, "_contentSize": { "__type__": "cc.Size", @@ -47095,11 +54739,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2034 + "__id__": 2364 }, "_enabled": true, "__prefab": { - "__id__": 2038 + "__id__": 2368 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -47163,11 +54807,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2034 + "__id__": 2364 }, "_enabled": true, "__prefab": { - "__id__": 2040 + "__id__": 2370 }, "templateMode": false, "watchPath": "data.mission_data.refresh_gold", @@ -47198,11 +54842,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2033 + "__id__": 2363 }, "_enabled": true, "__prefab": { - "__id__": 2043 + "__id__": 2373 }, "_contentSize": { "__type__": "cc.Size", @@ -47226,11 +54870,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2033 + "__id__": 2363 }, "_enabled": true, "__prefab": { - "__id__": 2045 + "__id__": 2375 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -47284,20 +54928,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 2020 + "__id__": 2350 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2048 + "__id__": 2378 }, { - "__id__": 2050 + "__id__": 2380 } ], "_prefab": { - "__id__": 2052 + "__id__": 2382 }, "_lpos": { "__type__": "cc.Vec3", @@ -47334,11 +54978,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2047 + "__id__": 2377 }, "_enabled": true, "__prefab": { - "__id__": 2049 + "__id__": 2379 }, "_contentSize": { "__type__": "cc.Size", @@ -47362,11 +55006,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2047 + "__id__": 2377 }, "_enabled": true, "__prefab": { - "__id__": 2051 + "__id__": 2381 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -47443,27 +55087,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2020 + "__id__": 2350 }, "_children": [ { - "__id__": 2054 + "__id__": 2384 }, { - "__id__": 2062 + "__id__": 2392 }, { - "__id__": 2070 + "__id__": 2400 } ], "_active": false, "_components": [ { - "__id__": 2080 + "__id__": 2410 } ], "_prefab": { - "__id__": 2082 + "__id__": 2412 }, "_lpos": { "__type__": "cc.Vec3", @@ -47500,23 +55144,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2053 + "__id__": 2383 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2055 + "__id__": 2385 }, { - "__id__": 2057 + "__id__": 2387 }, { - "__id__": 2059 + "__id__": 2389 } ], "_prefab": { - "__id__": 2061 + "__id__": 2391 }, "_lpos": { "__type__": "cc.Vec3", @@ -47553,11 +55197,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2054 + "__id__": 2384 }, "_enabled": true, "__prefab": { - "__id__": 2056 + "__id__": 2386 }, "_contentSize": { "__type__": "cc.Size", @@ -47581,11 +55225,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2054 + "__id__": 2384 }, "_enabled": true, "__prefab": { - "__id__": 2058 + "__id__": 2388 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -47626,11 +55270,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2054 + "__id__": 2384 }, "_enabled": true, "__prefab": { - "__id__": 2060 + "__id__": 2390 }, "_alignFlags": 45, "_target": null, @@ -47675,23 +55319,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2053 + "__id__": 2383 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2063 + "__id__": 2393 }, { - "__id__": 2065 + "__id__": 2395 }, { - "__id__": 2067 + "__id__": 2397 } ], "_prefab": { - "__id__": 2069 + "__id__": 2399 }, "_lpos": { "__type__": "cc.Vec3", @@ -47728,11 +55372,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2062 + "__id__": 2392 }, "_enabled": true, "__prefab": { - "__id__": 2064 + "__id__": 2394 }, "_contentSize": { "__type__": "cc.Size", @@ -47756,11 +55400,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2062 + "__id__": 2392 }, "_enabled": true, "__prefab": { - "__id__": 2066 + "__id__": 2396 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -47801,11 +55445,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2062 + "__id__": 2392 }, "_enabled": true, "__prefab": { - "__id__": 2068 + "__id__": 2398 }, "_alignFlags": 8, "_target": null, @@ -47850,26 +55494,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2053 + "__id__": 2383 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2071 + "__id__": 2401 }, { - "__id__": 2073 + "__id__": 2403 }, { - "__id__": 2075 + "__id__": 2405 }, { - "__id__": 2077 + "__id__": 2407 } ], "_prefab": { - "__id__": 2079 + "__id__": 2409 }, "_lpos": { "__type__": "cc.Vec3", @@ -47906,11 +55550,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2070 + "__id__": 2400 }, "_enabled": true, "__prefab": { - "__id__": 2072 + "__id__": 2402 }, "_contentSize": { "__type__": "cc.Size", @@ -47934,11 +55578,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2070 + "__id__": 2400 }, "_enabled": true, "__prefab": { - "__id__": 2074 + "__id__": 2404 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -48002,11 +55646,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2070 + "__id__": 2400 }, "_enabled": true, "__prefab": { - "__id__": 2076 + "__id__": 2406 }, "_alignFlags": 40, "_target": null, @@ -48038,11 +55682,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2070 + "__id__": 2400 }, "_enabled": true, "__prefab": { - "__id__": 2078 + "__id__": 2408 }, "templateMode": false, "watchPath": "data.mission_data.gold", @@ -48073,11 +55717,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2053 + "__id__": 2383 }, "_enabled": true, "__prefab": { - "__id__": 2081 + "__id__": 2411 }, "_contentSize": { "__type__": "cc.Size", @@ -48114,11 +55758,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2020 + "__id__": 2350 }, "_enabled": true, "__prefab": { - "__id__": 2084 + "__id__": 2414 }, "_contentSize": { "__type__": "cc.Size", @@ -48142,11 +55786,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2020 + "__id__": 2350 }, "_enabled": true, "__prefab": { - "__id__": 2086 + "__id__": 2416 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -48184,15 +55828,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2020 + "__id__": 2350 }, "_enabled": true, "__prefab": { - "__id__": 2088 + "__id__": 2418 }, "clickEvents": [ { - "__id__": 2089 + "__id__": 2419 } ], "_interactable": true, @@ -48232,7 +55876,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 2020 + "__id__": 2350 }, "_id": "" }, @@ -48256,11 +55900,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2020 + "__id__": 2350 }, "_enabled": true, "__prefab": { - "__id__": 2091 + "__id__": 2421 }, "_alignFlags": 20, "_target": null, @@ -48305,24 +55949,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2019 + "__id__": 2349 }, "_children": [ { - "__id__": 2094 + "__id__": 2424 }, { - "__id__": 2102 + "__id__": 2432 } ], "_active": true, "_components": [ { - "__id__": 2112 + "__id__": 2442 } ], "_prefab": { - "__id__": 2114 + "__id__": 2444 }, "_lpos": { "__type__": "cc.Vec3", @@ -48359,23 +56003,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2093 + "__id__": 2423 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2095 + "__id__": 2425 }, { - "__id__": 2097 + "__id__": 2427 }, { - "__id__": 2099 + "__id__": 2429 } ], "_prefab": { - "__id__": 2101 + "__id__": 2431 }, "_lpos": { "__type__": "cc.Vec3", @@ -48412,11 +56056,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2094 + "__id__": 2424 }, "_enabled": true, "__prefab": { - "__id__": 2096 + "__id__": 2426 }, "_contentSize": { "__type__": "cc.Size", @@ -48440,11 +56084,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2094 + "__id__": 2424 }, "_enabled": true, "__prefab": { - "__id__": 2098 + "__id__": 2428 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -48485,11 +56129,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2094 + "__id__": 2424 }, "_enabled": true, "__prefab": { - "__id__": 2100 + "__id__": 2430 }, "_alignFlags": 18, "_target": null, @@ -48534,26 +56178,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2093 + "__id__": 2423 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2103 + "__id__": 2433 }, { - "__id__": 2105 + "__id__": 2435 }, { - "__id__": 2107 + "__id__": 2437 }, { - "__id__": 2109 + "__id__": 2439 } ], "_prefab": { - "__id__": 2111 + "__id__": 2441 }, "_lpos": { "__type__": "cc.Vec3", @@ -48590,11 +56234,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2102 + "__id__": 2432 }, "_enabled": true, "__prefab": { - "__id__": 2104 + "__id__": 2434 }, "_contentSize": { "__type__": "cc.Size", @@ -48618,11 +56262,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2102 + "__id__": 2432 }, "_enabled": true, "__prefab": { - "__id__": 2106 + "__id__": 2436 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -48686,11 +56330,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2102 + "__id__": 2432 }, "_enabled": true, "__prefab": { - "__id__": 2108 + "__id__": 2438 }, "_alignFlags": 18, "_target": null, @@ -48722,11 +56366,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2102 + "__id__": 2432 }, "_enabled": true, "__prefab": { - "__id__": 2110 + "__id__": 2440 }, "templateMode": false, "watchPath": "data.mission_data.gold", @@ -48757,11 +56401,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2093 + "__id__": 2423 }, "_enabled": true, "__prefab": { - "__id__": 2113 + "__id__": 2443 }, "_contentSize": { "__type__": "cc.Size", @@ -48798,42 +56442,42 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2019 + "__id__": 2349 }, "_children": [ { - "__id__": 2116 + "__id__": 2446 }, { - "__id__": 2122 + "__id__": 2452 }, { - "__id__": 2128 + "__id__": 2458 }, { - "__id__": 2142 + "__id__": 2472 }, { - "__id__": 2148 + "__id__": 2478 } ], "_active": true, "_components": [ { - "__id__": 2178 + "__id__": 2508 }, { - "__id__": 2180 + "__id__": 2510 }, { - "__id__": 2182 + "__id__": 2512 }, { - "__id__": 2185 + "__id__": 2515 } ], "_prefab": { - "__id__": 2187 + "__id__": 2517 }, "_lpos": { "__type__": "cc.Vec3", @@ -48870,20 +56514,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2115 + "__id__": 2445 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2117 + "__id__": 2447 }, { - "__id__": 2119 + "__id__": 2449 } ], "_prefab": { - "__id__": 2121 + "__id__": 2451 }, "_lpos": { "__type__": "cc.Vec3", @@ -48920,11 +56564,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2116 + "__id__": 2446 }, "_enabled": true, "__prefab": { - "__id__": 2118 + "__id__": 2448 }, "_contentSize": { "__type__": "cc.Size", @@ -48948,11 +56592,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2116 + "__id__": 2446 }, "_enabled": true, "__prefab": { - "__id__": 2120 + "__id__": 2450 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -49006,20 +56650,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2115 + "__id__": 2445 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2123 + "__id__": 2453 }, { - "__id__": 2125 + "__id__": 2455 } ], "_prefab": { - "__id__": 2127 + "__id__": 2457 }, "_lpos": { "__type__": "cc.Vec3", @@ -49056,11 +56700,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2122 + "__id__": 2452 }, "_enabled": true, "__prefab": { - "__id__": 2124 + "__id__": 2454 }, "_contentSize": { "__type__": "cc.Size", @@ -49084,11 +56728,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2122 + "__id__": 2452 }, "_enabled": true, "__prefab": { - "__id__": 2126 + "__id__": 2456 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -49142,24 +56786,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2115 + "__id__": 2445 }, "_children": [ { - "__id__": 2129 + "__id__": 2459 } ], "_active": true, "_components": [ { - "__id__": 2137 + "__id__": 2467 }, { - "__id__": 2139 + "__id__": 2469 } ], "_prefab": { - "__id__": 2141 + "__id__": 2471 }, "_lpos": { "__type__": "cc.Vec3", @@ -49196,23 +56840,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2128 + "__id__": 2458 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2130 + "__id__": 2460 }, { - "__id__": 2132 + "__id__": 2462 }, { - "__id__": 2134 + "__id__": 2464 } ], "_prefab": { - "__id__": 2136 + "__id__": 2466 }, "_lpos": { "__type__": "cc.Vec3", @@ -49249,11 +56893,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2129 + "__id__": 2459 }, "_enabled": true, "__prefab": { - "__id__": 2131 + "__id__": 2461 }, "_contentSize": { "__type__": "cc.Size", @@ -49277,11 +56921,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2129 + "__id__": 2459 }, "_enabled": true, "__prefab": { - "__id__": 2133 + "__id__": 2463 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -49345,11 +56989,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2129 + "__id__": 2459 }, "_enabled": true, "__prefab": { - "__id__": 2135 + "__id__": 2465 }, "templateMode": false, "watchPath": "data.mission_data.refresh_gold", @@ -49380,11 +57024,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2128 + "__id__": 2458 }, "_enabled": true, "__prefab": { - "__id__": 2138 + "__id__": 2468 }, "_contentSize": { "__type__": "cc.Size", @@ -49408,11 +57052,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2128 + "__id__": 2458 }, "_enabled": true, "__prefab": { - "__id__": 2140 + "__id__": 2470 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -49466,20 +57110,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 2115 + "__id__": 2445 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2143 + "__id__": 2473 }, { - "__id__": 2145 + "__id__": 2475 } ], "_prefab": { - "__id__": 2147 + "__id__": 2477 }, "_lpos": { "__type__": "cc.Vec3", @@ -49516,11 +57160,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2142 + "__id__": 2472 }, "_enabled": true, "__prefab": { - "__id__": 2144 + "__id__": 2474 }, "_contentSize": { "__type__": "cc.Size", @@ -49544,11 +57188,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2142 + "__id__": 2472 }, "_enabled": true, "__prefab": { - "__id__": 2146 + "__id__": 2476 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -49625,27 +57269,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2115 + "__id__": 2445 }, "_children": [ { - "__id__": 2149 + "__id__": 2479 }, { - "__id__": 2157 + "__id__": 2487 }, { - "__id__": 2165 + "__id__": 2495 } ], "_active": false, "_components": [ { - "__id__": 2175 + "__id__": 2505 } ], "_prefab": { - "__id__": 2177 + "__id__": 2507 }, "_lpos": { "__type__": "cc.Vec3", @@ -49682,23 +57326,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2148 + "__id__": 2478 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2150 + "__id__": 2480 }, { - "__id__": 2152 + "__id__": 2482 }, { - "__id__": 2154 + "__id__": 2484 } ], "_prefab": { - "__id__": 2156 + "__id__": 2486 }, "_lpos": { "__type__": "cc.Vec3", @@ -49735,11 +57379,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2149 + "__id__": 2479 }, "_enabled": true, "__prefab": { - "__id__": 2151 + "__id__": 2481 }, "_contentSize": { "__type__": "cc.Size", @@ -49763,11 +57407,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2149 + "__id__": 2479 }, "_enabled": true, "__prefab": { - "__id__": 2153 + "__id__": 2483 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -49808,11 +57452,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2149 + "__id__": 2479 }, "_enabled": true, "__prefab": { - "__id__": 2155 + "__id__": 2485 }, "_alignFlags": 45, "_target": null, @@ -49857,23 +57501,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2148 + "__id__": 2478 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2158 + "__id__": 2488 }, { - "__id__": 2160 + "__id__": 2490 }, { - "__id__": 2162 + "__id__": 2492 } ], "_prefab": { - "__id__": 2164 + "__id__": 2494 }, "_lpos": { "__type__": "cc.Vec3", @@ -49910,11 +57554,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2157 + "__id__": 2487 }, "_enabled": true, "__prefab": { - "__id__": 2159 + "__id__": 2489 }, "_contentSize": { "__type__": "cc.Size", @@ -49938,11 +57582,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2157 + "__id__": 2487 }, "_enabled": true, "__prefab": { - "__id__": 2161 + "__id__": 2491 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -49983,11 +57627,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2157 + "__id__": 2487 }, "_enabled": true, "__prefab": { - "__id__": 2163 + "__id__": 2493 }, "_alignFlags": 8, "_target": null, @@ -50032,26 +57676,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2148 + "__id__": 2478 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2166 + "__id__": 2496 }, { - "__id__": 2168 + "__id__": 2498 }, { - "__id__": 2170 + "__id__": 2500 }, { - "__id__": 2172 + "__id__": 2502 } ], "_prefab": { - "__id__": 2174 + "__id__": 2504 }, "_lpos": { "__type__": "cc.Vec3", @@ -50088,11 +57732,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2165 + "__id__": 2495 }, "_enabled": true, "__prefab": { - "__id__": 2167 + "__id__": 2497 }, "_contentSize": { "__type__": "cc.Size", @@ -50116,11 +57760,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2165 + "__id__": 2495 }, "_enabled": true, "__prefab": { - "__id__": 2169 + "__id__": 2499 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -50184,11 +57828,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2165 + "__id__": 2495 }, "_enabled": true, "__prefab": { - "__id__": 2171 + "__id__": 2501 }, "_alignFlags": 40, "_target": null, @@ -50220,11 +57864,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2165 + "__id__": 2495 }, "_enabled": true, "__prefab": { - "__id__": 2173 + "__id__": 2503 }, "templateMode": false, "watchPath": "data.mission_data.gold", @@ -50255,11 +57899,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2148 + "__id__": 2478 }, "_enabled": true, "__prefab": { - "__id__": 2176 + "__id__": 2506 }, "_contentSize": { "__type__": "cc.Size", @@ -50296,11 +57940,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2115 + "__id__": 2445 }, "_enabled": true, "__prefab": { - "__id__": 2179 + "__id__": 2509 }, "_contentSize": { "__type__": "cc.Size", @@ -50324,11 +57968,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2115 + "__id__": 2445 }, "_enabled": true, "__prefab": { - "__id__": 2181 + "__id__": 2511 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -50366,15 +58010,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2115 + "__id__": 2445 }, "_enabled": true, "__prefab": { - "__id__": 2183 + "__id__": 2513 }, "clickEvents": [ { - "__id__": 2184 + "__id__": 2514 } ], "_interactable": true, @@ -50414,7 +58058,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 2115 + "__id__": 2445 }, "_id": "" }, @@ -50438,11 +58082,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2115 + "__id__": 2445 }, "_enabled": true, "__prefab": { - "__id__": 2186 + "__id__": 2516 }, "_alignFlags": 20, "_target": null, @@ -50487,11 +58131,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2019 + "__id__": 2349 }, "_enabled": true, "__prefab": { - "__id__": 2189 + "__id__": 2519 }, "_contentSize": { "__type__": "cc.Size", @@ -50515,11 +58159,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2019 + "__id__": 2349 }, "_enabled": true, "__prefab": { - "__id__": 2191 + "__id__": 2521 }, "_resizeMode": 1, "_layoutType": 1, @@ -50553,11 +58197,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2019 + "__id__": 2349 }, "_enabled": true, "__prefab": { - "__id__": 2193 + "__id__": 2523 }, "_alignFlags": 44, "_target": null, @@ -50606,32 +58250,32 @@ }, "_children": [ { - "__id__": 2196 + "__id__": 2526 }, { - "__id__": 2202 + "__id__": 2532 }, { - "__id__": 2208 + "__id__": 2538 }, { - "__id__": 2214 + "__id__": 2544 } ], "_active": true, "_components": [ { - "__id__": 2220 + "__id__": 2550 }, { - "__id__": 2222 + "__id__": 2552 }, { - "__id__": 2226 + "__id__": 2556 } ], "_prefab": { - "__id__": 2228 + "__id__": 2558 }, "_lpos": { "__type__": "cc.Vec3", @@ -50668,20 +58312,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2195 + "__id__": 2525 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2197 + "__id__": 2527 }, { - "__id__": 2199 + "__id__": 2529 } ], "_prefab": { - "__id__": 2201 + "__id__": 2531 }, "_lpos": { "__type__": "cc.Vec3", @@ -50718,11 +58362,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2196 + "__id__": 2526 }, "_enabled": true, "__prefab": { - "__id__": 2198 + "__id__": 2528 }, "_contentSize": { "__type__": "cc.Size", @@ -50746,11 +58390,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2196 + "__id__": 2526 }, "_enabled": true, "__prefab": { - "__id__": 2200 + "__id__": 2530 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -50804,20 +58448,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2195 + "__id__": 2525 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2203 + "__id__": 2533 }, { - "__id__": 2205 + "__id__": 2535 } ], "_prefab": { - "__id__": 2207 + "__id__": 2537 }, "_lpos": { "__type__": "cc.Vec3", @@ -50854,11 +58498,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2202 + "__id__": 2532 }, "_enabled": true, "__prefab": { - "__id__": 2204 + "__id__": 2534 }, "_contentSize": { "__type__": "cc.Size", @@ -50882,11 +58526,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2202 + "__id__": 2532 }, "_enabled": true, "__prefab": { - "__id__": 2206 + "__id__": 2536 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -50940,20 +58584,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2195 + "__id__": 2525 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2209 + "__id__": 2539 }, { - "__id__": 2211 + "__id__": 2541 } ], "_prefab": { - "__id__": 2213 + "__id__": 2543 }, "_lpos": { "__type__": "cc.Vec3", @@ -50990,11 +58634,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2208 + "__id__": 2538 }, "_enabled": true, "__prefab": { - "__id__": 2210 + "__id__": 2540 }, "_contentSize": { "__type__": "cc.Size", @@ -51018,11 +58662,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2208 + "__id__": 2538 }, "_enabled": true, "__prefab": { - "__id__": 2212 + "__id__": 2542 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -51076,20 +58720,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2195 + "__id__": 2525 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2215 + "__id__": 2545 }, { - "__id__": 2217 + "__id__": 2547 } ], "_prefab": { - "__id__": 2219 + "__id__": 2549 }, "_lpos": { "__type__": "cc.Vec3", @@ -51126,11 +58770,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2214 + "__id__": 2544 }, "_enabled": true, "__prefab": { - "__id__": 2216 + "__id__": 2546 }, "_contentSize": { "__type__": "cc.Size", @@ -51154,11 +58798,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2214 + "__id__": 2544 }, "_enabled": true, "__prefab": { - "__id__": 2218 + "__id__": 2548 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -51235,11 +58879,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2195 + "__id__": 2525 }, "_enabled": true, "__prefab": { - "__id__": 2221 + "__id__": 2551 }, "_contentSize": { "__type__": "cc.Size", @@ -51263,18 +58907,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2195 + "__id__": 2525 }, "_enabled": true, "__prefab": { - "__id__": 2223 + "__id__": 2553 }, "clickEvents": [ { - "__id__": 2224 + "__id__": 2554 }, { - "__id__": 2225 + "__id__": 2555 } ], "_interactable": true, @@ -51346,11 +58990,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2195 + "__id__": 2525 }, "_enabled": true, "__prefab": { - "__id__": 2227 + "__id__": 2557 }, "playOnLoad": true, "_clips": [ @@ -51392,44 +59036,44 @@ }, "_children": [ { - "__id__": 2230 + "__id__": 2560 }, { - "__id__": 2238 + "__id__": 2568 }, { - "__id__": 2252 + "__id__": 2582 }, { - "__id__": 2285 + "__id__": 2615 }, { - "__id__": 2318 + "__id__": 2648 }, { - "__id__": 2408 + "__id__": 2738 } ], "_active": true, "_components": [ { - "__id__": 2502 + "__id__": 2832 }, { - "__id__": 2504 + "__id__": 2834 }, { - "__id__": 2506 + "__id__": 2836 }, { - "__id__": 2508 + "__id__": 2838 }, { - "__id__": 2510 + "__id__": 2840 } ], "_prefab": { - "__id__": 2512 + "__id__": 2842 }, "_lpos": { "__type__": "cc.Vec3", @@ -51466,23 +59110,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2229 + "__id__": 2559 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2231 + "__id__": 2561 }, { - "__id__": 2233 + "__id__": 2563 }, { - "__id__": 2235 + "__id__": 2565 } ], "_prefab": { - "__id__": 2237 + "__id__": 2567 }, "_lpos": { "__type__": "cc.Vec3", @@ -51519,11 +59163,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2230 + "__id__": 2560 }, "_enabled": true, "__prefab": { - "__id__": 2232 + "__id__": 2562 }, "_contentSize": { "__type__": "cc.Size", @@ -51547,11 +59191,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2230 + "__id__": 2560 }, "_enabled": true, "__prefab": { - "__id__": 2234 + "__id__": 2564 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -51592,11 +59236,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2230 + "__id__": 2560 }, "_enabled": true, "__prefab": { - "__id__": 2236 + "__id__": 2566 }, "_alignFlags": 45, "_target": null, @@ -51641,24 +59285,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2229 + "__id__": 2559 }, "_children": [ { - "__id__": 2239 + "__id__": 2569 } ], "_active": true, "_components": [ { - "__id__": 2247 + "__id__": 2577 }, { - "__id__": 2249 + "__id__": 2579 } ], "_prefab": { - "__id__": 2251 + "__id__": 2581 }, "_lpos": { "__type__": "cc.Vec3", @@ -51695,23 +59339,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2238 + "__id__": 2568 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2240 + "__id__": 2570 }, { - "__id__": 2242 + "__id__": 2572 }, { - "__id__": 2244 + "__id__": 2574 } ], "_prefab": { - "__id__": 2246 + "__id__": 2576 }, "_lpos": { "__type__": "cc.Vec3", @@ -51748,11 +59392,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2239 + "__id__": 2569 }, "_enabled": true, "__prefab": { - "__id__": 2241 + "__id__": 2571 }, "_contentSize": { "__type__": "cc.Size", @@ -51776,11 +59420,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2239 + "__id__": 2569 }, "_enabled": true, "__prefab": { - "__id__": 2243 + "__id__": 2573 }, "_alignFlags": 45, "_target": null, @@ -51812,11 +59456,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2239 + "__id__": 2569 }, "_enabled": true, "__prefab": { - "__id__": 2245 + "__id__": 2575 }, "_id": "" }, @@ -51843,11 +59487,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2238 + "__id__": 2568 }, "_enabled": true, "__prefab": { - "__id__": 2248 + "__id__": 2578 }, "_contentSize": { "__type__": "cc.Size", @@ -51871,11 +59515,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2238 + "__id__": 2568 }, "_enabled": true, "__prefab": { - "__id__": 2250 + "__id__": 2580 }, "_alignFlags": 5, "_target": null, @@ -51920,36 +59564,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2229 + "__id__": 2559 }, "_children": [ { - "__id__": 2253 + "__id__": 2583 }, { - "__id__": 2259 + "__id__": 2589 }, { - "__id__": 2265 + "__id__": 2595 }, { - "__id__": 2271 + "__id__": 2601 } ], "_active": true, "_components": [ { - "__id__": 2277 + "__id__": 2607 }, { - "__id__": 2279 + "__id__": 2609 }, { - "__id__": 2281 + "__id__": 2611 } ], "_prefab": { - "__id__": 2284 + "__id__": 2614 }, "_lpos": { "__type__": "cc.Vec3", @@ -51986,20 +59630,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2252 + "__id__": 2582 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2254 + "__id__": 2584 }, { - "__id__": 2256 + "__id__": 2586 } ], "_prefab": { - "__id__": 2258 + "__id__": 2588 }, "_lpos": { "__type__": "cc.Vec3", @@ -52036,11 +59680,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2253 + "__id__": 2583 }, "_enabled": true, "__prefab": { - "__id__": 2255 + "__id__": 2585 }, "_contentSize": { "__type__": "cc.Size", @@ -52064,11 +59708,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2253 + "__id__": 2583 }, "_enabled": true, "__prefab": { - "__id__": 2257 + "__id__": 2587 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -52122,20 +59766,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2252 + "__id__": 2582 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2260 + "__id__": 2590 }, { - "__id__": 2262 + "__id__": 2592 } ], "_prefab": { - "__id__": 2264 + "__id__": 2594 }, "_lpos": { "__type__": "cc.Vec3", @@ -52172,11 +59816,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2259 + "__id__": 2589 }, "_enabled": true, "__prefab": { - "__id__": 2261 + "__id__": 2591 }, "_contentSize": { "__type__": "cc.Size", @@ -52200,11 +59844,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2259 + "__id__": 2589 }, "_enabled": true, "__prefab": { - "__id__": 2263 + "__id__": 2593 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -52258,20 +59902,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2252 + "__id__": 2582 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2266 + "__id__": 2596 }, { - "__id__": 2268 + "__id__": 2598 } ], "_prefab": { - "__id__": 2270 + "__id__": 2600 }, "_lpos": { "__type__": "cc.Vec3", @@ -52308,11 +59952,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2265 + "__id__": 2595 }, "_enabled": true, "__prefab": { - "__id__": 2267 + "__id__": 2597 }, "_contentSize": { "__type__": "cc.Size", @@ -52336,11 +59980,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2265 + "__id__": 2595 }, "_enabled": true, "__prefab": { - "__id__": 2269 + "__id__": 2599 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -52417,20 +60061,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2252 + "__id__": 2582 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2272 + "__id__": 2602 }, { - "__id__": 2274 + "__id__": 2604 } ], "_prefab": { - "__id__": 2276 + "__id__": 2606 }, "_lpos": { "__type__": "cc.Vec3", @@ -52467,11 +60111,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2271 + "__id__": 2601 }, "_enabled": true, "__prefab": { - "__id__": 2273 + "__id__": 2603 }, "_contentSize": { "__type__": "cc.Size", @@ -52495,11 +60139,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2271 + "__id__": 2601 }, "_enabled": true, "__prefab": { - "__id__": 2275 + "__id__": 2605 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -52576,11 +60220,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2252 + "__id__": 2582 }, "_enabled": true, "__prefab": { - "__id__": 2278 + "__id__": 2608 }, "_contentSize": { "__type__": "cc.Size", @@ -52604,11 +60248,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2252 + "__id__": 2582 }, "_enabled": true, "__prefab": { - "__id__": 2280 + "__id__": 2610 }, "playOnLoad": true, "_clips": [ @@ -52633,15 +60277,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2252 + "__id__": 2582 }, "_enabled": true, "__prefab": { - "__id__": 2282 + "__id__": 2612 }, "clickEvents": [ { - "__id__": 2283 + "__id__": 2613 } ], "_interactable": true, @@ -52690,7 +60334,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 2229 + "__id__": 2559 }, "component": "", "_componentId": "3d183Ezxg1EwJM/pim+pDMx", @@ -52716,27 +60360,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2229 + "__id__": 2559 }, "_children": [ { - "__id__": 2286 + "__id__": 2616 }, { - "__id__": 2297 + "__id__": 2627 }, { - "__id__": 2306 + "__id__": 2636 } ], "_active": true, "_components": [ { - "__id__": 2315 + "__id__": 2645 } ], "_prefab": { - "__id__": 2317 + "__id__": 2647 }, "_lpos": { "__type__": "cc.Vec3", @@ -52771,17 +60415,17 @@ "__type__": "cc.Node", "_objFlags": 512, "_parent": { - "__id__": 2285 + "__id__": 2615 }, "_prefab": { - "__id__": 2287 + "__id__": 2617 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 2286 + "__id__": 2616 }, "asset": { "__uuid__": "2849e90f-15b2-4082-a7b6-1ff1362f537b", @@ -52789,7 +60433,7 @@ }, "fileId": "73zWbS9wVHvpxXjUD9UG9z", "instance": { - "__id__": 2288 + "__id__": 2618 }, "targetOverrides": null }, @@ -52803,22 +60447,22 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 2289 + "__id__": 2619 }, { - "__id__": 2291 + "__id__": 2621 }, { - "__id__": 2292 + "__id__": 2622 }, { - "__id__": 2293 + "__id__": 2623 }, { - "__id__": 2294 + "__id__": 2624 }, { - "__id__": 2296 + "__id__": 2626 } ], "removedComponents": [] @@ -52826,7 +60470,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2290 + "__id__": 2620 }, "propertyPath": [ "_name" @@ -52842,7 +60486,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2290 + "__id__": 2620 }, "propertyPath": [ "_lpos" @@ -52857,7 +60501,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2290 + "__id__": 2620 }, "propertyPath": [ "_lrot" @@ -52873,7 +60517,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2290 + "__id__": 2620 }, "propertyPath": [ "_euler" @@ -52888,7 +60532,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2295 + "__id__": 2625 }, "propertyPath": [ "_active" @@ -52904,7 +60548,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2290 + "__id__": 2620 }, "propertyPath": [ "_active" @@ -52915,17 +60559,17 @@ "__type__": "cc.Node", "_objFlags": 512, "_parent": { - "__id__": 2285 + "__id__": 2615 }, "_prefab": { - "__id__": 2298 + "__id__": 2628 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 2297 + "__id__": 2627 }, "asset": { "__uuid__": "2849e90f-15b2-4082-a7b6-1ff1362f537b", @@ -52933,7 +60577,7 @@ }, "fileId": "73zWbS9wVHvpxXjUD9UG9z", "instance": { - "__id__": 2299 + "__id__": 2629 }, "targetOverrides": null }, @@ -52947,19 +60591,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 2300 + "__id__": 2630 }, { - "__id__": 2302 + "__id__": 2632 }, { - "__id__": 2303 + "__id__": 2633 }, { - "__id__": 2304 + "__id__": 2634 }, { - "__id__": 2305 + "__id__": 2635 } ], "removedComponents": [] @@ -52967,7 +60611,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2301 + "__id__": 2631 }, "propertyPath": [ "_name" @@ -52983,7 +60627,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2301 + "__id__": 2631 }, "propertyPath": [ "_lpos" @@ -52998,7 +60642,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2301 + "__id__": 2631 }, "propertyPath": [ "_lrot" @@ -53014,7 +60658,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2301 + "__id__": 2631 }, "propertyPath": [ "_euler" @@ -53029,7 +60673,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2301 + "__id__": 2631 }, "propertyPath": [ "_active" @@ -53040,17 +60684,17 @@ "__type__": "cc.Node", "_objFlags": 512, "_parent": { - "__id__": 2285 + "__id__": 2615 }, "_prefab": { - "__id__": 2307 + "__id__": 2637 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 2306 + "__id__": 2636 }, "asset": { "__uuid__": "2849e90f-15b2-4082-a7b6-1ff1362f537b", @@ -53058,7 +60702,7 @@ }, "fileId": "73zWbS9wVHvpxXjUD9UG9z", "instance": { - "__id__": 2308 + "__id__": 2638 }, "targetOverrides": null }, @@ -53072,19 +60716,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 2309 + "__id__": 2639 }, { - "__id__": 2311 + "__id__": 2641 }, { - "__id__": 2312 + "__id__": 2642 }, { - "__id__": 2313 + "__id__": 2643 }, { - "__id__": 2314 + "__id__": 2644 } ], "removedComponents": [] @@ -53092,7 +60736,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2310 + "__id__": 2640 }, "propertyPath": [ "_name" @@ -53108,7 +60752,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2310 + "__id__": 2640 }, "propertyPath": [ "_lpos" @@ -53123,7 +60767,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2310 + "__id__": 2640 }, "propertyPath": [ "_lrot" @@ -53139,7 +60783,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2310 + "__id__": 2640 }, "propertyPath": [ "_euler" @@ -53154,7 +60798,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2310 + "__id__": 2640 }, "propertyPath": [ "_active" @@ -53167,11 +60811,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2285 + "__id__": 2615 }, "_enabled": true, "__prefab": { - "__id__": 2316 + "__id__": 2646 }, "_contentSize": { "__type__": "cc.Size", @@ -53208,24 +60852,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2229 + "__id__": 2559 }, "_children": [ { - "__id__": 2319 + "__id__": 2649 } ], "_active": true, "_components": [ { - "__id__": 2403 + "__id__": 2733 }, { - "__id__": 2405 + "__id__": 2735 } ], "_prefab": { - "__id__": 2407 + "__id__": 2737 }, "_lpos": { "__type__": "cc.Vec3", @@ -53262,45 +60906,45 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2318 + "__id__": 2648 }, "_children": [ { - "__id__": 2320 + "__id__": 2650 }, { - "__id__": 2346 + "__id__": 2676 }, { - "__id__": 2352 + "__id__": 2682 }, { - "__id__": 2358 + "__id__": 2688 }, { - "__id__": 2364 + "__id__": 2694 }, { - "__id__": 2370 + "__id__": 2700 }, { - "__id__": 2376 + "__id__": 2706 }, { - "__id__": 2384 + "__id__": 2714 }, { - "__id__": 2392 + "__id__": 2722 } ], "_active": true, "_components": [ { - "__id__": 2400 + "__id__": 2730 } ], "_prefab": { - "__id__": 2402 + "__id__": 2732 }, "_lpos": { "__type__": "cc.Vec3", @@ -53337,24 +60981,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2319 + "__id__": 2649 }, "_children": [ { - "__id__": 2321 + "__id__": 2651 } ], "_active": true, "_components": [ { - "__id__": 2341 + "__id__": 2671 }, { - "__id__": 2343 + "__id__": 2673 } ], "_prefab": { - "__id__": 2345 + "__id__": 2675 }, "_lpos": { "__type__": "cc.Vec3", @@ -53391,30 +61035,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2320 + "__id__": 2650 }, "_children": [ { - "__id__": 2322 + "__id__": 2652 }, { - "__id__": 2328 + "__id__": 2658 } ], "_active": true, "_components": [ { - "__id__": 2334 + "__id__": 2664 }, { - "__id__": 2336 + "__id__": 2666 }, { - "__id__": 2338 + "__id__": 2668 } ], "_prefab": { - "__id__": 2340 + "__id__": 2670 }, "_lpos": { "__type__": "cc.Vec3", @@ -53451,20 +61095,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2321 + "__id__": 2651 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2323 + "__id__": 2653 }, { - "__id__": 2325 + "__id__": 2655 } ], "_prefab": { - "__id__": 2327 + "__id__": 2657 }, "_lpos": { "__type__": "cc.Vec3", @@ -53501,11 +61145,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2322 + "__id__": 2652 }, "_enabled": true, "__prefab": { - "__id__": 2324 + "__id__": 2654 }, "_contentSize": { "__type__": "cc.Size", @@ -53529,11 +61173,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2322 + "__id__": 2652 }, "_enabled": true, "__prefab": { - "__id__": 2326 + "__id__": 2656 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -53587,20 +61231,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2321 + "__id__": 2651 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2329 + "__id__": 2659 }, { - "__id__": 2331 + "__id__": 2661 } ], "_prefab": { - "__id__": 2333 + "__id__": 2663 }, "_lpos": { "__type__": "cc.Vec3", @@ -53637,11 +61281,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2328 + "__id__": 2658 }, "_enabled": true, "__prefab": { - "__id__": 2330 + "__id__": 2660 }, "_contentSize": { "__type__": "cc.Size", @@ -53665,11 +61309,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2328 + "__id__": 2658 }, "_enabled": true, "__prefab": { - "__id__": 2332 + "__id__": 2662 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -53723,11 +61367,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2321 + "__id__": 2651 }, "_enabled": true, "__prefab": { - "__id__": 2335 + "__id__": 2665 }, "_contentSize": { "__type__": "cc.Size", @@ -53751,11 +61395,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2321 + "__id__": 2651 }, "_enabled": true, "__prefab": { - "__id__": 2337 + "__id__": 2667 }, "_type": 0, "_inverted": false, @@ -53773,11 +61417,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2321 + "__id__": 2651 }, "_enabled": true, "__prefab": { - "__id__": 2339 + "__id__": 2669 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -53832,11 +61476,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2320 + "__id__": 2650 }, "_enabled": true, "__prefab": { - "__id__": 2342 + "__id__": 2672 }, "_contentSize": { "__type__": "cc.Size", @@ -53860,11 +61504,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2320 + "__id__": 2650 }, "_enabled": true, "__prefab": { - "__id__": 2344 + "__id__": 2674 }, "playOnLoad": true, "_clips": [ @@ -53902,20 +61546,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2319 + "__id__": 2649 }, "_children": [], "_active": false, "_components": [ { - "__id__": 2347 + "__id__": 2677 }, { - "__id__": 2349 + "__id__": 2679 } ], "_prefab": { - "__id__": 2351 + "__id__": 2681 }, "_lpos": { "__type__": "cc.Vec3", @@ -53952,11 +61596,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2346 + "__id__": 2676 }, "_enabled": true, "__prefab": { - "__id__": 2348 + "__id__": 2678 }, "_contentSize": { "__type__": "cc.Size", @@ -53980,11 +61624,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2346 + "__id__": 2676 }, "_enabled": true, "__prefab": { - "__id__": 2350 + "__id__": 2680 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -54038,20 +61682,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2319 + "__id__": 2649 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2353 + "__id__": 2683 }, { - "__id__": 2355 + "__id__": 2685 } ], "_prefab": { - "__id__": 2357 + "__id__": 2687 }, "_lpos": { "__type__": "cc.Vec3", @@ -54088,11 +61732,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2352 + "__id__": 2682 }, "_enabled": true, "__prefab": { - "__id__": 2354 + "__id__": 2684 }, "_contentSize": { "__type__": "cc.Size", @@ -54116,11 +61760,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2352 + "__id__": 2682 }, "_enabled": true, "__prefab": { - "__id__": 2356 + "__id__": 2686 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -54174,20 +61818,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2319 + "__id__": 2649 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2359 + "__id__": 2689 }, { - "__id__": 2361 + "__id__": 2691 } ], "_prefab": { - "__id__": 2363 + "__id__": 2693 }, "_lpos": { "__type__": "cc.Vec3", @@ -54224,11 +61868,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2358 + "__id__": 2688 }, "_enabled": true, "__prefab": { - "__id__": 2360 + "__id__": 2690 }, "_contentSize": { "__type__": "cc.Size", @@ -54252,11 +61896,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2358 + "__id__": 2688 }, "_enabled": true, "__prefab": { - "__id__": 2362 + "__id__": 2692 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -54333,20 +61977,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2319 + "__id__": 2649 }, "_children": [], "_active": false, "_components": [ { - "__id__": 2365 + "__id__": 2695 }, { - "__id__": 2367 + "__id__": 2697 } ], "_prefab": { - "__id__": 2369 + "__id__": 2699 }, "_lpos": { "__type__": "cc.Vec3", @@ -54383,11 +62027,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2364 + "__id__": 2694 }, "_enabled": true, "__prefab": { - "__id__": 2366 + "__id__": 2696 }, "_contentSize": { "__type__": "cc.Size", @@ -54411,11 +62055,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2364 + "__id__": 2694 }, "_enabled": true, "__prefab": { - "__id__": 2368 + "__id__": 2698 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -54469,20 +62113,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2319 + "__id__": 2649 }, "_children": [], "_active": false, "_components": [ { - "__id__": 2371 + "__id__": 2701 }, { - "__id__": 2373 + "__id__": 2703 } ], "_prefab": { - "__id__": 2375 + "__id__": 2705 }, "_lpos": { "__type__": "cc.Vec3", @@ -54519,11 +62163,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2370 + "__id__": 2700 }, "_enabled": true, "__prefab": { - "__id__": 2372 + "__id__": 2702 }, "_contentSize": { "__type__": "cc.Size", @@ -54547,11 +62191,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2370 + "__id__": 2700 }, "_enabled": true, "__prefab": { - "__id__": 2374 + "__id__": 2704 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -54605,23 +62249,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2319 + "__id__": 2649 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2377 + "__id__": 2707 }, { - "__id__": 2379 + "__id__": 2709 }, { - "__id__": 2381 + "__id__": 2711 } ], "_prefab": { - "__id__": 2383 + "__id__": 2713 }, "_lpos": { "__type__": "cc.Vec3", @@ -54658,11 +62302,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2376 + "__id__": 2706 }, "_enabled": true, "__prefab": { - "__id__": 2378 + "__id__": 2708 }, "_contentSize": { "__type__": "cc.Size", @@ -54686,11 +62330,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2376 + "__id__": 2706 }, "_enabled": true, "__prefab": { - "__id__": 2380 + "__id__": 2710 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -54731,11 +62375,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2376 + "__id__": 2706 }, "_enabled": true, "__prefab": { - "__id__": 2382 + "__id__": 2712 }, "playOnLoad": true, "_clips": [ @@ -54773,23 +62417,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2319 + "__id__": 2649 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2385 + "__id__": 2715 }, { - "__id__": 2387 + "__id__": 2717 }, { - "__id__": 2389 + "__id__": 2719 } ], "_prefab": { - "__id__": 2391 + "__id__": 2721 }, "_lpos": { "__type__": "cc.Vec3", @@ -54826,11 +62470,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2384 + "__id__": 2714 }, "_enabled": true, "__prefab": { - "__id__": 2386 + "__id__": 2716 }, "_contentSize": { "__type__": "cc.Size", @@ -54854,11 +62498,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2384 + "__id__": 2714 }, "_enabled": true, "__prefab": { - "__id__": 2388 + "__id__": 2718 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -54899,11 +62543,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2384 + "__id__": 2714 }, "_enabled": true, "__prefab": { - "__id__": 2390 + "__id__": 2720 }, "playOnLoad": true, "_clips": [ @@ -54941,23 +62585,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2319 + "__id__": 2649 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2393 + "__id__": 2723 }, { - "__id__": 2395 + "__id__": 2725 }, { - "__id__": 2397 + "__id__": 2727 } ], "_prefab": { - "__id__": 2399 + "__id__": 2729 }, "_lpos": { "__type__": "cc.Vec3", @@ -54994,11 +62638,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2392 + "__id__": 2722 }, "_enabled": true, "__prefab": { - "__id__": 2394 + "__id__": 2724 }, "_contentSize": { "__type__": "cc.Size", @@ -55022,11 +62666,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2392 + "__id__": 2722 }, "_enabled": true, "__prefab": { - "__id__": 2396 + "__id__": 2726 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -55067,11 +62711,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2392 + "__id__": 2722 }, "_enabled": true, "__prefab": { - "__id__": 2398 + "__id__": 2728 }, "playOnLoad": true, "_clips": [ @@ -55109,11 +62753,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2319 + "__id__": 2649 }, "_enabled": true, "__prefab": { - "__id__": 2401 + "__id__": 2731 }, "_contentSize": { "__type__": "cc.Size", @@ -55150,11 +62794,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2318 + "__id__": 2648 }, "_enabled": true, "__prefab": { - "__id__": 2404 + "__id__": 2734 }, "_contentSize": { "__type__": "cc.Size", @@ -55178,11 +62822,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2318 + "__id__": 2648 }, "_enabled": true, "__prefab": { - "__id__": 2406 + "__id__": 2736 }, "_alignFlags": 17, "_target": null, @@ -55227,27 +62871,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2229 + "__id__": 2559 }, "_children": [ { - "__id__": 2409 + "__id__": 2739 }, { - "__id__": 2452 + "__id__": 2782 } ], "_active": true, "_components": [ { - "__id__": 2497 + "__id__": 2827 }, { - "__id__": 2499 + "__id__": 2829 } ], "_prefab": { - "__id__": 2501 + "__id__": 2831 }, "_lpos": { "__type__": "cc.Vec3", @@ -55284,30 +62928,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2408 + "__id__": 2738 }, "_children": [ { - "__id__": 2410 + "__id__": 2740 }, { - "__id__": 2438 + "__id__": 2768 } ], "_active": true, "_components": [ { - "__id__": 2444 + "__id__": 2774 }, { - "__id__": 2446 + "__id__": 2776 }, { - "__id__": 2449 + "__id__": 2779 } ], "_prefab": { - "__id__": 2451 + "__id__": 2781 }, "_lpos": { "__type__": "cc.Vec3", @@ -55342,17 +62986,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 2409 + "__id__": 2739 }, "_prefab": { - "__id__": 2411 + "__id__": 2741 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 2410 + "__id__": 2740 }, "asset": { "__uuid__": "915a4408-90ea-4c30-9974-05d96c0c27f1", @@ -55360,7 +63004,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 2412 + "__id__": 2742 }, "targetOverrides": null }, @@ -55374,52 +63018,52 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 2413 + "__id__": 2743 }, { - "__id__": 2415 + "__id__": 2745 }, { - "__id__": 2416 + "__id__": 2746 }, { - "__id__": 2417 + "__id__": 2747 }, { - "__id__": 2418 + "__id__": 2748 }, { - "__id__": 2420 + "__id__": 2750 }, { - "__id__": 2421 + "__id__": 2751 }, { - "__id__": 2423 + "__id__": 2753 }, { - "__id__": 2425 + "__id__": 2755 }, { - "__id__": 2426 + "__id__": 2756 }, { - "__id__": 2428 + "__id__": 2758 }, { - "__id__": 2430 + "__id__": 2760 }, { - "__id__": 2432 + "__id__": 2762 }, { - "__id__": 2434 + "__id__": 2764 }, { - "__id__": 2435 + "__id__": 2765 }, { - "__id__": 2437 + "__id__": 2767 } ], "removedComponents": [] @@ -55427,7 +63071,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2414 + "__id__": 2744 }, "propertyPath": [ "_name" @@ -55443,7 +63087,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2414 + "__id__": 2744 }, "propertyPath": [ "_lpos" @@ -55458,7 +63102,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2414 + "__id__": 2744 }, "propertyPath": [ "_lrot" @@ -55474,7 +63118,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2414 + "__id__": 2744 }, "propertyPath": [ "_euler" @@ -55489,7 +63133,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2419 + "__id__": 2749 }, "propertyPath": [ "_lscale" @@ -55510,7 +63154,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2419 + "__id__": 2749 }, "propertyPath": [ "_active" @@ -55520,7 +63164,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2422 + "__id__": 2752 }, "propertyPath": [ "_lscale" @@ -55541,7 +63185,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2424 + "__id__": 2754 }, "propertyPath": [ "_contentSize" @@ -55561,7 +63205,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2422 + "__id__": 2752 }, "propertyPath": [ "_active" @@ -55571,7 +63215,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2427 + "__id__": 2757 }, "propertyPath": [ "_contentSize" @@ -55591,7 +63235,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2429 + "__id__": 2759 }, "propertyPath": [ "_color" @@ -55613,7 +63257,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2431 + "__id__": 2761 }, "propertyPath": [ "_active" @@ -55629,7 +63273,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2433 + "__id__": 2763 }, "propertyPath": [ "_spriteFrame" @@ -55648,7 +63292,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2431 + "__id__": 2761 }, "propertyPath": [ "_lscale" @@ -55663,7 +63307,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2436 + "__id__": 2766 }, "propertyPath": [ "_contentSize" @@ -55683,7 +63327,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2433 + "__id__": 2763 }, "propertyPath": [ "_useGrayscale" @@ -55696,20 +63340,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2409 + "__id__": 2739 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2439 + "__id__": 2769 }, { - "__id__": 2441 + "__id__": 2771 } ], "_prefab": { - "__id__": 2443 + "__id__": 2773 }, "_lpos": { "__type__": "cc.Vec3", @@ -55746,11 +63390,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2438 + "__id__": 2768 }, "_enabled": true, "__prefab": { - "__id__": 2440 + "__id__": 2770 }, "_contentSize": { "__type__": "cc.Size", @@ -55774,11 +63418,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2438 + "__id__": 2768 }, "_enabled": true, "__prefab": { - "__id__": 2442 + "__id__": 2772 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -55855,11 +63499,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2409 + "__id__": 2739 }, "_enabled": true, "__prefab": { - "__id__": 2445 + "__id__": 2775 }, "_contentSize": { "__type__": "cc.Size", @@ -55883,15 +63527,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2409 + "__id__": 2739 }, "_enabled": true, "__prefab": { - "__id__": 2447 + "__id__": 2777 }, "clickEvents": [ { - "__id__": 2448 + "__id__": 2778 } ], "_interactable": true, @@ -55931,7 +63575,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 2409 + "__id__": 2739 }, "_id": "" }, @@ -55942,7 +63586,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 2229 + "__id__": 2559 }, "component": "", "_componentId": "3d183Ezxg1EwJM/pim+pDMx", @@ -55955,11 +63599,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2409 + "__id__": 2739 }, "_enabled": false, "__prefab": { - "__id__": 2450 + "__id__": 2780 }, "_alignFlags": 16, "_target": null, @@ -56004,33 +63648,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2408 + "__id__": 2738 }, "_children": [ { - "__id__": 2453 + "__id__": 2783 }, { - "__id__": 2481 + "__id__": 2811 } ], "_active": true, "_components": [ { - "__id__": 2487 + "__id__": 2817 }, { - "__id__": 2489 + "__id__": 2819 }, { - "__id__": 2491 + "__id__": 2821 }, { - "__id__": 2494 + "__id__": 2824 } ], "_prefab": { - "__id__": 2496 + "__id__": 2826 }, "_lpos": { "__type__": "cc.Vec3", @@ -56065,17 +63709,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 2452 + "__id__": 2782 }, "_prefab": { - "__id__": 2454 + "__id__": 2784 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 2453 + "__id__": 2783 }, "asset": { "__uuid__": "915a4408-90ea-4c30-9974-05d96c0c27f1", @@ -56083,7 +63727,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 2455 + "__id__": 2785 }, "targetOverrides": null }, @@ -56097,52 +63741,52 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 2456 + "__id__": 2786 }, { - "__id__": 2458 + "__id__": 2788 }, { - "__id__": 2459 + "__id__": 2789 }, { - "__id__": 2460 + "__id__": 2790 }, { - "__id__": 2461 + "__id__": 2791 }, { - "__id__": 2463 + "__id__": 2793 }, { - "__id__": 2464 + "__id__": 2794 }, { - "__id__": 2466 + "__id__": 2796 }, { - "__id__": 2468 + "__id__": 2798 }, { - "__id__": 2469 + "__id__": 2799 }, { - "__id__": 2471 + "__id__": 2801 }, { - "__id__": 2473 + "__id__": 2803 }, { - "__id__": 2475 + "__id__": 2805 }, { - "__id__": 2477 + "__id__": 2807 }, { - "__id__": 2478 + "__id__": 2808 }, { - "__id__": 2480 + "__id__": 2810 } ], "removedComponents": [] @@ -56150,7 +63794,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2457 + "__id__": 2787 }, "propertyPath": [ "_name" @@ -56166,7 +63810,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2457 + "__id__": 2787 }, "propertyPath": [ "_lpos" @@ -56181,7 +63825,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2457 + "__id__": 2787 }, "propertyPath": [ "_lrot" @@ -56197,7 +63841,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2457 + "__id__": 2787 }, "propertyPath": [ "_euler" @@ -56212,7 +63856,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2462 + "__id__": 2792 }, "propertyPath": [ "_lscale" @@ -56233,7 +63877,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2462 + "__id__": 2792 }, "propertyPath": [ "_active" @@ -56243,7 +63887,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2465 + "__id__": 2795 }, "propertyPath": [ "_lscale" @@ -56264,7 +63908,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2467 + "__id__": 2797 }, "propertyPath": [ "_contentSize" @@ -56284,7 +63928,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2465 + "__id__": 2795 }, "propertyPath": [ "_active" @@ -56294,7 +63938,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2470 + "__id__": 2800 }, "propertyPath": [ "_contentSize" @@ -56314,7 +63958,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2472 + "__id__": 2802 }, "propertyPath": [ "_color" @@ -56336,7 +63980,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2474 + "__id__": 2804 }, "propertyPath": [ "_active" @@ -56352,7 +63996,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2476 + "__id__": 2806 }, "propertyPath": [ "_spriteFrame" @@ -56371,7 +64015,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2474 + "__id__": 2804 }, "propertyPath": [ "_lscale" @@ -56386,7 +64030,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2479 + "__id__": 2809 }, "propertyPath": [ "_contentSize" @@ -56406,7 +64050,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2476 + "__id__": 2806 }, "propertyPath": [ "_useGrayscale" @@ -56419,20 +64063,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2452 + "__id__": 2782 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2482 + "__id__": 2812 }, { - "__id__": 2484 + "__id__": 2814 } ], "_prefab": { - "__id__": 2486 + "__id__": 2816 }, "_lpos": { "__type__": "cc.Vec3", @@ -56469,11 +64113,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2481 + "__id__": 2811 }, "_enabled": true, "__prefab": { - "__id__": 2483 + "__id__": 2813 }, "_contentSize": { "__type__": "cc.Size", @@ -56497,11 +64141,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2481 + "__id__": 2811 }, "_enabled": true, "__prefab": { - "__id__": 2485 + "__id__": 2815 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -56578,11 +64222,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2452 + "__id__": 2782 }, "_enabled": true, "__prefab": { - "__id__": 2488 + "__id__": 2818 }, "_contentSize": { "__type__": "cc.Size", @@ -56606,11 +64250,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2452 + "__id__": 2782 }, "_enabled": false, "__prefab": { - "__id__": 2490 + "__id__": 2820 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -56651,15 +64295,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2452 + "__id__": 2782 }, "_enabled": true, "__prefab": { - "__id__": 2492 + "__id__": 2822 }, "clickEvents": [ { - "__id__": 2493 + "__id__": 2823 } ], "_interactable": true, @@ -56699,7 +64343,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 2452 + "__id__": 2782 }, "_id": "" }, @@ -56710,7 +64354,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 2229 + "__id__": 2559 }, "component": "", "_componentId": "3d183Ezxg1EwJM/pim+pDMx", @@ -56723,11 +64367,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2452 + "__id__": 2782 }, "_enabled": false, "__prefab": { - "__id__": 2495 + "__id__": 2825 }, "_alignFlags": 16, "_target": null, @@ -56772,11 +64416,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2408 + "__id__": 2738 }, "_enabled": true, "__prefab": { - "__id__": 2498 + "__id__": 2828 }, "_contentSize": { "__type__": "cc.Size", @@ -56800,11 +64444,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2408 + "__id__": 2738 }, "_enabled": true, "__prefab": { - "__id__": 2500 + "__id__": 2830 }, "_resizeMode": 1, "_layoutType": 1, @@ -56851,11 +64495,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2229 + "__id__": 2559 }, "_enabled": true, "__prefab": { - "__id__": 2503 + "__id__": 2833 }, "_contentSize": { "__type__": "cc.Size", @@ -56879,11 +64523,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2229 + "__id__": 2559 }, "_enabled": true, "__prefab": { - "__id__": 2505 + "__id__": 2835 }, "_resizeMode": 0, "_layoutType": 0, @@ -56917,11 +64561,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2229 + "__id__": 2559 }, "_enabled": false, "__prefab": { - "__id__": 2507 + "__id__": 2837 }, "_resizeMode": 0, "_layoutType": 3, @@ -56955,11 +64599,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2229 + "__id__": 2559 }, "_enabled": true, "__prefab": { - "__id__": 2509 + "__id__": 2839 }, "_alignFlags": 45, "_target": null, @@ -56991,11 +64635,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2229 + "__id__": 2559 }, "_enabled": true, "__prefab": { - "__id__": 2511 + "__id__": 2841 }, "_id": "" }, @@ -57026,29 +64670,29 @@ }, "_children": [ { - "__id__": 2514 + "__id__": 2844 }, { - "__id__": 2520 + "__id__": 2850 }, { - "__id__": 2526 + "__id__": 2856 } ], "_active": true, "_components": [ { - "__id__": 2532 + "__id__": 2862 }, { - "__id__": 2534 + "__id__": 2864 }, { - "__id__": 2537 + "__id__": 2867 } ], "_prefab": { - "__id__": 2539 + "__id__": 2869 }, "_lpos": { "__type__": "cc.Vec3", @@ -57085,20 +64729,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2513 + "__id__": 2843 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2515 + "__id__": 2845 }, { - "__id__": 2517 + "__id__": 2847 } ], "_prefab": { - "__id__": 2519 + "__id__": 2849 }, "_lpos": { "__type__": "cc.Vec3", @@ -57135,11 +64779,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2514 + "__id__": 2844 }, "_enabled": true, "__prefab": { - "__id__": 2516 + "__id__": 2846 }, "_contentSize": { "__type__": "cc.Size", @@ -57163,11 +64807,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2514 + "__id__": 2844 }, "_enabled": true, "__prefab": { - "__id__": 2518 + "__id__": 2848 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -57221,20 +64865,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2513 + "__id__": 2843 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2521 + "__id__": 2851 }, { - "__id__": 2523 + "__id__": 2853 } ], "_prefab": { - "__id__": 2525 + "__id__": 2855 }, "_lpos": { "__type__": "cc.Vec3", @@ -57271,11 +64915,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2520 + "__id__": 2850 }, "_enabled": true, "__prefab": { - "__id__": 2522 + "__id__": 2852 }, "_contentSize": { "__type__": "cc.Size", @@ -57299,11 +64943,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2520 + "__id__": 2850 }, "_enabled": true, "__prefab": { - "__id__": 2524 + "__id__": 2854 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -57357,20 +65001,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2513 + "__id__": 2843 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2527 + "__id__": 2857 }, { - "__id__": 2529 + "__id__": 2859 } ], "_prefab": { - "__id__": 2531 + "__id__": 2861 }, "_lpos": { "__type__": "cc.Vec3", @@ -57407,11 +65051,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2526 + "__id__": 2856 }, "_enabled": true, "__prefab": { - "__id__": 2528 + "__id__": 2858 }, "_contentSize": { "__type__": "cc.Size", @@ -57435,11 +65079,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2526 + "__id__": 2856 }, "_enabled": true, "__prefab": { - "__id__": 2530 + "__id__": 2860 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -57516,11 +65160,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2513 + "__id__": 2843 }, "_enabled": true, "__prefab": { - "__id__": 2533 + "__id__": 2863 }, "_contentSize": { "__type__": "cc.Size", @@ -57544,15 +65188,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2513 + "__id__": 2843 }, "_enabled": true, "__prefab": { - "__id__": 2535 + "__id__": 2865 }, "clickEvents": [ { - "__id__": 2536 + "__id__": 2866 } ], "_interactable": true, @@ -57614,11 +65258,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2513 + "__id__": 2843 }, "_enabled": true, "__prefab": { - "__id__": 2538 + "__id__": 2868 }, "_alignFlags": 9, "_target": null, @@ -57667,62 +65311,62 @@ }, "_children": [ { - "__id__": 2541 + "__id__": 2871 }, { - "__id__": 2549 + "__id__": 2879 }, { - "__id__": 2573 + "__id__": 2903 }, { - "__id__": 2651 + "__id__": 2981 }, { - "__id__": 2657 + "__id__": 2987 }, { - "__id__": 2663 + "__id__": 2993 }, { - "__id__": 2669 + "__id__": 2999 }, { - "__id__": 2677 + "__id__": 3007 }, { - "__id__": 2761 + "__id__": 3091 }, { - "__id__": 2767 + "__id__": 3097 }, { - "__id__": 2773 + "__id__": 3103 }, { - "__id__": 2779 + "__id__": 3109 } ], "_active": true, "_components": [ { - "__id__": 2785 + "__id__": 3115 }, { - "__id__": 2787 + "__id__": 3117 }, { - "__id__": 2789 + "__id__": 3119 }, { - "__id__": 2791 + "__id__": 3121 }, { - "__id__": 2793 + "__id__": 3123 } ], "_prefab": { - "__id__": 2795 + "__id__": 3125 }, "_lpos": { "__type__": "cc.Vec3", @@ -57759,23 +65403,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2542 + "__id__": 2872 }, { - "__id__": 2544 + "__id__": 2874 }, { - "__id__": 2546 + "__id__": 2876 } ], "_prefab": { - "__id__": 2548 + "__id__": 2878 }, "_lpos": { "__type__": "cc.Vec3", @@ -57812,11 +65456,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2541 + "__id__": 2871 }, "_enabled": true, "__prefab": { - "__id__": 2543 + "__id__": 2873 }, "_contentSize": { "__type__": "cc.Size", @@ -57840,11 +65484,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2541 + "__id__": 2871 }, "_enabled": true, "__prefab": { - "__id__": 2545 + "__id__": 2875 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -57885,11 +65529,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2541 + "__id__": 2871 }, "_enabled": true, "__prefab": { - "__id__": 2547 + "__id__": 2877 }, "_alignFlags": 45, "_target": null, @@ -57934,30 +65578,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [ { - "__id__": 2550 + "__id__": 2880 }, { - "__id__": 2558 + "__id__": 2888 } ], "_active": true, "_components": [ { - "__id__": 2566 + "__id__": 2896 }, { - "__id__": 2568 + "__id__": 2898 }, { - "__id__": 2570 + "__id__": 2900 } ], "_prefab": { - "__id__": 2572 + "__id__": 2902 }, "_lpos": { "__type__": "cc.Vec3", @@ -57994,23 +65638,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2549 + "__id__": 2879 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2551 + "__id__": 2881 }, { - "__id__": 2553 + "__id__": 2883 }, { - "__id__": 2555 + "__id__": 2885 } ], "_prefab": { - "__id__": 2557 + "__id__": 2887 }, "_lpos": { "__type__": "cc.Vec3", @@ -58047,11 +65691,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2550 + "__id__": 2880 }, "_enabled": true, "__prefab": { - "__id__": 2552 + "__id__": 2882 }, "_contentSize": { "__type__": "cc.Size", @@ -58075,11 +65719,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2550 + "__id__": 2880 }, "_enabled": true, "__prefab": { - "__id__": 2554 + "__id__": 2884 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -58120,11 +65764,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2550 + "__id__": 2880 }, "_enabled": true, "__prefab": { - "__id__": 2556 + "__id__": 2886 }, "_alignFlags": 45, "_target": null, @@ -58169,23 +65813,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2549 + "__id__": 2879 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2559 + "__id__": 2889 }, { - "__id__": 2561 + "__id__": 2891 }, { - "__id__": 2563 + "__id__": 2893 } ], "_prefab": { - "__id__": 2565 + "__id__": 2895 }, "_lpos": { "__type__": "cc.Vec3", @@ -58222,11 +65866,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2558 + "__id__": 2888 }, "_enabled": true, "__prefab": { - "__id__": 2560 + "__id__": 2890 }, "_contentSize": { "__type__": "cc.Size", @@ -58250,11 +65894,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2558 + "__id__": 2888 }, "_enabled": true, "__prefab": { - "__id__": 2562 + "__id__": 2892 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -58295,11 +65939,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2558 + "__id__": 2888 }, "_enabled": true, "__prefab": { - "__id__": 2564 + "__id__": 2894 }, "_alignFlags": 45, "_target": null, @@ -58344,11 +65988,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2549 + "__id__": 2879 }, "_enabled": true, "__prefab": { - "__id__": 2567 + "__id__": 2897 }, "_contentSize": { "__type__": "cc.Size", @@ -58372,11 +66016,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2549 + "__id__": 2879 }, "_enabled": true, "__prefab": { - "__id__": 2569 + "__id__": 2899 }, "_alignFlags": 18, "_target": null, @@ -58408,11 +66052,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2549 + "__id__": 2879 }, "_enabled": true, "__prefab": { - "__id__": 2571 + "__id__": 2901 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -58463,42 +66107,42 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [ { - "__id__": 2574 + "__id__": 2904 }, { - "__id__": 2600 + "__id__": 2930 }, { - "__id__": 2606 + "__id__": 2936 }, { - "__id__": 2612 + "__id__": 2942 }, { - "__id__": 2618 + "__id__": 2948 }, { - "__id__": 2624 + "__id__": 2954 }, { - "__id__": 2632 + "__id__": 2962 }, { - "__id__": 2640 + "__id__": 2970 } ], "_active": true, "_components": [ { - "__id__": 2648 + "__id__": 2978 } ], "_prefab": { - "__id__": 2650 + "__id__": 2980 }, "_lpos": { "__type__": "cc.Vec3", @@ -58535,24 +66179,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2573 + "__id__": 2903 }, "_children": [ { - "__id__": 2575 + "__id__": 2905 } ], "_active": true, "_components": [ { - "__id__": 2595 + "__id__": 2925 }, { - "__id__": 2597 + "__id__": 2927 } ], "_prefab": { - "__id__": 2599 + "__id__": 2929 }, "_lpos": { "__type__": "cc.Vec3", @@ -58589,30 +66233,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2574 + "__id__": 2904 }, "_children": [ { - "__id__": 2576 + "__id__": 2906 }, { - "__id__": 2582 + "__id__": 2912 } ], "_active": true, "_components": [ { - "__id__": 2588 + "__id__": 2918 }, { - "__id__": 2590 + "__id__": 2920 }, { - "__id__": 2592 + "__id__": 2922 } ], "_prefab": { - "__id__": 2594 + "__id__": 2924 }, "_lpos": { "__type__": "cc.Vec3", @@ -58649,20 +66293,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2575 + "__id__": 2905 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2577 + "__id__": 2907 }, { - "__id__": 2579 + "__id__": 2909 } ], "_prefab": { - "__id__": 2581 + "__id__": 2911 }, "_lpos": { "__type__": "cc.Vec3", @@ -58699,11 +66343,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2576 + "__id__": 2906 }, "_enabled": true, "__prefab": { - "__id__": 2578 + "__id__": 2908 }, "_contentSize": { "__type__": "cc.Size", @@ -58727,11 +66371,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2576 + "__id__": 2906 }, "_enabled": true, "__prefab": { - "__id__": 2580 + "__id__": 2910 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -58785,20 +66429,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2575 + "__id__": 2905 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2583 + "__id__": 2913 }, { - "__id__": 2585 + "__id__": 2915 } ], "_prefab": { - "__id__": 2587 + "__id__": 2917 }, "_lpos": { "__type__": "cc.Vec3", @@ -58835,11 +66479,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2582 + "__id__": 2912 }, "_enabled": true, "__prefab": { - "__id__": 2584 + "__id__": 2914 }, "_contentSize": { "__type__": "cc.Size", @@ -58863,11 +66507,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2582 + "__id__": 2912 }, "_enabled": true, "__prefab": { - "__id__": 2586 + "__id__": 2916 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -58921,11 +66565,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2575 + "__id__": 2905 }, "_enabled": true, "__prefab": { - "__id__": 2589 + "__id__": 2919 }, "_contentSize": { "__type__": "cc.Size", @@ -58949,11 +66593,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2575 + "__id__": 2905 }, "_enabled": true, "__prefab": { - "__id__": 2591 + "__id__": 2921 }, "_type": 0, "_inverted": false, @@ -58971,11 +66615,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2575 + "__id__": 2905 }, "_enabled": true, "__prefab": { - "__id__": 2593 + "__id__": 2923 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -59030,11 +66674,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2574 + "__id__": 2904 }, "_enabled": true, "__prefab": { - "__id__": 2596 + "__id__": 2926 }, "_contentSize": { "__type__": "cc.Size", @@ -59058,11 +66702,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2574 + "__id__": 2904 }, "_enabled": true, "__prefab": { - "__id__": 2598 + "__id__": 2928 }, "playOnLoad": true, "_clips": [ @@ -59100,20 +66744,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2573 + "__id__": 2903 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2601 + "__id__": 2931 }, { - "__id__": 2603 + "__id__": 2933 } ], "_prefab": { - "__id__": 2605 + "__id__": 2935 }, "_lpos": { "__type__": "cc.Vec3", @@ -59150,11 +66794,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2600 + "__id__": 2930 }, "_enabled": true, "__prefab": { - "__id__": 2602 + "__id__": 2932 }, "_contentSize": { "__type__": "cc.Size", @@ -59178,11 +66822,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2600 + "__id__": 2930 }, "_enabled": true, "__prefab": { - "__id__": 2604 + "__id__": 2934 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -59236,20 +66880,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2573 + "__id__": 2903 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2607 + "__id__": 2937 }, { - "__id__": 2609 + "__id__": 2939 } ], "_prefab": { - "__id__": 2611 + "__id__": 2941 }, "_lpos": { "__type__": "cc.Vec3", @@ -59286,11 +66930,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2606 + "__id__": 2936 }, "_enabled": true, "__prefab": { - "__id__": 2608 + "__id__": 2938 }, "_contentSize": { "__type__": "cc.Size", @@ -59314,11 +66958,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2606 + "__id__": 2936 }, "_enabled": true, "__prefab": { - "__id__": 2610 + "__id__": 2940 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -59395,20 +67039,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2573 + "__id__": 2903 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2613 + "__id__": 2943 }, { - "__id__": 2615 + "__id__": 2945 } ], "_prefab": { - "__id__": 2617 + "__id__": 2947 }, "_lpos": { "__type__": "cc.Vec3", @@ -59445,11 +67089,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2612 + "__id__": 2942 }, "_enabled": true, "__prefab": { - "__id__": 2614 + "__id__": 2944 }, "_contentSize": { "__type__": "cc.Size", @@ -59473,11 +67117,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2612 + "__id__": 2942 }, "_enabled": true, "__prefab": { - "__id__": 2616 + "__id__": 2946 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -59531,20 +67175,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2573 + "__id__": 2903 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2619 + "__id__": 2949 }, { - "__id__": 2621 + "__id__": 2951 } ], "_prefab": { - "__id__": 2623 + "__id__": 2953 }, "_lpos": { "__type__": "cc.Vec3", @@ -59581,11 +67225,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2618 + "__id__": 2948 }, "_enabled": true, "__prefab": { - "__id__": 2620 + "__id__": 2950 }, "_contentSize": { "__type__": "cc.Size", @@ -59609,11 +67253,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2618 + "__id__": 2948 }, "_enabled": true, "__prefab": { - "__id__": 2622 + "__id__": 2952 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -59667,23 +67311,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2573 + "__id__": 2903 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2625 + "__id__": 2955 }, { - "__id__": 2627 + "__id__": 2957 }, { - "__id__": 2629 + "__id__": 2959 } ], "_prefab": { - "__id__": 2631 + "__id__": 2961 }, "_lpos": { "__type__": "cc.Vec3", @@ -59720,11 +67364,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2624 + "__id__": 2954 }, "_enabled": true, "__prefab": { - "__id__": 2626 + "__id__": 2956 }, "_contentSize": { "__type__": "cc.Size", @@ -59748,11 +67392,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2624 + "__id__": 2954 }, "_enabled": true, "__prefab": { - "__id__": 2628 + "__id__": 2958 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -59793,11 +67437,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2624 + "__id__": 2954 }, "_enabled": true, "__prefab": { - "__id__": 2630 + "__id__": 2960 }, "playOnLoad": true, "_clips": [ @@ -59835,23 +67479,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2573 + "__id__": 2903 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2633 + "__id__": 2963 }, { - "__id__": 2635 + "__id__": 2965 }, { - "__id__": 2637 + "__id__": 2967 } ], "_prefab": { - "__id__": 2639 + "__id__": 2969 }, "_lpos": { "__type__": "cc.Vec3", @@ -59888,11 +67532,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2632 + "__id__": 2962 }, "_enabled": true, "__prefab": { - "__id__": 2634 + "__id__": 2964 }, "_contentSize": { "__type__": "cc.Size", @@ -59916,11 +67560,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2632 + "__id__": 2962 }, "_enabled": true, "__prefab": { - "__id__": 2636 + "__id__": 2966 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -59961,11 +67605,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2632 + "__id__": 2962 }, "_enabled": true, "__prefab": { - "__id__": 2638 + "__id__": 2968 }, "playOnLoad": true, "_clips": [ @@ -60003,23 +67647,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2573 + "__id__": 2903 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2641 + "__id__": 2971 }, { - "__id__": 2643 + "__id__": 2973 }, { - "__id__": 2645 + "__id__": 2975 } ], "_prefab": { - "__id__": 2647 + "__id__": 2977 }, "_lpos": { "__type__": "cc.Vec3", @@ -60056,11 +67700,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2640 + "__id__": 2970 }, "_enabled": true, "__prefab": { - "__id__": 2642 + "__id__": 2972 }, "_contentSize": { "__type__": "cc.Size", @@ -60084,11 +67728,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2640 + "__id__": 2970 }, "_enabled": true, "__prefab": { - "__id__": 2644 + "__id__": 2974 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -60129,11 +67773,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2640 + "__id__": 2970 }, "_enabled": true, "__prefab": { - "__id__": 2646 + "__id__": 2976 }, "playOnLoad": true, "_clips": [ @@ -60171,11 +67815,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2573 + "__id__": 2903 }, "_enabled": true, "__prefab": { - "__id__": 2649 + "__id__": 2979 }, "_contentSize": { "__type__": "cc.Size", @@ -60212,20 +67856,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2652 + "__id__": 2982 }, { - "__id__": 2654 + "__id__": 2984 } ], "_prefab": { - "__id__": 2656 + "__id__": 2986 }, "_lpos": { "__type__": "cc.Vec3", @@ -60262,11 +67906,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2651 + "__id__": 2981 }, "_enabled": true, "__prefab": { - "__id__": 2653 + "__id__": 2983 }, "_contentSize": { "__type__": "cc.Size", @@ -60290,11 +67934,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2651 + "__id__": 2981 }, "_enabled": true, "__prefab": { - "__id__": 2655 + "__id__": 2985 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -60371,20 +68015,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2658 + "__id__": 2988 }, { - "__id__": 2660 + "__id__": 2990 } ], "_prefab": { - "__id__": 2662 + "__id__": 2992 }, "_lpos": { "__type__": "cc.Vec3", @@ -60421,11 +68065,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2657 + "__id__": 2987 }, "_enabled": true, "__prefab": { - "__id__": 2659 + "__id__": 2989 }, "_contentSize": { "__type__": "cc.Size", @@ -60449,11 +68093,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2657 + "__id__": 2987 }, "_enabled": true, "__prefab": { - "__id__": 2661 + "__id__": 2991 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -60507,20 +68151,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2664 + "__id__": 2994 }, { - "__id__": 2666 + "__id__": 2996 } ], "_prefab": { - "__id__": 2668 + "__id__": 2998 }, "_lpos": { "__type__": "cc.Vec3", @@ -60557,11 +68201,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2663 + "__id__": 2993 }, "_enabled": true, "__prefab": { - "__id__": 2665 + "__id__": 2995 }, "_contentSize": { "__type__": "cc.Size", @@ -60585,11 +68229,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2663 + "__id__": 2993 }, "_enabled": true, "__prefab": { - "__id__": 2667 + "__id__": 2997 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -60643,23 +68287,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2670 + "__id__": 3000 }, { - "__id__": 2672 + "__id__": 3002 }, { - "__id__": 2674 + "__id__": 3004 } ], "_prefab": { - "__id__": 2676 + "__id__": 3006 }, "_lpos": { "__type__": "cc.Vec3", @@ -60696,11 +68340,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2669 + "__id__": 2999 }, "_enabled": true, "__prefab": { - "__id__": 2671 + "__id__": 3001 }, "_contentSize": { "__type__": "cc.Size", @@ -60724,11 +68368,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2669 + "__id__": 2999 }, "_enabled": true, "__prefab": { - "__id__": 2673 + "__id__": 3003 }, "_resizeMode": 2, "_layoutType": 3, @@ -60762,11 +68406,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2669 + "__id__": 2999 }, "_enabled": true, "__prefab": { - "__id__": 2675 + "__id__": 3005 }, "_alignFlags": 18, "_target": null, @@ -60811,24 +68455,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [ { - "__id__": 2678 + "__id__": 3008 }, { - "__id__": 2716 + "__id__": 3046 } ], "_active": true, "_components": [ { - "__id__": 2758 + "__id__": 3088 } ], "_prefab": { - "__id__": 2760 + "__id__": 3090 }, "_lpos": { "__type__": "cc.Vec3", @@ -60865,33 +68509,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2677 + "__id__": 3007 }, "_children": [ { - "__id__": 2679 + "__id__": 3009 }, { - "__id__": 2696 + "__id__": 3026 }, { - "__id__": 2702 + "__id__": 3032 } ], "_active": false, "_components": [ { - "__id__": 2708 + "__id__": 3038 }, { - "__id__": 2710 + "__id__": 3040 }, { - "__id__": 2712 + "__id__": 3042 } ], "_prefab": { - "__id__": 2715 + "__id__": 3045 }, "_lpos": { "__type__": "cc.Vec3", @@ -60926,17 +68570,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 2678 + "__id__": 3008 }, "_prefab": { - "__id__": 2680 + "__id__": 3010 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 2679 + "__id__": 3009 }, "asset": { "__uuid__": "915a4408-90ea-4c30-9974-05d96c0c27f1", @@ -60944,7 +68588,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 2681 + "__id__": 3011 }, "targetOverrides": null }, @@ -60958,31 +68602,31 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 2682 + "__id__": 3012 }, { - "__id__": 2684 + "__id__": 3014 }, { - "__id__": 2685 + "__id__": 3015 }, { - "__id__": 2686 + "__id__": 3016 }, { - "__id__": 2687 + "__id__": 3017 }, { - "__id__": 2689 + "__id__": 3019 }, { - "__id__": 2691 + "__id__": 3021 }, { - "__id__": 2692 + "__id__": 3022 }, { - "__id__": 2694 + "__id__": 3024 } ], "removedComponents": [] @@ -60990,7 +68634,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2683 + "__id__": 3013 }, "propertyPath": [ "_name" @@ -61006,7 +68650,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2683 + "__id__": 3013 }, "propertyPath": [ "_lpos" @@ -61021,7 +68665,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2683 + "__id__": 3013 }, "propertyPath": [ "_lrot" @@ -61037,7 +68681,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2683 + "__id__": 3013 }, "propertyPath": [ "_euler" @@ -61052,7 +68696,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2688 + "__id__": 3018 }, "propertyPath": [ "_contentSize" @@ -61072,7 +68716,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2690 + "__id__": 3020 }, "propertyPath": [ "_lscale" @@ -61093,7 +68737,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2690 + "__id__": 3020 }, "propertyPath": [ "_active" @@ -61103,7 +68747,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2693 + "__id__": 3023 }, "propertyPath": [ "_lscale" @@ -61124,7 +68768,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2695 + "__id__": 3025 }, "propertyPath": [ "_contentSize" @@ -61147,20 +68791,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2678 + "__id__": 3008 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2697 + "__id__": 3027 }, { - "__id__": 2699 + "__id__": 3029 } ], "_prefab": { - "__id__": 2701 + "__id__": 3031 }, "_lpos": { "__type__": "cc.Vec3", @@ -61197,11 +68841,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2696 + "__id__": 3026 }, "_enabled": true, "__prefab": { - "__id__": 2698 + "__id__": 3028 }, "_contentSize": { "__type__": "cc.Size", @@ -61225,11 +68869,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2696 + "__id__": 3026 }, "_enabled": true, "__prefab": { - "__id__": 2700 + "__id__": 3030 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -61283,20 +68927,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2678 + "__id__": 3008 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2703 + "__id__": 3033 }, { - "__id__": 2705 + "__id__": 3035 } ], "_prefab": { - "__id__": 2707 + "__id__": 3037 }, "_lpos": { "__type__": "cc.Vec3", @@ -61333,11 +68977,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2702 + "__id__": 3032 }, "_enabled": true, "__prefab": { - "__id__": 2704 + "__id__": 3034 }, "_contentSize": { "__type__": "cc.Size", @@ -61361,11 +69005,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2702 + "__id__": 3032 }, "_enabled": true, "__prefab": { - "__id__": 2706 + "__id__": 3036 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -61442,11 +69086,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2678 + "__id__": 3008 }, "_enabled": true, "__prefab": { - "__id__": 2709 + "__id__": 3039 }, "_contentSize": { "__type__": "cc.Size", @@ -61470,11 +69114,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2678 + "__id__": 3008 }, "_enabled": false, "__prefab": { - "__id__": 2711 + "__id__": 3041 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -61515,15 +69159,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2678 + "__id__": 3008 }, "_enabled": true, "__prefab": { - "__id__": 2713 + "__id__": 3043 }, "clickEvents": [ { - "__id__": 2714 + "__id__": 3044 } ], "_interactable": true, @@ -61572,7 +69216,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 2540 + "__id__": 2870 }, "component": "", "_componentId": "463c7iN7clDbLBuuJ6fqWQv", @@ -61598,30 +69242,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2677 + "__id__": 3007 }, "_children": [ { - "__id__": 2717 + "__id__": 3047 }, { - "__id__": 2744 + "__id__": 3074 } ], "_active": true, "_components": [ { - "__id__": 2750 + "__id__": 3080 }, { - "__id__": 2752 + "__id__": 3082 }, { - "__id__": 2754 + "__id__": 3084 } ], "_prefab": { - "__id__": 2757 + "__id__": 3087 }, "_lpos": { "__type__": "cc.Vec3", @@ -61656,17 +69300,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 2716 + "__id__": 3046 }, "_prefab": { - "__id__": 2718 + "__id__": 3048 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 2717 + "__id__": 3047 }, "asset": { "__uuid__": "915a4408-90ea-4c30-9974-05d96c0c27f1", @@ -61674,7 +69318,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 2719 + "__id__": 3049 }, "targetOverrides": null }, @@ -61688,49 +69332,49 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 2720 + "__id__": 3050 }, { - "__id__": 2722 + "__id__": 3052 }, { - "__id__": 2723 + "__id__": 3053 }, { - "__id__": 2724 + "__id__": 3054 }, { - "__id__": 2725 + "__id__": 3055 }, { - "__id__": 2727 + "__id__": 3057 }, { - "__id__": 2728 + "__id__": 3058 }, { - "__id__": 2730 + "__id__": 3060 }, { - "__id__": 2732 + "__id__": 3062 }, { - "__id__": 2733 + "__id__": 3063 }, { - "__id__": 2735 + "__id__": 3065 }, { - "__id__": 2737 + "__id__": 3067 }, { - "__id__": 2739 + "__id__": 3069 }, { - "__id__": 2741 + "__id__": 3071 }, { - "__id__": 2742 + "__id__": 3072 } ], "removedComponents": [] @@ -61738,7 +69382,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2721 + "__id__": 3051 }, "propertyPath": [ "_name" @@ -61754,7 +69398,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2721 + "__id__": 3051 }, "propertyPath": [ "_lpos" @@ -61769,7 +69413,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2721 + "__id__": 3051 }, "propertyPath": [ "_lrot" @@ -61785,7 +69429,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2721 + "__id__": 3051 }, "propertyPath": [ "_euler" @@ -61800,7 +69444,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2726 + "__id__": 3056 }, "propertyPath": [ "_lscale" @@ -61821,7 +69465,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2726 + "__id__": 3056 }, "propertyPath": [ "_active" @@ -61831,7 +69475,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2729 + "__id__": 3059 }, "propertyPath": [ "_lscale" @@ -61852,7 +69496,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2731 + "__id__": 3061 }, "propertyPath": [ "_contentSize" @@ -61872,7 +69516,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2729 + "__id__": 3059 }, "propertyPath": [ "_active" @@ -61882,7 +69526,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2734 + "__id__": 3064 }, "propertyPath": [ "_contentSize" @@ -61902,7 +69546,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2736 + "__id__": 3066 }, "propertyPath": [ "_color" @@ -61924,7 +69568,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2738 + "__id__": 3068 }, "propertyPath": [ "_active" @@ -61940,7 +69584,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2740 + "__id__": 3070 }, "propertyPath": [ "_spriteFrame" @@ -61959,7 +69603,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2738 + "__id__": 3068 }, "propertyPath": [ "_lscale" @@ -61974,7 +69618,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 2743 + "__id__": 3073 }, "propertyPath": [ "_contentSize" @@ -61997,20 +69641,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2716 + "__id__": 3046 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2745 + "__id__": 3075 }, { - "__id__": 2747 + "__id__": 3077 } ], "_prefab": { - "__id__": 2749 + "__id__": 3079 }, "_lpos": { "__type__": "cc.Vec3", @@ -62047,11 +69691,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2744 + "__id__": 3074 }, "_enabled": true, "__prefab": { - "__id__": 2746 + "__id__": 3076 }, "_contentSize": { "__type__": "cc.Size", @@ -62075,11 +69719,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2744 + "__id__": 3074 }, "_enabled": true, "__prefab": { - "__id__": 2748 + "__id__": 3078 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -62156,11 +69800,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2716 + "__id__": 3046 }, "_enabled": true, "__prefab": { - "__id__": 2751 + "__id__": 3081 }, "_contentSize": { "__type__": "cc.Size", @@ -62184,11 +69828,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2716 + "__id__": 3046 }, "_enabled": false, "__prefab": { - "__id__": 2753 + "__id__": 3083 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -62229,15 +69873,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2716 + "__id__": 3046 }, "_enabled": true, "__prefab": { - "__id__": 2755 + "__id__": 3085 }, "clickEvents": [ { - "__id__": 2756 + "__id__": 3086 } ], "_interactable": true, @@ -62286,7 +69930,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 2540 + "__id__": 2870 }, "component": "", "_componentId": "463c7iN7clDbLBuuJ6fqWQv", @@ -62312,11 +69956,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2677 + "__id__": 3007 }, "_enabled": true, "__prefab": { - "__id__": 2759 + "__id__": 3089 }, "_contentSize": { "__type__": "cc.Size", @@ -62353,20 +69997,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2762 + "__id__": 3092 }, { - "__id__": 2764 + "__id__": 3094 } ], "_prefab": { - "__id__": 2766 + "__id__": 3096 }, "_lpos": { "__type__": "cc.Vec3", @@ -62403,11 +70047,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2761 + "__id__": 3091 }, "_enabled": true, "__prefab": { - "__id__": 2763 + "__id__": 3093 }, "_contentSize": { "__type__": "cc.Size", @@ -62431,11 +70075,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2761 + "__id__": 3091 }, "_enabled": true, "__prefab": { - "__id__": 2765 + "__id__": 3095 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -62512,20 +70156,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2768 + "__id__": 3098 }, { - "__id__": 2770 + "__id__": 3100 } ], "_prefab": { - "__id__": 2772 + "__id__": 3102 }, "_lpos": { "__type__": "cc.Vec3", @@ -62562,11 +70206,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2767 + "__id__": 3097 }, "_enabled": true, "__prefab": { - "__id__": 2769 + "__id__": 3099 }, "_contentSize": { "__type__": "cc.Size", @@ -62590,11 +70234,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2767 + "__id__": 3097 }, "_enabled": true, "__prefab": { - "__id__": 2771 + "__id__": 3101 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -62671,20 +70315,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2774 + "__id__": 3104 }, { - "__id__": 2776 + "__id__": 3106 } ], "_prefab": { - "__id__": 2778 + "__id__": 3108 }, "_lpos": { "__type__": "cc.Vec3", @@ -62721,11 +70365,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2773 + "__id__": 3103 }, "_enabled": true, "__prefab": { - "__id__": 2775 + "__id__": 3105 }, "_contentSize": { "__type__": "cc.Size", @@ -62749,11 +70393,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2773 + "__id__": 3103 }, "_enabled": true, "__prefab": { - "__id__": 2777 + "__id__": 3107 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -62830,20 +70474,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2540 + "__id__": 2870 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2780 + "__id__": 3110 }, { - "__id__": 2782 + "__id__": 3112 } ], "_prefab": { - "__id__": 2784 + "__id__": 3114 }, "_lpos": { "__type__": "cc.Vec3", @@ -62880,11 +70524,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2779 + "__id__": 3109 }, "_enabled": true, "__prefab": { - "__id__": 2781 + "__id__": 3111 }, "_contentSize": { "__type__": "cc.Size", @@ -62908,11 +70552,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2779 + "__id__": 3109 }, "_enabled": true, "__prefab": { - "__id__": 2783 + "__id__": 3113 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -62989,11 +70633,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2540 + "__id__": 2870 }, "_enabled": true, "__prefab": { - "__id__": 2786 + "__id__": 3116 }, "_contentSize": { "__type__": "cc.Size", @@ -63017,11 +70661,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2540 + "__id__": 2870 }, "_enabled": true, "__prefab": { - "__id__": 2788 + "__id__": 3118 }, "_id": "" }, @@ -63035,11 +70679,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2540 + "__id__": 2870 }, "_enabled": true, "__prefab": { - "__id__": 2790 + "__id__": 3120 }, "_alignFlags": 45, "_target": null, @@ -63071,11 +70715,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2540 + "__id__": 2870 }, "_enabled": true, "__prefab": { - "__id__": 2792 + "__id__": 3122 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -63113,11 +70757,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2540 + "__id__": 2870 }, "_enabled": true, "__prefab": { - "__id__": 2794 + "__id__": 3124 }, "_id": "" }, @@ -63148,32 +70792,32 @@ }, "_children": [ { - "__id__": 2797 + "__id__": 3127 }, { - "__id__": 2813 + "__id__": 3143 }, { - "__id__": 3011 + "__id__": 3341 }, { - "__id__": 3019 + "__id__": 3349 }, { - "__id__": 3198 + "__id__": 3528 } ], "_active": false, "_components": [ { - "__id__": 3248 + "__id__": 3578 }, { - "__id__": 3250 + "__id__": 3580 } ], "_prefab": { - "__id__": 3252 + "__id__": 3582 }, "_lpos": { "__type__": "cc.Vec3", @@ -63210,27 +70854,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2796 + "__id__": 3126 }, "_children": [ { - "__id__": 2798 + "__id__": 3128 } ], "_active": true, "_components": [ { - "__id__": 2806 + "__id__": 3136 }, { - "__id__": 2808 + "__id__": 3138 }, { - "__id__": 2810 + "__id__": 3140 } ], "_prefab": { - "__id__": 2812 + "__id__": 3142 }, "_lpos": { "__type__": "cc.Vec3", @@ -63267,23 +70911,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2797 + "__id__": 3127 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2799 + "__id__": 3129 }, { - "__id__": 2801 + "__id__": 3131 }, { - "__id__": 2803 + "__id__": 3133 } ], "_prefab": { - "__id__": 2805 + "__id__": 3135 }, "_lpos": { "__type__": "cc.Vec3", @@ -63320,11 +70964,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2798 + "__id__": 3128 }, "_enabled": true, "__prefab": { - "__id__": 2800 + "__id__": 3130 }, "_contentSize": { "__type__": "cc.Size", @@ -63348,11 +70992,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2798 + "__id__": 3128 }, "_enabled": true, "__prefab": { - "__id__": 2802 + "__id__": 3132 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -63393,11 +71037,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2798 + "__id__": 3128 }, "_enabled": true, "__prefab": { - "__id__": 2804 + "__id__": 3134 }, "_alignFlags": 45, "_target": null, @@ -63442,11 +71086,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2797 + "__id__": 3127 }, "_enabled": true, "__prefab": { - "__id__": 2807 + "__id__": 3137 }, "_contentSize": { "__type__": "cc.Size", @@ -63470,11 +71114,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2797 + "__id__": 3127 }, "_enabled": true, "__prefab": { - "__id__": 2809 + "__id__": 3139 }, "_alignFlags": 45, "_target": null, @@ -63506,11 +71150,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2797 + "__id__": 3127 }, "_enabled": true, "__prefab": { - "__id__": 2811 + "__id__": 3141 }, "_id": "" }, @@ -63537,24 +71181,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2796 + "__id__": 3126 }, "_children": [ { - "__id__": 2814 + "__id__": 3144 }, { - "__id__": 2828 + "__id__": 3158 } ], "_active": true, "_components": [ { - "__id__": 3008 + "__id__": 3338 } ], "_prefab": { - "__id__": 3010 + "__id__": 3340 }, "_lpos": { "__type__": "cc.Vec3", @@ -63591,27 +71235,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2813 + "__id__": 3143 }, "_children": [ { - "__id__": 2815 + "__id__": 3145 } ], "_active": true, "_components": [ { - "__id__": 2821 + "__id__": 3151 }, { - "__id__": 2823 + "__id__": 3153 }, { - "__id__": 2825 + "__id__": 3155 } ], "_prefab": { - "__id__": 2827 + "__id__": 3157 }, "_lpos": { "__type__": "cc.Vec3", @@ -63648,20 +71292,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2814 + "__id__": 3144 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2816 + "__id__": 3146 }, { - "__id__": 2818 + "__id__": 3148 } ], "_prefab": { - "__id__": 2820 + "__id__": 3150 }, "_lpos": { "__type__": "cc.Vec3", @@ -63698,11 +71342,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2815 + "__id__": 3145 }, "_enabled": true, "__prefab": { - "__id__": 2817 + "__id__": 3147 }, "_contentSize": { "__type__": "cc.Size", @@ -63726,11 +71370,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2815 + "__id__": 3145 }, "_enabled": true, "__prefab": { - "__id__": 2819 + "__id__": 3149 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -63784,11 +71428,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2814 + "__id__": 3144 }, "_enabled": true, "__prefab": { - "__id__": 2822 + "__id__": 3152 }, "_contentSize": { "__type__": "cc.Size", @@ -63812,11 +71456,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2814 + "__id__": 3144 }, "_enabled": true, "__prefab": { - "__id__": 2824 + "__id__": 3154 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -63857,11 +71501,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2814 + "__id__": 3144 }, "_enabled": true, "__prefab": { - "__id__": 2826 + "__id__": 3156 }, "_alignFlags": 45, "_target": null, @@ -63906,57 +71550,57 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2813 + "__id__": 3143 }, "_children": [ { - "__id__": 2829 + "__id__": 3159 }, { - "__id__": 2837 + "__id__": 3167 }, { - "__id__": 2845 + "__id__": 3175 }, { - "__id__": 2853 + "__id__": 3183 }, { - "__id__": 2869 + "__id__": 3199 }, { - "__id__": 2877 + "__id__": 3207 }, { - "__id__": 2885 + "__id__": 3215 }, { - "__id__": 2905 + "__id__": 3235 }, { - "__id__": 2933 + "__id__": 3263 }, { - "__id__": 2961 + "__id__": 3291 }, { - "__id__": 2977 + "__id__": 3307 }, { - "__id__": 2981 + "__id__": 3311 } ], "_active": true, "_components": [ { - "__id__": 3003 + "__id__": 3333 }, { - "__id__": 3005 + "__id__": 3335 } ], "_prefab": { - "__id__": 3007 + "__id__": 3337 }, "_lpos": { "__type__": "cc.Vec3", @@ -63993,23 +71637,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2830 + "__id__": 3160 }, { - "__id__": 2832 + "__id__": 3162 }, { - "__id__": 2834 + "__id__": 3164 } ], "_prefab": { - "__id__": 2836 + "__id__": 3166 }, "_lpos": { "__type__": "cc.Vec3", @@ -64046,11 +71690,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2829 + "__id__": 3159 }, "_enabled": true, "__prefab": { - "__id__": 2831 + "__id__": 3161 }, "_contentSize": { "__type__": "cc.Size", @@ -64074,11 +71718,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2829 + "__id__": 3159 }, "_enabled": false, "__prefab": { - "__id__": 2833 + "__id__": 3163 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -64119,11 +71763,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2829 + "__id__": 3159 }, "_enabled": true, "__prefab": { - "__id__": 2835 + "__id__": 3165 }, "_alignFlags": 45, "_target": null, @@ -64168,23 +71812,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2838 + "__id__": 3168 }, { - "__id__": 2840 + "__id__": 3170 }, { - "__id__": 2842 + "__id__": 3172 } ], "_prefab": { - "__id__": 2844 + "__id__": 3174 }, "_lpos": { "__type__": "cc.Vec3", @@ -64221,11 +71865,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2837 + "__id__": 3167 }, "_enabled": true, "__prefab": { - "__id__": 2839 + "__id__": 3169 }, "_contentSize": { "__type__": "cc.Size", @@ -64249,11 +71893,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2837 + "__id__": 3167 }, "_enabled": true, "__prefab": { - "__id__": 2841 + "__id__": 3171 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -64294,11 +71938,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2837 + "__id__": 3167 }, "_enabled": true, "__prefab": { - "__id__": 2843 + "__id__": 3173 }, "_alignFlags": 45, "_target": null, @@ -64343,23 +71987,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2846 + "__id__": 3176 }, { - "__id__": 2848 + "__id__": 3178 }, { - "__id__": 2850 + "__id__": 3180 } ], "_prefab": { - "__id__": 2852 + "__id__": 3182 }, "_lpos": { "__type__": "cc.Vec3", @@ -64396,11 +72040,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2845 + "__id__": 3175 }, "_enabled": true, "__prefab": { - "__id__": 2847 + "__id__": 3177 }, "_contentSize": { "__type__": "cc.Size", @@ -64424,11 +72068,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2845 + "__id__": 3175 }, "_enabled": true, "__prefab": { - "__id__": 2849 + "__id__": 3179 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -64469,11 +72113,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2845 + "__id__": 3175 }, "_enabled": true, "__prefab": { - "__id__": 2851 + "__id__": 3181 }, "_alignFlags": 45, "_target": null, @@ -64518,30 +72162,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [ { - "__id__": 2854 + "__id__": 3184 } ], "_active": true, "_components": [ { - "__id__": 2860 + "__id__": 3190 }, { - "__id__": 2862 + "__id__": 3192 }, { - "__id__": 2864 + "__id__": 3194 }, { - "__id__": 2866 + "__id__": 3196 } ], "_prefab": { - "__id__": 2868 + "__id__": 3198 }, "_lpos": { "__type__": "cc.Vec3", @@ -64578,20 +72222,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2853 + "__id__": 3183 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2855 + "__id__": 3185 }, { - "__id__": 2857 + "__id__": 3187 } ], "_prefab": { - "__id__": 2859 + "__id__": 3189 }, "_lpos": { "__type__": "cc.Vec3", @@ -64628,11 +72272,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2854 + "__id__": 3184 }, "_enabled": true, "__prefab": { - "__id__": 2856 + "__id__": 3186 }, "_contentSize": { "__type__": "cc.Size", @@ -64656,11 +72300,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2854 + "__id__": 3184 }, "_enabled": true, "__prefab": { - "__id__": 2858 + "__id__": 3188 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -64714,11 +72358,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2853 + "__id__": 3183 }, "_enabled": true, "__prefab": { - "__id__": 2861 + "__id__": 3191 }, "_contentSize": { "__type__": "cc.Size", @@ -64742,11 +72386,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2853 + "__id__": 3183 }, "_enabled": true, "__prefab": { - "__id__": 2863 + "__id__": 3193 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -64787,11 +72431,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2853 + "__id__": 3183 }, "_enabled": true, "__prefab": { - "__id__": 2865 + "__id__": 3195 }, "_alignFlags": 45, "_target": null, @@ -64823,11 +72467,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2853 + "__id__": 3183 }, "_enabled": true, "__prefab": { - "__id__": 2867 + "__id__": 3197 }, "_type": 3, "_inverted": false, @@ -64858,23 +72502,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2870 + "__id__": 3200 }, { - "__id__": 2872 + "__id__": 3202 }, { - "__id__": 2874 + "__id__": 3204 } ], "_prefab": { - "__id__": 2876 + "__id__": 3206 }, "_lpos": { "__type__": "cc.Vec3", @@ -64911,11 +72555,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2869 + "__id__": 3199 }, "_enabled": true, "__prefab": { - "__id__": 2871 + "__id__": 3201 }, "_contentSize": { "__type__": "cc.Size", @@ -64939,11 +72583,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2869 + "__id__": 3199 }, "_enabled": true, "__prefab": { - "__id__": 2873 + "__id__": 3203 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -64984,11 +72628,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2869 + "__id__": 3199 }, "_enabled": true, "__prefab": { - "__id__": 2875 + "__id__": 3205 }, "_alignFlags": 40, "_target": null, @@ -65033,23 +72677,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2878 + "__id__": 3208 }, { - "__id__": 2880 + "__id__": 3210 }, { - "__id__": 2882 + "__id__": 3212 } ], "_prefab": { - "__id__": 2884 + "__id__": 3214 }, "_lpos": { "__type__": "cc.Vec3", @@ -65086,11 +72730,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2877 + "__id__": 3207 }, "_enabled": true, "__prefab": { - "__id__": 2879 + "__id__": 3209 }, "_contentSize": { "__type__": "cc.Size", @@ -65114,11 +72758,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2877 + "__id__": 3207 }, "_enabled": true, "__prefab": { - "__id__": 2881 + "__id__": 3211 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -65182,11 +72826,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2877 + "__id__": 3207 }, "_enabled": true, "__prefab": { - "__id__": 2883 + "__id__": 3213 }, "_alignFlags": 41, "_target": null, @@ -65231,27 +72875,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [ { - "__id__": 2886 + "__id__": 3216 }, { - "__id__": 2894 + "__id__": 3224 } ], "_active": false, "_components": [ { - "__id__": 2900 + "__id__": 3230 }, { - "__id__": 2902 + "__id__": 3232 } ], "_prefab": { - "__id__": 2904 + "__id__": 3234 }, "_lpos": { "__type__": "cc.Vec3", @@ -65288,23 +72932,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2885 + "__id__": 3215 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2887 + "__id__": 3217 }, { - "__id__": 2889 + "__id__": 3219 }, { - "__id__": 2891 + "__id__": 3221 } ], "_prefab": { - "__id__": 2893 + "__id__": 3223 }, "_lpos": { "__type__": "cc.Vec3", @@ -65341,11 +72985,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2886 + "__id__": 3216 }, "_enabled": true, "__prefab": { - "__id__": 2888 + "__id__": 3218 }, "_contentSize": { "__type__": "cc.Size", @@ -65369,11 +73013,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2886 + "__id__": 3216 }, "_enabled": true, "__prefab": { - "__id__": 2890 + "__id__": 3220 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -65414,11 +73058,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2886 + "__id__": 3216 }, "_enabled": true, "__prefab": { - "__id__": 2892 + "__id__": 3222 }, "_alignFlags": 45, "_target": null, @@ -65463,20 +73107,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2885 + "__id__": 3215 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2895 + "__id__": 3225 }, { - "__id__": 2897 + "__id__": 3227 } ], "_prefab": { - "__id__": 2899 + "__id__": 3229 }, "_lpos": { "__type__": "cc.Vec3", @@ -65513,11 +73157,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2894 + "__id__": 3224 }, "_enabled": true, "__prefab": { - "__id__": 2896 + "__id__": 3226 }, "_contentSize": { "__type__": "cc.Size", @@ -65541,11 +73185,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2894 + "__id__": 3224 }, "_enabled": true, "__prefab": { - "__id__": 2898 + "__id__": 3228 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -65622,11 +73266,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2885 + "__id__": 3215 }, "_enabled": true, "__prefab": { - "__id__": 2901 + "__id__": 3231 }, "_contentSize": { "__type__": "cc.Size", @@ -65650,11 +73294,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2885 + "__id__": 3215 }, "_enabled": true, "__prefab": { - "__id__": 2903 + "__id__": 3233 }, "_alignFlags": 4, "_target": null, @@ -65699,30 +73343,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [ { - "__id__": 2906 + "__id__": 3236 }, { - "__id__": 2914 + "__id__": 3244 }, { - "__id__": 2922 + "__id__": 3252 } ], "_active": true, "_components": [ { - "__id__": 2928 + "__id__": 3258 }, { - "__id__": 2930 + "__id__": 3260 } ], "_prefab": { - "__id__": 2932 + "__id__": 3262 }, "_lpos": { "__type__": "cc.Vec3", @@ -65759,23 +73403,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2905 + "__id__": 3235 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2907 + "__id__": 3237 }, { - "__id__": 2909 + "__id__": 3239 }, { - "__id__": 2911 + "__id__": 3241 } ], "_prefab": { - "__id__": 2913 + "__id__": 3243 }, "_lpos": { "__type__": "cc.Vec3", @@ -65812,11 +73456,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2906 + "__id__": 3236 }, "_enabled": true, "__prefab": { - "__id__": 2908 + "__id__": 3238 }, "_contentSize": { "__type__": "cc.Size", @@ -65840,11 +73484,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2906 + "__id__": 3236 }, "_enabled": false, "__prefab": { - "__id__": 2910 + "__id__": 3240 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -65885,11 +73529,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2906 + "__id__": 3236 }, "_enabled": true, "__prefab": { - "__id__": 2912 + "__id__": 3242 }, "_alignFlags": 40, "_target": null, @@ -65934,23 +73578,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2905 + "__id__": 3235 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2915 + "__id__": 3245 }, { - "__id__": 2917 + "__id__": 3247 }, { - "__id__": 2919 + "__id__": 3249 } ], "_prefab": { - "__id__": 2921 + "__id__": 3251 }, "_lpos": { "__type__": "cc.Vec3", @@ -65987,11 +73631,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2914 + "__id__": 3244 }, "_enabled": true, "__prefab": { - "__id__": 2916 + "__id__": 3246 }, "_contentSize": { "__type__": "cc.Size", @@ -66015,11 +73659,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2914 + "__id__": 3244 }, "_enabled": true, "__prefab": { - "__id__": 2918 + "__id__": 3248 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -66083,11 +73727,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2914 + "__id__": 3244 }, "_enabled": true, "__prefab": { - "__id__": 2920 + "__id__": 3250 }, "_alignFlags": 8, "_target": null, @@ -66132,20 +73776,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2905 + "__id__": 3235 }, "_children": [], "_active": false, "_components": [ { - "__id__": 2923 + "__id__": 3253 }, { - "__id__": 2925 + "__id__": 3255 } ], "_prefab": { - "__id__": 2927 + "__id__": 3257 }, "_lpos": { "__type__": "cc.Vec3", @@ -66182,11 +73826,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2922 + "__id__": 3252 }, "_enabled": true, "__prefab": { - "__id__": 2924 + "__id__": 3254 }, "_contentSize": { "__type__": "cc.Size", @@ -66210,11 +73854,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2922 + "__id__": 3252 }, "_enabled": true, "__prefab": { - "__id__": 2926 + "__id__": 3256 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -66291,11 +73935,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2905 + "__id__": 3235 }, "_enabled": true, "__prefab": { - "__id__": 2929 + "__id__": 3259 }, "_contentSize": { "__type__": "cc.Size", @@ -66319,11 +73963,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2905 + "__id__": 3235 }, "_enabled": true, "__prefab": { - "__id__": 2931 + "__id__": 3261 }, "_alignFlags": 44, "_target": null, @@ -66368,30 +74012,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [ { - "__id__": 2934 + "__id__": 3264 }, { - "__id__": 2942 + "__id__": 3272 }, { - "__id__": 2950 + "__id__": 3280 } ], "_active": true, "_components": [ { - "__id__": 2956 + "__id__": 3286 }, { - "__id__": 2958 + "__id__": 3288 } ], "_prefab": { - "__id__": 2960 + "__id__": 3290 }, "_lpos": { "__type__": "cc.Vec3", @@ -66428,23 +74072,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2933 + "__id__": 3263 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2935 + "__id__": 3265 }, { - "__id__": 2937 + "__id__": 3267 }, { - "__id__": 2939 + "__id__": 3269 } ], "_prefab": { - "__id__": 2941 + "__id__": 3271 }, "_lpos": { "__type__": "cc.Vec3", @@ -66481,11 +74125,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2934 + "__id__": 3264 }, "_enabled": true, "__prefab": { - "__id__": 2936 + "__id__": 3266 }, "_contentSize": { "__type__": "cc.Size", @@ -66509,11 +74153,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2934 + "__id__": 3264 }, "_enabled": false, "__prefab": { - "__id__": 2938 + "__id__": 3268 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -66554,11 +74198,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2934 + "__id__": 3264 }, "_enabled": true, "__prefab": { - "__id__": 2940 + "__id__": 3270 }, "_alignFlags": 40, "_target": null, @@ -66603,23 +74247,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2933 + "__id__": 3263 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2943 + "__id__": 3273 }, { - "__id__": 2945 + "__id__": 3275 }, { - "__id__": 2947 + "__id__": 3277 } ], "_prefab": { - "__id__": 2949 + "__id__": 3279 }, "_lpos": { "__type__": "cc.Vec3", @@ -66656,11 +74300,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2942 + "__id__": 3272 }, "_enabled": true, "__prefab": { - "__id__": 2944 + "__id__": 3274 }, "_contentSize": { "__type__": "cc.Size", @@ -66684,11 +74328,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2942 + "__id__": 3272 }, "_enabled": true, "__prefab": { - "__id__": 2946 + "__id__": 3276 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -66752,11 +74396,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2942 + "__id__": 3272 }, "_enabled": true, "__prefab": { - "__id__": 2948 + "__id__": 3278 }, "_alignFlags": 32, "_target": null, @@ -66801,20 +74445,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2933 + "__id__": 3263 }, "_children": [], "_active": false, "_components": [ { - "__id__": 2951 + "__id__": 3281 }, { - "__id__": 2953 + "__id__": 3283 } ], "_prefab": { - "__id__": 2955 + "__id__": 3285 }, "_lpos": { "__type__": "cc.Vec3", @@ -66851,11 +74495,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2950 + "__id__": 3280 }, "_enabled": true, "__prefab": { - "__id__": 2952 + "__id__": 3282 }, "_contentSize": { "__type__": "cc.Size", @@ -66879,11 +74523,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2950 + "__id__": 3280 }, "_enabled": true, "__prefab": { - "__id__": 2954 + "__id__": 3284 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -66960,11 +74604,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2933 + "__id__": 3263 }, "_enabled": true, "__prefab": { - "__id__": 2957 + "__id__": 3287 }, "_contentSize": { "__type__": "cc.Size", @@ -66988,11 +74632,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2933 + "__id__": 3263 }, "_enabled": true, "__prefab": { - "__id__": 2959 + "__id__": 3289 }, "_alignFlags": 44, "_target": null, @@ -67037,24 +74681,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [ { - "__id__": 2962 + "__id__": 3292 }, { - "__id__": 2968 + "__id__": 3298 } ], "_active": false, "_components": [ { - "__id__": 2974 + "__id__": 3304 } ], "_prefab": { - "__id__": 2976 + "__id__": 3306 }, "_lpos": { "__type__": "cc.Vec3", @@ -67091,20 +74735,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2961 + "__id__": 3291 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2963 + "__id__": 3293 }, { - "__id__": 2965 + "__id__": 3295 } ], "_prefab": { - "__id__": 2967 + "__id__": 3297 }, "_lpos": { "__type__": "cc.Vec3", @@ -67141,11 +74785,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2962 + "__id__": 3292 }, "_enabled": true, "__prefab": { - "__id__": 2964 + "__id__": 3294 }, "_contentSize": { "__type__": "cc.Size", @@ -67169,11 +74813,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2962 + "__id__": 3292 }, "_enabled": true, "__prefab": { - "__id__": 2966 + "__id__": 3296 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -67227,20 +74871,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2961 + "__id__": 3291 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2969 + "__id__": 3299 }, { - "__id__": 2971 + "__id__": 3301 } ], "_prefab": { - "__id__": 2973 + "__id__": 3303 }, "_lpos": { "__type__": "cc.Vec3", @@ -67277,11 +74921,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2968 + "__id__": 3298 }, "_enabled": true, "__prefab": { - "__id__": 2970 + "__id__": 3300 }, "_contentSize": { "__type__": "cc.Size", @@ -67305,11 +74949,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2968 + "__id__": 3298 }, "_enabled": true, "__prefab": { - "__id__": 2972 + "__id__": 3302 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -67386,11 +75030,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2961 + "__id__": 3291 }, "_enabled": true, "__prefab": { - "__id__": 2975 + "__id__": 3305 }, "_contentSize": { "__type__": "cc.Size", @@ -67427,17 +75071,17 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 2978 + "__id__": 3308 } ], "_prefab": { - "__id__": 2980 + "__id__": 3310 }, "_lpos": { "__type__": "cc.Vec3", @@ -67474,11 +75118,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2977 + "__id__": 3307 }, "_enabled": true, "__prefab": { - "__id__": 2979 + "__id__": 3309 }, "_contentSize": { "__type__": "cc.Size", @@ -67515,27 +75159,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2828 + "__id__": 3158 }, "_children": [ { - "__id__": 2982 + "__id__": 3312 }, { - "__id__": 2988 + "__id__": 3318 }, { - "__id__": 2994 + "__id__": 3324 } ], "_active": true, "_components": [ { - "__id__": 3000 + "__id__": 3330 } ], "_prefab": { - "__id__": 3002 + "__id__": 3332 }, "_lpos": { "__type__": "cc.Vec3", @@ -67572,20 +75216,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2981 + "__id__": 3311 }, "_children": [], "_active": false, "_components": [ { - "__id__": 2983 + "__id__": 3313 }, { - "__id__": 2985 + "__id__": 3315 } ], "_prefab": { - "__id__": 2987 + "__id__": 3317 }, "_lpos": { "__type__": "cc.Vec3", @@ -67622,11 +75266,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2982 + "__id__": 3312 }, "_enabled": true, "__prefab": { - "__id__": 2984 + "__id__": 3314 }, "_contentSize": { "__type__": "cc.Size", @@ -67650,11 +75294,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2982 + "__id__": 3312 }, "_enabled": true, "__prefab": { - "__id__": 2986 + "__id__": 3316 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -67708,20 +75352,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2981 + "__id__": 3311 }, "_children": [], "_active": false, "_components": [ { - "__id__": 2989 + "__id__": 3319 }, { - "__id__": 2991 + "__id__": 3321 } ], "_prefab": { - "__id__": 2993 + "__id__": 3323 }, "_lpos": { "__type__": "cc.Vec3", @@ -67758,11 +75402,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2988 + "__id__": 3318 }, "_enabled": true, "__prefab": { - "__id__": 2990 + "__id__": 3320 }, "_contentSize": { "__type__": "cc.Size", @@ -67786,11 +75430,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2988 + "__id__": 3318 }, "_enabled": true, "__prefab": { - "__id__": 2992 + "__id__": 3322 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -67844,20 +75488,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2981 + "__id__": 3311 }, "_children": [], "_active": false, "_components": [ { - "__id__": 2995 + "__id__": 3325 }, { - "__id__": 2997 + "__id__": 3327 } ], "_prefab": { - "__id__": 2999 + "__id__": 3329 }, "_lpos": { "__type__": "cc.Vec3", @@ -67894,11 +75538,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2994 + "__id__": 3324 }, "_enabled": true, "__prefab": { - "__id__": 2996 + "__id__": 3326 }, "_contentSize": { "__type__": "cc.Size", @@ -67922,11 +75566,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2994 + "__id__": 3324 }, "_enabled": true, "__prefab": { - "__id__": 2998 + "__id__": 3328 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -67980,11 +75624,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2981 + "__id__": 3311 }, "_enabled": true, "__prefab": { - "__id__": 3001 + "__id__": 3331 }, "_contentSize": { "__type__": "cc.Size", @@ -68021,11 +75665,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2828 + "__id__": 3158 }, "_enabled": true, "__prefab": { - "__id__": 3004 + "__id__": 3334 }, "_contentSize": { "__type__": "cc.Size", @@ -68049,11 +75693,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2828 + "__id__": 3158 }, "_enabled": true, "__prefab": { - "__id__": 3006 + "__id__": 3336 }, "_alignFlags": 45, "_target": null, @@ -68098,11 +75742,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2813 + "__id__": 3143 }, "_enabled": true, "__prefab": { - "__id__": 3009 + "__id__": 3339 }, "_contentSize": { "__type__": "cc.Size", @@ -68139,23 +75783,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2796 + "__id__": 3126 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3012 + "__id__": 3342 }, { - "__id__": 3014 + "__id__": 3344 }, { - "__id__": 3016 + "__id__": 3346 } ], "_prefab": { - "__id__": 3018 + "__id__": 3348 }, "_lpos": { "__type__": "cc.Vec3", @@ -68192,11 +75836,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3011 + "__id__": 3341 }, "_enabled": true, "__prefab": { - "__id__": 3013 + "__id__": 3343 }, "_contentSize": { "__type__": "cc.Size", @@ -68220,11 +75864,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3011 + "__id__": 3341 }, "_enabled": true, "__prefab": { - "__id__": 3015 + "__id__": 3345 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -68288,11 +75932,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3011 + "__id__": 3341 }, "_enabled": true, "__prefab": { - "__id__": 3017 + "__id__": 3347 }, "_alignFlags": 10, "_target": null, @@ -68337,33 +75981,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2796 + "__id__": 3126 }, "_children": [ { - "__id__": 3020 + "__id__": 3350 }, { - "__id__": 3077 + "__id__": 3407 }, { - "__id__": 3134 + "__id__": 3464 } ], "_active": true, "_components": [ { - "__id__": 3191 + "__id__": 3521 }, { - "__id__": 3193 + "__id__": 3523 }, { - "__id__": 3195 + "__id__": 3525 } ], "_prefab": { - "__id__": 3197 + "__id__": 3527 }, "_lpos": { "__type__": "cc.Vec3", @@ -68400,33 +76044,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3019 + "__id__": 3349 }, "_children": [ { - "__id__": 3021 + "__id__": 3351 }, { - "__id__": 3037 + "__id__": 3367 }, { - "__id__": 3043 + "__id__": 3373 }, { - "__id__": 3059 + "__id__": 3389 } ], "_active": true, "_components": [ { - "__id__": 3072 + "__id__": 3402 }, { - "__id__": 3074 + "__id__": 3404 } ], "_prefab": { - "__id__": 3076 + "__id__": 3406 }, "_lpos": { "__type__": "cc.Vec3", @@ -68463,24 +76107,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3020 + "__id__": 3350 }, "_children": [ { - "__id__": 3022 + "__id__": 3352 }, { - "__id__": 3028 + "__id__": 3358 } ], "_active": false, "_components": [ { - "__id__": 3034 + "__id__": 3364 } ], "_prefab": { - "__id__": 3036 + "__id__": 3366 }, "_lpos": { "__type__": "cc.Vec3", @@ -68517,20 +76161,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3021 + "__id__": 3351 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3023 + "__id__": 3353 }, { - "__id__": 3025 + "__id__": 3355 } ], "_prefab": { - "__id__": 3027 + "__id__": 3357 }, "_lpos": { "__type__": "cc.Vec3", @@ -68567,11 +76211,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3022 + "__id__": 3352 }, "_enabled": true, "__prefab": { - "__id__": 3024 + "__id__": 3354 }, "_contentSize": { "__type__": "cc.Size", @@ -68595,11 +76239,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3022 + "__id__": 3352 }, "_enabled": true, "__prefab": { - "__id__": 3026 + "__id__": 3356 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -68653,20 +76297,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3021 + "__id__": 3351 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3029 + "__id__": 3359 }, { - "__id__": 3031 + "__id__": 3361 } ], "_prefab": { - "__id__": 3033 + "__id__": 3363 }, "_lpos": { "__type__": "cc.Vec3", @@ -68703,11 +76347,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3028 + "__id__": 3358 }, "_enabled": true, "__prefab": { - "__id__": 3030 + "__id__": 3360 }, "_contentSize": { "__type__": "cc.Size", @@ -68731,11 +76375,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3028 + "__id__": 3358 }, "_enabled": true, "__prefab": { - "__id__": 3032 + "__id__": 3362 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -68812,11 +76456,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3021 + "__id__": 3351 }, "_enabled": true, "__prefab": { - "__id__": 3035 + "__id__": 3365 }, "_contentSize": { "__type__": "cc.Size", @@ -68853,20 +76497,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3020 + "__id__": 3350 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3038 + "__id__": 3368 }, { - "__id__": 3040 + "__id__": 3370 } ], "_prefab": { - "__id__": 3042 + "__id__": 3372 }, "_lpos": { "__type__": "cc.Vec3", @@ -68903,11 +76547,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3037 + "__id__": 3367 }, "_enabled": true, "__prefab": { - "__id__": 3039 + "__id__": 3369 }, "_contentSize": { "__type__": "cc.Size", @@ -68931,11 +76575,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3037 + "__id__": 3367 }, "_enabled": true, "__prefab": { - "__id__": 3041 + "__id__": 3371 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -68989,21 +76633,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3020 + "__id__": 3350 }, "_children": [ { - "__id__": 3044 + "__id__": 3374 } ], "_active": true, "_components": [ { - "__id__": 3056 + "__id__": 3386 } ], "_prefab": { - "__id__": 3058 + "__id__": 3388 }, "_lpos": { "__type__": "cc.Vec3", @@ -69040,24 +76684,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3043 + "__id__": 3373 }, "_children": [ { - "__id__": 3045 + "__id__": 3375 } ], "_active": true, "_components": [ { - "__id__": 3051 + "__id__": 3381 }, { - "__id__": 3053 + "__id__": 3383 } ], "_prefab": { - "__id__": 3055 + "__id__": 3385 }, "_lpos": { "__type__": "cc.Vec3", @@ -69094,20 +76738,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3044 + "__id__": 3374 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3046 + "__id__": 3376 }, { - "__id__": 3048 + "__id__": 3378 } ], "_prefab": { - "__id__": 3050 + "__id__": 3380 }, "_lpos": { "__type__": "cc.Vec3", @@ -69144,11 +76788,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3045 + "__id__": 3375 }, "_enabled": true, "__prefab": { - "__id__": 3047 + "__id__": 3377 }, "_contentSize": { "__type__": "cc.Size", @@ -69172,11 +76816,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3045 + "__id__": 3375 }, "_enabled": true, "__prefab": { - "__id__": 3049 + "__id__": 3379 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -69230,11 +76874,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3044 + "__id__": 3374 }, "_enabled": true, "__prefab": { - "__id__": 3052 + "__id__": 3382 }, "_contentSize": { "__type__": "cc.Size", @@ -69258,11 +76902,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3044 + "__id__": 3374 }, "_enabled": true, "__prefab": { - "__id__": 3054 + "__id__": 3384 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -69316,11 +76960,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3043 + "__id__": 3373 }, "_enabled": true, "__prefab": { - "__id__": 3057 + "__id__": 3387 }, "_contentSize": { "__type__": "cc.Size", @@ -69357,24 +77001,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3020 + "__id__": 3350 }, "_children": [ { - "__id__": 3060 + "__id__": 3390 } ], "_active": true, "_components": [ { - "__id__": 3066 + "__id__": 3396 }, { - "__id__": 3068 + "__id__": 3398 } ], "_prefab": { - "__id__": 3071 + "__id__": 3401 }, "_lpos": { "__type__": "cc.Vec3", @@ -69411,20 +77055,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3059 + "__id__": 3389 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3061 + "__id__": 3391 }, { - "__id__": 3063 + "__id__": 3393 } ], "_prefab": { - "__id__": 3065 + "__id__": 3395 }, "_lpos": { "__type__": "cc.Vec3", @@ -69461,11 +77105,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3060 + "__id__": 3390 }, "_enabled": true, "__prefab": { - "__id__": 3062 + "__id__": 3392 }, "_contentSize": { "__type__": "cc.Size", @@ -69489,11 +77133,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3060 + "__id__": 3390 }, "_enabled": true, "__prefab": { - "__id__": 3064 + "__id__": 3394 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -69570,11 +77214,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3059 + "__id__": 3389 }, "_enabled": true, "__prefab": { - "__id__": 3067 + "__id__": 3397 }, "_contentSize": { "__type__": "cc.Size", @@ -69598,15 +77242,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3059 + "__id__": 3389 }, "_enabled": true, "__prefab": { - "__id__": 3069 + "__id__": 3399 }, "clickEvents": [ { - "__id__": 3070 + "__id__": 3400 } ], "_interactable": true, @@ -69681,11 +77325,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3020 + "__id__": 3350 }, "_enabled": true, "__prefab": { - "__id__": 3073 + "__id__": 3403 }, "_contentSize": { "__type__": "cc.Size", @@ -69709,11 +77353,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3020 + "__id__": 3350 }, "_enabled": true, "__prefab": { - "__id__": 3075 + "__id__": 3405 }, "_alignFlags": 4, "_target": null, @@ -69758,33 +77402,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3019 + "__id__": 3349 }, "_children": [ { - "__id__": 3078 + "__id__": 3408 }, { - "__id__": 3094 + "__id__": 3424 }, { - "__id__": 3100 + "__id__": 3430 }, { - "__id__": 3116 + "__id__": 3446 } ], "_active": true, "_components": [ { - "__id__": 3129 + "__id__": 3459 }, { - "__id__": 3131 + "__id__": 3461 } ], "_prefab": { - "__id__": 3133 + "__id__": 3463 }, "_lpos": { "__type__": "cc.Vec3", @@ -69821,24 +77465,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3077 + "__id__": 3407 }, "_children": [ { - "__id__": 3079 + "__id__": 3409 }, { - "__id__": 3085 + "__id__": 3415 } ], "_active": false, "_components": [ { - "__id__": 3091 + "__id__": 3421 } ], "_prefab": { - "__id__": 3093 + "__id__": 3423 }, "_lpos": { "__type__": "cc.Vec3", @@ -69875,20 +77519,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3078 + "__id__": 3408 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3080 + "__id__": 3410 }, { - "__id__": 3082 + "__id__": 3412 } ], "_prefab": { - "__id__": 3084 + "__id__": 3414 }, "_lpos": { "__type__": "cc.Vec3", @@ -69925,11 +77569,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3079 + "__id__": 3409 }, "_enabled": true, "__prefab": { - "__id__": 3081 + "__id__": 3411 }, "_contentSize": { "__type__": "cc.Size", @@ -69953,11 +77597,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3079 + "__id__": 3409 }, "_enabled": true, "__prefab": { - "__id__": 3083 + "__id__": 3413 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -70011,20 +77655,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3078 + "__id__": 3408 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3086 + "__id__": 3416 }, { - "__id__": 3088 + "__id__": 3418 } ], "_prefab": { - "__id__": 3090 + "__id__": 3420 }, "_lpos": { "__type__": "cc.Vec3", @@ -70061,11 +77705,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3085 + "__id__": 3415 }, "_enabled": true, "__prefab": { - "__id__": 3087 + "__id__": 3417 }, "_contentSize": { "__type__": "cc.Size", @@ -70089,11 +77733,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3085 + "__id__": 3415 }, "_enabled": true, "__prefab": { - "__id__": 3089 + "__id__": 3419 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -70170,11 +77814,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3078 + "__id__": 3408 }, "_enabled": true, "__prefab": { - "__id__": 3092 + "__id__": 3422 }, "_contentSize": { "__type__": "cc.Size", @@ -70211,20 +77855,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3077 + "__id__": 3407 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3095 + "__id__": 3425 }, { - "__id__": 3097 + "__id__": 3427 } ], "_prefab": { - "__id__": 3099 + "__id__": 3429 }, "_lpos": { "__type__": "cc.Vec3", @@ -70261,11 +77905,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3094 + "__id__": 3424 }, "_enabled": true, "__prefab": { - "__id__": 3096 + "__id__": 3426 }, "_contentSize": { "__type__": "cc.Size", @@ -70289,11 +77933,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3094 + "__id__": 3424 }, "_enabled": true, "__prefab": { - "__id__": 3098 + "__id__": 3428 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -70347,21 +77991,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3077 + "__id__": 3407 }, "_children": [ { - "__id__": 3101 + "__id__": 3431 } ], "_active": true, "_components": [ { - "__id__": 3113 + "__id__": 3443 } ], "_prefab": { - "__id__": 3115 + "__id__": 3445 }, "_lpos": { "__type__": "cc.Vec3", @@ -70398,24 +78042,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3100 + "__id__": 3430 }, "_children": [ { - "__id__": 3102 + "__id__": 3432 } ], "_active": true, "_components": [ { - "__id__": 3108 + "__id__": 3438 }, { - "__id__": 3110 + "__id__": 3440 } ], "_prefab": { - "__id__": 3112 + "__id__": 3442 }, "_lpos": { "__type__": "cc.Vec3", @@ -70452,20 +78096,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3101 + "__id__": 3431 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3103 + "__id__": 3433 }, { - "__id__": 3105 + "__id__": 3435 } ], "_prefab": { - "__id__": 3107 + "__id__": 3437 }, "_lpos": { "__type__": "cc.Vec3", @@ -70502,11 +78146,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3102 + "__id__": 3432 }, "_enabled": true, "__prefab": { - "__id__": 3104 + "__id__": 3434 }, "_contentSize": { "__type__": "cc.Size", @@ -70530,11 +78174,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3102 + "__id__": 3432 }, "_enabled": true, "__prefab": { - "__id__": 3106 + "__id__": 3436 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -70588,11 +78232,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3101 + "__id__": 3431 }, "_enabled": true, "__prefab": { - "__id__": 3109 + "__id__": 3439 }, "_contentSize": { "__type__": "cc.Size", @@ -70616,11 +78260,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3101 + "__id__": 3431 }, "_enabled": true, "__prefab": { - "__id__": 3111 + "__id__": 3441 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -70674,11 +78318,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3100 + "__id__": 3430 }, "_enabled": true, "__prefab": { - "__id__": 3114 + "__id__": 3444 }, "_contentSize": { "__type__": "cc.Size", @@ -70715,24 +78359,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3077 + "__id__": 3407 }, "_children": [ { - "__id__": 3117 + "__id__": 3447 } ], "_active": true, "_components": [ { - "__id__": 3123 + "__id__": 3453 }, { - "__id__": 3125 + "__id__": 3455 } ], "_prefab": { - "__id__": 3128 + "__id__": 3458 }, "_lpos": { "__type__": "cc.Vec3", @@ -70769,20 +78413,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3116 + "__id__": 3446 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3118 + "__id__": 3448 }, { - "__id__": 3120 + "__id__": 3450 } ], "_prefab": { - "__id__": 3122 + "__id__": 3452 }, "_lpos": { "__type__": "cc.Vec3", @@ -70819,11 +78463,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3117 + "__id__": 3447 }, "_enabled": true, "__prefab": { - "__id__": 3119 + "__id__": 3449 }, "_contentSize": { "__type__": "cc.Size", @@ -70847,11 +78491,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3117 + "__id__": 3447 }, "_enabled": true, "__prefab": { - "__id__": 3121 + "__id__": 3451 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -70928,11 +78572,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3116 + "__id__": 3446 }, "_enabled": true, "__prefab": { - "__id__": 3124 + "__id__": 3454 }, "_contentSize": { "__type__": "cc.Size", @@ -70956,15 +78600,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3116 + "__id__": 3446 }, "_enabled": true, "__prefab": { - "__id__": 3126 + "__id__": 3456 }, "clickEvents": [ { - "__id__": 3127 + "__id__": 3457 } ], "_interactable": true, @@ -71039,11 +78683,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3077 + "__id__": 3407 }, "_enabled": true, "__prefab": { - "__id__": 3130 + "__id__": 3460 }, "_contentSize": { "__type__": "cc.Size", @@ -71067,11 +78711,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3077 + "__id__": 3407 }, "_enabled": true, "__prefab": { - "__id__": 3132 + "__id__": 3462 }, "_alignFlags": 4, "_target": null, @@ -71116,33 +78760,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3019 + "__id__": 3349 }, "_children": [ { - "__id__": 3135 + "__id__": 3465 }, { - "__id__": 3151 + "__id__": 3481 }, { - "__id__": 3157 + "__id__": 3487 }, { - "__id__": 3173 + "__id__": 3503 } ], "_active": true, "_components": [ { - "__id__": 3186 + "__id__": 3516 }, { - "__id__": 3188 + "__id__": 3518 } ], "_prefab": { - "__id__": 3190 + "__id__": 3520 }, "_lpos": { "__type__": "cc.Vec3", @@ -71179,24 +78823,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3134 + "__id__": 3464 }, "_children": [ { - "__id__": 3136 + "__id__": 3466 }, { - "__id__": 3142 + "__id__": 3472 } ], "_active": false, "_components": [ { - "__id__": 3148 + "__id__": 3478 } ], "_prefab": { - "__id__": 3150 + "__id__": 3480 }, "_lpos": { "__type__": "cc.Vec3", @@ -71233,20 +78877,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3135 + "__id__": 3465 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3137 + "__id__": 3467 }, { - "__id__": 3139 + "__id__": 3469 } ], "_prefab": { - "__id__": 3141 + "__id__": 3471 }, "_lpos": { "__type__": "cc.Vec3", @@ -71283,11 +78927,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3136 + "__id__": 3466 }, "_enabled": true, "__prefab": { - "__id__": 3138 + "__id__": 3468 }, "_contentSize": { "__type__": "cc.Size", @@ -71311,11 +78955,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3136 + "__id__": 3466 }, "_enabled": true, "__prefab": { - "__id__": 3140 + "__id__": 3470 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -71369,20 +79013,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3135 + "__id__": 3465 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3143 + "__id__": 3473 }, { - "__id__": 3145 + "__id__": 3475 } ], "_prefab": { - "__id__": 3147 + "__id__": 3477 }, "_lpos": { "__type__": "cc.Vec3", @@ -71419,11 +79063,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3142 + "__id__": 3472 }, "_enabled": true, "__prefab": { - "__id__": 3144 + "__id__": 3474 }, "_contentSize": { "__type__": "cc.Size", @@ -71447,11 +79091,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3142 + "__id__": 3472 }, "_enabled": true, "__prefab": { - "__id__": 3146 + "__id__": 3476 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -71528,11 +79172,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3135 + "__id__": 3465 }, "_enabled": true, "__prefab": { - "__id__": 3149 + "__id__": 3479 }, "_contentSize": { "__type__": "cc.Size", @@ -71569,20 +79213,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3134 + "__id__": 3464 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3152 + "__id__": 3482 }, { - "__id__": 3154 + "__id__": 3484 } ], "_prefab": { - "__id__": 3156 + "__id__": 3486 }, "_lpos": { "__type__": "cc.Vec3", @@ -71619,11 +79263,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3151 + "__id__": 3481 }, "_enabled": true, "__prefab": { - "__id__": 3153 + "__id__": 3483 }, "_contentSize": { "__type__": "cc.Size", @@ -71647,11 +79291,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3151 + "__id__": 3481 }, "_enabled": true, "__prefab": { - "__id__": 3155 + "__id__": 3485 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -71705,21 +79349,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3134 + "__id__": 3464 }, "_children": [ { - "__id__": 3158 + "__id__": 3488 } ], "_active": true, "_components": [ { - "__id__": 3170 + "__id__": 3500 } ], "_prefab": { - "__id__": 3172 + "__id__": 3502 }, "_lpos": { "__type__": "cc.Vec3", @@ -71756,24 +79400,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3157 + "__id__": 3487 }, "_children": [ { - "__id__": 3159 + "__id__": 3489 } ], "_active": true, "_components": [ { - "__id__": 3165 + "__id__": 3495 }, { - "__id__": 3167 + "__id__": 3497 } ], "_prefab": { - "__id__": 3169 + "__id__": 3499 }, "_lpos": { "__type__": "cc.Vec3", @@ -71810,20 +79454,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3158 + "__id__": 3488 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3160 + "__id__": 3490 }, { - "__id__": 3162 + "__id__": 3492 } ], "_prefab": { - "__id__": 3164 + "__id__": 3494 }, "_lpos": { "__type__": "cc.Vec3", @@ -71860,11 +79504,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3159 + "__id__": 3489 }, "_enabled": true, "__prefab": { - "__id__": 3161 + "__id__": 3491 }, "_contentSize": { "__type__": "cc.Size", @@ -71888,11 +79532,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3159 + "__id__": 3489 }, "_enabled": true, "__prefab": { - "__id__": 3163 + "__id__": 3493 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -71946,11 +79590,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3158 + "__id__": 3488 }, "_enabled": true, "__prefab": { - "__id__": 3166 + "__id__": 3496 }, "_contentSize": { "__type__": "cc.Size", @@ -71974,11 +79618,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3158 + "__id__": 3488 }, "_enabled": true, "__prefab": { - "__id__": 3168 + "__id__": 3498 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -72032,11 +79676,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3157 + "__id__": 3487 }, "_enabled": true, "__prefab": { - "__id__": 3171 + "__id__": 3501 }, "_contentSize": { "__type__": "cc.Size", @@ -72073,24 +79717,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3134 + "__id__": 3464 }, "_children": [ { - "__id__": 3174 + "__id__": 3504 } ], "_active": true, "_components": [ { - "__id__": 3180 + "__id__": 3510 }, { - "__id__": 3182 + "__id__": 3512 } ], "_prefab": { - "__id__": 3185 + "__id__": 3515 }, "_lpos": { "__type__": "cc.Vec3", @@ -72127,20 +79771,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3173 + "__id__": 3503 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3175 + "__id__": 3505 }, { - "__id__": 3177 + "__id__": 3507 } ], "_prefab": { - "__id__": 3179 + "__id__": 3509 }, "_lpos": { "__type__": "cc.Vec3", @@ -72177,11 +79821,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3174 + "__id__": 3504 }, "_enabled": true, "__prefab": { - "__id__": 3176 + "__id__": 3506 }, "_contentSize": { "__type__": "cc.Size", @@ -72205,11 +79849,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3174 + "__id__": 3504 }, "_enabled": true, "__prefab": { - "__id__": 3178 + "__id__": 3508 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -72286,11 +79930,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3173 + "__id__": 3503 }, "_enabled": true, "__prefab": { - "__id__": 3181 + "__id__": 3511 }, "_contentSize": { "__type__": "cc.Size", @@ -72314,15 +79958,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3173 + "__id__": 3503 }, "_enabled": true, "__prefab": { - "__id__": 3183 + "__id__": 3513 }, "clickEvents": [ { - "__id__": 3184 + "__id__": 3514 } ], "_interactable": true, @@ -72397,11 +80041,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3134 + "__id__": 3464 }, "_enabled": true, "__prefab": { - "__id__": 3187 + "__id__": 3517 }, "_contentSize": { "__type__": "cc.Size", @@ -72425,11 +80069,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3134 + "__id__": 3464 }, "_enabled": true, "__prefab": { - "__id__": 3189 + "__id__": 3519 }, "_alignFlags": 4, "_target": null, @@ -72474,11 +80118,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3019 + "__id__": 3349 }, "_enabled": true, "__prefab": { - "__id__": 3192 + "__id__": 3522 }, "_contentSize": { "__type__": "cc.Size", @@ -72502,11 +80146,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3019 + "__id__": 3349 }, "_enabled": true, "__prefab": { - "__id__": 3194 + "__id__": 3524 }, "_alignFlags": 42, "_target": null, @@ -72538,11 +80182,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3019 + "__id__": 3349 }, "_enabled": false, "__prefab": { - "__id__": 3196 + "__id__": 3526 }, "_resizeMode": 2, "_layoutType": 1, @@ -72589,33 +80233,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 2796 + "__id__": 3126 }, "_children": [ { - "__id__": 3199 + "__id__": 3529 }, { - "__id__": 3213 + "__id__": 3543 }, { - "__id__": 3227 + "__id__": 3557 } ], "_active": true, "_components": [ { - "__id__": 3241 + "__id__": 3571 }, { - "__id__": 3243 + "__id__": 3573 }, { - "__id__": 3245 + "__id__": 3575 } ], "_prefab": { - "__id__": 3247 + "__id__": 3577 }, "_lpos": { "__type__": "cc.Vec3", @@ -72652,24 +80296,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3198 + "__id__": 3528 }, "_children": [ { - "__id__": 3200 + "__id__": 3530 } ], "_active": false, "_components": [ { - "__id__": 3208 + "__id__": 3538 }, { - "__id__": 3210 + "__id__": 3540 } ], "_prefab": { - "__id__": 3212 + "__id__": 3542 }, "_lpos": { "__type__": "cc.Vec3", @@ -72706,23 +80350,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3199 + "__id__": 3529 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3201 + "__id__": 3531 }, { - "__id__": 3203 + "__id__": 3533 }, { - "__id__": 3205 + "__id__": 3535 } ], "_prefab": { - "__id__": 3207 + "__id__": 3537 }, "_lpos": { "__type__": "cc.Vec3", @@ -72759,11 +80403,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3200 + "__id__": 3530 }, "_enabled": true, "__prefab": { - "__id__": 3202 + "__id__": 3532 }, "_contentSize": { "__type__": "cc.Size", @@ -72787,11 +80431,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3200 + "__id__": 3530 }, "_enabled": true, "__prefab": { - "__id__": 3204 + "__id__": 3534 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -72855,11 +80499,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3200 + "__id__": 3530 }, "_enabled": true, "__prefab": { - "__id__": 3206 + "__id__": 3536 }, "_alignFlags": 40, "_target": null, @@ -72904,11 +80548,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3199 + "__id__": 3529 }, "_enabled": true, "__prefab": { - "__id__": 3209 + "__id__": 3539 }, "_contentSize": { "__type__": "cc.Size", @@ -72932,11 +80576,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3199 + "__id__": 3529 }, "_enabled": true, "__prefab": { - "__id__": 3211 + "__id__": 3541 }, "_alignFlags": 40, "_target": null, @@ -72981,24 +80625,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3198 + "__id__": 3528 }, "_children": [ { - "__id__": 3214 + "__id__": 3544 } ], "_active": true, "_components": [ { - "__id__": 3222 + "__id__": 3552 }, { - "__id__": 3224 + "__id__": 3554 } ], "_prefab": { - "__id__": 3226 + "__id__": 3556 }, "_lpos": { "__type__": "cc.Vec3", @@ -73035,23 +80679,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3213 + "__id__": 3543 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3215 + "__id__": 3545 }, { - "__id__": 3217 + "__id__": 3547 }, { - "__id__": 3219 + "__id__": 3549 } ], "_prefab": { - "__id__": 3221 + "__id__": 3551 }, "_lpos": { "__type__": "cc.Vec3", @@ -73088,11 +80732,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3214 + "__id__": 3544 }, "_enabled": true, "__prefab": { - "__id__": 3216 + "__id__": 3546 }, "_contentSize": { "__type__": "cc.Size", @@ -73116,11 +80760,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3214 + "__id__": 3544 }, "_enabled": true, "__prefab": { - "__id__": 3218 + "__id__": 3548 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -73184,11 +80828,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3214 + "__id__": 3544 }, "_enabled": true, "__prefab": { - "__id__": 3220 + "__id__": 3550 }, "_alignFlags": 40, "_target": null, @@ -73233,11 +80877,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3213 + "__id__": 3543 }, "_enabled": true, "__prefab": { - "__id__": 3223 + "__id__": 3553 }, "_contentSize": { "__type__": "cc.Size", @@ -73261,11 +80905,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3213 + "__id__": 3543 }, "_enabled": true, "__prefab": { - "__id__": 3225 + "__id__": 3555 }, "_alignFlags": 40, "_target": null, @@ -73310,24 +80954,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3198 + "__id__": 3528 }, "_children": [ { - "__id__": 3228 + "__id__": 3558 } ], "_active": true, "_components": [ { - "__id__": 3236 + "__id__": 3566 }, { - "__id__": 3238 + "__id__": 3568 } ], "_prefab": { - "__id__": 3240 + "__id__": 3570 }, "_lpos": { "__type__": "cc.Vec3", @@ -73364,23 +81008,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3227 + "__id__": 3557 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3229 + "__id__": 3559 }, { - "__id__": 3231 + "__id__": 3561 }, { - "__id__": 3233 + "__id__": 3563 } ], "_prefab": { - "__id__": 3235 + "__id__": 3565 }, "_lpos": { "__type__": "cc.Vec3", @@ -73417,11 +81061,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3228 + "__id__": 3558 }, "_enabled": true, "__prefab": { - "__id__": 3230 + "__id__": 3560 }, "_contentSize": { "__type__": "cc.Size", @@ -73445,11 +81089,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3228 + "__id__": 3558 }, "_enabled": true, "__prefab": { - "__id__": 3232 + "__id__": 3562 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -73513,11 +81157,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3228 + "__id__": 3558 }, "_enabled": true, "__prefab": { - "__id__": 3234 + "__id__": 3564 }, "_alignFlags": 40, "_target": null, @@ -73562,11 +81206,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3227 + "__id__": 3557 }, "_enabled": true, "__prefab": { - "__id__": 3237 + "__id__": 3567 }, "_contentSize": { "__type__": "cc.Size", @@ -73590,11 +81234,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3227 + "__id__": 3557 }, "_enabled": true, "__prefab": { - "__id__": 3239 + "__id__": 3569 }, "_alignFlags": 40, "_target": null, @@ -73639,11 +81283,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3198 + "__id__": 3528 }, "_enabled": true, "__prefab": { - "__id__": 3242 + "__id__": 3572 }, "_contentSize": { "__type__": "cc.Size", @@ -73667,11 +81311,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3198 + "__id__": 3528 }, "_enabled": true, "__prefab": { - "__id__": 3244 + "__id__": 3574 }, "_alignFlags": 42, "_target": null, @@ -73703,11 +81347,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3198 + "__id__": 3528 }, "_enabled": true, "__prefab": { - "__id__": 3246 + "__id__": 3576 }, "_resizeMode": 0, "_layoutType": 2, @@ -73754,11 +81398,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2796 + "__id__": 3126 }, "_enabled": true, "__prefab": { - "__id__": 3249 + "__id__": 3579 }, "_contentSize": { "__type__": "cc.Size", @@ -73782,11 +81426,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 2796 + "__id__": 3126 }, "_enabled": true, "__prefab": { - "__id__": 3251 + "__id__": 3581 }, "_alignFlags": 45, "_target": null, @@ -73835,20 +81479,20 @@ }, "_children": [ { - "__id__": 3254 + "__id__": 3584 } ], "_active": true, "_components": [ { - "__id__": 3262 + "__id__": 3592 }, { - "__id__": 3264 + "__id__": 3594 } ], "_prefab": { - "__id__": 3266 + "__id__": 3596 }, "_lpos": { "__type__": "cc.Vec3", @@ -73885,23 +81529,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3253 + "__id__": 3583 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3255 + "__id__": 3585 }, { - "__id__": 3257 + "__id__": 3587 }, { - "__id__": 3259 + "__id__": 3589 } ], "_prefab": { - "__id__": 3261 + "__id__": 3591 }, "_lpos": { "__type__": "cc.Vec3", @@ -73938,11 +81582,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3254 + "__id__": 3584 }, "_enabled": true, "__prefab": { - "__id__": 3256 + "__id__": 3586 }, "_contentSize": { "__type__": "cc.Size", @@ -73966,11 +81610,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3254 + "__id__": 3584 }, "_enabled": true, "__prefab": { - "__id__": 3258 + "__id__": 3588 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -74034,11 +81678,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3254 + "__id__": 3584 }, "_enabled": true, "__prefab": { - "__id__": 3260 + "__id__": 3590 }, "templateMode": false, "watchPath": "data.mission_data.current_wave", @@ -74069,11 +81713,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3253 + "__id__": 3583 }, "_enabled": true, "__prefab": { - "__id__": 3263 + "__id__": 3593 }, "_contentSize": { "__type__": "cc.Size", @@ -74097,11 +81741,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3253 + "__id__": 3583 }, "_enabled": true, "__prefab": { - "__id__": 3265 + "__id__": 3595 }, "_alignFlags": 17, "_target": null, @@ -74150,7 +81794,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 3268 + "__id__": 3598 }, "_contentSize": { "__type__": "cc.Size", @@ -74178,7 +81822,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 3270 + "__id__": 3600 }, "_alignFlags": 21, "_target": null, @@ -74214,7 +81858,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 3272 + "__id__": 3602 }, "_id": "" }, @@ -74232,7 +81876,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 3274 + "__id__": 3604 }, "_id": "" }, @@ -74250,7 +81894,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 3276 + "__id__": 3606 }, "_id": "" }, @@ -74281,29 +81925,29 @@ }, "_children": [ { - "__id__": 3279 + "__id__": 3609 }, { - "__id__": 3287 + "__id__": 3617 } ], "_active": false, "_components": [ { - "__id__": 3329 + "__id__": 3659 }, { - "__id__": 3331 + "__id__": 3661 }, { - "__id__": 3333 + "__id__": 3663 }, { - "__id__": 3335 + "__id__": 3665 } ], "_prefab": { - "__id__": 3337 + "__id__": 3667 }, "_lpos": { "__type__": "cc.Vec3", @@ -74340,23 +81984,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3278 + "__id__": 3608 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3280 + "__id__": 3610 }, { - "__id__": 3282 + "__id__": 3612 }, { - "__id__": 3284 + "__id__": 3614 } ], "_prefab": { - "__id__": 3286 + "__id__": 3616 }, "_lpos": { "__type__": "cc.Vec3", @@ -74393,11 +82037,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3279 + "__id__": 3609 }, "_enabled": true, "__prefab": { - "__id__": 3281 + "__id__": 3611 }, "_contentSize": { "__type__": "cc.Size", @@ -74421,11 +82065,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3279 + "__id__": 3609 }, "_enabled": true, "__prefab": { - "__id__": 3283 + "__id__": 3613 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -74466,11 +82110,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3279 + "__id__": 3609 }, "_enabled": true, "__prefab": { - "__id__": 3285 + "__id__": 3615 }, "_alignFlags": 45, "_target": null, @@ -74515,27 +82159,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3278 + "__id__": 3608 }, "_children": [ { - "__id__": 3288 + "__id__": 3618 } ], "_active": true, "_components": [ { - "__id__": 3322 + "__id__": 3652 }, { - "__id__": 3324 + "__id__": 3654 }, { - "__id__": 3326 + "__id__": 3656 } ], "_prefab": { - "__id__": 3328 + "__id__": 3658 }, "_lpos": { "__type__": "cc.Vec3", @@ -74572,33 +82216,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3287 + "__id__": 3617 }, "_children": [ { - "__id__": 3289 + "__id__": 3619 }, { - "__id__": 3295 + "__id__": 3625 }, { - "__id__": 3304 + "__id__": 3634 }, { - "__id__": 3310 + "__id__": 3640 } ], "_active": true, "_components": [ { - "__id__": 3316 + "__id__": 3646 }, { - "__id__": 3318 + "__id__": 3648 } ], "_prefab": { - "__id__": 3321 + "__id__": 3651 }, "_lpos": { "__type__": "cc.Vec3", @@ -74635,20 +82279,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3288 + "__id__": 3618 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3290 + "__id__": 3620 }, { - "__id__": 3292 + "__id__": 3622 } ], "_prefab": { - "__id__": 3294 + "__id__": 3624 }, "_lpos": { "__type__": "cc.Vec3", @@ -74685,11 +82329,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3289 + "__id__": 3619 }, "_enabled": true, "__prefab": { - "__id__": 3291 + "__id__": 3621 }, "_contentSize": { "__type__": "cc.Size", @@ -74713,11 +82357,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3289 + "__id__": 3619 }, "_enabled": true, "__prefab": { - "__id__": 3293 + "__id__": 3623 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -74769,17 +82413,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 3288 + "__id__": 3618 }, "_prefab": { - "__id__": 3296 + "__id__": 3626 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 3295 + "__id__": 3625 }, "asset": { "__uuid__": "915a4408-90ea-4c30-9974-05d96c0c27f1", @@ -74787,7 +82431,7 @@ }, "fileId": "c46/YsCPVOJYA4mWEpNYRx", "instance": { - "__id__": 3297 + "__id__": 3627 }, "targetOverrides": null }, @@ -74801,19 +82445,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 3298 + "__id__": 3628 }, { - "__id__": 3300 + "__id__": 3630 }, { - "__id__": 3301 + "__id__": 3631 }, { - "__id__": 3302 + "__id__": 3632 }, { - "__id__": 3303 + "__id__": 3633 } ], "removedComponents": [] @@ -74821,7 +82465,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 3299 + "__id__": 3629 }, "propertyPath": [ "_name" @@ -74837,7 +82481,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 3299 + "__id__": 3629 }, "propertyPath": [ "_lpos" @@ -74852,7 +82496,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 3299 + "__id__": 3629 }, "propertyPath": [ "_lrot" @@ -74868,7 +82512,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 3299 + "__id__": 3629 }, "propertyPath": [ "_euler" @@ -74883,7 +82527,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 3299 + "__id__": 3629 }, "propertyPath": [ "_active" @@ -74896,20 +82540,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3288 + "__id__": 3618 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3305 + "__id__": 3635 }, { - "__id__": 3307 + "__id__": 3637 } ], "_prefab": { - "__id__": 3309 + "__id__": 3639 }, "_lpos": { "__type__": "cc.Vec3", @@ -74946,11 +82590,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3304 + "__id__": 3634 }, "_enabled": true, "__prefab": { - "__id__": 3306 + "__id__": 3636 }, "_contentSize": { "__type__": "cc.Size", @@ -74974,11 +82618,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3304 + "__id__": 3634 }, "_enabled": true, "__prefab": { - "__id__": 3308 + "__id__": 3638 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -75032,20 +82676,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3288 + "__id__": 3618 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3311 + "__id__": 3641 }, { - "__id__": 3313 + "__id__": 3643 } ], "_prefab": { - "__id__": 3315 + "__id__": 3645 }, "_lpos": { "__type__": "cc.Vec3", @@ -75082,11 +82726,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3310 + "__id__": 3640 }, "_enabled": true, "__prefab": { - "__id__": 3312 + "__id__": 3642 }, "_contentSize": { "__type__": "cc.Size", @@ -75110,11 +82754,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3310 + "__id__": 3640 }, "_enabled": true, "__prefab": { - "__id__": 3314 + "__id__": 3644 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -75191,11 +82835,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3288 + "__id__": 3618 }, "_enabled": true, "__prefab": { - "__id__": 3317 + "__id__": 3647 }, "_contentSize": { "__type__": "cc.Size", @@ -75219,15 +82863,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3288 + "__id__": 3618 }, "_enabled": true, "__prefab": { - "__id__": 3319 + "__id__": 3649 }, "clickEvents": [ { - "__id__": 3320 + "__id__": 3650 } ], "_interactable": true, @@ -75267,7 +82911,7 @@ "_duration": 0.1, "_zoomScale": 0.8, "_target": { - "__id__": 3288 + "__id__": 3618 }, "_id": "" }, @@ -75278,7 +82922,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 3278 + "__id__": 3608 }, "component": "", "_componentId": "11498TbVJpO6qmZ8m9k55Zx", @@ -75304,11 +82948,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3287 + "__id__": 3617 }, "_enabled": true, "__prefab": { - "__id__": 3323 + "__id__": 3653 }, "_contentSize": { "__type__": "cc.Size", @@ -75332,11 +82976,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3287 + "__id__": 3617 }, "_enabled": false, "__prefab": { - "__id__": 3325 + "__id__": 3655 }, "_resizeMode": 0, "_layoutType": 0, @@ -75370,11 +83014,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3287 + "__id__": 3617 }, "_enabled": true, "__prefab": { - "__id__": 3327 + "__id__": 3657 }, "_alignFlags": 18, "_target": null, @@ -75419,11 +83063,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3278 + "__id__": 3608 }, "_enabled": true, "__prefab": { - "__id__": 3330 + "__id__": 3660 }, "_contentSize": { "__type__": "cc.Size", @@ -75447,11 +83091,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3278 + "__id__": 3608 }, "_enabled": true, "__prefab": { - "__id__": 3332 + "__id__": 3662 }, "_alignFlags": 20, "_target": null, @@ -75483,11 +83127,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3278 + "__id__": 3608 }, "_enabled": true, "__prefab": { - "__id__": 3334 + "__id__": 3664 }, "_id": "" }, @@ -75501,11 +83145,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3278 + "__id__": 3608 }, "_enabled": true, "__prefab": { - "__id__": 3336 + "__id__": 3666 }, "_alignFlags": 45, "_target": null, @@ -75554,23 +83198,23 @@ }, "_children": [ { - "__id__": 3339 + "__id__": 3669 } ], "_active": false, "_components": [ { - "__id__": 3353 + "__id__": 3683 }, { - "__id__": 3355 + "__id__": 3685 }, { - "__id__": 3357 + "__id__": 3687 } ], "_prefab": { - "__id__": 3359 + "__id__": 3689 }, "_lpos": { "__type__": "cc.Vec3", @@ -75607,27 +83251,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3338 + "__id__": 3668 }, "_children": [ { - "__id__": 3340 + "__id__": 3670 } ], "_active": true, "_components": [ { - "__id__": 3346 + "__id__": 3676 }, { - "__id__": 3348 + "__id__": 3678 }, { - "__id__": 3350 + "__id__": 3680 } ], "_prefab": { - "__id__": 3352 + "__id__": 3682 }, "_lpos": { "__type__": "cc.Vec3", @@ -75664,20 +83308,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3339 + "__id__": 3669 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3341 + "__id__": 3671 }, { - "__id__": 3343 + "__id__": 3673 } ], "_prefab": { - "__id__": 3345 + "__id__": 3675 }, "_lpos": { "__type__": "cc.Vec3", @@ -75714,11 +83358,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3340 + "__id__": 3670 }, "_enabled": true, "__prefab": { - "__id__": 3342 + "__id__": 3672 }, "_contentSize": { "__type__": "cc.Size", @@ -75742,11 +83386,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3340 + "__id__": 3670 }, "_enabled": true, "__prefab": { - "__id__": 3344 + "__id__": 3674 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -75823,11 +83467,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3339 + "__id__": 3669 }, "_enabled": true, "__prefab": { - "__id__": 3347 + "__id__": 3677 }, "_contentSize": { "__type__": "cc.Size", @@ -75851,11 +83495,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3339 + "__id__": 3669 }, "_enabled": true, "__prefab": { - "__id__": 3349 + "__id__": 3679 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -75896,11 +83540,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3339 + "__id__": 3669 }, "_enabled": true, "__prefab": { - "__id__": 3351 + "__id__": 3681 }, "_alignFlags": 45, "_target": null, @@ -75945,11 +83589,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3338 + "__id__": 3668 }, "_enabled": true, "__prefab": { - "__id__": 3354 + "__id__": 3684 }, "_contentSize": { "__type__": "cc.Size", @@ -75973,11 +83617,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3338 + "__id__": 3668 }, "_enabled": true, "__prefab": { - "__id__": 3356 + "__id__": 3686 }, "_alignFlags": 45, "_target": null, @@ -76009,11 +83653,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3338 + "__id__": 3668 }, "_enabled": true, "__prefab": { - "__id__": 3358 + "__id__": 3688 }, "_id": "" }, @@ -76044,35 +83688,35 @@ }, "_children": [ { - "__id__": 3361 + "__id__": 3691 }, { - "__id__": 3401 + "__id__": 3731 }, { - "__id__": 3441 + "__id__": 3771 }, { - "__id__": 3481 + "__id__": 3811 }, { - "__id__": 3521 + "__id__": 3851 } ], "_active": false, "_components": [ { - "__id__": 3561 + "__id__": 3891 }, { - "__id__": 3563 + "__id__": 3893 }, { - "__id__": 3565 + "__id__": 3895 } ], "_prefab": { - "__id__": 3567 + "__id__": 3897 }, "_lpos": { "__type__": "cc.Vec3", @@ -76109,33 +83753,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3360 + "__id__": 3690 }, "_children": [ { - "__id__": 3362 + "__id__": 3692 }, { - "__id__": 3368 + "__id__": 3698 }, { - "__id__": 3374 + "__id__": 3704 }, { - "__id__": 3384 + "__id__": 3714 } ], "_active": true, "_components": [ { - "__id__": 3396 + "__id__": 3726 }, { - "__id__": 3398 + "__id__": 3728 } ], "_prefab": { - "__id__": 3400 + "__id__": 3730 }, "_lpos": { "__type__": "cc.Vec3", @@ -76172,20 +83816,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3361 + "__id__": 3691 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3363 + "__id__": 3693 }, { - "__id__": 3365 + "__id__": 3695 } ], "_prefab": { - "__id__": 3367 + "__id__": 3697 }, "_lpos": { "__type__": "cc.Vec3", @@ -76222,11 +83866,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3362 + "__id__": 3692 }, "_enabled": true, "__prefab": { - "__id__": 3364 + "__id__": 3694 }, "_contentSize": { "__type__": "cc.Size", @@ -76250,11 +83894,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3362 + "__id__": 3692 }, "_enabled": true, "__prefab": { - "__id__": 3366 + "__id__": 3696 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -76308,20 +83952,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3361 + "__id__": 3691 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3369 + "__id__": 3699 }, { - "__id__": 3371 + "__id__": 3701 } ], "_prefab": { - "__id__": 3373 + "__id__": 3703 }, "_lpos": { "__type__": "cc.Vec3", @@ -76358,11 +84002,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3368 + "__id__": 3698 }, "_enabled": true, "__prefab": { - "__id__": 3370 + "__id__": 3700 }, "_contentSize": { "__type__": "cc.Size", @@ -76386,11 +84030,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3368 + "__id__": 3698 }, "_enabled": true, "__prefab": { - "__id__": 3372 + "__id__": 3702 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -76444,26 +84088,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3361 + "__id__": 3691 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3375 + "__id__": 3705 }, { - "__id__": 3377 + "__id__": 3707 }, { - "__id__": 3379 + "__id__": 3709 }, { - "__id__": 3381 + "__id__": 3711 } ], "_prefab": { - "__id__": 3383 + "__id__": 3713 }, "_lpos": { "__type__": "cc.Vec3", @@ -76500,11 +84144,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3374 + "__id__": 3704 }, "_enabled": true, "__prefab": { - "__id__": 3376 + "__id__": 3706 }, "_contentSize": { "__type__": "cc.Size", @@ -76528,11 +84172,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3374 + "__id__": 3704 }, "_enabled": true, "__prefab": { - "__id__": 3378 + "__id__": 3708 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -76596,11 +84240,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3374 + "__id__": 3704 }, "_enabled": true, "__prefab": { - "__id__": 3380 + "__id__": 3710 }, "_id": "" }, @@ -76614,11 +84258,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3374 + "__id__": 3704 }, "_enabled": true, "__prefab": { - "__id__": 3382 + "__id__": 3712 }, "templateMode": true, "watchPath": "data.role.gold", @@ -76651,24 +84295,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3361 + "__id__": 3691 }, "_children": [ { - "__id__": 3385 + "__id__": 3715 } ], "_active": false, "_components": [ { - "__id__": 3391 + "__id__": 3721 }, { - "__id__": 3393 + "__id__": 3723 } ], "_prefab": { - "__id__": 3395 + "__id__": 3725 }, "_lpos": { "__type__": "cc.Vec3", @@ -76705,20 +84349,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3384 + "__id__": 3714 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3386 + "__id__": 3716 }, { - "__id__": 3388 + "__id__": 3718 } ], "_prefab": { - "__id__": 3390 + "__id__": 3720 }, "_lpos": { "__type__": "cc.Vec3", @@ -76755,11 +84399,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3385 + "__id__": 3715 }, "_enabled": true, "__prefab": { - "__id__": 3387 + "__id__": 3717 }, "_contentSize": { "__type__": "cc.Size", @@ -76783,11 +84427,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3385 + "__id__": 3715 }, "_enabled": true, "__prefab": { - "__id__": 3389 + "__id__": 3719 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -76841,11 +84485,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3384 + "__id__": 3714 }, "_enabled": true, "__prefab": { - "__id__": 3392 + "__id__": 3722 }, "_contentSize": { "__type__": "cc.Size", @@ -76869,11 +84513,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3384 + "__id__": 3714 }, "_enabled": true, "__prefab": { - "__id__": 3394 + "__id__": 3724 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -76927,11 +84571,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3361 + "__id__": 3691 }, "_enabled": true, "__prefab": { - "__id__": 3397 + "__id__": 3727 }, "_contentSize": { "__type__": "cc.Size", @@ -76955,11 +84599,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3361 + "__id__": 3691 }, "_enabled": true, "__prefab": { - "__id__": 3399 + "__id__": 3729 }, "_alignFlags": 12, "_target": null, @@ -77004,33 +84648,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3360 + "__id__": 3690 }, "_children": [ { - "__id__": 3402 + "__id__": 3732 }, { - "__id__": 3408 + "__id__": 3738 }, { - "__id__": 3414 + "__id__": 3744 }, { - "__id__": 3424 + "__id__": 3754 } ], "_active": false, "_components": [ { - "__id__": 3436 + "__id__": 3766 }, { - "__id__": 3438 + "__id__": 3768 } ], "_prefab": { - "__id__": 3440 + "__id__": 3770 }, "_lpos": { "__type__": "cc.Vec3", @@ -77067,20 +84711,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3401 + "__id__": 3731 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3403 + "__id__": 3733 }, { - "__id__": 3405 + "__id__": 3735 } ], "_prefab": { - "__id__": 3407 + "__id__": 3737 }, "_lpos": { "__type__": "cc.Vec3", @@ -77117,11 +84761,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3402 + "__id__": 3732 }, "_enabled": true, "__prefab": { - "__id__": 3404 + "__id__": 3734 }, "_contentSize": { "__type__": "cc.Size", @@ -77145,11 +84789,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3402 + "__id__": 3732 }, "_enabled": true, "__prefab": { - "__id__": 3406 + "__id__": 3736 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -77203,20 +84847,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3401 + "__id__": 3731 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3409 + "__id__": 3739 }, { - "__id__": 3411 + "__id__": 3741 } ], "_prefab": { - "__id__": 3413 + "__id__": 3743 }, "_lpos": { "__type__": "cc.Vec3", @@ -77253,11 +84897,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3408 + "__id__": 3738 }, "_enabled": true, "__prefab": { - "__id__": 3410 + "__id__": 3740 }, "_contentSize": { "__type__": "cc.Size", @@ -77281,11 +84925,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3408 + "__id__": 3738 }, "_enabled": true, "__prefab": { - "__id__": 3412 + "__id__": 3742 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -77339,26 +84983,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3401 + "__id__": 3731 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3415 + "__id__": 3745 }, { - "__id__": 3417 + "__id__": 3747 }, { - "__id__": 3419 + "__id__": 3749 }, { - "__id__": 3421 + "__id__": 3751 } ], "_prefab": { - "__id__": 3423 + "__id__": 3753 }, "_lpos": { "__type__": "cc.Vec3", @@ -77395,11 +85039,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3414 + "__id__": 3744 }, "_enabled": true, "__prefab": { - "__id__": 3416 + "__id__": 3746 }, "_contentSize": { "__type__": "cc.Size", @@ -77423,11 +85067,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3414 + "__id__": 3744 }, "_enabled": true, "__prefab": { - "__id__": 3418 + "__id__": 3748 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -77491,11 +85135,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3414 + "__id__": 3744 }, "_enabled": true, "__prefab": { - "__id__": 3420 + "__id__": 3750 }, "_id": "" }, @@ -77509,11 +85153,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3414 + "__id__": 3744 }, "_enabled": true, "__prefab": { - "__id__": 3422 + "__id__": 3752 }, "templateMode": true, "watchPath": "data.role.gold", @@ -77546,24 +85190,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3401 + "__id__": 3731 }, "_children": [ { - "__id__": 3425 + "__id__": 3755 } ], "_active": false, "_components": [ { - "__id__": 3431 + "__id__": 3761 }, { - "__id__": 3433 + "__id__": 3763 } ], "_prefab": { - "__id__": 3435 + "__id__": 3765 }, "_lpos": { "__type__": "cc.Vec3", @@ -77600,20 +85244,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3424 + "__id__": 3754 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3426 + "__id__": 3756 }, { - "__id__": 3428 + "__id__": 3758 } ], "_prefab": { - "__id__": 3430 + "__id__": 3760 }, "_lpos": { "__type__": "cc.Vec3", @@ -77650,11 +85294,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3425 + "__id__": 3755 }, "_enabled": true, "__prefab": { - "__id__": 3427 + "__id__": 3757 }, "_contentSize": { "__type__": "cc.Size", @@ -77678,11 +85322,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3425 + "__id__": 3755 }, "_enabled": true, "__prefab": { - "__id__": 3429 + "__id__": 3759 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -77736,11 +85380,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3424 + "__id__": 3754 }, "_enabled": true, "__prefab": { - "__id__": 3432 + "__id__": 3762 }, "_contentSize": { "__type__": "cc.Size", @@ -77764,11 +85408,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3424 + "__id__": 3754 }, "_enabled": true, "__prefab": { - "__id__": 3434 + "__id__": 3764 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -77822,11 +85466,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3401 + "__id__": 3731 }, "_enabled": true, "__prefab": { - "__id__": 3437 + "__id__": 3767 }, "_contentSize": { "__type__": "cc.Size", @@ -77850,11 +85494,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3401 + "__id__": 3731 }, "_enabled": true, "__prefab": { - "__id__": 3439 + "__id__": 3769 }, "_alignFlags": 12, "_target": null, @@ -77899,33 +85543,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3360 + "__id__": 3690 }, "_children": [ { - "__id__": 3442 + "__id__": 3772 }, { - "__id__": 3448 + "__id__": 3778 }, { - "__id__": 3454 + "__id__": 3784 }, { - "__id__": 3464 + "__id__": 3794 } ], "_active": false, "_components": [ { - "__id__": 3476 + "__id__": 3806 }, { - "__id__": 3478 + "__id__": 3808 } ], "_prefab": { - "__id__": 3480 + "__id__": 3810 }, "_lpos": { "__type__": "cc.Vec3", @@ -77962,20 +85606,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3441 + "__id__": 3771 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3443 + "__id__": 3773 }, { - "__id__": 3445 + "__id__": 3775 } ], "_prefab": { - "__id__": 3447 + "__id__": 3777 }, "_lpos": { "__type__": "cc.Vec3", @@ -78012,11 +85656,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3442 + "__id__": 3772 }, "_enabled": true, "__prefab": { - "__id__": 3444 + "__id__": 3774 }, "_contentSize": { "__type__": "cc.Size", @@ -78040,11 +85684,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3442 + "__id__": 3772 }, "_enabled": true, "__prefab": { - "__id__": 3446 + "__id__": 3776 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -78098,20 +85742,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3441 + "__id__": 3771 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3449 + "__id__": 3779 }, { - "__id__": 3451 + "__id__": 3781 } ], "_prefab": { - "__id__": 3453 + "__id__": 3783 }, "_lpos": { "__type__": "cc.Vec3", @@ -78148,11 +85792,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3448 + "__id__": 3778 }, "_enabled": true, "__prefab": { - "__id__": 3450 + "__id__": 3780 }, "_contentSize": { "__type__": "cc.Size", @@ -78176,11 +85820,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3448 + "__id__": 3778 }, "_enabled": true, "__prefab": { - "__id__": 3452 + "__id__": 3782 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -78234,26 +85878,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3441 + "__id__": 3771 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3455 + "__id__": 3785 }, { - "__id__": 3457 + "__id__": 3787 }, { - "__id__": 3459 + "__id__": 3789 }, { - "__id__": 3461 + "__id__": 3791 } ], "_prefab": { - "__id__": 3463 + "__id__": 3793 }, "_lpos": { "__type__": "cc.Vec3", @@ -78290,11 +85934,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3454 + "__id__": 3784 }, "_enabled": true, "__prefab": { - "__id__": 3456 + "__id__": 3786 }, "_contentSize": { "__type__": "cc.Size", @@ -78318,11 +85962,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3454 + "__id__": 3784 }, "_enabled": true, "__prefab": { - "__id__": 3458 + "__id__": 3788 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -78386,11 +86030,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3454 + "__id__": 3784 }, "_enabled": true, "__prefab": { - "__id__": 3460 + "__id__": 3790 }, "_id": "" }, @@ -78404,11 +86048,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3454 + "__id__": 3784 }, "_enabled": true, "__prefab": { - "__id__": 3462 + "__id__": 3792 }, "templateMode": true, "watchPath": "data.role.gold", @@ -78441,24 +86085,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3441 + "__id__": 3771 }, "_children": [ { - "__id__": 3465 + "__id__": 3795 } ], "_active": false, "_components": [ { - "__id__": 3471 + "__id__": 3801 }, { - "__id__": 3473 + "__id__": 3803 } ], "_prefab": { - "__id__": 3475 + "__id__": 3805 }, "_lpos": { "__type__": "cc.Vec3", @@ -78495,20 +86139,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3464 + "__id__": 3794 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3466 + "__id__": 3796 }, { - "__id__": 3468 + "__id__": 3798 } ], "_prefab": { - "__id__": 3470 + "__id__": 3800 }, "_lpos": { "__type__": "cc.Vec3", @@ -78545,11 +86189,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3465 + "__id__": 3795 }, "_enabled": true, "__prefab": { - "__id__": 3467 + "__id__": 3797 }, "_contentSize": { "__type__": "cc.Size", @@ -78573,11 +86217,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3465 + "__id__": 3795 }, "_enabled": true, "__prefab": { - "__id__": 3469 + "__id__": 3799 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -78631,11 +86275,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3464 + "__id__": 3794 }, "_enabled": true, "__prefab": { - "__id__": 3472 + "__id__": 3802 }, "_contentSize": { "__type__": "cc.Size", @@ -78659,11 +86303,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3464 + "__id__": 3794 }, "_enabled": true, "__prefab": { - "__id__": 3474 + "__id__": 3804 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -78717,11 +86361,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3441 + "__id__": 3771 }, "_enabled": true, "__prefab": { - "__id__": 3477 + "__id__": 3807 }, "_contentSize": { "__type__": "cc.Size", @@ -78745,11 +86389,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3441 + "__id__": 3771 }, "_enabled": true, "__prefab": { - "__id__": 3479 + "__id__": 3809 }, "_alignFlags": 12, "_target": null, @@ -78794,33 +86438,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3360 + "__id__": 3690 }, "_children": [ { - "__id__": 3482 + "__id__": 3812 }, { - "__id__": 3488 + "__id__": 3818 }, { - "__id__": 3494 + "__id__": 3824 }, { - "__id__": 3504 + "__id__": 3834 } ], "_active": false, "_components": [ { - "__id__": 3516 + "__id__": 3846 }, { - "__id__": 3518 + "__id__": 3848 } ], "_prefab": { - "__id__": 3520 + "__id__": 3850 }, "_lpos": { "__type__": "cc.Vec3", @@ -78857,20 +86501,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3481 + "__id__": 3811 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3483 + "__id__": 3813 }, { - "__id__": 3485 + "__id__": 3815 } ], "_prefab": { - "__id__": 3487 + "__id__": 3817 }, "_lpos": { "__type__": "cc.Vec3", @@ -78907,11 +86551,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3482 + "__id__": 3812 }, "_enabled": true, "__prefab": { - "__id__": 3484 + "__id__": 3814 }, "_contentSize": { "__type__": "cc.Size", @@ -78935,11 +86579,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3482 + "__id__": 3812 }, "_enabled": true, "__prefab": { - "__id__": 3486 + "__id__": 3816 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -78993,20 +86637,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3481 + "__id__": 3811 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3489 + "__id__": 3819 }, { - "__id__": 3491 + "__id__": 3821 } ], "_prefab": { - "__id__": 3493 + "__id__": 3823 }, "_lpos": { "__type__": "cc.Vec3", @@ -79043,11 +86687,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3488 + "__id__": 3818 }, "_enabled": true, "__prefab": { - "__id__": 3490 + "__id__": 3820 }, "_contentSize": { "__type__": "cc.Size", @@ -79071,11 +86715,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3488 + "__id__": 3818 }, "_enabled": true, "__prefab": { - "__id__": 3492 + "__id__": 3822 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -79129,26 +86773,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3481 + "__id__": 3811 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3495 + "__id__": 3825 }, { - "__id__": 3497 + "__id__": 3827 }, { - "__id__": 3499 + "__id__": 3829 }, { - "__id__": 3501 + "__id__": 3831 } ], "_prefab": { - "__id__": 3503 + "__id__": 3833 }, "_lpos": { "__type__": "cc.Vec3", @@ -79185,11 +86829,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3494 + "__id__": 3824 }, "_enabled": true, "__prefab": { - "__id__": 3496 + "__id__": 3826 }, "_contentSize": { "__type__": "cc.Size", @@ -79213,11 +86857,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3494 + "__id__": 3824 }, "_enabled": true, "__prefab": { - "__id__": 3498 + "__id__": 3828 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -79281,11 +86925,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3494 + "__id__": 3824 }, "_enabled": true, "__prefab": { - "__id__": 3500 + "__id__": 3830 }, "_id": "" }, @@ -79299,11 +86943,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3494 + "__id__": 3824 }, "_enabled": true, "__prefab": { - "__id__": 3502 + "__id__": 3832 }, "templateMode": true, "watchPath": "data.role.gold", @@ -79336,24 +86980,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3481 + "__id__": 3811 }, "_children": [ { - "__id__": 3505 + "__id__": 3835 } ], "_active": false, "_components": [ { - "__id__": 3511 + "__id__": 3841 }, { - "__id__": 3513 + "__id__": 3843 } ], "_prefab": { - "__id__": 3515 + "__id__": 3845 }, "_lpos": { "__type__": "cc.Vec3", @@ -79390,20 +87034,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3504 + "__id__": 3834 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3506 + "__id__": 3836 }, { - "__id__": 3508 + "__id__": 3838 } ], "_prefab": { - "__id__": 3510 + "__id__": 3840 }, "_lpos": { "__type__": "cc.Vec3", @@ -79440,11 +87084,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3505 + "__id__": 3835 }, "_enabled": true, "__prefab": { - "__id__": 3507 + "__id__": 3837 }, "_contentSize": { "__type__": "cc.Size", @@ -79468,11 +87112,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3505 + "__id__": 3835 }, "_enabled": true, "__prefab": { - "__id__": 3509 + "__id__": 3839 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -79526,11 +87170,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3504 + "__id__": 3834 }, "_enabled": true, "__prefab": { - "__id__": 3512 + "__id__": 3842 }, "_contentSize": { "__type__": "cc.Size", @@ -79554,11 +87198,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3504 + "__id__": 3834 }, "_enabled": true, "__prefab": { - "__id__": 3514 + "__id__": 3844 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -79612,11 +87256,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3481 + "__id__": 3811 }, "_enabled": true, "__prefab": { - "__id__": 3517 + "__id__": 3847 }, "_contentSize": { "__type__": "cc.Size", @@ -79640,11 +87284,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3481 + "__id__": 3811 }, "_enabled": true, "__prefab": { - "__id__": 3519 + "__id__": 3849 }, "_alignFlags": 12, "_target": null, @@ -79689,33 +87333,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3360 + "__id__": 3690 }, "_children": [ { - "__id__": 3522 + "__id__": 3852 }, { - "__id__": 3528 + "__id__": 3858 }, { - "__id__": 3534 + "__id__": 3864 }, { - "__id__": 3544 + "__id__": 3874 } ], "_active": false, "_components": [ { - "__id__": 3556 + "__id__": 3886 }, { - "__id__": 3558 + "__id__": 3888 } ], "_prefab": { - "__id__": 3560 + "__id__": 3890 }, "_lpos": { "__type__": "cc.Vec3", @@ -79752,20 +87396,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3521 + "__id__": 3851 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3523 + "__id__": 3853 }, { - "__id__": 3525 + "__id__": 3855 } ], "_prefab": { - "__id__": 3527 + "__id__": 3857 }, "_lpos": { "__type__": "cc.Vec3", @@ -79802,11 +87446,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3522 + "__id__": 3852 }, "_enabled": true, "__prefab": { - "__id__": 3524 + "__id__": 3854 }, "_contentSize": { "__type__": "cc.Size", @@ -79830,11 +87474,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3522 + "__id__": 3852 }, "_enabled": true, "__prefab": { - "__id__": 3526 + "__id__": 3856 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -79888,20 +87532,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3521 + "__id__": 3851 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3529 + "__id__": 3859 }, { - "__id__": 3531 + "__id__": 3861 } ], "_prefab": { - "__id__": 3533 + "__id__": 3863 }, "_lpos": { "__type__": "cc.Vec3", @@ -79938,11 +87582,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3528 + "__id__": 3858 }, "_enabled": true, "__prefab": { - "__id__": 3530 + "__id__": 3860 }, "_contentSize": { "__type__": "cc.Size", @@ -79966,11 +87610,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3528 + "__id__": 3858 }, "_enabled": true, "__prefab": { - "__id__": 3532 + "__id__": 3862 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -80024,26 +87668,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3521 + "__id__": 3851 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3535 + "__id__": 3865 }, { - "__id__": 3537 + "__id__": 3867 }, { - "__id__": 3539 + "__id__": 3869 }, { - "__id__": 3541 + "__id__": 3871 } ], "_prefab": { - "__id__": 3543 + "__id__": 3873 }, "_lpos": { "__type__": "cc.Vec3", @@ -80080,11 +87724,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3534 + "__id__": 3864 }, "_enabled": true, "__prefab": { - "__id__": 3536 + "__id__": 3866 }, "_contentSize": { "__type__": "cc.Size", @@ -80108,11 +87752,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3534 + "__id__": 3864 }, "_enabled": true, "__prefab": { - "__id__": 3538 + "__id__": 3868 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -80176,11 +87820,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3534 + "__id__": 3864 }, "_enabled": true, "__prefab": { - "__id__": 3540 + "__id__": 3870 }, "_id": "" }, @@ -80194,11 +87838,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3534 + "__id__": 3864 }, "_enabled": true, "__prefab": { - "__id__": 3542 + "__id__": 3872 }, "templateMode": true, "watchPath": "data.role.gold", @@ -80231,24 +87875,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3521 + "__id__": 3851 }, "_children": [ { - "__id__": 3545 + "__id__": 3875 } ], "_active": false, "_components": [ { - "__id__": 3551 + "__id__": 3881 }, { - "__id__": 3553 + "__id__": 3883 } ], "_prefab": { - "__id__": 3555 + "__id__": 3885 }, "_lpos": { "__type__": "cc.Vec3", @@ -80285,20 +87929,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 3544 + "__id__": 3874 }, "_children": [], "_active": true, "_components": [ { - "__id__": 3546 + "__id__": 3876 }, { - "__id__": 3548 + "__id__": 3878 } ], "_prefab": { - "__id__": 3550 + "__id__": 3880 }, "_lpos": { "__type__": "cc.Vec3", @@ -80335,11 +87979,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3545 + "__id__": 3875 }, "_enabled": true, "__prefab": { - "__id__": 3547 + "__id__": 3877 }, "_contentSize": { "__type__": "cc.Size", @@ -80363,11 +88007,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3545 + "__id__": 3875 }, "_enabled": true, "__prefab": { - "__id__": 3549 + "__id__": 3879 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -80421,11 +88065,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3544 + "__id__": 3874 }, "_enabled": true, "__prefab": { - "__id__": 3552 + "__id__": 3882 }, "_contentSize": { "__type__": "cc.Size", @@ -80449,11 +88093,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3544 + "__id__": 3874 }, "_enabled": true, "__prefab": { - "__id__": 3554 + "__id__": 3884 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -80507,11 +88151,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3521 + "__id__": 3851 }, "_enabled": true, "__prefab": { - "__id__": 3557 + "__id__": 3887 }, "_contentSize": { "__type__": "cc.Size", @@ -80535,11 +88179,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3521 + "__id__": 3851 }, "_enabled": true, "__prefab": { - "__id__": 3559 + "__id__": 3889 }, "_alignFlags": 12, "_target": null, @@ -80584,11 +88228,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3360 + "__id__": 3690 }, "_enabled": true, "__prefab": { - "__id__": 3562 + "__id__": 3892 }, "_contentSize": { "__type__": "cc.Size", @@ -80612,11 +88256,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3360 + "__id__": 3690 }, "_enabled": true, "__prefab": { - "__id__": 3564 + "__id__": 3894 }, "_alignFlags": 41, "_target": null, @@ -80648,11 +88292,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3360 + "__id__": 3690 }, "_enabled": true, "__prefab": { - "__id__": 3566 + "__id__": 3896 }, "_resizeMode": 0, "_layoutType": 1, @@ -80703,7 +88347,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 3569 + "__id__": 3899 }, "_contentSize": { "__type__": "cc.Size", @@ -80731,7 +88375,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 3571 + "__id__": 3901 }, "_alignFlags": 45, "_target": null, @@ -80767,7 +88411,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 3573 + "__id__": 3903 }, "_id": "" }, @@ -80788,28 +88432,28 @@ "targetOverrides": [], "nestedPrefabInstanceRoots": [ { - "__id__": 3295 + "__id__": 3625 }, { - "__id__": 2717 + "__id__": 3047 }, { - "__id__": 2679 + "__id__": 3009 }, { - "__id__": 2453 + "__id__": 2783 }, { - "__id__": 2410 + "__id__": 2740 }, { - "__id__": 2306 + "__id__": 2636 }, { - "__id__": 2297 + "__id__": 2627 }, { - "__id__": 2286 + "__id__": 2616 } ] } diff --git a/assets/script/game/map/CardComp.ts b/assets/script/game/map/CardComp.ts index cbc7e56e..ebf3400b 100644 --- a/assets/script/game/map/CardComp.ts +++ b/assets/script/game/map/CardComp.ts @@ -10,7 +10,7 @@ import { HeroViewComp } from "../hero/HeroViewComp"; import { smc } from "../common/SingletonModuleComp"; import { HeroSkillList, SkillSet } from "../common/config/SkillSet"; import { cardType, getRandomCardUUID, Quality, SuperCards } from "../common/config/CardSet"; -import { EquipInfo } from "../common/config/Equips"; +import { EquipInfo, EquipType } from "../common/config/Equips"; import { FightSet } from "../common/config/Mission"; const { ccclass, property } = _decorator; @@ -169,6 +169,13 @@ export class CardComp extends CCComp { show.getChildByName("mask").getChildByName("equip").active=false show.getChildByName("mask").getChildByName("hero").active=false show.getChildByName("mask").getChildByName("func").active=false + show.getChildByName("mask").getChildByName("abg").active=false + show.getChildByName("mask").getChildByName("wbg").active=false + show.getChildByName("mask").getChildByName("lv1").active=false + show.getChildByName("mask").getChildByName("lv2").active=false + show.getChildByName("mask").getChildByName("lv3").active=false + show.getChildByName("mask").getChildByName("lv4").active=false + show.getChildByName("mask").getChildByName("lv5").active=false switch(this.c_type){ case cardType.HERO: show.getChildByName("mask").getChildByName("hero").active=true @@ -180,6 +187,34 @@ export class CardComp extends CCComp { break case cardType.EQUIP: show.getChildByName("mask").getChildByName("equip").active=true + switch(EquipInfo[this.c_uuid].type){ + case EquipType.ARMOR: + show.getChildByName("mask").getChildByName("abg").active=true + break + case EquipType.WEAPON: + show.getChildByName("mask").getChildByName("wbg").active=true + break + case EquipType.ACCESSORY: + console.log("[cardcomp]:装备卡 饰品") + break + } + switch(EquipInfo[this.c_uuid].lv){ + case 1: + show.getChildByName("mask").getChildByName("lv1").active=true + break + case 2: + show.getChildByName("mask").getChildByName("lv2").active=true + break + case 3: + show.getChildByName("mask").getChildByName("lv3").active=true + break + case 4: + show.getChildByName("mask").getChildByName("lv4").active=true + break + case 5: + show.getChildByName("mask").getChildByName("lv5").active=true + break + } show.getChildByName("type").getChildByName("name").getComponent(Label).string="装备" break case cardType.SPECIAL: @@ -197,8 +232,8 @@ export class CardComp extends CCComp { show.getChildByName("mask").getChildByName("q3").active=q==Quality.BLUE show.getChildByName("mask").getChildByName("q4").active=q==Quality.PURPLE show.getChildByName("mask").getChildByName("q5").active=q==Quality.ORANGE - this.node.getChildByName("show").getChildByName("coins").active=true - this.node.getChildByName("show").getChildByName("coins").getChildByName("num").getComponent(Label).string=this.get_cost_gold(q).toString() + // this.node.getChildByName("show").getChildByName("coins").active=false + // this.node.getChildByName("show").getChildByName("coins").getChildByName("num").getComponent(Label).string=this.get_cost_gold(q).toString() } get_cost_gold(quality:number){ @@ -250,13 +285,13 @@ export class CardComp extends CCComp { break case cardType.EQUIP: console.log("[cardcomp]:use_card 装备卡") - if(!this.cost_gold_check()) return + // if(!this.cost_gold_check()) return oops.message.dispatchEvent(GameEvent.EquipAdd,{uuid:this.c_uuid,type:EquipInfo[this.c_uuid].type,slot:this.equip_slot}) oops.message.dispatchEvent(GameEvent.CardsClose) break case cardType.SPECIAL: console.log("[cardcomp]:use_card 功能卡") - if(!this.cost_gold_check()) return + // if(!this.cost_gold_check()) return oops.message.dispatchEvent(GameEvent.UseSpecialCard,{uuid:this.c_uuid}) oops.message.dispatchEvent(GameEvent.CardsClose) break diff --git a/assets/script/game/map/EquipsComp.ts b/assets/script/game/map/EquipsComp.ts index 82755cc4..8491bd28 100644 --- a/assets/script/game/map/EquipsComp.ts +++ b/assets/script/game/map/EquipsComp.ts @@ -5,6 +5,7 @@ import { smc } from '../common/SingletonModuleComp'; import { EquipInfo, EquipType, EquipAttrTarget, EquipSpecialAttr} from '../common/config/Equips'; import { BuffAttr, DebuffAttr, geDebuffNum, getBuffNum } from '../common/config/SkillSet'; import { FightSet } from '../common/config/Mission'; +import { Quality } from '../common/config/CardSet'; const { ccclass, property } = _decorator; @ccclass('EquipsComp') @@ -109,31 +110,65 @@ export class EquipsComp extends Component { } show_weapon(uuid:number){ let icon = this.boxs.getChildByName("weapon").getChildByName("icon") - icon.active=true - var icon_path = "game/heros/equips2" - resources.load(icon_path, SpriteAtlas, (err: any, atlas) => { - const sprite = icon.getChildByName("icon").getComponent(Sprite); - sprite.spriteFrame = atlas.getSpriteFrame(EquipInfo[uuid].path); - }); + icon.active=true + var icon_path = "game/heros/equips2" + resources.load(icon_path, SpriteAtlas, (err: any, atlas) => { + const sprite = icon.getChildByName("icon").getComponent(Sprite); + sprite.spriteFrame = atlas.getSpriteFrame(EquipInfo[uuid].path); + }); + icon.getChildByName("lv1").active=EquipInfo[uuid].lv==1 + icon.getChildByName("lv2").active=EquipInfo[uuid].lv==2 + icon.getChildByName("lv3").active=EquipInfo[uuid].lv==3 + icon.getChildByName("lv4").active=EquipInfo[uuid].lv==4 + icon.getChildByName("lv5").active=EquipInfo[uuid].lv==5 + icon.getChildByName("q1").active=EquipInfo[uuid].quality==Quality.WHITE + icon.getChildByName("q2").active=EquipInfo[uuid].quality==Quality.GREEN + icon.getChildByName("q3").active=EquipInfo[uuid].quality==Quality.BLUE + icon.getChildByName("q4").active=EquipInfo[uuid].quality==Quality.PURPLE + icon.getChildByName("q5").active=EquipInfo[uuid].quality==Quality.ORANGE } show_armor(uuid:number){ let icon = this.boxs.getChildByName("armor").getChildByName("icon") - icon.active=true - var icon_path = "game/heros/equips2" - resources.load(icon_path, SpriteAtlas, (err: any, atlas) => { - const sprite = icon.getChildByName("icon").getComponent(Sprite); - sprite.spriteFrame = atlas.getSpriteFrame(EquipInfo[uuid].path); - }); + icon.active=true + var icon_path = "game/heros/equips2" + resources.load(icon_path, SpriteAtlas, (err: any, atlas) => { + const sprite = icon.getChildByName("icon").getComponent(Sprite); + sprite.spriteFrame = atlas.getSpriteFrame(EquipInfo[uuid].path); + }); + icon.getChildByName("lv1").active=EquipInfo[uuid].lv==1 + icon.getChildByName("lv2").active=EquipInfo[uuid].lv==2 + icon.getChildByName("lv3").active=EquipInfo[uuid].lv==3 + icon.getChildByName("lv4").active=EquipInfo[uuid].lv==4 + icon.getChildByName("lv5").active=EquipInfo[uuid].lv==5 + + icon.getChildByName("q1").active=EquipInfo[uuid].quality==Quality.WHITE + icon.getChildByName("q2").active=EquipInfo[uuid].quality==Quality.GREEN + icon.getChildByName("q3").active=EquipInfo[uuid].quality==Quality.BLUE + icon.getChildByName("q4").active=EquipInfo[uuid].quality==Quality.PURPLE + icon.getChildByName("q5").active=EquipInfo[uuid].quality==Quality.ORANGE } show_accessory(uuid:number){ let icon = this.boxs.getChildByName("accessory").getChildByName("icon") - icon.active=true - var icon_path = "game/heros/equips2" - resources.load(icon_path, SpriteAtlas, (err: any, atlas) => { - const sprite = icon.getChildByName("icon").getComponent(Sprite); - sprite.spriteFrame = atlas.getSpriteFrame(EquipInfo[uuid].path); - }); + icon.active=true + var icon_path = "game/heros/equips2" + resources.load(icon_path, SpriteAtlas, (err: any, atlas) => { + const sprite = icon.getChildByName("icon").getComponent(Sprite); + sprite.spriteFrame = atlas.getSpriteFrame(EquipInfo[uuid].path); + }); + icon.getChildByName("lv1").active=EquipInfo[uuid].lv==1 + icon.getChildByName("lv2").active=EquipInfo[uuid].lv==2 + icon.getChildByName("lv3").active=EquipInfo[uuid].lv==3 + icon.getChildByName("lv4").active=EquipInfo[uuid].lv==4 + icon.getChildByName("lv5").active=EquipInfo[uuid].lv==5 + + icon.getChildByName("q1").active=EquipInfo[uuid].quality==Quality.WHITE + icon.getChildByName("q2").active=EquipInfo[uuid].quality==Quality.GREEN + icon.getChildByName("q3").active=EquipInfo[uuid].quality==Quality.BLUE + icon.getChildByName("q4").active=EquipInfo[uuid].quality==Quality.PURPLE + icon.getChildByName("q5").active=EquipInfo[uuid].quality==Quality.ORANGE + + } count_attrs(){ // 重置所有属性 @@ -295,12 +330,15 @@ export class EquipsComp extends Component { this.boxs.getChildByName("weapon").getChildByName("get").active =false this.boxs.getChildByName("weapon").getChildByName("light").active=false this.boxs.getChildByName("weapon").getChildByName("tip").active=false + this.boxs.getChildByName("weapon").getChildByName("icon").active =false this.boxs.getChildByName("armor").getChildByName("get").active =false this.boxs.getChildByName("armor").getChildByName("light").active=false this.boxs.getChildByName("armor").getChildByName("tip").active=false + this.boxs.getChildByName("armor").getChildByName("icon").active =false this.boxs.getChildByName("accessory").getChildByName("get").active =false this.boxs.getChildByName("accessory").getChildByName("light").active=false this.boxs.getChildByName("accessory").getChildByName("tip").active=false + this.boxs.getChildByName("accessory").getChildByName("icon").active =false } private show_equip_change(e:string){