From e064c5e133d4b04cdcf62c73062d88b4d37df3f2 Mon Sep 17 00:00:00 2001 From: walkpan Date: Wed, 25 Mar 2026 22:15:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=9F=E4=B8=80=E8=8B=B1=E9=9B=84?= =?UTF-8?q?=E7=BC=A9=E6=94=BE=E6=AF=94=E4=BE=8B=E5=B9=B6=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=A1=80=E6=9D=A1UI=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将多个英雄预制体的缩放比例从0.6/0.7统一调整为1,使视觉表现更一致。 同时调整血条UI的宽度和边框,优化显示效果。 --- assets/resources/game/heros/ha1.prefab | 4 +- assets/resources/game/heros/ha2.prefab | 4 +- assets/resources/game/heros/ha3.prefab | 4 +- assets/resources/game/heros/hc1.prefab | 4 +- assets/resources/game/heros/hh1.prefab | 4 +- assets/resources/game/heros/hk1.prefab | 4 +- assets/resources/game/heros/hk2.prefab | 4 +- assets/resources/game/heros/hk3.prefab | 4 +- assets/resources/game/heros/hk4.prefab | 4 +- assets/resources/game/heros/hm1.prefab | 4 +- assets/resources/game/heros/hm2.prefab | 4 +- assets/resources/game/heros/hm3.prefab | 4 +- assets/resources/game/heros/hm5.prefab | 4 +- assets/resources/game/heros/hm6.prefab | 4 +- assets/resources/game/heros/hm7.prefab | 4 +- assets/resources/game/heros/hm9.prefab | 4 +- assets/resources/game/heros/hz1.prefab | 4 +- assets/resources/game/heros/me1.prefab | 4 +- assets/resources/game/heros/mo1.prefab | 4 +- assets/resources/game/heros/mo2.prefab | 4 +- assets/resources/game/heros/mo3.prefab | 4 +- assets/resources/game/heros/mo4.prefab | 4 +- assets/resources/game/heros/mo5.prefab | 4 +- assets/resources/game/heros/mud1.prefab | 4 +- assets/resources/game/heros/mud2.prefab | 4 +- assets/resources/game/heros/mud3.prefab | 4 +- assets/resources/game/heros/top.prefab | 18 +- assets/resources/gui/aui.plist.meta | 8 +- assets/resources/gui/element/hnode.prefab | 1191 ++++++++- assets/resources/gui/role_controller.prefab | 2582 +++++++------------ 30 files changed, 2118 insertions(+), 1785 deletions(-) diff --git a/assets/resources/game/heros/ha1.prefab b/assets/resources/game/heros/ha1.prefab index 7c7bc6b9..8eb3bbe0 100644 --- a/assets/resources/game/heros/ha1.prefab +++ b/assets/resources/game/heros/ha1.prefab @@ -630,8 +630,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/ha2.prefab b/assets/resources/game/heros/ha2.prefab index 805a3309..204c7db1 100644 --- a/assets/resources/game/heros/ha2.prefab +++ b/assets/resources/game/heros/ha2.prefab @@ -630,8 +630,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/ha3.prefab b/assets/resources/game/heros/ha3.prefab index 9e588a0d..0c44b81b 100644 --- a/assets/resources/game/heros/ha3.prefab +++ b/assets/resources/game/heros/ha3.prefab @@ -630,8 +630,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hc1.prefab b/assets/resources/game/heros/hc1.prefab index 33e21fa8..b35ac2bc 100644 --- a/assets/resources/game/heros/hc1.prefab +++ b/assets/resources/game/heros/hc1.prefab @@ -627,8 +627,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hh1.prefab b/assets/resources/game/heros/hh1.prefab index 9b1f951a..5c929c1e 100644 --- a/assets/resources/game/heros/hh1.prefab +++ b/assets/resources/game/heros/hh1.prefab @@ -630,8 +630,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.6, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hk1.prefab b/assets/resources/game/heros/hk1.prefab index 8d5e7f93..0ca3e4cc 100644 --- a/assets/resources/game/heros/hk1.prefab +++ b/assets/resources/game/heros/hk1.prefab @@ -606,8 +606,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hk2.prefab b/assets/resources/game/heros/hk2.prefab index ddada51d..d2602924 100644 --- a/assets/resources/game/heros/hk2.prefab +++ b/assets/resources/game/heros/hk2.prefab @@ -603,8 +603,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hk3.prefab b/assets/resources/game/heros/hk3.prefab index ede5ccae..8f76816b 100644 --- a/assets/resources/game/heros/hk3.prefab +++ b/assets/resources/game/heros/hk3.prefab @@ -603,8 +603,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hk4.prefab b/assets/resources/game/heros/hk4.prefab index 9ef6188f..51954dff 100644 --- a/assets/resources/game/heros/hk4.prefab +++ b/assets/resources/game/heros/hk4.prefab @@ -603,8 +603,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hm1.prefab b/assets/resources/game/heros/hm1.prefab index c6c879b9..ee0b35ab 100644 --- a/assets/resources/game/heros/hm1.prefab +++ b/assets/resources/game/heros/hm1.prefab @@ -630,8 +630,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hm2.prefab b/assets/resources/game/heros/hm2.prefab index e48fe91d..f03b3069 100644 --- a/assets/resources/game/heros/hm2.prefab +++ b/assets/resources/game/heros/hm2.prefab @@ -630,8 +630,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hm3.prefab b/assets/resources/game/heros/hm3.prefab index be31b480..db112dd5 100644 --- a/assets/resources/game/heros/hm3.prefab +++ b/assets/resources/game/heros/hm3.prefab @@ -627,8 +627,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hm5.prefab b/assets/resources/game/heros/hm5.prefab index 334c4938..888f19e9 100644 --- a/assets/resources/game/heros/hm5.prefab +++ b/assets/resources/game/heros/hm5.prefab @@ -627,8 +627,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hm6.prefab b/assets/resources/game/heros/hm6.prefab index 6b174f98..6c502b9e 100644 --- a/assets/resources/game/heros/hm6.prefab +++ b/assets/resources/game/heros/hm6.prefab @@ -627,8 +627,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hm7.prefab b/assets/resources/game/heros/hm7.prefab index 11ce05cb..a6324c57 100644 --- a/assets/resources/game/heros/hm7.prefab +++ b/assets/resources/game/heros/hm7.prefab @@ -627,8 +627,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hm9.prefab b/assets/resources/game/heros/hm9.prefab index 18d82e62..585cc34d 100644 --- a/assets/resources/game/heros/hm9.prefab +++ b/assets/resources/game/heros/hm9.prefab @@ -627,8 +627,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/hz1.prefab b/assets/resources/game/heros/hz1.prefab index f0699b5e..c35ccad7 100644 --- a/assets/resources/game/heros/hz1.prefab +++ b/assets/resources/game/heros/hz1.prefab @@ -627,8 +627,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/me1.prefab b/assets/resources/game/heros/me1.prefab index 39118837..3643b477 100644 --- a/assets/resources/game/heros/me1.prefab +++ b/assets/resources/game/heros/me1.prefab @@ -627,8 +627,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/mo1.prefab b/assets/resources/game/heros/mo1.prefab index 55988a03..0589216a 100644 --- a/assets/resources/game/heros/mo1.prefab +++ b/assets/resources/game/heros/mo1.prefab @@ -627,8 +627,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.6, - "y": 0.6, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/mo2.prefab b/assets/resources/game/heros/mo2.prefab index 0d48880a..a3f7711c 100644 --- a/assets/resources/game/heros/mo2.prefab +++ b/assets/resources/game/heros/mo2.prefab @@ -627,8 +627,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.6, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/mo3.prefab b/assets/resources/game/heros/mo3.prefab index b7d82174..b9cdb11b 100644 --- a/assets/resources/game/heros/mo3.prefab +++ b/assets/resources/game/heros/mo3.prefab @@ -603,8 +603,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.6, - "y": 0.6, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/mo4.prefab b/assets/resources/game/heros/mo4.prefab index cb56ab4b..ba952d2c 100644 --- a/assets/resources/game/heros/mo4.prefab +++ b/assets/resources/game/heros/mo4.prefab @@ -603,8 +603,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.6, - "y": 0.6, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/mo5.prefab b/assets/resources/game/heros/mo5.prefab index cf070695..9438b189 100644 --- a/assets/resources/game/heros/mo5.prefab +++ b/assets/resources/game/heros/mo5.prefab @@ -603,8 +603,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.6, - "y": 0.6, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/mud1.prefab b/assets/resources/game/heros/mud1.prefab index b6936c60..b7fd736a 100644 --- a/assets/resources/game/heros/mud1.prefab +++ b/assets/resources/game/heros/mud1.prefab @@ -603,8 +603,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.6, - "y": 0.6, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/mud2.prefab b/assets/resources/game/heros/mud2.prefab index 22073788..84ddc92d 100644 --- a/assets/resources/game/heros/mud2.prefab +++ b/assets/resources/game/heros/mud2.prefab @@ -603,8 +603,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.6, - "y": 0.6, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/mud3.prefab b/assets/resources/game/heros/mud3.prefab index 4d6792c8..a0680942 100644 --- a/assets/resources/game/heros/mud3.prefab +++ b/assets/resources/game/heros/mud3.prefab @@ -603,8 +603,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 1, + "y": 1, "z": 1 } }, diff --git a/assets/resources/game/heros/top.prefab b/assets/resources/game/heros/top.prefab index 69fe969f..b02a2a50 100644 --- a/assets/resources/game/heros/top.prefab +++ b/assets/resources/game/heros/top.prefab @@ -217,7 +217,7 @@ "__id__": 17 } ], - "_active": true, + "_active": false, "_components": [ { "__id__": 25 @@ -817,7 +817,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -35, + "x": -25, "y": 0, "z": 0 }, @@ -858,7 +858,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 70, + "width": 50, "height": 10 }, "_anchorPoint": { @@ -1036,7 +1036,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, + "width": 173.33333333333334, "height": 40 }, "_anchorPoint": { @@ -1161,7 +1161,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 70, + "width": 50, "height": 10 }, "_anchorPoint": { @@ -1347,7 +1347,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -35, + "x": -25, "y": 0, "z": 0 }, @@ -1388,7 +1388,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 70, + "width": 50, "height": 10 }, "_anchorPoint": { @@ -1691,7 +1691,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 70, + "width": 50, "height": 10 }, "_anchorPoint": { @@ -1810,7 +1810,7 @@ "__id__": 93 } ], - "_active": true, + "_active": false, "_components": [ { "__id__": 99 diff --git a/assets/resources/gui/aui.plist.meta b/assets/resources/gui/aui.plist.meta index adf31682..3c868692 100644 --- a/assets/resources/gui/aui.plist.meta +++ b/assets/resources/gui/aui.plist.meta @@ -2554,10 +2554,10 @@ "height": 179, "rawWidth": 248, "rawHeight": 179, - "borderTop": 40, - "borderBottom": 30, - "borderLeft": 32, - "borderRight": 34, + "borderTop": 12, + "borderBottom": 12, + "borderLeft": 14, + "borderRight": 16, "packable": true, "pixelsToUnit": 100, "pivotX": 0.5, diff --git a/assets/resources/gui/element/hnode.prefab b/assets/resources/gui/element/hnode.prefab index 95dbe7f6..c3294a82 100644 --- a/assets/resources/gui/element/hnode.prefab +++ b/assets/resources/gui/element/hnode.prefab @@ -25,23 +25,26 @@ "__id__": 10 }, { - "__id__": 30 + "__id__": 18 }, { - "__id__": 50 + "__id__": 46 + }, + { + "__id__": 74 } ], "_active": true, "_components": [ { - "__id__": 58 + "__id__": 98 }, { - "__id__": 60 + "__id__": 100 } ], "_prefab": { - "__id__": 62 + "__id__": 102 }, "_lpos": { "__type__": "cc.Vec3", @@ -250,6 +253,171 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, + { + "__type__": "cc.Node", + "_name": "hAnm", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 11 + }, + { + "__id__": 13 + }, + { + "__id__": 15 + } + ], + "_prefab": { + "__id__": 17 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 25.896, + "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__": 10 + }, + "_enabled": true, + "__prefab": { + "__id__": 12 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "56gTtOUjNGIJx4xuuZN5eh" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 10 + }, + "_enabled": true, + "__prefab": { + "__id__": 14 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_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": "747U1TyPJCOYb6NqYEk5DD" + }, + { + "__type__": "cc.Animation", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 10 + }, + "_enabled": true, + "__prefab": { + "__id__": 16 + }, + "playOnLoad": true, + "_clips": [ + { + "__uuid__": "e181a0cd-8e6c-4efd-9813-66a1d3ed1e9a", + "__expectedType__": "cc.AnimationClip" + } + ], + "_defaultClip": { + "__uuid__": "e181a0cd-8e6c-4efd-9813-66a1d3ed1e9a", + "__expectedType__": "cc.AnimationClip" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2e7ip9iHRCkpgbEWKgWSjG" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b5xpz003VN+JjcOmrDrKg0", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.Node", "_name": "ap", @@ -260,31 +428,34 @@ }, "_children": [ { - "__id__": 11 + "__id__": 19 }, { - "__id__": 17 + "__id__": 27 + }, + { + "__id__": 33 } ], "_active": true, "_components": [ { - "__id__": 23 + "__id__": 39 }, { - "__id__": 25 + "__id__": 41 }, { - "__id__": 27 + "__id__": 43 } ], "_prefab": { - "__id__": 29 + "__id__": 45 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 49.855, + "y": -30, "z": 0 }, "_lrot": { @@ -312,28 +483,31 @@ }, { "__type__": "cc.Node", - "_name": "Stat_Attack_01", + "_name": "bg4", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 10 + "__id__": 18 }, "_children": [], "_active": true, "_components": [ { - "__id__": 12 + "__id__": 20 }, { - "__id__": 14 + "__id__": 22 + }, + { + "__id__": 24 } ], "_prefab": { - "__id__": 16 + "__id__": 26 }, "_lpos": { "__type__": "cc.Vec3", - "x": -36.428, + "x": 0, "y": 0, "z": 0 }, @@ -366,11 +540,183 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 19 }, "_enabled": true, "__prefab": { - "__id__": 13 + "__id__": 21 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 110, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fa82BsML5NTYeBxnA6mSIP" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 19 + }, + "_enabled": true, + "__prefab": { + "__id__": 23 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@4d5e8", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_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": "07etUnRAtHCawxD81xfY4A" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 19 + }, + "_enabled": true, + "__prefab": { + "__id__": 25 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": -5, + "_bottom": -5, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 90, + "_originalHeight": 30, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0dCOzESw1KaYrLYYpSAaO+" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5eEPIKk6dASb9JtOa3aAj+", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Stat_Attack_01", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 18 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 28 + }, + { + "__id__": 30 + } + ], + "_prefab": { + "__id__": 32 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -38, + "y": 0, + "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__": 27 + }, + "_enabled": true, + "__prefab": { + "__id__": 29 }, "_contentSize": { "__type__": "cc.Size", @@ -394,11 +740,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 11 + "__id__": 27 }, "_enabled": true, "__prefab": { - "__id__": 15 + "__id__": 31 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -452,24 +798,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 10 + "__id__": 18 }, "_children": [], "_active": true, "_components": [ { - "__id__": 18 + "__id__": 34 }, { - "__id__": 20 + "__id__": 36 } ], "_prefab": { - "__id__": 22 + "__id__": 38 }, "_lpos": { "__type__": "cc.Vec3", - "x": -25.292, + "x": 10.322, "y": 0, "z": 0 }, @@ -502,20 +848,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 33 }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 35 }, "_contentSize": { "__type__": "cc.Size", - "width": 70, + "width": 75, "height": 20 }, "_anchorPoint": { "__type__": "cc.Vec2", - "x": 0, + "x": 0.5, "y": 0.5 }, "_id": "" @@ -530,11 +876,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 33 }, "_enabled": true, "__prefab": { - "__id__": 21 + "__id__": 37 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -546,8 +892,8 @@ "b": 255, "a": 255 }, - "_string": "9999", - "_horizontalAlign": 0, + "_string": "99999", + "_horizontalAlign": 1, "_verticalAlign": 1, "_actualFontSize": 20, "_fontSize": 20, @@ -611,15 +957,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 10 + "__id__": 18 }, "_enabled": true, "__prefab": { - "__id__": 24 + "__id__": 40 }, "_contentSize": { "__type__": "cc.Size", - "width": 90, + "width": 110, "height": 20 }, "_anchorPoint": { @@ -639,11 +985,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 10 + "__id__": 18 }, "_enabled": false, "__prefab": { - "__id__": 26 + "__id__": 42 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -684,18 +1030,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 10 + "__id__": 18 }, - "_enabled": false, + "_enabled": true, "__prefab": { - "__id__": 28 + "__id__": 44 }, - "_alignFlags": 12, + "_alignFlags": 44, "_target": null, "_left": 0, "_right": 0, "_top": 0, - "_bottom": 60, + "_bottom": 35, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -704,7 +1050,7 @@ "_isAbsBottom": true, "_isAbsHorizontalCenter": true, "_isAbsVerticalCenter": true, - "_originalWidth": 0, + "_originalWidth": 90, "_originalHeight": 0, "_alignMode": 2, "_lockFlags": 0, @@ -737,31 +1083,34 @@ }, "_children": [ { - "__id__": 31 + "__id__": 47 }, { - "__id__": 37 + "__id__": 55 + }, + { + "__id__": 61 } ], "_active": true, "_components": [ { - "__id__": 43 + "__id__": 67 }, { - "__id__": 45 + "__id__": 69 }, { - "__id__": 47 + "__id__": 71 } ], "_prefab": { - "__id__": 49 + "__id__": 73 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 28.636, + "y": -57.55, "z": 0 }, "_lrot": { @@ -789,28 +1138,31 @@ }, { "__type__": "cc.Node", - "_name": "Economy_Heart_Red", + "_name": "bg4", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 30 + "__id__": 46 }, "_children": [], "_active": true, "_components": [ { - "__id__": 32 + "__id__": 48 }, { - "__id__": 34 + "__id__": 50 + }, + { + "__id__": 52 } ], "_prefab": { - "__id__": 36 + "__id__": 54 }, "_lpos": { "__type__": "cc.Vec3", - "x": -36.428, + "x": 0, "y": 0, "z": 0 }, @@ -843,11 +1195,183 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 31 + "__id__": 47 }, "_enabled": true, "__prefab": { - "__id__": 33 + "__id__": 49 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 110, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f1ny1+Nq5KJ4inJ455Zfdx" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 47 + }, + "_enabled": true, + "__prefab": { + "__id__": 51 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@4d5e8", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_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": "a1xbd8vsxDAqrLYgm8/M+R" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 47 + }, + "_enabled": true, + "__prefab": { + "__id__": 53 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 2.4499999999999993, + "_bottom": 2.4499999999999993, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 90, + "_originalHeight": 30, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2b9+jL+FBMRZupRnQebPVS" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b7B+JLQLVIXqOzqXN4GALl", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Economy_Heart_Red", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 46 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 56 + }, + { + "__id__": 58 + } + ], + "_prefab": { + "__id__": 60 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -38, + "y": 0, + "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__": 55 + }, + "_enabled": true, + "__prefab": { + "__id__": 57 }, "_contentSize": { "__type__": "cc.Size", @@ -871,11 +1395,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 31 + "__id__": 55 }, "_enabled": true, "__prefab": { - "__id__": 35 + "__id__": 59 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -929,24 +1453,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 30 + "__id__": 46 }, "_children": [], "_active": true, "_components": [ { - "__id__": 38 + "__id__": 62 }, { - "__id__": 40 + "__id__": 64 } ], "_prefab": { - "__id__": 42 + "__id__": 66 }, "_lpos": { "__type__": "cc.Vec3", - "x": -25.292, + "x": 10.322, "y": 0, "z": 0 }, @@ -979,20 +1503,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 37 + "__id__": 61 }, "_enabled": true, "__prefab": { - "__id__": 39 + "__id__": 63 }, "_contentSize": { "__type__": "cc.Size", - "width": 70, + "width": 75, "height": 20 }, "_anchorPoint": { "__type__": "cc.Vec2", - "x": 0, + "x": 0.5, "y": 0.5 }, "_id": "" @@ -1007,11 +1531,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 37 + "__id__": 61 }, "_enabled": true, "__prefab": { - "__id__": 41 + "__id__": 65 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1023,8 +1547,8 @@ "b": 255, "a": 255 }, - "_string": "9999", - "_horizontalAlign": 0, + "_string": "99999", + "_horizontalAlign": 1, "_verticalAlign": 1, "_actualFontSize": 20, "_fontSize": 20, @@ -1088,16 +1612,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 30 + "__id__": 46 }, "_enabled": true, "__prefab": { - "__id__": 44 + "__id__": 68 }, "_contentSize": { "__type__": "cc.Size", - "width": 90, - "height": 20 + "width": 110, + "height": 34.9 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1116,11 +1640,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 30 + "__id__": 46 }, "_enabled": false, "__prefab": { - "__id__": 46 + "__id__": 70 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1161,18 +1685,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 30 + "__id__": 46 }, - "_enabled": false, + "_enabled": true, "__prefab": { - "__id__": 48 + "__id__": 72 }, - "_alignFlags": 12, + "_alignFlags": 44, "_target": null, "_left": 0, "_right": 0, "_top": 0, - "_bottom": 60, + "_bottom": 0, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -1181,7 +1705,7 @@ "_isAbsBottom": true, "_isAbsHorizontalCenter": true, "_isAbsVerticalCenter": true, - "_originalWidth": 0, + "_originalWidth": 90, "_originalHeight": 0, "_alignMode": 2, "_lockFlags": 0, @@ -1206,32 +1730,39 @@ }, { "__type__": "cc.Node", - "_name": "hAnm", + "_name": "lv", "_objFlags": 0, "__editorExtras__": {}, "_parent": { "__id__": 1 }, - "_children": [], + "_children": [ + { + "__id__": 75 + }, + { + "__id__": 81 + }, + { + "__id__": 87 + } + ], "_active": true, "_components": [ { - "__id__": 51 + "__id__": 93 }, { - "__id__": 53 - }, - { - "__id__": 55 + "__id__": 95 } ], "_prefab": { - "__id__": 57 + "__id__": 97 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0, + "y": 62.444, "z": 0 }, "_lrot": { @@ -1248,7 +1779,57 @@ "z": 1 }, "_mobility": 0, - "_layer": 1073741824, + "_layer": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 74 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 76 + }, + { + "__id__": 78 + } + ], + "_prefab": { + "__id__": 80 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -37, + "y": 3.121, + "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": 1, "_euler": { "__type__": "cc.Vec3", "x": 0, @@ -1263,16 +1844,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 50 + "__id__": 75 }, "_enabled": true, "__prefab": { - "__id__": 52 + "__id__": 77 }, "_contentSize": { "__type__": "cc.Size", - "width": 100, - "height": 100 + "width": 25, + "height": 25 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1283,7 +1864,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "56gTtOUjNGIJx4xuuZN5eh" + "fileId": "e8S3Z7ooZDbrlQal1YuzPh" }, { "__type__": "cc.Sprite", @@ -1291,11 +1872,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 50 + "__id__": 75 }, "_enabled": true, "__prefab": { - "__id__": 54 + "__id__": 79 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1307,10 +1888,13 @@ "b": 255, "a": 255 }, - "_spriteFrame": null, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", + "__expectedType__": "cc.SpriteFrame" + }, "_type": 0, "_fillType": 0, - "_sizeMode": 1, + "_sizeMode": 0, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, @@ -1320,33 +1904,15 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": null, + "_atlas": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "747U1TyPJCOYb6NqYEk5DD" - }, - { - "__type__": "cc.Animation", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 50 - }, - "_enabled": true, - "__prefab": { - "__id__": 56 - }, - "playOnLoad": false, - "_clips": [], - "_defaultClip": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "2e7ip9iHRCkpgbEWKgWSjG" + "fileId": "f98zsk4y1DDoj4vZrhO12k" }, { "__type__": "cc.PrefabInfo", @@ -1356,7 +1922,364 @@ "asset": { "__id__": 0 }, - "fileId": "b5xpz003VN+JjcOmrDrKg0", + "fileId": "27bSlOfHVFEKYfmWPhJ/A3", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 74 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 82 + }, + { + "__id__": 84 + } + ], + "_prefab": { + "__id__": 86 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 3.121, + "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": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 81 + }, + "_enabled": true, + "__prefab": { + "__id__": 83 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 25, + "height": 25 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a4I0BX/x5Gb6/4WLwMUABs" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 81 + }, + "_enabled": true, + "__prefab": { + "__id__": 85 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", + "__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": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "00uSOwuqZPt6DF3tg9pZ5R" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "13Bw3xPBlI3a5dTMpP2wvW", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 74 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 88 + }, + { + "__id__": 90 + } + ], + "_prefab": { + "__id__": 92 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 37, + "y": 3.121, + "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": 1, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 87 + }, + "_enabled": true, + "__prefab": { + "__id__": 89 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 25, + "height": 25 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "28+lJXMQVK3ok4m4lOJzC1" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 87 + }, + "_enabled": true, + "__prefab": { + "__id__": 91 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@411e4", + "__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": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c3eEfKnr9LyKzdFGKwcyop" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e6RTTQGOZLTrTdqMK0nGTA", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 74 + }, + "_enabled": true, + "__prefab": { + "__id__": 94 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 99, + "height": 15 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4a4Ma1D6dLfpVjceg67Tlu" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 74 + }, + "_enabled": true, + "__prefab": { + "__id__": 96 + }, + "_resizeMode": 1, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 15, + "height": 15 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 12, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "83qqT1czJIz5ggb97hKUGL" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7db2dcAdFAHqJvUA4+zNEA", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -1371,7 +2294,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 59 + "__id__": 99 }, "_contentSize": { "__type__": "cc.Size", @@ -1399,10 +2322,10 @@ }, "_enabled": true, "__prefab": { - "__id__": 61 + "__id__": 101 }, "icon_node": { - "__id__": 50 + "__id__": 10 }, "_id": "" }, diff --git a/assets/resources/gui/role_controller.prefab b/assets/resources/gui/role_controller.prefab index 27966477..72f3cc41 100644 --- a/assets/resources/gui/role_controller.prefab +++ b/assets/resources/gui/role_controller.prefab @@ -22,29 +22,29 @@ "__id__": 2 }, { - "__id__": 559 + "__id__": 519 }, { - "__id__": 695 + "__id__": 655 }, { - "__id__": 704 + "__id__": 664 } ], "_active": true, "_components": [ { - "__id__": 750 + "__id__": 710 }, { - "__id__": 752 + "__id__": 712 }, { - "__id__": 754 + "__id__": 714 } ], "_prefab": { - "__id__": 756 + "__id__": 716 }, "_lpos": { "__type__": "cc.Vec3", @@ -91,38 +91,38 @@ "__id__": 15 }, { - "__id__": 85 + "__id__": 45 }, { - "__id__": 407 + "__id__": 367 } ], "_active": true, "_components": [ { - "__id__": 544 + "__id__": 504 }, { - "__id__": 546 + "__id__": 506 }, { - "__id__": 548 + "__id__": 508 }, { - "__id__": 550 + "__id__": 510 }, { - "__id__": 552 + "__id__": 512 }, { - "__id__": 554 + "__id__": 514 }, { - "__id__": 556 + "__id__": 516 } ], "_prefab": { - "__id__": 558 + "__id__": 518 }, "_lpos": { "__type__": "cc.Vec3", @@ -462,14 +462,14 @@ "_active": true, "_components": [ { - "__id__": 80 + "__id__": 40 }, { - "__id__": 82 + "__id__": 42 } ], "_prefab": { - "__id__": 84 + "__id__": 44 }, "_lpos": { "__type__": "cc.Vec3", @@ -689,42 +689,27 @@ "_children": [ { "__id__": 25 - }, - { - "__id__": 33 - }, - { - "__id__": 41 - }, - { - "__id__": 49 - }, - { - "__id__": 57 - }, - { - "__id__": 65 } ], "_active": true, "_components": [ { - "__id__": 73 + "__id__": 33 }, { - "__id__": 75 + "__id__": 35 }, { - "__id__": 77 + "__id__": 37 } ], "_prefab": { - "__id__": 79 + "__id__": 39 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 105, + "y": 93.364, "z": 0 }, "_lrot": { @@ -778,7 +763,7 @@ }, { "__type__": "cc.PrefabInstance", - "fileId": "b1fQvsJE5Axp3W57Iu81HO", + "fileId": "98sPdmBuhC94DR6vInBaLY", "prefabRootNode": { "__id__": 1 }, @@ -862,566 +847,6 @@ "z": 0 } }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 24 - }, - "_prefab": { - "__id__": 34 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 33 - }, - "asset": { - "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", - "__expectedType__": "cc.Prefab" - }, - "fileId": "d5Q0cgjY1BTIz2JM1k7EZK", - "instance": { - "__id__": 35 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "24ho6yMw5OyKqGnnlb1lZe", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 36 - }, - { - "__id__": 38 - }, - { - "__id__": 39 - }, - { - "__id__": 40 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 37 - }, - "propertyPath": [ - "_name" - ], - "value": "hnode" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "d5Q0cgjY1BTIz2JM1k7EZK" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 37 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -175, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 37 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 37 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 24 - }, - "_prefab": { - "__id__": 42 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 41 - }, - "asset": { - "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", - "__expectedType__": "cc.Prefab" - }, - "fileId": "d5Q0cgjY1BTIz2JM1k7EZK", - "instance": { - "__id__": 43 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "bf9CO3VXpEapXp0MM4jeGj", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 44 - }, - { - "__id__": 46 - }, - { - "__id__": 47 - }, - { - "__id__": 48 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 45 - }, - "propertyPath": [ - "_name" - ], - "value": "hnode" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "d5Q0cgjY1BTIz2JM1k7EZK" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 45 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -60, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 45 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 45 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 24 - }, - "_prefab": { - "__id__": 50 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 49 - }, - "asset": { - "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", - "__expectedType__": "cc.Prefab" - }, - "fileId": "d5Q0cgjY1BTIz2JM1k7EZK", - "instance": { - "__id__": 51 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "cbhqcW/7BHOIfs5h+tuWvE", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 52 - }, - { - "__id__": 54 - }, - { - "__id__": 55 - }, - { - "__id__": 56 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 53 - }, - "propertyPath": [ - "_name" - ], - "value": "hnode" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "d5Q0cgjY1BTIz2JM1k7EZK" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 53 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 55, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 53 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 53 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 24 - }, - "_prefab": { - "__id__": 58 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 57 - }, - "asset": { - "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", - "__expectedType__": "cc.Prefab" - }, - "fileId": "d5Q0cgjY1BTIz2JM1k7EZK", - "instance": { - "__id__": 59 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "f9xptjk/hA+IJ5/9k6XxMX", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 60 - }, - { - "__id__": 62 - }, - { - "__id__": 63 - }, - { - "__id__": 64 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 61 - }, - "propertyPath": [ - "_name" - ], - "value": "hnode" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "d5Q0cgjY1BTIz2JM1k7EZK" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 61 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 170, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 61 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 61 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 24 - }, - "_prefab": { - "__id__": 66 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 65 - }, - "asset": { - "__uuid__": "46f1e2cb-6fa7-4e9e-b419-e424ba47fe68", - "__expectedType__": "cc.Prefab" - }, - "fileId": "d5Q0cgjY1BTIz2JM1k7EZK", - "instance": { - "__id__": 67 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "b9NtsF98ZKrpqsdLUl8ouf", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 68 - }, - { - "__id__": 70 - }, - { - "__id__": 71 - }, - { - "__id__": 72 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 69 - }, - "propertyPath": [ - "_name" - ], - "value": "hnode" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "d5Q0cgjY1BTIz2JM1k7EZK" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 69 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 285, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 69 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 69 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, { "__type__": "cc.UITransform", "_name": "", @@ -1432,7 +857,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 74 + "__id__": 34 }, "_contentSize": { "__type__": "cc.Size", @@ -1460,14 +885,14 @@ }, "_enabled": true, "__prefab": { - "__id__": 76 + "__id__": 36 }, "_alignFlags": 45, "_target": null, "_left": 10, "_right": 10, - "_top": 10, - "_bottom": 20, + "_top": 21.635999999999996, + "_bottom": 8.364000000000004, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -1496,7 +921,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 78 + "__id__": 38 }, "_resizeMode": 0, "_layoutType": 1, @@ -1547,7 +972,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 81 + "__id__": 41 }, "_contentSize": { "__type__": "cc.Size", @@ -1575,7 +1000,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 83 + "__id__": 43 }, "_alignFlags": 44, "_target": null, @@ -1624,53 +1049,53 @@ }, "_children": [ { - "__id__": 86 + "__id__": 46 }, { - "__id__": 184 + "__id__": 144 }, { - "__id__": 226 + "__id__": 186 }, { - "__id__": 250 + "__id__": 210 }, { - "__id__": 262 + "__id__": 222 }, { - "__id__": 274 + "__id__": 234 }, { - "__id__": 286 + "__id__": 246 }, { - "__id__": 298 + "__id__": 258 }, { - "__id__": 331 + "__id__": 291 }, { - "__id__": 354 + "__id__": 314 }, { - "__id__": 377 + "__id__": 337 } ], "_active": true, "_components": [ { - "__id__": 400 + "__id__": 360 }, { - "__id__": 402 + "__id__": 362 }, { - "__id__": 404 + "__id__": 364 } ], "_prefab": { - "__id__": 406 + "__id__": 366 }, "_lpos": { "__type__": "cc.Vec3", @@ -1707,33 +1132,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 85 + "__id__": 45 }, "_children": [ { - "__id__": 87 + "__id__": 47 }, { - "__id__": 93 + "__id__": 53 }, { - "__id__": 135 + "__id__": 95 } ], "_active": true, "_components": [ { - "__id__": 177 + "__id__": 137 }, { - "__id__": 179 + "__id__": 139 }, { - "__id__": 181 + "__id__": 141 } ], "_prefab": { - "__id__": 183 + "__id__": 143 }, "_lpos": { "__type__": "cc.Vec3", @@ -1770,20 +1195,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 86 + "__id__": 46 }, "_children": [], "_active": true, "_components": [ { - "__id__": 88 + "__id__": 48 }, { - "__id__": 90 + "__id__": 50 } ], "_prefab": { - "__id__": 92 + "__id__": 52 }, "_lpos": { "__type__": "cc.Vec3", @@ -1820,11 +1245,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 87 + "__id__": 47 }, "_enabled": true, "__prefab": { - "__id__": 89 + "__id__": 49 }, "_contentSize": { "__type__": "cc.Size", @@ -1848,11 +1273,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 87 + "__id__": 47 }, "_enabled": true, "__prefab": { - "__id__": 91 + "__id__": 51 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1906,39 +1331,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 86 + "__id__": 46 }, "_children": [ { - "__id__": 94 + "__id__": 54 }, { - "__id__": 100 + "__id__": 60 }, { - "__id__": 106 + "__id__": 66 }, { - "__id__": 112 + "__id__": 72 }, { - "__id__": 118 + "__id__": 78 }, { - "__id__": 124 + "__id__": 84 } ], "_active": true, "_components": [ { - "__id__": 130 + "__id__": 90 }, { - "__id__": 132 + "__id__": 92 } ], "_prefab": { - "__id__": 134 + "__id__": 94 }, "_lpos": { "__type__": "cc.Vec3", @@ -1975,20 +1400,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 93 + "__id__": 53 }, "_children": [], "_active": true, "_components": [ { - "__id__": 95 + "__id__": 55 }, { - "__id__": 97 + "__id__": 57 } ], "_prefab": { - "__id__": 99 + "__id__": 59 }, "_lpos": { "__type__": "cc.Vec3", @@ -2025,11 +1450,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 94 + "__id__": 54 }, "_enabled": true, "__prefab": { - "__id__": 96 + "__id__": 56 }, "_contentSize": { "__type__": "cc.Size", @@ -2053,11 +1478,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 94 + "__id__": 54 }, "_enabled": true, "__prefab": { - "__id__": 98 + "__id__": 58 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2111,20 +1536,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 93 + "__id__": 53 }, "_children": [], "_active": true, "_components": [ { - "__id__": 101 + "__id__": 61 }, { - "__id__": 103 + "__id__": 63 } ], "_prefab": { - "__id__": 105 + "__id__": 65 }, "_lpos": { "__type__": "cc.Vec3", @@ -2161,11 +1586,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 100 + "__id__": 60 }, "_enabled": true, "__prefab": { - "__id__": 102 + "__id__": 62 }, "_contentSize": { "__type__": "cc.Size", @@ -2189,11 +1614,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 100 + "__id__": 60 }, "_enabled": true, "__prefab": { - "__id__": 104 + "__id__": 64 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2247,20 +1672,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 93 + "__id__": 53 }, "_children": [], "_active": true, "_components": [ { - "__id__": 107 + "__id__": 67 }, { - "__id__": 109 + "__id__": 69 } ], "_prefab": { - "__id__": 111 + "__id__": 71 }, "_lpos": { "__type__": "cc.Vec3", @@ -2297,11 +1722,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 106 + "__id__": 66 }, "_enabled": true, "__prefab": { - "__id__": 108 + "__id__": 68 }, "_contentSize": { "__type__": "cc.Size", @@ -2325,11 +1750,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 106 + "__id__": 66 }, "_enabled": true, "__prefab": { - "__id__": 110 + "__id__": 70 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2383,20 +1808,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 93 + "__id__": 53 }, "_children": [], "_active": true, "_components": [ { - "__id__": 113 + "__id__": 73 }, { - "__id__": 115 + "__id__": 75 } ], "_prefab": { - "__id__": 117 + "__id__": 77 }, "_lpos": { "__type__": "cc.Vec3", @@ -2433,11 +1858,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 112 + "__id__": 72 }, "_enabled": true, "__prefab": { - "__id__": 114 + "__id__": 74 }, "_contentSize": { "__type__": "cc.Size", @@ -2461,11 +1886,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 112 + "__id__": 72 }, "_enabled": true, "__prefab": { - "__id__": 116 + "__id__": 76 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2519,20 +1944,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 93 + "__id__": 53 }, "_children": [], "_active": true, "_components": [ { - "__id__": 119 + "__id__": 79 }, { - "__id__": 121 + "__id__": 81 } ], "_prefab": { - "__id__": 123 + "__id__": 83 }, "_lpos": { "__type__": "cc.Vec3", @@ -2569,11 +1994,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 118 + "__id__": 78 }, "_enabled": true, "__prefab": { - "__id__": 120 + "__id__": 80 }, "_contentSize": { "__type__": "cc.Size", @@ -2597,11 +2022,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 118 + "__id__": 78 }, "_enabled": true, "__prefab": { - "__id__": 122 + "__id__": 82 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2655,20 +2080,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 93 + "__id__": 53 }, "_children": [], "_active": true, "_components": [ { - "__id__": 125 + "__id__": 85 }, { - "__id__": 127 + "__id__": 87 } ], "_prefab": { - "__id__": 129 + "__id__": 89 }, "_lpos": { "__type__": "cc.Vec3", @@ -2705,11 +2130,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 124 + "__id__": 84 }, "_enabled": true, "__prefab": { - "__id__": 126 + "__id__": 86 }, "_contentSize": { "__type__": "cc.Size", @@ -2733,11 +2158,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 124 + "__id__": 84 }, "_enabled": true, "__prefab": { - "__id__": 128 + "__id__": 88 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2791,11 +2216,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 53 }, "_enabled": true, "__prefab": { - "__id__": 131 + "__id__": 91 }, "_contentSize": { "__type__": "cc.Size", @@ -2819,11 +2244,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 53 }, "_enabled": true, "__prefab": { - "__id__": 133 + "__id__": 93 }, "_resizeMode": 1, "_layoutType": 1, @@ -2870,39 +2295,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 86 + "__id__": 46 }, "_children": [ { - "__id__": 136 + "__id__": 96 }, { - "__id__": 142 + "__id__": 102 }, { - "__id__": 148 + "__id__": 108 }, { - "__id__": 154 + "__id__": 114 }, { - "__id__": 160 + "__id__": 120 }, { - "__id__": 166 + "__id__": 126 } ], "_active": true, "_components": [ { - "__id__": 172 + "__id__": 132 }, { - "__id__": 174 + "__id__": 134 } ], "_prefab": { - "__id__": 176 + "__id__": 136 }, "_lpos": { "__type__": "cc.Vec3", @@ -2939,20 +2364,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 135 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 137 + "__id__": 97 }, { - "__id__": 139 + "__id__": 99 } ], "_prefab": { - "__id__": 141 + "__id__": 101 }, "_lpos": { "__type__": "cc.Vec3", @@ -2989,11 +2414,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 136 + "__id__": 96 }, "_enabled": true, "__prefab": { - "__id__": 138 + "__id__": 98 }, "_contentSize": { "__type__": "cc.Size", @@ -3017,11 +2442,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 136 + "__id__": 96 }, "_enabled": true, "__prefab": { - "__id__": 140 + "__id__": 100 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3075,20 +2500,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 135 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 143 + "__id__": 103 }, { - "__id__": 145 + "__id__": 105 } ], "_prefab": { - "__id__": 147 + "__id__": 107 }, "_lpos": { "__type__": "cc.Vec3", @@ -3125,11 +2550,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 142 + "__id__": 102 }, "_enabled": true, "__prefab": { - "__id__": 144 + "__id__": 104 }, "_contentSize": { "__type__": "cc.Size", @@ -3153,11 +2578,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 142 + "__id__": 102 }, "_enabled": true, "__prefab": { - "__id__": 146 + "__id__": 106 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3211,20 +2636,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 135 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 149 + "__id__": 109 }, { - "__id__": 151 + "__id__": 111 } ], "_prefab": { - "__id__": 153 + "__id__": 113 }, "_lpos": { "__type__": "cc.Vec3", @@ -3261,11 +2686,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 148 + "__id__": 108 }, "_enabled": true, "__prefab": { - "__id__": 150 + "__id__": 110 }, "_contentSize": { "__type__": "cc.Size", @@ -3289,11 +2714,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 148 + "__id__": 108 }, "_enabled": true, "__prefab": { - "__id__": 152 + "__id__": 112 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3347,20 +2772,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 135 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 155 + "__id__": 115 }, { - "__id__": 157 + "__id__": 117 } ], "_prefab": { - "__id__": 159 + "__id__": 119 }, "_lpos": { "__type__": "cc.Vec3", @@ -3397,11 +2822,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 154 + "__id__": 114 }, "_enabled": true, "__prefab": { - "__id__": 156 + "__id__": 116 }, "_contentSize": { "__type__": "cc.Size", @@ -3425,11 +2850,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 154 + "__id__": 114 }, "_enabled": true, "__prefab": { - "__id__": 158 + "__id__": 118 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3483,20 +2908,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 135 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 161 + "__id__": 121 }, { - "__id__": 163 + "__id__": 123 } ], "_prefab": { - "__id__": 165 + "__id__": 125 }, "_lpos": { "__type__": "cc.Vec3", @@ -3533,11 +2958,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 160 + "__id__": 120 }, "_enabled": true, "__prefab": { - "__id__": 162 + "__id__": 122 }, "_contentSize": { "__type__": "cc.Size", @@ -3561,11 +2986,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 160 + "__id__": 120 }, "_enabled": true, "__prefab": { - "__id__": 164 + "__id__": 124 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3619,20 +3044,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 135 + "__id__": 95 }, "_children": [], "_active": true, "_components": [ { - "__id__": 167 + "__id__": 127 }, { - "__id__": 169 + "__id__": 129 } ], "_prefab": { - "__id__": 171 + "__id__": 131 }, "_lpos": { "__type__": "cc.Vec3", @@ -3669,11 +3094,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 166 + "__id__": 126 }, "_enabled": true, "__prefab": { - "__id__": 168 + "__id__": 128 }, "_contentSize": { "__type__": "cc.Size", @@ -3697,11 +3122,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 166 + "__id__": 126 }, "_enabled": true, "__prefab": { - "__id__": 170 + "__id__": 130 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3755,11 +3180,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 135 + "__id__": 95 }, "_enabled": true, "__prefab": { - "__id__": 173 + "__id__": 133 }, "_contentSize": { "__type__": "cc.Size", @@ -3783,11 +3208,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 135 + "__id__": 95 }, "_enabled": true, "__prefab": { - "__id__": 175 + "__id__": 135 }, "_resizeMode": 0, "_layoutType": 1, @@ -3834,11 +3259,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 86 + "__id__": 46 }, "_enabled": true, "__prefab": { - "__id__": 178 + "__id__": 138 }, "_contentSize": { "__type__": "cc.Size", @@ -3862,11 +3287,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 86 + "__id__": 46 }, "_enabled": false, "__prefab": { - "__id__": 180 + "__id__": 140 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3910,11 +3335,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 86 + "__id__": 46 }, "_enabled": true, "__prefab": { - "__id__": 182 + "__id__": 142 }, "_alignFlags": 44, "_target": null, @@ -3959,30 +3384,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 85 + "__id__": 45 }, "_children": [ { - "__id__": 185 + "__id__": 145 }, { - "__id__": 191 + "__id__": 151 }, { - "__id__": 215 + "__id__": 175 } ], "_active": true, "_components": [ { - "__id__": 221 + "__id__": 181 }, { - "__id__": 223 + "__id__": 183 } ], "_prefab": { - "__id__": 225 + "__id__": 185 }, "_lpos": { "__type__": "cc.Vec3", @@ -4019,20 +3444,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 184 + "__id__": 144 }, "_children": [], "_active": true, "_components": [ { - "__id__": 186 + "__id__": 146 }, { - "__id__": 188 + "__id__": 148 } ], "_prefab": { - "__id__": 190 + "__id__": 150 }, "_lpos": { "__type__": "cc.Vec3", @@ -4069,11 +3494,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 185 + "__id__": 145 }, "_enabled": true, "__prefab": { - "__id__": 187 + "__id__": 147 }, "_contentSize": { "__type__": "cc.Size", @@ -4097,11 +3522,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 185 + "__id__": 145 }, "_enabled": true, "__prefab": { - "__id__": 189 + "__id__": 149 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4158,30 +3583,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 184 + "__id__": 144 }, "_children": [ { - "__id__": 192 + "__id__": 152 }, { - "__id__": 198 + "__id__": 158 }, { - "__id__": 204 + "__id__": 164 } ], "_active": true, "_components": [ { - "__id__": 210 + "__id__": 170 }, { - "__id__": 212 + "__id__": 172 } ], "_prefab": { - "__id__": 214 + "__id__": 174 }, "_lpos": { "__type__": "cc.Vec3", @@ -4218,20 +3643,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 191 + "__id__": 151 }, "_children": [], "_active": false, "_components": [ { - "__id__": 193 + "__id__": 153 }, { - "__id__": 195 + "__id__": 155 } ], "_prefab": { - "__id__": 197 + "__id__": 157 }, "_lpos": { "__type__": "cc.Vec3", @@ -4268,11 +3693,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 192 + "__id__": 152 }, "_enabled": true, "__prefab": { - "__id__": 194 + "__id__": 154 }, "_contentSize": { "__type__": "cc.Size", @@ -4296,11 +3721,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 192 + "__id__": 152 }, "_enabled": true, "__prefab": { - "__id__": 196 + "__id__": 156 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4354,20 +3779,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 191 + "__id__": 151 }, "_children": [], "_active": false, "_components": [ { - "__id__": 199 + "__id__": 159 }, { - "__id__": 201 + "__id__": 161 } ], "_prefab": { - "__id__": 203 + "__id__": 163 }, "_lpos": { "__type__": "cc.Vec3", @@ -4404,11 +3829,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 198 + "__id__": 158 }, "_enabled": true, "__prefab": { - "__id__": 200 + "__id__": 160 }, "_contentSize": { "__type__": "cc.Size", @@ -4432,11 +3857,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 198 + "__id__": 158 }, "_enabled": true, "__prefab": { - "__id__": 202 + "__id__": 162 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4490,20 +3915,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 191 + "__id__": 151 }, "_children": [], "_active": false, "_components": [ { - "__id__": 205 + "__id__": 165 }, { - "__id__": 207 + "__id__": 167 } ], "_prefab": { - "__id__": 209 + "__id__": 169 }, "_lpos": { "__type__": "cc.Vec3", @@ -4540,11 +3965,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 204 + "__id__": 164 }, "_enabled": true, "__prefab": { - "__id__": 206 + "__id__": 166 }, "_contentSize": { "__type__": "cc.Size", @@ -4568,11 +3993,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 204 + "__id__": 164 }, "_enabled": true, "__prefab": { - "__id__": 208 + "__id__": 168 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4626,11 +4051,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 191 + "__id__": 151 }, "_enabled": true, "__prefab": { - "__id__": 211 + "__id__": 171 }, "_contentSize": { "__type__": "cc.Size", @@ -4654,11 +4079,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 191 + "__id__": 151 }, "_enabled": true, "__prefab": { - "__id__": 213 + "__id__": 173 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4715,20 +4140,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 184 + "__id__": 144 }, "_children": [], "_active": true, "_components": [ { - "__id__": 216 + "__id__": 176 }, { - "__id__": 218 + "__id__": 178 } ], "_prefab": { - "__id__": 220 + "__id__": 180 }, "_lpos": { "__type__": "cc.Vec3", @@ -4765,11 +4190,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 215 + "__id__": 175 }, "_enabled": true, "__prefab": { - "__id__": 217 + "__id__": 177 }, "_contentSize": { "__type__": "cc.Size", @@ -4793,11 +4218,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 215 + "__id__": 175 }, "_enabled": true, "__prefab": { - "__id__": 219 + "__id__": 179 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4874,11 +4299,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 184 + "__id__": 144 }, "_enabled": true, "__prefab": { - "__id__": 222 + "__id__": 182 }, "_contentSize": { "__type__": "cc.Size", @@ -4902,11 +4327,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 184 + "__id__": 144 }, "_enabled": true, "__prefab": { - "__id__": 224 + "__id__": 184 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4957,30 +4382,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 85 + "__id__": 45 }, "_children": [ { - "__id__": 227 + "__id__": 187 }, { - "__id__": 233 + "__id__": 193 }, { - "__id__": 239 + "__id__": 199 } ], "_active": true, "_components": [ { - "__id__": 245 + "__id__": 205 }, { - "__id__": 247 + "__id__": 207 } ], "_prefab": { - "__id__": 249 + "__id__": 209 }, "_lpos": { "__type__": "cc.Vec3", @@ -5017,20 +4442,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 226 + "__id__": 186 }, "_children": [], "_active": true, "_components": [ { - "__id__": 228 + "__id__": 188 }, { - "__id__": 230 + "__id__": 190 } ], "_prefab": { - "__id__": 232 + "__id__": 192 }, "_lpos": { "__type__": "cc.Vec3", @@ -5067,11 +4492,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 227 + "__id__": 187 }, "_enabled": true, "__prefab": { - "__id__": 229 + "__id__": 189 }, "_contentSize": { "__type__": "cc.Size", @@ -5095,11 +4520,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 227 + "__id__": 187 }, "_enabled": true, "__prefab": { - "__id__": 231 + "__id__": 191 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5156,20 +4581,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 226 + "__id__": 186 }, "_children": [], "_active": true, "_components": [ { - "__id__": 234 + "__id__": 194 }, { - "__id__": 236 + "__id__": 196 } ], "_prefab": { - "__id__": 238 + "__id__": 198 }, "_lpos": { "__type__": "cc.Vec3", @@ -5206,11 +4631,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 233 + "__id__": 193 }, "_enabled": true, "__prefab": { - "__id__": 235 + "__id__": 195 }, "_contentSize": { "__type__": "cc.Size", @@ -5234,11 +4659,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 233 + "__id__": 193 }, "_enabled": true, "__prefab": { - "__id__": 237 + "__id__": 197 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5295,20 +4720,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 226 + "__id__": 186 }, "_children": [], "_active": true, "_components": [ { - "__id__": 240 + "__id__": 200 }, { - "__id__": 242 + "__id__": 202 } ], "_prefab": { - "__id__": 244 + "__id__": 204 }, "_lpos": { "__type__": "cc.Vec3", @@ -5345,11 +4770,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 239 + "__id__": 199 }, "_enabled": true, "__prefab": { - "__id__": 241 + "__id__": 201 }, "_contentSize": { "__type__": "cc.Size", @@ -5373,11 +4798,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 239 + "__id__": 199 }, "_enabled": true, "__prefab": { - "__id__": 243 + "__id__": 203 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5454,11 +4879,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 226 + "__id__": 186 }, "_enabled": true, "__prefab": { - "__id__": 246 + "__id__": 206 }, "_contentSize": { "__type__": "cc.Size", @@ -5482,11 +4907,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 226 + "__id__": 186 }, "_enabled": true, "__prefab": { - "__id__": 248 + "__id__": 208 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5537,24 +4962,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 85 + "__id__": 45 }, "_children": [ { - "__id__": 251 + "__id__": 211 } ], "_active": true, "_components": [ { - "__id__": 257 + "__id__": 217 }, { - "__id__": 259 + "__id__": 219 } ], "_prefab": { - "__id__": 261 + "__id__": 221 }, "_lpos": { "__type__": "cc.Vec3", @@ -5591,20 +5016,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 250 + "__id__": 210 }, "_children": [], "_active": true, "_components": [ { - "__id__": 252 + "__id__": 212 }, { - "__id__": 254 + "__id__": 214 } ], "_prefab": { - "__id__": 256 + "__id__": 216 }, "_lpos": { "__type__": "cc.Vec3", @@ -5641,11 +5066,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 251 + "__id__": 211 }, "_enabled": true, "__prefab": { - "__id__": 253 + "__id__": 213 }, "_contentSize": { "__type__": "cc.Size", @@ -5669,11 +5094,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 251 + "__id__": 211 }, "_enabled": true, "__prefab": { - "__id__": 255 + "__id__": 215 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5727,11 +5152,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 250 + "__id__": 210 }, "_enabled": true, "__prefab": { - "__id__": 258 + "__id__": 218 }, "_contentSize": { "__type__": "cc.Size", @@ -5755,11 +5180,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 250 + "__id__": 210 }, "_enabled": true, "__prefab": { - "__id__": 260 + "__id__": 220 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5813,24 +5238,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 85 + "__id__": 45 }, "_children": [ { - "__id__": 263 + "__id__": 223 } ], "_active": true, "_components": [ { - "__id__": 269 + "__id__": 229 }, { - "__id__": 271 + "__id__": 231 } ], "_prefab": { - "__id__": 273 + "__id__": 233 }, "_lpos": { "__type__": "cc.Vec3", @@ -5867,20 +5292,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 262 + "__id__": 222 }, "_children": [], "_active": true, "_components": [ { - "__id__": 264 + "__id__": 224 }, { - "__id__": 266 + "__id__": 226 } ], "_prefab": { - "__id__": 268 + "__id__": 228 }, "_lpos": { "__type__": "cc.Vec3", @@ -5917,11 +5342,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 263 + "__id__": 223 }, "_enabled": true, "__prefab": { - "__id__": 265 + "__id__": 225 }, "_contentSize": { "__type__": "cc.Size", @@ -5945,11 +5370,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 263 + "__id__": 223 }, "_enabled": true, "__prefab": { - "__id__": 267 + "__id__": 227 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6003,11 +5428,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 222 }, "_enabled": true, "__prefab": { - "__id__": 270 + "__id__": 230 }, "_contentSize": { "__type__": "cc.Size", @@ -6031,11 +5456,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 222 }, "_enabled": true, "__prefab": { - "__id__": 272 + "__id__": 232 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6089,24 +5514,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 85 + "__id__": 45 }, "_children": [ { - "__id__": 275 + "__id__": 235 } ], "_active": true, "_components": [ { - "__id__": 281 + "__id__": 241 }, { - "__id__": 283 + "__id__": 243 } ], "_prefab": { - "__id__": 285 + "__id__": 245 }, "_lpos": { "__type__": "cc.Vec3", @@ -6143,20 +5568,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 274 + "__id__": 234 }, "_children": [], "_active": true, "_components": [ { - "__id__": 276 + "__id__": 236 }, { - "__id__": 278 + "__id__": 238 } ], "_prefab": { - "__id__": 280 + "__id__": 240 }, "_lpos": { "__type__": "cc.Vec3", @@ -6193,11 +5618,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 235 }, "_enabled": true, "__prefab": { - "__id__": 277 + "__id__": 237 }, "_contentSize": { "__type__": "cc.Size", @@ -6221,11 +5646,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 235 }, "_enabled": true, "__prefab": { - "__id__": 279 + "__id__": 239 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6279,11 +5704,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 234 }, "_enabled": true, "__prefab": { - "__id__": 282 + "__id__": 242 }, "_contentSize": { "__type__": "cc.Size", @@ -6307,11 +5732,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 234 }, "_enabled": true, "__prefab": { - "__id__": 284 + "__id__": 244 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6365,24 +5790,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 85 + "__id__": 45 }, "_children": [ { - "__id__": 287 + "__id__": 247 } ], "_active": true, "_components": [ { - "__id__": 293 + "__id__": 253 }, { - "__id__": 295 + "__id__": 255 } ], "_prefab": { - "__id__": 297 + "__id__": 257 }, "_lpos": { "__type__": "cc.Vec3", @@ -6419,20 +5844,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 286 + "__id__": 246 }, "_children": [], "_active": true, "_components": [ { - "__id__": 288 + "__id__": 248 }, { - "__id__": 290 + "__id__": 250 } ], "_prefab": { - "__id__": 292 + "__id__": 252 }, "_lpos": { "__type__": "cc.Vec3", @@ -6469,11 +5894,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 287 + "__id__": 247 }, "_enabled": true, "__prefab": { - "__id__": 289 + "__id__": 249 }, "_contentSize": { "__type__": "cc.Size", @@ -6497,11 +5922,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 287 + "__id__": 247 }, "_enabled": true, "__prefab": { - "__id__": 291 + "__id__": 251 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6555,11 +5980,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 286 + "__id__": 246 }, "_enabled": true, "__prefab": { - "__id__": 294 + "__id__": 254 }, "_contentSize": { "__type__": "cc.Size", @@ -6583,11 +6008,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 286 + "__id__": 246 }, "_enabled": true, "__prefab": { - "__id__": 296 + "__id__": 256 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6639,17 +6064,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 85 + "__id__": 45 }, "_prefab": { - "__id__": 299 + "__id__": 259 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 298 + "__id__": 258 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -6657,7 +6082,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 300 + "__id__": 260 }, "targetOverrides": null }, @@ -6670,48 +6095,48 @@ "mountedChildren": [], "mountedComponents": [ { - "__id__": 301 + "__id__": 261 } ], "propertyOverrides": [ { - "__id__": 311 + "__id__": 271 }, { - "__id__": 313 + "__id__": 273 }, { - "__id__": 314 + "__id__": 274 }, { - "__id__": 315 + "__id__": 275 }, { - "__id__": 316 + "__id__": 276 }, { - "__id__": 318 + "__id__": 278 }, { - "__id__": 320 + "__id__": 280 }, { - "__id__": 322 + "__id__": 282 }, { - "__id__": 324 + "__id__": 284 }, { - "__id__": 325 + "__id__": 285 }, { - "__id__": 326 + "__id__": 286 }, { - "__id__": 327 + "__id__": 287 }, { - "__id__": 329 + "__id__": 289 } ], "removedComponents": [] @@ -6719,11 +6144,11 @@ { "__type__": "cc.MountedComponentsInfo", "targetInfo": { - "__id__": 302 + "__id__": 262 }, "components": [ { - "__id__": 303 + "__id__": 263 } ] }, @@ -6739,15 +6164,15 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 298 + "__id__": 258 } }, "node": { - "__id__": 304 + "__id__": 264 }, "_enabled": true, "__prefab": { - "__id__": 310 + "__id__": 270 }, "_id": "" }, @@ -6757,23 +6182,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 298 + "__id__": 258 }, "_children": [], "_active": false, "_components": [ { - "__id__": 305 + "__id__": 265 }, { - "__id__": 307 + "__id__": 267 }, { - "__id__": 303 + "__id__": 263 } ], "_prefab": { - "__id__": 309 + "__id__": 269 }, "_lpos": { "__type__": "cc.Vec3", @@ -6810,11 +6235,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 264 }, "_enabled": true, "__prefab": { - "__id__": 306 + "__id__": 266 }, "_contentSize": { "__type__": "cc.Size", @@ -6838,11 +6263,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 264 }, "_enabled": true, "__prefab": { - "__id__": 308 + "__id__": 268 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6900,7 +6325,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 312 + "__id__": 272 }, "propertyPath": [ "_name" @@ -6916,7 +6341,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 312 + "__id__": 272 }, "propertyPath": [ "_lpos" @@ -6931,7 +6356,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 312 + "__id__": 272 }, "propertyPath": [ "_lrot" @@ -6947,7 +6372,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 312 + "__id__": 272 }, "propertyPath": [ "_euler" @@ -6962,7 +6387,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 317 + "__id__": 277 }, "propertyPath": [ "_lpos" @@ -6983,7 +6408,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 319 + "__id__": 279 }, "propertyPath": [ "_left" @@ -6999,7 +6424,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 321 + "__id__": 281 }, "propertyPath": [ "_lpos" @@ -7020,7 +6445,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 323 + "__id__": 283 }, "propertyPath": [ "_left" @@ -7036,7 +6461,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 312 + "__id__": 272 }, "propertyPath": [ "_active" @@ -7046,7 +6471,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 319 + "__id__": 279 }, "propertyPath": [ "_bottom" @@ -7056,7 +6481,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 323 + "__id__": 283 }, "propertyPath": [ "_bottom" @@ -7066,7 +6491,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 328 + "__id__": 288 }, "propertyPath": [ "_lpos" @@ -7087,7 +6512,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 330 + "__id__": 290 }, "propertyPath": [ "_lpos" @@ -7109,17 +6534,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 85 + "__id__": 45 }, "_prefab": { - "__id__": 332 + "__id__": 292 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 331 + "__id__": 291 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -7127,7 +6552,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 333 + "__id__": 293 }, "targetOverrides": null }, @@ -7141,43 +6566,43 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 334 + "__id__": 294 }, { - "__id__": 336 + "__id__": 296 }, { - "__id__": 337 + "__id__": 297 }, { - "__id__": 338 + "__id__": 298 }, { - "__id__": 339 + "__id__": 299 }, { - "__id__": 341 + "__id__": 301 }, { - "__id__": 343 + "__id__": 303 }, { - "__id__": 345 + "__id__": 305 }, { - "__id__": 347 + "__id__": 307 }, { - "__id__": 348 + "__id__": 308 }, { - "__id__": 349 + "__id__": 309 }, { - "__id__": 350 + "__id__": 310 }, { - "__id__": 352 + "__id__": 312 } ], "removedComponents": [] @@ -7185,7 +6610,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 335 + "__id__": 295 }, "propertyPath": [ "_name" @@ -7201,7 +6626,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 335 + "__id__": 295 }, "propertyPath": [ "_lpos" @@ -7216,7 +6641,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 335 + "__id__": 295 }, "propertyPath": [ "_lrot" @@ -7232,7 +6657,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 335 + "__id__": 295 }, "propertyPath": [ "_euler" @@ -7247,7 +6672,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 340 + "__id__": 300 }, "propertyPath": [ "_lpos" @@ -7268,7 +6693,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 342 + "__id__": 302 }, "propertyPath": [ "_left" @@ -7284,7 +6709,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 344 + "__id__": 304 }, "propertyPath": [ "_lpos" @@ -7305,7 +6730,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 346 + "__id__": 306 }, "propertyPath": [ "_left" @@ -7321,7 +6746,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 335 + "__id__": 295 }, "propertyPath": [ "_active" @@ -7331,7 +6756,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 342 + "__id__": 302 }, "propertyPath": [ "_bottom" @@ -7341,7 +6766,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 346 + "__id__": 306 }, "propertyPath": [ "_bottom" @@ -7351,7 +6776,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 351 + "__id__": 311 }, "propertyPath": [ "_lpos" @@ -7372,7 +6797,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 353 + "__id__": 313 }, "propertyPath": [ "_lpos" @@ -7394,17 +6819,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 85 + "__id__": 45 }, "_prefab": { - "__id__": 355 + "__id__": 315 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 354 + "__id__": 314 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -7412,7 +6837,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 356 + "__id__": 316 }, "targetOverrides": null }, @@ -7426,43 +6851,43 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 357 + "__id__": 317 }, { - "__id__": 359 + "__id__": 319 }, { - "__id__": 360 + "__id__": 320 }, { - "__id__": 361 + "__id__": 321 }, { - "__id__": 362 + "__id__": 322 }, { - "__id__": 364 + "__id__": 324 }, { - "__id__": 366 + "__id__": 326 }, { - "__id__": 368 + "__id__": 328 }, { - "__id__": 370 + "__id__": 330 }, { - "__id__": 371 + "__id__": 331 }, { - "__id__": 372 + "__id__": 332 }, { - "__id__": 373 + "__id__": 333 }, { - "__id__": 375 + "__id__": 335 } ], "removedComponents": [] @@ -7470,7 +6895,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 358 + "__id__": 318 }, "propertyPath": [ "_name" @@ -7486,7 +6911,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 358 + "__id__": 318 }, "propertyPath": [ "_lpos" @@ -7501,7 +6926,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 358 + "__id__": 318 }, "propertyPath": [ "_lrot" @@ -7517,7 +6942,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 358 + "__id__": 318 }, "propertyPath": [ "_euler" @@ -7532,7 +6957,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 363 + "__id__": 323 }, "propertyPath": [ "_lpos" @@ -7553,7 +6978,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 365 + "__id__": 325 }, "propertyPath": [ "_left" @@ -7569,7 +6994,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 367 + "__id__": 327 }, "propertyPath": [ "_lpos" @@ -7590,7 +7015,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 369 + "__id__": 329 }, "propertyPath": [ "_left" @@ -7606,7 +7031,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 358 + "__id__": 318 }, "propertyPath": [ "_active" @@ -7616,7 +7041,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 365 + "__id__": 325 }, "propertyPath": [ "_bottom" @@ -7626,7 +7051,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 369 + "__id__": 329 }, "propertyPath": [ "_bottom" @@ -7636,7 +7061,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 374 + "__id__": 334 }, "propertyPath": [ "_lpos" @@ -7657,7 +7082,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 376 + "__id__": 336 }, "propertyPath": [ "_lpos" @@ -7679,17 +7104,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 85 + "__id__": 45 }, "_prefab": { - "__id__": 378 + "__id__": 338 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 377 + "__id__": 337 }, "asset": { "__uuid__": "8aaff904-8c27-4173-9716-7161893b336e", @@ -7697,7 +7122,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 379 + "__id__": 339 }, "targetOverrides": null }, @@ -7711,43 +7136,43 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 380 + "__id__": 340 }, { - "__id__": 382 + "__id__": 342 }, { - "__id__": 383 + "__id__": 343 }, { - "__id__": 384 + "__id__": 344 }, { - "__id__": 385 + "__id__": 345 }, { - "__id__": 387 + "__id__": 347 }, { - "__id__": 389 + "__id__": 349 }, { - "__id__": 391 + "__id__": 351 }, { - "__id__": 393 + "__id__": 353 }, { - "__id__": 394 + "__id__": 354 }, { - "__id__": 395 + "__id__": 355 }, { - "__id__": 396 + "__id__": 356 }, { - "__id__": 398 + "__id__": 358 } ], "removedComponents": [] @@ -7755,7 +7180,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 381 + "__id__": 341 }, "propertyPath": [ "_name" @@ -7771,7 +7196,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 381 + "__id__": 341 }, "propertyPath": [ "_lpos" @@ -7786,7 +7211,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 381 + "__id__": 341 }, "propertyPath": [ "_lrot" @@ -7802,7 +7227,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 381 + "__id__": 341 }, "propertyPath": [ "_euler" @@ -7817,7 +7242,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 386 + "__id__": 346 }, "propertyPath": [ "_lpos" @@ -7838,7 +7263,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 388 + "__id__": 348 }, "propertyPath": [ "_left" @@ -7854,7 +7279,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 390 + "__id__": 350 }, "propertyPath": [ "_lpos" @@ -7875,7 +7300,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 392 + "__id__": 352 }, "propertyPath": [ "_left" @@ -7891,7 +7316,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 381 + "__id__": 341 }, "propertyPath": [ "_active" @@ -7901,7 +7326,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 392 + "__id__": 352 }, "propertyPath": [ "_bottom" @@ -7911,7 +7336,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 388 + "__id__": 348 }, "propertyPath": [ "_bottom" @@ -7921,7 +7346,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 397 + "__id__": 357 }, "propertyPath": [ "_lpos" @@ -7942,7 +7367,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 399 + "__id__": 359 }, "propertyPath": [ "_lpos" @@ -7966,11 +7391,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 45 }, "_enabled": true, "__prefab": { - "__id__": 401 + "__id__": 361 }, "_contentSize": { "__type__": "cc.Size", @@ -7994,11 +7419,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 45 }, "_enabled": true, "__prefab": { - "__id__": 403 + "__id__": 363 }, "_alignFlags": 44, "_target": null, @@ -8030,11 +7455,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 45 }, "_enabled": false, "__prefab": { - "__id__": 405 + "__id__": 365 }, "_resizeMode": 1, "_layoutType": 1, @@ -8085,29 +7510,29 @@ }, "_children": [ { - "__id__": 408 + "__id__": 368 }, { - "__id__": 433 + "__id__": 393 }, { - "__id__": 475 + "__id__": 435 } ], "_active": true, "_components": [ { - "__id__": 537 + "__id__": 497 }, { - "__id__": 539 + "__id__": 499 }, { - "__id__": 541 + "__id__": 501 } ], "_prefab": { - "__id__": 543 + "__id__": 503 }, "_lpos": { "__type__": "cc.Vec3", @@ -8144,30 +7569,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 407 + "__id__": 367 }, "_children": [ { - "__id__": 409 + "__id__": 369 }, { - "__id__": 417 + "__id__": 377 } ], "_active": true, "_components": [ { - "__id__": 425 + "__id__": 385 }, { - "__id__": 427 + "__id__": 387 }, { - "__id__": 430 + "__id__": 390 } ], "_prefab": { - "__id__": 432 + "__id__": 392 }, "_lpos": { "__type__": "cc.Vec3", @@ -8204,23 +7629,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 408 + "__id__": 368 }, "_children": [], "_active": true, "_components": [ { - "__id__": 410 + "__id__": 370 }, { - "__id__": 412 + "__id__": 372 }, { - "__id__": 414 + "__id__": 374 } ], "_prefab": { - "__id__": 416 + "__id__": 376 }, "_lpos": { "__type__": "cc.Vec3", @@ -8257,11 +7682,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 409 + "__id__": 369 }, "_enabled": true, "__prefab": { - "__id__": 411 + "__id__": 371 }, "_contentSize": { "__type__": "cc.Size", @@ -8285,11 +7710,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 409 + "__id__": 369 }, "_enabled": true, "__prefab": { - "__id__": 413 + "__id__": 373 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8330,11 +7755,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 409 + "__id__": 369 }, "_enabled": true, "__prefab": { - "__id__": 415 + "__id__": 375 }, "_alignFlags": 45, "_target": null, @@ -8379,23 +7804,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 408 + "__id__": 368 }, "_children": [], "_active": true, "_components": [ { - "__id__": 418 + "__id__": 378 }, { - "__id__": 420 + "__id__": 380 }, { - "__id__": 422 + "__id__": 382 } ], "_prefab": { - "__id__": 424 + "__id__": 384 }, "_lpos": { "__type__": "cc.Vec3", @@ -8432,11 +7857,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 417 + "__id__": 377 }, "_enabled": true, "__prefab": { - "__id__": 419 + "__id__": 379 }, "_contentSize": { "__type__": "cc.Size", @@ -8460,11 +7885,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 417 + "__id__": 377 }, "_enabled": true, "__prefab": { - "__id__": 421 + "__id__": 381 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8528,11 +7953,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 417 + "__id__": 377 }, "_enabled": true, "__prefab": { - "__id__": 423 + "__id__": 383 }, "_alignFlags": 16, "_target": null, @@ -8577,11 +8002,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 408 + "__id__": 368 }, "_enabled": true, "__prefab": { - "__id__": 426 + "__id__": 386 }, "_contentSize": { "__type__": "cc.Size", @@ -8605,15 +8030,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 408 + "__id__": 368 }, "_enabled": true, "__prefab": { - "__id__": 428 + "__id__": 388 }, "clickEvents": [ { - "__id__": 429 + "__id__": 389 } ], "_interactable": true, @@ -8653,7 +8078,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 408 + "__id__": 368 }, "_id": "" }, @@ -8677,11 +8102,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 408 + "__id__": 368 }, "_enabled": true, "__prefab": { - "__id__": 431 + "__id__": 391 }, "_alignFlags": 33, "_target": null, @@ -8726,27 +8151,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 407 + "__id__": 367 }, "_children": [ { - "__id__": 434 + "__id__": 394 }, { - "__id__": 442 + "__id__": 402 }, { - "__id__": 466 + "__id__": 426 } ], "_active": true, "_components": [ { - "__id__": 472 + "__id__": 432 } ], "_prefab": { - "__id__": 474 + "__id__": 434 }, "_lpos": { "__type__": "cc.Vec3", @@ -8783,23 +8208,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 433 + "__id__": 393 }, "_children": [], "_active": true, "_components": [ { - "__id__": 435 + "__id__": 395 }, { - "__id__": 437 + "__id__": 397 }, { - "__id__": 439 + "__id__": 399 } ], "_prefab": { - "__id__": 441 + "__id__": 401 }, "_lpos": { "__type__": "cc.Vec3", @@ -8836,11 +8261,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 434 + "__id__": 394 }, "_enabled": true, "__prefab": { - "__id__": 436 + "__id__": 396 }, "_contentSize": { "__type__": "cc.Size", @@ -8864,11 +8289,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 434 + "__id__": 394 }, "_enabled": true, "__prefab": { - "__id__": 438 + "__id__": 398 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8912,11 +8337,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 434 + "__id__": 394 }, "_enabled": true, "__prefab": { - "__id__": 440 + "__id__": 400 }, "_alignFlags": 45, "_target": null, @@ -8961,30 +8386,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 433 + "__id__": 393 }, "_children": [ { - "__id__": 443 + "__id__": 403 }, { - "__id__": 449 + "__id__": 409 }, { - "__id__": 455 + "__id__": 415 } ], "_active": true, "_components": [ { - "__id__": 461 + "__id__": 421 }, { - "__id__": 463 + "__id__": 423 } ], "_prefab": { - "__id__": 465 + "__id__": 425 }, "_lpos": { "__type__": "cc.Vec3", @@ -9021,20 +8446,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 442 + "__id__": 402 }, "_children": [], "_active": false, "_components": [ { - "__id__": 444 + "__id__": 404 }, { - "__id__": 446 + "__id__": 406 } ], "_prefab": { - "__id__": 448 + "__id__": 408 }, "_lpos": { "__type__": "cc.Vec3", @@ -9071,11 +8496,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 403 }, "_enabled": true, "__prefab": { - "__id__": 445 + "__id__": 405 }, "_contentSize": { "__type__": "cc.Size", @@ -9099,11 +8524,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 403 }, "_enabled": true, "__prefab": { - "__id__": 447 + "__id__": 407 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9157,20 +8582,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 442 + "__id__": 402 }, "_children": [], "_active": true, "_components": [ { - "__id__": 450 + "__id__": 410 }, { - "__id__": 452 + "__id__": 412 } ], "_prefab": { - "__id__": 454 + "__id__": 414 }, "_lpos": { "__type__": "cc.Vec3", @@ -9207,11 +8632,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 449 + "__id__": 409 }, "_enabled": true, "__prefab": { - "__id__": 451 + "__id__": 411 }, "_contentSize": { "__type__": "cc.Size", @@ -9235,11 +8660,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 449 + "__id__": 409 }, "_enabled": true, "__prefab": { - "__id__": 453 + "__id__": 413 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9296,20 +8721,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 442 + "__id__": 402 }, "_children": [], "_active": true, "_components": [ { - "__id__": 456 + "__id__": 416 }, { - "__id__": 458 + "__id__": 418 } ], "_prefab": { - "__id__": 460 + "__id__": 420 }, "_lpos": { "__type__": "cc.Vec3", @@ -9346,11 +8771,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 455 + "__id__": 415 }, "_enabled": true, "__prefab": { - "__id__": 457 + "__id__": 417 }, "_contentSize": { "__type__": "cc.Size", @@ -9374,11 +8799,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 455 + "__id__": 415 }, "_enabled": true, "__prefab": { - "__id__": 459 + "__id__": 419 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9455,11 +8880,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 442 + "__id__": 402 }, "_enabled": true, "__prefab": { - "__id__": 462 + "__id__": 422 }, "_contentSize": { "__type__": "cc.Size", @@ -9483,11 +8908,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 442 + "__id__": 402 }, "_enabled": true, "__prefab": { - "__id__": 464 + "__id__": 424 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9538,20 +8963,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 433 + "__id__": 393 }, "_children": [], "_active": true, "_components": [ { - "__id__": 467 + "__id__": 427 }, { - "__id__": 469 + "__id__": 429 } ], "_prefab": { - "__id__": 471 + "__id__": 431 }, "_lpos": { "__type__": "cc.Vec3", @@ -9588,11 +9013,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 466 + "__id__": 426 }, "_enabled": true, "__prefab": { - "__id__": 468 + "__id__": 428 }, "_contentSize": { "__type__": "cc.Size", @@ -9616,11 +9041,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 466 + "__id__": 426 }, "_enabled": true, "__prefab": { - "__id__": 470 + "__id__": 430 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9697,11 +9122,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 433 + "__id__": 393 }, "_enabled": true, "__prefab": { - "__id__": 473 + "__id__": 433 }, "_contentSize": { "__type__": "cc.Size", @@ -9738,36 +9163,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 407 + "__id__": 367 }, "_children": [ { - "__id__": 476 + "__id__": 436 }, { - "__id__": 484 + "__id__": 444 }, { - "__id__": 492 + "__id__": 452 }, { - "__id__": 518 + "__id__": 478 }, { - "__id__": 526 + "__id__": 486 } ], "_active": true, "_components": [ { - "__id__": 532 + "__id__": 492 }, { - "__id__": 534 + "__id__": 494 } ], "_prefab": { - "__id__": 536 + "__id__": 496 }, "_lpos": { "__type__": "cc.Vec3", @@ -9804,23 +9229,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 475 + "__id__": 435 }, "_children": [], "_active": true, "_components": [ { - "__id__": 477 + "__id__": 437 }, { - "__id__": 479 + "__id__": 439 }, { - "__id__": 481 + "__id__": 441 } ], "_prefab": { - "__id__": 483 + "__id__": 443 }, "_lpos": { "__type__": "cc.Vec3", @@ -9857,11 +9282,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 436 }, "_enabled": true, "__prefab": { - "__id__": 478 + "__id__": 438 }, "_contentSize": { "__type__": "cc.Size", @@ -9885,11 +9310,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 436 }, "_enabled": true, "__prefab": { - "__id__": 480 + "__id__": 440 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9933,11 +9358,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 436 }, "_enabled": true, "__prefab": { - "__id__": 482 + "__id__": 442 }, "_alignFlags": 45, "_target": null, @@ -9982,23 +9407,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 475 + "__id__": 435 }, "_children": [], "_active": true, "_components": [ { - "__id__": 485 + "__id__": 445 }, { - "__id__": 487 + "__id__": 447 }, { - "__id__": 489 + "__id__": 449 } ], "_prefab": { - "__id__": 491 + "__id__": 451 }, "_lpos": { "__type__": "cc.Vec3", @@ -10035,11 +9460,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 484 + "__id__": 444 }, "_enabled": true, "__prefab": { - "__id__": 486 + "__id__": 446 }, "_contentSize": { "__type__": "cc.Size", @@ -10063,11 +9488,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 484 + "__id__": 444 }, "_enabled": true, "__prefab": { - "__id__": 488 + "__id__": 448 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10111,11 +9536,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 484 + "__id__": 444 }, "_enabled": true, "__prefab": { - "__id__": 490 + "__id__": 450 }, "_alignFlags": 45, "_target": null, @@ -10160,33 +9585,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 475 + "__id__": 435 }, "_children": [ { - "__id__": 493 + "__id__": 453 }, { - "__id__": 499 + "__id__": 459 }, { - "__id__": 505 + "__id__": 465 } ], "_active": true, "_components": [ { - "__id__": 511 + "__id__": 471 }, { - "__id__": 513 + "__id__": 473 }, { - "__id__": 515 + "__id__": 475 } ], "_prefab": { - "__id__": 517 + "__id__": 477 }, "_lpos": { "__type__": "cc.Vec3", @@ -10223,20 +9648,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 492 + "__id__": 452 }, "_children": [], "_active": false, "_components": [ { - "__id__": 494 + "__id__": 454 }, { - "__id__": 496 + "__id__": 456 } ], "_prefab": { - "__id__": 498 + "__id__": 458 }, "_lpos": { "__type__": "cc.Vec3", @@ -10273,11 +9698,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 493 + "__id__": 453 }, "_enabled": true, "__prefab": { - "__id__": 495 + "__id__": 455 }, "_contentSize": { "__type__": "cc.Size", @@ -10301,11 +9726,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 493 + "__id__": 453 }, "_enabled": true, "__prefab": { - "__id__": 497 + "__id__": 457 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10359,20 +9784,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 492 + "__id__": 452 }, "_children": [], "_active": true, "_components": [ { - "__id__": 500 + "__id__": 460 }, { - "__id__": 502 + "__id__": 462 } ], "_prefab": { - "__id__": 504 + "__id__": 464 }, "_lpos": { "__type__": "cc.Vec3", @@ -10409,11 +9834,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 499 + "__id__": 459 }, "_enabled": true, "__prefab": { - "__id__": 501 + "__id__": 461 }, "_contentSize": { "__type__": "cc.Size", @@ -10437,11 +9862,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 499 + "__id__": 459 }, "_enabled": true, "__prefab": { - "__id__": 503 + "__id__": 463 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10498,20 +9923,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 492 + "__id__": 452 }, "_children": [], "_active": true, "_components": [ { - "__id__": 506 + "__id__": 466 }, { - "__id__": 508 + "__id__": 468 } ], "_prefab": { - "__id__": 510 + "__id__": 470 }, "_lpos": { "__type__": "cc.Vec3", @@ -10548,11 +9973,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 505 + "__id__": 465 }, "_enabled": true, "__prefab": { - "__id__": 507 + "__id__": 467 }, "_contentSize": { "__type__": "cc.Size", @@ -10576,11 +10001,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 505 + "__id__": 465 }, "_enabled": true, "__prefab": { - "__id__": 509 + "__id__": 469 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10657,11 +10082,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 492 + "__id__": 452 }, "_enabled": true, "__prefab": { - "__id__": 512 + "__id__": 472 }, "_contentSize": { "__type__": "cc.Size", @@ -10685,11 +10110,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 492 + "__id__": 452 }, "_enabled": true, "__prefab": { - "__id__": 514 + "__id__": 474 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10727,11 +10152,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 492 + "__id__": 452 }, "_enabled": true, "__prefab": { - "__id__": 516 + "__id__": 476 }, "_alignFlags": 16, "_target": null, @@ -10776,23 +10201,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 475 + "__id__": 435 }, "_children": [], "_active": true, "_components": [ { - "__id__": 519 + "__id__": 479 }, { - "__id__": 521 + "__id__": 481 }, { - "__id__": 523 + "__id__": 483 } ], "_prefab": { - "__id__": 525 + "__id__": 485 }, "_lpos": { "__type__": "cc.Vec3", @@ -10829,11 +10254,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 518 + "__id__": 478 }, "_enabled": true, "__prefab": { - "__id__": 520 + "__id__": 480 }, "_contentSize": { "__type__": "cc.Size", @@ -10857,11 +10282,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 518 + "__id__": 478 }, "_enabled": true, "__prefab": { - "__id__": 522 + "__id__": 482 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10925,11 +10350,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 518 + "__id__": 478 }, "_enabled": true, "__prefab": { - "__id__": 524 + "__id__": 484 }, "_alignFlags": 16, "_target": null, @@ -10974,20 +10399,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 475 + "__id__": 435 }, "_children": [], "_active": false, "_components": [ { - "__id__": 527 + "__id__": 487 }, { - "__id__": 529 + "__id__": 489 } ], "_prefab": { - "__id__": 531 + "__id__": 491 }, "_lpos": { "__type__": "cc.Vec3", @@ -11024,11 +10449,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 526 + "__id__": 486 }, "_enabled": true, "__prefab": { - "__id__": 528 + "__id__": 488 }, "_contentSize": { "__type__": "cc.Size", @@ -11052,11 +10477,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 526 + "__id__": 486 }, "_enabled": true, "__prefab": { - "__id__": 530 + "__id__": 490 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11110,11 +10535,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 475 + "__id__": 435 }, "_enabled": true, "__prefab": { - "__id__": 533 + "__id__": 493 }, "_contentSize": { "__type__": "cc.Size", @@ -11138,11 +10563,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 475 + "__id__": 435 }, "_enabled": true, "__prefab": { - "__id__": 535 + "__id__": 495 }, "_alignFlags": 12, "_target": null, @@ -11187,11 +10612,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 407 + "__id__": 367 }, "_enabled": true, "__prefab": { - "__id__": 538 + "__id__": 498 }, "_contentSize": { "__type__": "cc.Size", @@ -11215,11 +10640,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 407 + "__id__": 367 }, "_enabled": true, "__prefab": { - "__id__": 540 + "__id__": 500 }, "_resizeMode": 1, "_layoutType": 1, @@ -11253,11 +10678,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 407 + "__id__": 367 }, "_enabled": true, "__prefab": { - "__id__": 542 + "__id__": 502 }, "_alignFlags": 44, "_target": null, @@ -11306,7 +10731,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 545 + "__id__": 505 }, "_contentSize": { "__type__": "cc.Size", @@ -11334,7 +10759,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 547 + "__id__": 507 }, "_alignFlags": 21, "_target": null, @@ -11370,7 +10795,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 549 + "__id__": 509 }, "debugMode": false, "showMemoryPanel": true, @@ -11395,7 +10820,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 551 + "__id__": 511 }, "_id": "" }, @@ -11413,7 +10838,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 553 + "__id__": 513 }, "debugMode": false, "_id": "" @@ -11432,31 +10857,31 @@ }, "_enabled": true, "__prefab": { - "__id__": 555 + "__id__": 515 }, "card1": { - "__id__": 298 + "__id__": 258 }, "card2": { - "__id__": 331 + "__id__": 291 }, "card3": { - "__id__": 354 + "__id__": 314 }, "card4": { - "__id__": 377 + "__id__": 337 }, "cards_chou": { - "__id__": 433 + "__id__": 393 }, "cards_up": { - "__id__": 475 + "__id__": 435 }, "coins_node": { - "__id__": 226 + "__id__": 186 }, "pool_lv_node": { - "__id__": 135 + "__id__": 95 }, "hero_info_node": { "__id__": 24 @@ -11481,7 +10906,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 557 + "__id__": 517 }, "_id": "" }, @@ -11512,29 +10937,29 @@ }, "_children": [ { - "__id__": 560 + "__id__": 520 }, { - "__id__": 576 + "__id__": 536 }, { - "__id__": 612 + "__id__": 572 } ], "_active": false, "_components": [ { - "__id__": 688 + "__id__": 648 }, { - "__id__": 690 + "__id__": 650 }, { - "__id__": 692 + "__id__": 652 } ], "_prefab": { - "__id__": 694 + "__id__": 654 }, "_lpos": { "__type__": "cc.Vec3", @@ -11571,27 +10996,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 559 + "__id__": 519 }, "_children": [ { - "__id__": 561 + "__id__": 521 } ], "_active": true, "_components": [ { - "__id__": 569 + "__id__": 529 }, { - "__id__": 571 + "__id__": 531 }, { - "__id__": 573 + "__id__": 533 } ], "_prefab": { - "__id__": 575 + "__id__": 535 }, "_lpos": { "__type__": "cc.Vec3", @@ -11628,23 +11053,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 560 + "__id__": 520 }, "_children": [], "_active": true, "_components": [ { - "__id__": 562 + "__id__": 522 }, { - "__id__": 564 + "__id__": 524 }, { - "__id__": 566 + "__id__": 526 } ], "_prefab": { - "__id__": 568 + "__id__": 528 }, "_lpos": { "__type__": "cc.Vec3", @@ -11681,11 +11106,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 561 + "__id__": 521 }, "_enabled": true, "__prefab": { - "__id__": 563 + "__id__": 523 }, "_contentSize": { "__type__": "cc.Size", @@ -11709,11 +11134,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 561 + "__id__": 521 }, "_enabled": true, "__prefab": { - "__id__": 565 + "__id__": 525 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11757,11 +11182,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 561 + "__id__": 521 }, "_enabled": true, "__prefab": { - "__id__": 567 + "__id__": 527 }, "_alignFlags": 45, "_target": null, @@ -11806,11 +11231,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 560 + "__id__": 520 }, "_enabled": true, "__prefab": { - "__id__": 570 + "__id__": 530 }, "_contentSize": { "__type__": "cc.Size", @@ -11834,11 +11259,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 560 + "__id__": 520 }, "_enabled": false, "__prefab": { - "__id__": 572 + "__id__": 532 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11876,11 +11301,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 560 + "__id__": 520 }, "_enabled": true, "__prefab": { - "__id__": 574 + "__id__": 534 }, "_alignFlags": 45, "_target": null, @@ -11923,17 +11348,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 559 + "__id__": 519 }, "_prefab": { - "__id__": 577 + "__id__": 537 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 576 + "__id__": 536 }, "asset": { "__uuid__": "b111b7ce-9621-4519-b4b8-7a5a64c2e98e", @@ -11941,7 +11366,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 578 + "__id__": 538 }, "targetOverrides": null }, @@ -11955,52 +11380,52 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 579 + "__id__": 539 }, { - "__id__": 581 + "__id__": 541 }, { - "__id__": 583 + "__id__": 543 }, { - "__id__": 585 + "__id__": 545 }, { - "__id__": 587 + "__id__": 547 }, { - "__id__": 589 + "__id__": 549 }, { - "__id__": 592 + "__id__": 552 }, { - "__id__": 594 + "__id__": 554 }, { - "__id__": 596 + "__id__": 556 }, { - "__id__": 598 + "__id__": 558 }, { - "__id__": 600 + "__id__": 560 }, { - "__id__": 602 + "__id__": 562 }, { - "__id__": 604 + "__id__": 564 }, { - "__id__": 606 + "__id__": 566 }, { - "__id__": 608 + "__id__": 568 }, { - "__id__": 610 + "__id__": 570 } ], "removedComponents": [] @@ -12008,7 +11433,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 580 + "__id__": 540 }, "propertyPath": [ "_name" @@ -12024,7 +11449,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 582 + "__id__": 542 }, "propertyPath": [ "_lpos" @@ -12045,7 +11470,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 584 + "__id__": 544 }, "propertyPath": [ "_lrot" @@ -12067,7 +11492,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 586 + "__id__": 546 }, "propertyPath": [ "_euler" @@ -12088,7 +11513,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 588 + "__id__": 548 }, "propertyPath": [ "clickEvents", @@ -12105,14 +11530,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 590 + "__id__": 550 }, "propertyPath": [ "clickEvents", "0" ], "value": { - "__id__": 591 + "__id__": 551 } }, { @@ -12124,7 +11549,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 559 + "__id__": 519 }, "component": "", "_componentId": "11498TbVJpO6qmZ8m9k55Zx", @@ -12134,13 +11559,13 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 593 + "__id__": 553 }, "propertyPath": [ "_target" ], "value": { - "__id__": 576 + "__id__": 536 } }, { @@ -12152,7 +11577,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 595 + "__id__": 555 }, "propertyPath": [ "_bottom" @@ -12168,7 +11593,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 597 + "__id__": 557 }, "propertyPath": [ "_spriteFrame" @@ -12187,7 +11612,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 599 + "__id__": 559 }, "propertyPath": [ "_contentSize" @@ -12207,7 +11632,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 601 + "__id__": 561 }, "propertyPath": [ "_contentSize" @@ -12227,7 +11652,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 603 + "__id__": 563 }, "propertyPath": [ "_lineHeight" @@ -12243,7 +11668,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 605 + "__id__": 565 }, "propertyPath": [ "_contentSize" @@ -12263,7 +11688,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 607 + "__id__": 567 }, "propertyPath": [ "_fontSize" @@ -12279,7 +11704,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 609 + "__id__": 569 }, "propertyPath": [ "_actualFontSize" @@ -12295,7 +11720,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 611 + "__id__": 571 }, "propertyPath": [ "_outlineWidth" @@ -12314,33 +11739,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 559 + "__id__": 519 }, "_children": [ { - "__id__": 613 + "__id__": 573 }, { - "__id__": 635 + "__id__": 595 }, { - "__id__": 659 + "__id__": 619 } ], "_active": true, "_components": [ { - "__id__": 681 + "__id__": 641 }, { - "__id__": 683 + "__id__": 643 }, { - "__id__": 685 + "__id__": 645 } ], "_prefab": { - "__id__": 687 + "__id__": 647 }, "_lpos": { "__type__": "cc.Vec3", @@ -12377,27 +11802,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 612 + "__id__": 572 }, "_children": [ { - "__id__": 614 + "__id__": 574 }, { - "__id__": 620 + "__id__": 580 }, { - "__id__": 626 + "__id__": 586 } ], "_active": true, "_components": [ { - "__id__": 632 + "__id__": 592 } ], "_prefab": { - "__id__": 634 + "__id__": 594 }, "_lpos": { "__type__": "cc.Vec3", @@ -12434,20 +11859,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 613 + "__id__": 573 }, "_children": [], "_active": true, "_components": [ { - "__id__": 615 + "__id__": 575 }, { - "__id__": 617 + "__id__": 577 } ], "_prefab": { - "__id__": 619 + "__id__": 579 }, "_lpos": { "__type__": "cc.Vec3", @@ -12484,11 +11909,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 614 + "__id__": 574 }, "_enabled": true, "__prefab": { - "__id__": 616 + "__id__": 576 }, "_contentSize": { "__type__": "cc.Size", @@ -12512,11 +11937,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 614 + "__id__": 574 }, "_enabled": true, "__prefab": { - "__id__": 618 + "__id__": 578 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12570,20 +11995,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 613 + "__id__": 573 }, "_children": [], "_active": false, "_components": [ { - "__id__": 621 + "__id__": 581 }, { - "__id__": 623 + "__id__": 583 } ], "_prefab": { - "__id__": 625 + "__id__": 585 }, "_lpos": { "__type__": "cc.Vec3", @@ -12620,11 +12045,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 620 + "__id__": 580 }, "_enabled": true, "__prefab": { - "__id__": 622 + "__id__": 582 }, "_contentSize": { "__type__": "cc.Size", @@ -12648,11 +12073,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 620 + "__id__": 580 }, "_enabled": true, "__prefab": { - "__id__": 624 + "__id__": 584 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12706,20 +12131,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 613 + "__id__": 573 }, "_children": [], "_active": true, "_components": [ { - "__id__": 627 + "__id__": 587 }, { - "__id__": 629 + "__id__": 589 } ], "_prefab": { - "__id__": 631 + "__id__": 591 }, "_lpos": { "__type__": "cc.Vec3", @@ -12756,11 +12181,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 626 + "__id__": 586 }, "_enabled": true, "__prefab": { - "__id__": 628 + "__id__": 588 }, "_contentSize": { "__type__": "cc.Size", @@ -12784,11 +12209,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 626 + "__id__": 586 }, "_enabled": true, "__prefab": { - "__id__": 630 + "__id__": 590 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12842,11 +12267,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 613 + "__id__": 573 }, "_enabled": true, "__prefab": { - "__id__": 633 + "__id__": 593 }, "_contentSize": { "__type__": "cc.Size", @@ -12883,30 +12308,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 612 + "__id__": 572 }, "_children": [ { - "__id__": 636 + "__id__": 596 }, { - "__id__": 642 + "__id__": 602 }, { - "__id__": 648 + "__id__": 608 } ], "_active": true, "_components": [ { - "__id__": 654 + "__id__": 614 }, { - "__id__": 656 + "__id__": 616 } ], "_prefab": { - "__id__": 658 + "__id__": 618 }, "_lpos": { "__type__": "cc.Vec3", @@ -12943,20 +12368,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 635 + "__id__": 595 }, "_children": [], "_active": true, "_components": [ { - "__id__": 637 + "__id__": 597 }, { - "__id__": 639 + "__id__": 599 } ], "_prefab": { - "__id__": 641 + "__id__": 601 }, "_lpos": { "__type__": "cc.Vec3", @@ -12993,11 +12418,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 636 + "__id__": 596 }, "_enabled": true, "__prefab": { - "__id__": 638 + "__id__": 598 }, "_contentSize": { "__type__": "cc.Size", @@ -13021,11 +12446,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 636 + "__id__": 596 }, "_enabled": true, "__prefab": { - "__id__": 640 + "__id__": 600 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13079,20 +12504,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 635 + "__id__": 595 }, "_children": [], "_active": true, "_components": [ { - "__id__": 643 + "__id__": 603 }, { - "__id__": 645 + "__id__": 605 } ], "_prefab": { - "__id__": 647 + "__id__": 607 }, "_lpos": { "__type__": "cc.Vec3", @@ -13129,11 +12554,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 642 + "__id__": 602 }, "_enabled": true, "__prefab": { - "__id__": 644 + "__id__": 604 }, "_contentSize": { "__type__": "cc.Size", @@ -13157,11 +12582,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 642 + "__id__": 602 }, "_enabled": true, "__prefab": { - "__id__": 646 + "__id__": 606 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13215,20 +12640,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 635 + "__id__": 595 }, "_children": [], "_active": true, "_components": [ { - "__id__": 649 + "__id__": 609 }, { - "__id__": 651 + "__id__": 611 } ], "_prefab": { - "__id__": 653 + "__id__": 613 }, "_lpos": { "__type__": "cc.Vec3", @@ -13265,11 +12690,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 648 + "__id__": 608 }, "_enabled": true, "__prefab": { - "__id__": 650 + "__id__": 610 }, "_contentSize": { "__type__": "cc.Size", @@ -13293,11 +12718,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 648 + "__id__": 608 }, "_enabled": true, "__prefab": { - "__id__": 652 + "__id__": 612 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13351,11 +12776,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 635 + "__id__": 595 }, "_enabled": true, "__prefab": { - "__id__": 655 + "__id__": 615 }, "_contentSize": { "__type__": "cc.Size", @@ -13379,11 +12804,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 635 + "__id__": 595 }, "_enabled": true, "__prefab": { - "__id__": 657 + "__id__": 617 }, "clickEvents": [], "_interactable": true, @@ -13448,27 +12873,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 612 + "__id__": 572 }, "_children": [ { - "__id__": 660 + "__id__": 620 }, { - "__id__": 666 + "__id__": 626 }, { - "__id__": 672 + "__id__": 632 } ], "_active": true, "_components": [ { - "__id__": 678 + "__id__": 638 } ], "_prefab": { - "__id__": 680 + "__id__": 640 }, "_lpos": { "__type__": "cc.Vec3", @@ -13505,20 +12930,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 659 + "__id__": 619 }, "_children": [], "_active": true, "_components": [ { - "__id__": 661 + "__id__": 621 }, { - "__id__": 663 + "__id__": 623 } ], "_prefab": { - "__id__": 665 + "__id__": 625 }, "_lpos": { "__type__": "cc.Vec3", @@ -13555,11 +12980,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 660 + "__id__": 620 }, "_enabled": true, "__prefab": { - "__id__": 662 + "__id__": 622 }, "_contentSize": { "__type__": "cc.Size", @@ -13583,11 +13008,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 660 + "__id__": 620 }, "_enabled": true, "__prefab": { - "__id__": 664 + "__id__": 624 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13641,20 +13066,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 659 + "__id__": 619 }, "_children": [], "_active": false, "_components": [ { - "__id__": 667 + "__id__": 627 }, { - "__id__": 669 + "__id__": 629 } ], "_prefab": { - "__id__": 671 + "__id__": 631 }, "_lpos": { "__type__": "cc.Vec3", @@ -13691,11 +13116,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 666 + "__id__": 626 }, "_enabled": true, "__prefab": { - "__id__": 668 + "__id__": 628 }, "_contentSize": { "__type__": "cc.Size", @@ -13719,11 +13144,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 666 + "__id__": 626 }, "_enabled": true, "__prefab": { - "__id__": 670 + "__id__": 630 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13777,20 +13202,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 659 + "__id__": 619 }, "_children": [], "_active": true, "_components": [ { - "__id__": 673 + "__id__": 633 }, { - "__id__": 675 + "__id__": 635 } ], "_prefab": { - "__id__": 677 + "__id__": 637 }, "_lpos": { "__type__": "cc.Vec3", @@ -13827,11 +13252,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 672 + "__id__": 632 }, "_enabled": true, "__prefab": { - "__id__": 674 + "__id__": 634 }, "_contentSize": { "__type__": "cc.Size", @@ -13855,11 +13280,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 672 + "__id__": 632 }, "_enabled": true, "__prefab": { - "__id__": 676 + "__id__": 636 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13913,11 +13338,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 659 + "__id__": 619 }, "_enabled": true, "__prefab": { - "__id__": 679 + "__id__": 639 }, "_contentSize": { "__type__": "cc.Size", @@ -13954,11 +13379,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 612 + "__id__": 572 }, "_enabled": true, "__prefab": { - "__id__": 682 + "__id__": 642 }, "_contentSize": { "__type__": "cc.Size", @@ -13982,11 +13407,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 612 + "__id__": 572 }, "_enabled": true, "__prefab": { - "__id__": 684 + "__id__": 644 }, "_alignFlags": 44, "_target": null, @@ -14018,11 +13443,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 612 + "__id__": 572 }, "_enabled": true, "__prefab": { - "__id__": 686 + "__id__": 646 }, "_resizeMode": 1, "_layoutType": 1, @@ -14069,11 +13494,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 519 }, "_enabled": true, "__prefab": { - "__id__": 689 + "__id__": 649 }, "_contentSize": { "__type__": "cc.Size", @@ -14097,11 +13522,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 519 }, "_enabled": true, "__prefab": { - "__id__": 691 + "__id__": 651 }, "_alignFlags": 21, "_target": null, @@ -14133,11 +13558,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 519 }, "_enabled": true, "__prefab": { - "__id__": 693 + "__id__": 653 }, "_id": "" }, @@ -14165,14 +13590,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 696 + "__id__": 656 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 695 + "__id__": 655 }, "asset": { "__uuid__": "26bff847-cd29-48a5-bbfa-c3e2dbda688d", @@ -14180,7 +13605,7 @@ }, "fileId": "5a9CMsVQhKP5Y+UJfTKPbx", "instance": { - "__id__": 697 + "__id__": 657 }, "targetOverrides": null }, @@ -14194,19 +13619,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 698 + "__id__": 658 }, { - "__id__": 700 + "__id__": 660 }, { - "__id__": 701 + "__id__": 661 }, { - "__id__": 702 + "__id__": 662 }, { - "__id__": 703 + "__id__": 663 } ], "removedComponents": [] @@ -14214,7 +13639,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 699 + "__id__": 659 }, "propertyPath": [ "_name" @@ -14230,7 +13655,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 699 + "__id__": 659 }, "propertyPath": [ "_lpos" @@ -14245,7 +13670,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 699 + "__id__": 659 }, "propertyPath": [ "_lrot" @@ -14261,7 +13686,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 699 + "__id__": 659 }, "propertyPath": [ "_euler" @@ -14276,7 +13701,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 699 + "__id__": 659 }, "propertyPath": [ "_active" @@ -14293,23 +13718,23 @@ }, "_children": [ { - "__id__": 705 + "__id__": 665 } ], "_active": true, "_components": [ { - "__id__": 743 + "__id__": 703 }, { - "__id__": 745 + "__id__": 705 }, { - "__id__": 747 + "__id__": 707 } ], "_prefab": { - "__id__": 749 + "__id__": 709 }, "_lpos": { "__type__": "cc.Vec3", @@ -14346,30 +13771,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 704 + "__id__": 664 }, "_children": [ { - "__id__": 706 + "__id__": 666 } ], "_active": true, "_components": [ { - "__id__": 734 + "__id__": 694 }, { - "__id__": 736 + "__id__": 696 }, { - "__id__": 738 + "__id__": 698 }, { - "__id__": 740 + "__id__": 700 } ], "_prefab": { - "__id__": 742 + "__id__": 702 }, "_lpos": { "__type__": "cc.Vec3", @@ -14406,27 +13831,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 705 + "__id__": 665 }, "_children": [ { - "__id__": 707 + "__id__": 667 }, { - "__id__": 715 + "__id__": 675 }, { - "__id__": 721 + "__id__": 681 } ], "_active": true, "_components": [ { - "__id__": 731 + "__id__": 691 } ], "_prefab": { - "__id__": 733 + "__id__": 693 }, "_lpos": { "__type__": "cc.Vec3", @@ -14463,23 +13888,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 706 + "__id__": 666 }, "_children": [], "_active": true, "_components": [ { - "__id__": 708 + "__id__": 668 }, { - "__id__": 710 + "__id__": 670 }, { - "__id__": 712 + "__id__": 672 } ], "_prefab": { - "__id__": 714 + "__id__": 674 }, "_lpos": { "__type__": "cc.Vec3", @@ -14516,11 +13941,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 707 + "__id__": 667 }, "_enabled": true, "__prefab": { - "__id__": 709 + "__id__": 669 }, "_contentSize": { "__type__": "cc.Size", @@ -14544,11 +13969,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 707 + "__id__": 667 }, "_enabled": true, "__prefab": { - "__id__": 711 + "__id__": 671 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14592,11 +14017,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 707 + "__id__": 667 }, "_enabled": true, "__prefab": { - "__id__": 713 + "__id__": 673 }, "_alignFlags": 40, "_target": null, @@ -14641,20 +14066,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 706 + "__id__": 666 }, "_children": [], "_active": true, "_components": [ { - "__id__": 716 + "__id__": 676 }, { - "__id__": 718 + "__id__": 678 } ], "_prefab": { - "__id__": 720 + "__id__": 680 }, "_lpos": { "__type__": "cc.Vec3", @@ -14691,11 +14116,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 715 + "__id__": 675 }, "_enabled": true, "__prefab": { - "__id__": 717 + "__id__": 677 }, "_contentSize": { "__type__": "cc.Size", @@ -14719,11 +14144,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 715 + "__id__": 675 }, "_enabled": true, "__prefab": { - "__id__": 719 + "__id__": 679 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14780,26 +14205,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 706 + "__id__": 666 }, "_children": [], "_active": true, "_components": [ { - "__id__": 722 + "__id__": 682 }, { - "__id__": 724 + "__id__": 684 }, { - "__id__": 726 + "__id__": 686 }, { - "__id__": 728 + "__id__": 688 } ], "_prefab": { - "__id__": 730 + "__id__": 690 }, "_lpos": { "__type__": "cc.Vec3", @@ -14836,11 +14261,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 681 }, "_enabled": true, "__prefab": { - "__id__": 723 + "__id__": 683 }, "_contentSize": { "__type__": "cc.Size", @@ -14864,11 +14289,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 681 }, "_enabled": true, "__prefab": { - "__id__": 725 + "__id__": 685 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14932,11 +14357,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 681 }, "_enabled": true, "__prefab": { - "__id__": 727 + "__id__": 687 }, "_alignFlags": 10, "_target": null, @@ -14968,11 +14393,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 681 }, "_enabled": true, "__prefab": { - "__id__": 729 + "__id__": 689 }, "templateMode": true, "watchPath": "data.data.gold", @@ -15005,11 +14430,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 706 + "__id__": 666 }, "_enabled": true, "__prefab": { - "__id__": 732 + "__id__": 692 }, "_contentSize": { "__type__": "cc.Size", @@ -15046,11 +14471,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 705 + "__id__": 665 }, "_enabled": true, "__prefab": { - "__id__": 735 + "__id__": 695 }, "_contentSize": { "__type__": "cc.Size", @@ -15074,11 +14499,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 705 + "__id__": 665 }, "_enabled": true, "__prefab": { - "__id__": 737 + "__id__": 697 }, "_alignFlags": 8, "_target": null, @@ -15110,11 +14535,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 705 + "__id__": 665 }, "_enabled": true, "__prefab": { - "__id__": 739 + "__id__": 699 }, "_resizeMode": 0, "_layoutType": 1, @@ -15148,11 +14573,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 705 + "__id__": 665 }, "_enabled": true, "__prefab": { - "__id__": 741 + "__id__": 701 }, "_alignFlags": 40, "_target": null, @@ -15197,11 +14622,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 704 + "__id__": 664 }, "_enabled": true, "__prefab": { - "__id__": 744 + "__id__": 704 }, "_contentSize": { "__type__": "cc.Size", @@ -15225,11 +14650,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 704 + "__id__": 664 }, "_enabled": true, "__prefab": { - "__id__": 746 + "__id__": 706 }, "_alignFlags": 17, "_target": null, @@ -15261,11 +14686,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 704 + "__id__": 664 }, "_enabled": true, "__prefab": { - "__id__": 748 + "__id__": 708 }, "_id": "" }, @@ -15296,7 +14721,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 751 + "__id__": 711 }, "_contentSize": { "__type__": "cc.Size", @@ -15324,7 +14749,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 753 + "__id__": 713 }, "_alignFlags": 45, "_target": null, @@ -15360,7 +14785,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 755 + "__id__": 715 }, "debugMode": false, "_id": "" @@ -15382,37 +14807,22 @@ "targetOverrides": [], "nestedPrefabInstanceRoots": [ { - "__id__": 695 + "__id__": 655 }, { - "__id__": 576 + "__id__": 536 }, { - "__id__": 377 + "__id__": 337 }, { - "__id__": 354 + "__id__": 314 }, { - "__id__": 331 + "__id__": 291 }, { - "__id__": 298 - }, - { - "__id__": 65 - }, - { - "__id__": 57 - }, - { - "__id__": 49 - }, - { - "__id__": 41 - }, - { - "__id__": 33 + "__id__": 258 }, { "__id__": 25