From b85b9d86555da81add253919e5f672cdfecd03ff Mon Sep 17 00:00:00 2001 From: panw Date: Thu, 5 Feb 2026 16:16:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(skill):=20=E6=96=B0=E5=A2=9E=E6=AD=BB?= =?UTF-8?q?=E4=BA=A1=E5=8A=A8=E7=94=BB=E5=8F=8A=E9=A2=84=E5=88=B6=E4=BD=93?= =?UTF-8?q?=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 dead.prefab 预制体及其关联的 dead.anim 动画文件,用于角色死亡时的技能表现。 --- .../resources/game/skill/anm/atked/dead.anim | 78 + .../game/skill/anm/atked/dead.anim.meta | 13 + assets/resources/game/skill/end/atked.prefab | 4 +- assets/resources/game/skill/end/dead.prefab | 289 + .../resources/game/skill/end/dead.prefab.meta | 13 + assets/resources/gui/role_controller.prefab | 18904 +++++++++++++--- assets/script/game/common/config/AttrSet.ts | 104 +- assets/script/game/common/config/GameSet.ts | 2 + assets/script/game/hero/HeroViewComp.ts | 8 +- assets/script/game/map/MissionComp.ts | 24 +- 10 files changed, 15684 insertions(+), 3755 deletions(-) create mode 100644 assets/resources/game/skill/anm/atked/dead.anim create mode 100644 assets/resources/game/skill/anm/atked/dead.anim.meta create mode 100644 assets/resources/game/skill/end/dead.prefab create mode 100644 assets/resources/game/skill/end/dead.prefab.meta diff --git a/assets/resources/game/skill/anm/atked/dead.anim b/assets/resources/game/skill/anm/atked/dead.anim new file mode 100644 index 00000000..d2a80f32 --- /dev/null +++ b/assets/resources/game/skill/anm/atked/dead.anim @@ -0,0 +1,78 @@ +[ + { + "__type__": "cc.AnimationClip", + "_name": "dead", + "_objFlags": 0, + "__editorExtras__": { + "embeddedPlayerGroups": [] + }, + "_native": "", + "sample": 60, + "speed": 1, + "wrapMode": 1, + "enableTrsBlending": false, + "_duration": 0, + "_hash": 500763545, + "_tracks": [ + { + "__id__": 1 + } + ], + "_exoticAnimation": null, + "_events": [], + "_embeddedPlayers": [], + "_additiveSettings": { + "__id__": 7 + }, + "_auxiliaryCurveEntries": [] + }, + { + "__type__": "cc.animation.ObjectTrack", + "_binding": { + "__type__": "cc.animation.TrackBinding", + "path": { + "__id__": 2 + }, + "proxy": null + }, + "_channel": { + "__id__": 5 + } + }, + { + "__type__": "cc.animation.TrackPath", + "_paths": [ + { + "__id__": 3 + }, + { + "__id__": 4 + }, + "spriteFrame" + ] + }, + { + "__type__": "cc.animation.HierarchyPath", + "path": "Node" + }, + { + "__type__": "cc.animation.ComponentPath", + "component": "cc.Sprite" + }, + { + "__type__": "cc.animation.Channel", + "_curve": { + "__id__": 6 + } + }, + { + "__type__": "cc.ObjectCurve", + "_times": [], + "_values": [] + }, + { + "__type__": "cc.AnimationClipAdditiveSettings", + "enabled": false, + "refClip": null + } +] \ No newline at end of file diff --git a/assets/resources/game/skill/anm/atked/dead.anim.meta b/assets/resources/game/skill/anm/atked/dead.anim.meta new file mode 100644 index 00000000..c97d6566 --- /dev/null +++ b/assets/resources/game/skill/anm/atked/dead.anim.meta @@ -0,0 +1,13 @@ +{ + "ver": "2.0.3", + "importer": "animation-clip", + "imported": true, + "uuid": "f6fa875d-2465-4e3b-8f4d-52d2ee43481d", + "files": [ + ".cconb" + ], + "subMetas": {}, + "userData": { + "name": "dead" + } +} diff --git a/assets/resources/game/skill/end/atked.prefab b/assets/resources/game/skill/end/atked.prefab index e84c6cad..d9fbb667 100644 --- a/assets/resources/game/skill/end/atked.prefab +++ b/assets/resources/game/skill/end/atked.prefab @@ -102,8 +102,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 0.4, - "y": 0.4, + "x": 1, + "y": 1, "z": 1 }, "_mobility": 0, diff --git a/assets/resources/game/skill/end/dead.prefab b/assets/resources/game/skill/end/dead.prefab new file mode 100644 index 00000000..f858c8c1 --- /dev/null +++ b/assets/resources/game/skill/end/dead.prefab @@ -0,0 +1,289 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "dead", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "dead", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + } + ], + "_active": true, + "_components": [ + { + "__id__": 8 + }, + { + "__id__": 10 + }, + { + "__id__": 12 + } + ], + "_prefab": { + "__id__": 14 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 6.112, + "y": 45.573, + "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.Node", + "_name": "Node", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 3 + }, + { + "__id__": 5 + } + ], + "_prefab": { + "__id__": 7 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.4, + "y": 0.4, + "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__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 4 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 127, + "height": 127 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ddhDbko4FLmKZGY46brX7z" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 6 + }, + "_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": "c3vPZUzCRINL3sICnCZKIr" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "feOW1uSctLKYCw3esMiuox", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 9 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 104, + "height": 75 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a7pn5tzA1BSI1AfdpVsHh7" + }, + { + "__type__": "cc.Animation", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 11 + }, + "playOnLoad": true, + "_clips": [ + { + "__uuid__": "f6fa875d-2465-4e3b-8f4d-52d2ee43481d", + "__expectedType__": "cc.AnimationClip" + } + ], + "_defaultClip": { + "__uuid__": "f6fa875d-2465-4e3b-8f4d-52d2ee43481d", + "__expectedType__": "cc.AnimationClip" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "63z5ZyjTNKYbn+kEVB1s3W" + }, + { + "__type__": "0f3c4JhFbFO2rEFqBJJ7hFv", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 13 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "32SLcINL1JHZ+vIyextzaC" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "cfqCWnxbFLNoQMedQXsav3", + "instance": null, + "targetOverrides": null + } +] \ No newline at end of file diff --git a/assets/resources/game/skill/end/dead.prefab.meta b/assets/resources/game/skill/end/dead.prefab.meta new file mode 100644 index 00000000..90ec199f --- /dev/null +++ b/assets/resources/game/skill/end/dead.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.50", + "importer": "prefab", + "imported": true, + "uuid": "97881732-3eb6-4ca6-b533-69b1df110ef3", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "dead" + } +} diff --git a/assets/resources/gui/role_controller.prefab b/assets/resources/gui/role_controller.prefab index 26d87566..477f3022 100644 --- a/assets/resources/gui/role_controller.prefab +++ b/assets/resources/gui/role_controller.prefab @@ -22,29 +22,29 @@ "__id__": 2 }, { - "__id__": 774 + "__id__": 1260 }, { - "__id__": 1699 + "__id__": 2185 }, { - "__id__": 1708 + "__id__": 2194 } ], "_active": true, "_components": [ { - "__id__": 1754 + "__id__": 2240 }, { - "__id__": 1756 + "__id__": 2242 }, { - "__id__": 1758 + "__id__": 2244 } ], "_prefab": { - "__id__": 1760 + "__id__": 2246 }, "_lpos": { "__type__": "cc.Vec3", @@ -88,35 +88,35 @@ "__id__": 3 }, { - "__id__": 23 + "__id__": 21 }, { - "__id__": 716 + "__id__": 1202 }, { - "__id__": 498 + "__id__": 984 } ], "_active": true, "_components": [ { - "__id__": 763 + "__id__": 1249 }, { - "__id__": 765 + "__id__": 1251 }, { - "__id__": 767 + "__id__": 1253 }, { - "__id__": 769 + "__id__": 1255 }, { - "__id__": 771 + "__id__": 1257 } ], "_prefab": { - "__id__": 773 + "__id__": 1259 }, "_lpos": { "__type__": "cc.Vec3", @@ -166,19 +166,19 @@ "_active": true, "_components": [ { - "__id__": 18 + "__id__": 16 }, { - "__id__": 20 + "__id__": 18 } ], "_prefab": { - "__id__": 22 + "__id__": 20 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 1130, + "y": 1120, "z": 0 }, "_lrot": { @@ -213,7 +213,7 @@ "__id__": 3 }, "_children": [], - "_active": false, + "_active": true, "_components": [ { "__id__": 5 @@ -268,8 +268,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 109, - "height": 104 + "width": 200, + "height": 100 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -305,12 +305,12 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "deedea09-8f2b-400f-9803-4cfd38e45d1a@6e978", + "__uuid__": "deedea09-8f2b-400f-9803-4cfd38e45d1a@75b82", "__expectedType__": "cc.SpriteFrame" }, - "_type": 0, + "_type": 1, "_fillType": 0, - "_sizeMode": 1, + "_sizeMode": 0, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, @@ -320,7 +320,10 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": null, + "_atlas": { + "__uuid__": "deedea09-8f2b-400f-9803-4cfd38e45d1a", + "__expectedType__": "cc.SpriteAtlas" + }, "_id": "" }, { @@ -356,18 +359,15 @@ }, { "__id__": 13 - }, - { - "__id__": 15 } ], "_prefab": { - "__id__": 17 + "__id__": 15 }, "_lpos": { "__type__": "cc.Vec3", - "x": 2.004, - "y": -4.91, + "x": 0, + "y": 5, "z": 0 }, "_lrot": { @@ -407,8 +407,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 38.89, - "height": 80 + "width": 134.984375, + "height": 106.8 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -443,20 +443,17 @@ "b": 255, "a": 255 }, - "_string": "{{0:int}}", + "_string": "10:00", "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 80, - "_fontSize": 80, + "_actualFontSize": 40, + "_fontSize": 40, "_fontFamily": "Arial", "_lineHeight": 80, "_overflow": 0, "_enableWrapText": true, - "_font": { - "__uuid__": "983a109b-a5e3-4ba7-84c5-1c53817ba177", - "__expectedType__": "cc.BitmapFont" - }, - "_isSystemFontUsed": false, + "_font": null, + "_isSystemFontUsed": true, "_spacingX": 0, "_isItalic": false, "_isBold": true, @@ -492,30 +489,6 @@ "__type__": "cc.CompPrefabInfo", "fileId": "4fhB8DvG9AE5pZw0e6V0Bc" }, - { - "__type__": "545c05XsG9GDJispEGWKvYv", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 10 - }, - "_enabled": true, - "__prefab": { - "__id__": 16 - }, - "templateMode": true, - "watchPath": "1", - "labelType": "cc.Label", - "watchPathArr": [ - "data.mission_data.time" - ], - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "22tnN27QREo7E8KmHdI6K+" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -539,7 +512,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 17 }, "_contentSize": { "__type__": "cc.Size", @@ -567,13 +540,13 @@ }, "_enabled": true, "__prefab": { - "__id__": 21 + "__id__": 19 }, "_alignFlags": 17, "_target": null, "_left": 0, "_right": 0, - "_top": 100, + "_top": 110, "_bottom": 0, "_horizontalCenter": 0, "_verticalCenter": 0, @@ -616,50 +589,50 @@ }, "_children": [ { - "__id__": 24 + "__id__": 22 }, { - "__id__": 32 + "__id__": 30 }, { - "__id__": 84 + "__id__": 82 }, { - "__id__": 136 + "__id__": 134 }, { - "__id__": 264 + "__id__": 750 }, { - "__id__": 274 + "__id__": 760 }, { - "__id__": 322 + "__id__": 808 }, { - "__id__": 423 + "__id__": 909 }, { - "__id__": 401 + "__id__": 887 }, { - "__id__": 587 + "__id__": 1073 }, { - "__id__": 627 + "__id__": 1113 } ], "_active": true, "_components": [ { - "__id__": 711 + "__id__": 1197 }, { - "__id__": 713 + "__id__": 1199 } ], "_prefab": { - "__id__": 715 + "__id__": 1201 }, "_lpos": { "__type__": "cc.Vec3", @@ -696,23 +669,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 23 + "__id__": 21 }, "_children": [], "_active": true, "_components": [ + { + "__id__": 23 + }, { "__id__": 25 }, { "__id__": 27 - }, - { - "__id__": 29 } ], "_prefab": { - "__id__": 31 + "__id__": 29 }, "_lpos": { "__type__": "cc.Vec3", @@ -749,11 +722,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 22 }, "_enabled": true, "__prefab": { - "__id__": 26 + "__id__": 24 }, "_contentSize": { "__type__": "cc.Size", @@ -777,11 +750,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 22 }, "_enabled": true, "__prefab": { - "__id__": 28 + "__id__": 26 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -825,11 +798,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 24 + "__id__": 22 }, "_enabled": true, "__prefab": { - "__id__": 30 + "__id__": 28 }, "_alignFlags": 44, "_target": null, @@ -874,30 +847,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 23 + "__id__": 21 }, "_children": [ { - "__id__": 33 + "__id__": 31 }, { - "__id__": 49 + "__id__": 47 }, { - "__id__": 55 + "__id__": 53 } ], "_active": false, "_components": [ { - "__id__": 79 + "__id__": 77 }, { - "__id__": 81 + "__id__": 79 } ], "_prefab": { - "__id__": 83 + "__id__": 81 }, "_lpos": { "__type__": "cc.Vec3", @@ -934,15 +907,18 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 32 + "__id__": 30 }, "_children": [ { - "__id__": 34 + "__id__": 32 } ], "_active": true, "_components": [ + { + "__id__": 38 + }, { "__id__": 40 }, @@ -951,13 +927,10 @@ }, { "__id__": 44 - }, - { - "__id__": 46 } ], "_prefab": { - "__id__": 48 + "__id__": 46 }, "_lpos": { "__type__": "cc.Vec3", @@ -994,20 +967,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 33 + "__id__": 31 }, "_children": [], "_active": true, "_components": [ { - "__id__": 35 + "__id__": 33 }, { - "__id__": 37 + "__id__": 35 } ], "_prefab": { - "__id__": 39 + "__id__": 37 }, "_lpos": { "__type__": "cc.Vec3", @@ -1044,11 +1017,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 34 + "__id__": 32 }, "_enabled": true, "__prefab": { - "__id__": 36 + "__id__": 34 }, "_contentSize": { "__type__": "cc.Size", @@ -1072,11 +1045,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 34 + "__id__": 32 }, "_enabled": true, "__prefab": { - "__id__": 38 + "__id__": 36 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1133,11 +1106,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 33 + "__id__": 31 }, "_enabled": true, "__prefab": { - "__id__": 41 + "__id__": 39 }, "_contentSize": { "__type__": "cc.Size", @@ -1161,11 +1134,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 33 + "__id__": 31 }, "_enabled": true, "__prefab": { - "__id__": 43 + "__id__": 41 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1209,14 +1182,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 33 + "__id__": 31 }, "_enabled": true, "__prefab": { - "__id__": 45 + "__id__": 43 }, "_barSprite": { - "__id__": 37 + "__id__": 35 }, "_mode": 0, "_totalLength": 680, @@ -1234,11 +1207,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 33 + "__id__": 31 }, "_enabled": true, "__prefab": { - "__id__": 47 + "__id__": 45 }, "controller": false, "watchPath": "", @@ -1275,20 +1248,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 32 + "__id__": 30 }, "_children": [], "_active": true, "_components": [ { - "__id__": 50 + "__id__": 48 }, { - "__id__": 52 + "__id__": 50 } ], "_prefab": { - "__id__": 54 + "__id__": 52 }, "_lpos": { "__type__": "cc.Vec3", @@ -1325,11 +1298,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 49 + "__id__": 47 }, "_enabled": true, "__prefab": { - "__id__": 51 + "__id__": 49 }, "_contentSize": { "__type__": "cc.Size", @@ -1353,11 +1326,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 49 + "__id__": 47 }, "_enabled": true, "__prefab": { - "__id__": 53 + "__id__": 51 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1434,27 +1407,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 32 + "__id__": 30 }, "_children": [ { - "__id__": 56 + "__id__": 54 }, { - "__id__": 62 + "__id__": 60 }, { - "__id__": 70 + "__id__": 68 } ], "_active": true, "_components": [ { - "__id__": 76 + "__id__": 74 } ], "_prefab": { - "__id__": 78 + "__id__": 76 }, "_lpos": { "__type__": "cc.Vec3", @@ -1491,20 +1464,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 55 + "__id__": 53 }, "_children": [], "_active": false, "_components": [ { - "__id__": 57 + "__id__": 55 }, { - "__id__": 59 + "__id__": 57 } ], "_prefab": { - "__id__": 61 + "__id__": 59 }, "_lpos": { "__type__": "cc.Vec3", @@ -1541,11 +1514,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 54 }, "_enabled": true, "__prefab": { - "__id__": 58 + "__id__": 56 }, "_contentSize": { "__type__": "cc.Size", @@ -1569,11 +1542,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 56 + "__id__": 54 }, "_enabled": true, "__prefab": { - "__id__": 60 + "__id__": 58 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1650,23 +1623,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 55 + "__id__": 53 }, "_children": [], "_active": true, "_components": [ + { + "__id__": 61 + }, { "__id__": 63 }, { "__id__": 65 - }, - { - "__id__": 67 } ], "_prefab": { - "__id__": 69 + "__id__": 67 }, "_lpos": { "__type__": "cc.Vec3", @@ -1703,11 +1676,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 62 + "__id__": 60 }, "_enabled": true, "__prefab": { - "__id__": 64 + "__id__": 62 }, "_contentSize": { "__type__": "cc.Size", @@ -1731,11 +1704,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 62 + "__id__": 60 }, "_enabled": true, "__prefab": { - "__id__": 66 + "__id__": 64 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1799,11 +1772,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 62 + "__id__": 60 }, "_enabled": true, "__prefab": { - "__id__": 68 + "__id__": 66 }, "templateMode": true, "watchPath": "", @@ -1837,20 +1810,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 55 + "__id__": 53 }, "_children": [], "_active": false, "_components": [ { - "__id__": 71 + "__id__": 69 }, { - "__id__": 73 + "__id__": 71 } ], "_prefab": { - "__id__": 75 + "__id__": 73 }, "_lpos": { "__type__": "cc.Vec3", @@ -1887,11 +1860,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 70 + "__id__": 68 }, "_enabled": true, "__prefab": { - "__id__": 72 + "__id__": 70 }, "_contentSize": { "__type__": "cc.Size", @@ -1915,11 +1888,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 70 + "__id__": 68 }, "_enabled": true, "__prefab": { - "__id__": 74 + "__id__": 72 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1996,11 +1969,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 55 + "__id__": 53 }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 75 }, "_contentSize": { "__type__": "cc.Size", @@ -2037,11 +2010,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 32 + "__id__": 30 }, "_enabled": true, "__prefab": { - "__id__": 80 + "__id__": 78 }, "_contentSize": { "__type__": "cc.Size", @@ -2065,11 +2038,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 32 + "__id__": 30 }, "_enabled": true, "__prefab": { - "__id__": 82 + "__id__": 80 }, "_alignFlags": 44, "_target": null, @@ -2114,30 +2087,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 23 + "__id__": 21 }, "_children": [ { - "__id__": 85 + "__id__": 83 }, { - "__id__": 101 + "__id__": 99 }, { - "__id__": 107 + "__id__": 105 } ], "_active": false, "_components": [ { - "__id__": 131 + "__id__": 129 }, { - "__id__": 133 + "__id__": 131 } ], "_prefab": { - "__id__": 135 + "__id__": 133 }, "_lpos": { "__type__": "cc.Vec3", @@ -2174,15 +2147,18 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 82 }, "_children": [ { - "__id__": 86 + "__id__": 84 } ], "_active": true, "_components": [ + { + "__id__": 90 + }, { "__id__": 92 }, @@ -2191,13 +2167,10 @@ }, { "__id__": 96 - }, - { - "__id__": 98 } ], "_prefab": { - "__id__": 100 + "__id__": 98 }, "_lpos": { "__type__": "cc.Vec3", @@ -2234,20 +2207,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 85 + "__id__": 83 }, "_children": [], "_active": true, "_components": [ { - "__id__": 87 + "__id__": 85 }, { - "__id__": 89 + "__id__": 87 } ], "_prefab": { - "__id__": 91 + "__id__": 89 }, "_lpos": { "__type__": "cc.Vec3", @@ -2284,11 +2257,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 86 + "__id__": 84 }, "_enabled": true, "__prefab": { - "__id__": 88 + "__id__": 86 }, "_contentSize": { "__type__": "cc.Size", @@ -2312,11 +2285,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 86 + "__id__": 84 }, "_enabled": true, "__prefab": { - "__id__": 90 + "__id__": 88 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2373,11 +2346,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 83 }, "_enabled": true, "__prefab": { - "__id__": 93 + "__id__": 91 }, "_contentSize": { "__type__": "cc.Size", @@ -2401,11 +2374,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 83 }, "_enabled": true, "__prefab": { - "__id__": 95 + "__id__": 93 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2449,14 +2422,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 83 }, "_enabled": true, "__prefab": { - "__id__": 97 + "__id__": 95 }, "_barSprite": { - "__id__": 89 + "__id__": 87 }, "_mode": 0, "_totalLength": 340, @@ -2474,11 +2447,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 85 + "__id__": 83 }, "_enabled": true, "__prefab": { - "__id__": 99 + "__id__": 97 }, "controller": false, "watchPath": "", @@ -2515,20 +2488,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 82 }, "_children": [], "_active": true, "_components": [ { - "__id__": 102 + "__id__": 100 }, { - "__id__": 104 + "__id__": 102 } ], "_prefab": { - "__id__": 106 + "__id__": 104 }, "_lpos": { "__type__": "cc.Vec3", @@ -2565,11 +2538,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 101 + "__id__": 99 }, "_enabled": true, "__prefab": { - "__id__": 103 + "__id__": 101 }, "_contentSize": { "__type__": "cc.Size", @@ -2593,11 +2566,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 101 + "__id__": 99 }, "_enabled": true, "__prefab": { - "__id__": 105 + "__id__": 103 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2674,27 +2647,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 84 + "__id__": 82 }, "_children": [ { - "__id__": 108 + "__id__": 106 }, { - "__id__": 114 + "__id__": 112 }, { - "__id__": 122 + "__id__": 120 } ], "_active": true, "_components": [ { - "__id__": 128 + "__id__": 126 } ], "_prefab": { - "__id__": 130 + "__id__": 128 }, "_lpos": { "__type__": "cc.Vec3", @@ -2731,20 +2704,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 107 + "__id__": 105 }, "_children": [], "_active": false, "_components": [ { - "__id__": 109 + "__id__": 107 }, { - "__id__": 111 + "__id__": 109 } ], "_prefab": { - "__id__": 113 + "__id__": 111 }, "_lpos": { "__type__": "cc.Vec3", @@ -2781,11 +2754,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 108 + "__id__": 106 }, "_enabled": true, "__prefab": { - "__id__": 110 + "__id__": 108 }, "_contentSize": { "__type__": "cc.Size", @@ -2809,11 +2782,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 108 + "__id__": 106 }, "_enabled": true, "__prefab": { - "__id__": 112 + "__id__": 110 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2890,23 +2863,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 107 + "__id__": 105 }, "_children": [], "_active": true, "_components": [ + { + "__id__": 113 + }, { "__id__": 115 }, { "__id__": 117 - }, - { - "__id__": 119 } ], "_prefab": { - "__id__": 121 + "__id__": 119 }, "_lpos": { "__type__": "cc.Vec3", @@ -2943,11 +2916,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 114 + "__id__": 112 }, "_enabled": true, "__prefab": { - "__id__": 116 + "__id__": 114 }, "_contentSize": { "__type__": "cc.Size", @@ -2971,11 +2944,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 114 + "__id__": 112 }, "_enabled": true, "__prefab": { - "__id__": 118 + "__id__": 116 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3039,11 +3012,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 114 + "__id__": 112 }, "_enabled": true, "__prefab": { - "__id__": 120 + "__id__": 118 }, "templateMode": true, "watchPath": "", @@ -3077,20 +3050,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 107 + "__id__": 105 }, "_children": [], "_active": false, "_components": [ { - "__id__": 123 + "__id__": 121 }, { - "__id__": 125 + "__id__": 123 } ], "_prefab": { - "__id__": 127 + "__id__": 125 }, "_lpos": { "__type__": "cc.Vec3", @@ -3127,11 +3100,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 122 + "__id__": 120 }, "_enabled": true, "__prefab": { - "__id__": 124 + "__id__": 122 }, "_contentSize": { "__type__": "cc.Size", @@ -3155,11 +3128,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 122 + "__id__": 120 }, "_enabled": true, "__prefab": { - "__id__": 126 + "__id__": 124 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3236,11 +3209,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 107 + "__id__": 105 }, "_enabled": true, "__prefab": { - "__id__": 129 + "__id__": 127 }, "_contentSize": { "__type__": "cc.Size", @@ -3277,11 +3250,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 84 + "__id__": 82 }, "_enabled": true, "__prefab": { - "__id__": 132 + "__id__": 130 }, "_contentSize": { "__type__": "cc.Size", @@ -3305,11 +3278,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 84 + "__id__": 82 }, "_enabled": true, "__prefab": { - "__id__": 134 + "__id__": 132 }, "_alignFlags": 36, "_target": null, @@ -3354,42 +3327,45 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 23 + "__id__": 21 }, "_children": [ { - "__id__": 137 + "__id__": 135 }, { - "__id__": 157 + "__id__": 155 }, { - "__id__": 177 + "__id__": 253 }, { - "__id__": 197 + "__id__": 351 }, { - "__id__": 217 + "__id__": 449 }, { - "__id__": 237 + "__id__": 547 + }, + { + "__id__": 645 } ], "_active": true, "_components": [ { - "__id__": 257 + "__id__": 743 }, { - "__id__": 259 + "__id__": 745 }, { - "__id__": 261 + "__id__": 747 } ], "_prefab": { - "__id__": 263 + "__id__": 749 }, "_lpos": { "__type__": "cc.Vec3", @@ -3426,27 +3402,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 136 + "__id__": 134 }, "_children": [ { - "__id__": 138 + "__id__": 136 }, { - "__id__": 144 + "__id__": 142 } ], "_active": false, "_components": [ { - "__id__": 152 + "__id__": 150 }, { - "__id__": 154 + "__id__": 152 } ], "_prefab": { - "__id__": 156 + "__id__": 154 }, "_lpos": { "__type__": "cc.Vec3", @@ -3483,20 +3459,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 137 + "__id__": 135 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { - "__id__": 139 + "__id__": 137 }, { - "__id__": 141 + "__id__": 139 } ], "_prefab": { - "__id__": 143 + "__id__": 141 }, "_lpos": { "__type__": "cc.Vec3", @@ -3533,11 +3509,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 138 + "__id__": 136 }, "_enabled": true, "__prefab": { - "__id__": 140 + "__id__": 138 }, "_contentSize": { "__type__": "cc.Size", @@ -3561,11 +3537,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 138 + "__id__": 136 }, "_enabled": true, "__prefab": { - "__id__": 142 + "__id__": 140 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3619,23 +3595,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 137 + "__id__": 135 }, "_children": [], - "_active": true, + "_active": false, "_components": [ + { + "__id__": 143 + }, { "__id__": 145 }, { "__id__": 147 - }, - { - "__id__": 149 } ], "_prefab": { - "__id__": 151 + "__id__": 149 }, "_lpos": { "__type__": "cc.Vec3", @@ -3672,11 +3648,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 144 + "__id__": 142 }, "_enabled": true, "__prefab": { - "__id__": 146 + "__id__": 144 }, "_contentSize": { "__type__": "cc.Size", @@ -3700,11 +3676,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 144 + "__id__": 142 }, "_enabled": true, "__prefab": { - "__id__": 148 + "__id__": 146 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3768,11 +3744,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 144 + "__id__": 142 }, "_enabled": true, "__prefab": { - "__id__": 150 + "__id__": 148 }, "templateMode": true, "watchPath": "1", @@ -3805,11 +3781,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 137 + "__id__": 135 }, "_enabled": true, "__prefab": { - "__id__": 153 + "__id__": 151 }, "_contentSize": { "__type__": "cc.Size", @@ -3833,11 +3809,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 137 + "__id__": 135 }, "_enabled": false, "__prefab": { - "__id__": 155 + "__id__": 153 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3910,35 +3886,44 @@ }, { "__type__": "cc.Node", - "_name": "ap", + "_name": "hp", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 136 + "__id__": 134 }, "_children": [ { - "__id__": 158 + "__id__": 156 }, { - "__id__": 164 + "__id__": 162 + }, + { + "__id__": 170 + }, + { + "__id__": 176 + }, + { + "__id__": 212 } ], "_active": true, "_components": [ { - "__id__": 172 + "__id__": 248 }, { - "__id__": 174 + "__id__": 250 } ], "_prefab": { - "__id__": 176 + "__id__": 252 }, "_lpos": { "__type__": "cc.Vec3", - "x": -315, + "x": -345, "y": 30, "z": 0 }, @@ -3971,20 +3956,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 157 + "__id__": 155 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { - "__id__": 159 + "__id__": 157 }, { - "__id__": 161 + "__id__": 159 } ], "_prefab": { - "__id__": 163 + "__id__": 161 }, "_lpos": { "__type__": "cc.Vec3", @@ -4021,11 +4006,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 158 + "__id__": 156 }, "_enabled": true, "__prefab": { - "__id__": 160 + "__id__": 158 }, "_contentSize": { "__type__": "cc.Size", @@ -4049,11 +4034,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 158 + "__id__": 156 }, "_enabled": true, "__prefab": { - "__id__": 162 + "__id__": 160 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4110,23 +4095,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 157 + "__id__": 155 }, "_children": [], - "_active": true, + "_active": false, "_components": [ + { + "__id__": 163 + }, { "__id__": 165 }, { "__id__": 167 - }, - { - "__id__": 169 } ], "_prefab": { - "__id__": 171 + "__id__": 169 }, "_lpos": { "__type__": "cc.Vec3", @@ -4163,11 +4148,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 164 + "__id__": 162 }, "_enabled": true, "__prefab": { - "__id__": 166 + "__id__": 164 }, "_contentSize": { "__type__": "cc.Size", @@ -4191,11 +4176,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 164 + "__id__": 162 }, "_enabled": true, "__prefab": { - "__id__": 168 + "__id__": 166 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4259,11 +4244,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 164 + "__id__": 162 }, "_enabled": true, "__prefab": { - "__id__": 170 + "__id__": 168 }, "templateMode": true, "watchPath": "1", @@ -4290,21 +4275,1860 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 155 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 171 + }, + { + "__id__": 173 + } + ], + "_prefab": { + "__id__": 175 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 41.194, + "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__": 157 + "__id__": 170 }, "_enabled": true, "__prefab": { - "__id__": 173 + "__id__": 172 }, "_contentSize": { "__type__": "cc.Size", - "width": 200, + "width": 75, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b9La4PjydGYoRYzHwyMV70" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 170 + }, + "_enabled": true, + "__prefab": { + "__id__": 174 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 116, + "g": 116, + "b": 116, + "a": 255 + }, + "_string": "生命:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 25, + "_fontSize": 25, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "42IlNTlHVE9adU1CBqUzW1" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "bb6dsAv8VGkpfQUoj4ClKF", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lvb", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 155 + }, + "_children": [ + { + "__id__": 177 + }, + { + "__id__": 183 + }, + { + "__id__": 189 + }, + { + "__id__": 195 + }, + { + "__id__": 201 + } + ], + "_active": false, + "_components": [ + { + "__id__": 207 + }, + { + "__id__": 209 + } + ], + "_prefab": { + "__id__": 211 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 176 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 178 + }, + { + "__id__": 180 + } + ], + "_prefab": { + "__id__": 182 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -65, + "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__": 177 + }, + "_enabled": true, + "__prefab": { + "__id__": 179 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "adX9SlHk9AX4ZUaqaVnKSI" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 177 + }, + "_enabled": true, + "__prefab": { + "__id__": 181 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5e/isjDJpAcotpFF9RUX3s" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "76oqea2qNMsoHdEK/GPPWV", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 176 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 184 + }, + { + "__id__": 186 + } + ], + "_prefab": { + "__id__": 188 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -32, + "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__": 183 + }, + "_enabled": true, + "__prefab": { + "__id__": 185 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6d9mGzLzJHerFt2+2bpZ1X" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 183 + }, + "_enabled": true, + "__prefab": { + "__id__": 187 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0ee1eB/eNAsJvmUx24nvxj" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "460mXfVRZAIKjcKDdNRzji", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 176 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 190 + }, + { + "__id__": 192 + } + ], + "_prefab": { + "__id__": 194 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 1, + "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__": 189 + }, + "_enabled": true, + "__prefab": { + "__id__": 191 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b0FqiPBrxPZq2dT2MY6HhW" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 189 + }, + "_enabled": true, + "__prefab": { + "__id__": 193 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3dj0UyCB5Ow7SDNWGHFuvt" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "28c5RQpWxJeoS5jkyn4Uci", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 176 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 196 + }, + { + "__id__": 198 + } + ], + "_prefab": { + "__id__": 200 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 34, + "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__": 195 + }, + "_enabled": true, + "__prefab": { + "__id__": 197 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a0PvarBORBzJHnr3g6mJIV" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 195 + }, + "_enabled": true, + "__prefab": { + "__id__": 199 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "feLYiiWT5KC77Wss7ivd8S" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e2cZRIJnNEe4Y2/zEU8h7M", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 176 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 202 + }, + { + "__id__": 204 + } + ], + "_prefab": { + "__id__": 206 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 67, + "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__": 201 + }, + "_enabled": true, + "__prefab": { + "__id__": 203 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7eOCMIP0pF1oiQ7PFNMRNf" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 201 + }, + "_enabled": true, + "__prefab": { + "__id__": 205 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "364lzDXIhKY7VMBk9JZ+0a" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f77GwP4gFNOKBr6jxBd/uk", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 176 + }, + "_enabled": true, + "__prefab": { + "__id__": 208 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7d8d7K2rFIU7ESsBdlVY+1" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 176 + }, + "_enabled": true, + "__prefab": { + "__id__": 210 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7bNODKoP9Ih4E707lFcBty" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "52dtbrYDhOCpjJtcsV/RGo", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 155 + }, + "_children": [ + { + "__id__": 213 + }, + { + "__id__": 219 + }, + { + "__id__": 225 + }, + { + "__id__": 231 + }, + { + "__id__": 237 + } + ], + "_active": true, + "_components": [ + { + "__id__": 243 + }, + { + "__id__": 245 + } + ], + "_prefab": { + "__id__": 247 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 212 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 214 + }, + { + "__id__": 216 + } + ], + "_prefab": { + "__id__": 218 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -66.5, + "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__": 213 + }, + "_enabled": true, + "__prefab": { + "__id__": 215 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "deihsKrj9I8qWGalktFIuJ" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 213 + }, + "_enabled": true, + "__prefab": { + "__id__": 217 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8cRcPFlTxKbrUgbB4x0Vts" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d1ycdjHp9HoYdbu4xNZO6X", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 212 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 220 + }, + { + "__id__": 222 + } + ], + "_prefab": { + "__id__": 224 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -36.5, + "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__": 219 + }, + "_enabled": true, + "__prefab": { + "__id__": 221 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f8C/63Q19KUrF/6OoZA7Iv" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 219 + }, + "_enabled": true, + "__prefab": { + "__id__": 223 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0cK/qYQN9MwZksrpZ5dQmf" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e5rHxBf85OibNBN17wwtz2", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 212 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 226 + }, + { + "__id__": 228 + } + ], + "_prefab": { + "__id__": 230 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -6.5, + "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__": 225 + }, + "_enabled": true, + "__prefab": { + "__id__": 227 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "02qKe9CAtM9YoGP71/+Ku8" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 225 + }, + "_enabled": true, + "__prefab": { + "__id__": 229 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "69HghD4ohMgr5e3I+p8wJP" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a6RkEauvhKdrdL/KEJIqSc", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 212 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 232 + }, + { + "__id__": 234 + } + ], + "_prefab": { + "__id__": 236 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 23.5, + "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__": 231 + }, + "_enabled": true, + "__prefab": { + "__id__": 233 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "25SjZc0VZDBI8Zu4t05wwH" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 231 + }, + "_enabled": true, + "__prefab": { + "__id__": 235 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1fufbV2QdA6r+0EleoaJdw" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b1TWl9YABBgZ63F4mfqib7", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 212 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 238 + }, + { + "__id__": 240 + } + ], + "_prefab": { + "__id__": 242 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 53.5, + "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__": 237 + }, + "_enabled": true, + "__prefab": { + "__id__": 239 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8ftUVrzRVLRoUFLxVhhLtm" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 237 + }, + "_enabled": true, + "__prefab": { + "__id__": 241 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a6fqxBkexIWquR1zNzDB7e" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "bb3t2Wwc1GW7BVBgSArH44", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 212 + }, + "_enabled": true, + "__prefab": { + "__id__": 244 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3bsAtAhWlOMI3SoKe8jS5R" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 212 + }, + "_enabled": true, + "__prefab": { + "__id__": 246 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b5KPzTB5tA/Y4eTLPBsNrl" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "66c5sZFv9MzrBiA24qnwJa", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 155 + }, + "_enabled": true, + "__prefab": { + "__id__": 249 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 220, "height": 40 }, "_anchorPoint": { @@ -4324,11 +6148,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 157 + "__id__": 155 }, "_enabled": false, "__prefab": { - "__id__": 175 + "__id__": 251 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4401,35 +6225,44 @@ }, { "__type__": "cc.Node", - "_name": "def", + "_name": "ap", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 136 + "__id__": 134 }, "_children": [ { - "__id__": 178 + "__id__": 254 }, { - "__id__": 184 + "__id__": 260 + }, + { + "__id__": 268 + }, + { + "__id__": 274 + }, + { + "__id__": 310 } ], "_active": true, "_components": [ { - "__id__": 192 + "__id__": 346 }, { - "__id__": 194 + "__id__": 348 } ], "_prefab": { - "__id__": 196 + "__id__": 350 }, "_lpos": { "__type__": "cc.Vec3", - "x": -115, + "x": -125, "y": 30, "z": 0 }, @@ -4458,24 +6291,24 @@ }, { "__type__": "cc.Node", - "_name": "ItemIcon_Skill_Defense", + "_name": "function_icon_sword_1", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 177 + "__id__": 253 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { - "__id__": 179 + "__id__": 255 }, { - "__id__": 181 + "__id__": 257 } ], "_prefab": { - "__id__": 183 + "__id__": 259 }, "_lpos": { "__type__": "cc.Vec3", @@ -4512,16 +6345,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 178 + "__id__": 254 }, "_enabled": true, "__prefab": { - "__id__": 180 + "__id__": 256 }, "_contentSize": { "__type__": "cc.Size", - "width": 108, - "height": 114 + "width": 110, + "height": 112 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4532,7 +6365,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "abana4UNZPB60vBhS2M/mg" + "fileId": "73B1K6Ky1NDJJo2/3bDRtn" }, { "__type__": "cc.Sprite", @@ -4540,11 +6373,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 178 + "__id__": 254 }, "_enabled": true, "__prefab": { - "__id__": 182 + "__id__": 258 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4557,495 +6390,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@b4af4", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f5FUBMWRRLuYcaID0+onT6" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "15Qd7Lt5xL7piT9M4n7Bmk", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "num", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 177 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 185 - }, - { - "__id__": 187 - }, - { - "__id__": 189 - } - ], - "_prefab": { - "__id__": 191 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 20, - "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__": 184 - }, - "_enabled": true, - "__prefab": { - "__id__": 186 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 120, - "height": 30 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "8a+HbU9bxIVrXac77CHzW2" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 184 - }, - "_enabled": true, - "__prefab": { - "__id__": 188 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": " {{0}} %", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 21, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 20, - "_overflow": 2, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": true, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { - "__type__": "cc.Vec2", - "x": 2, - "y": 2 - }, - "_shadowBlur": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "0a78l5sN1EKqzP9HuNbTOQ" - }, - { - "__type__": "545c05XsG9GDJispEGWKvYv", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 184 - }, - "_enabled": true, - "__prefab": { - "__id__": 190 - }, - "templateMode": true, - "watchPath": "1", - "labelType": "cc.Label", - "watchPathArr": [ - "data.hero.def" - ], - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "4acpJcDSBD77fqxPMRLYIp" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "d4A+23MWpDu4M6Myv72m7Z", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 177 - }, - "_enabled": true, - "__prefab": { - "__id__": 193 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 200, - "height": 40 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "c64DNKrWZPZaI91njNtEPi" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 177 - }, - "_enabled": false, - "__prefab": { - "__id__": 195 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 199, - "g": 199, - "b": 199, - "a": 255 - }, - "_string": "防御:", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 21, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 20, - "_overflow": 2, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": true, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": true, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { - "__type__": "cc.Vec2", - "x": 2, - "y": 2 - }, - "_shadowBlur": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "19FXT2pYhDB6pqApjPmCYp" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "dfepJzDO9MDaDAwUvW5W65", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "hp", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 136 - }, - "_children": [ - { - "__id__": 198 - }, - { - "__id__": 204 - } - ], - "_active": true, - "_components": [ - { - "__id__": 212 - }, - { - "__id__": 214 - } - ], - "_prefab": { - "__id__": 216 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 85, - "y": 30, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "function_icon_life", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 197 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 199 - }, - { - "__id__": 201 - } - ], - "_prefab": { - "__id__": 203 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 0.3, - "y": 0.3, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 198 - }, - "_enabled": true, - "__prefab": { - "__id__": 200 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 124, - "height": 104 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "76M4UpI29JW6OEVVqd5tcG" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 198 - }, - "_enabled": true, - "__prefab": { - "__id__": 202 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@08dd6", + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@dd43c", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -5068,7 +6413,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "60trN8ZclHWZyb11GeHO+0" + "fileId": "32AIcWhvdMq7HxGSb/uC+P" }, { "__type__": "cc.PrefabInfo", @@ -5078,7 +6423,7 @@ "asset": { "__id__": 0 }, - "fileId": "1fykVE8+tBwL+YImRgrWu2", + "fileId": "d4gD+FRXRBlIbIsTw8Sixe", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -5089,23 +6434,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 197 + "__id__": 253 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { - "__id__": 205 + "__id__": 261 }, { - "__id__": 207 + "__id__": 263 }, { - "__id__": 209 + "__id__": 265 } ], "_prefab": { - "__id__": 211 + "__id__": 267 }, "_lpos": { "__type__": "cc.Vec3", @@ -5142,11 +6487,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 204 + "__id__": 260 }, "_enabled": true, "__prefab": { - "__id__": 206 + "__id__": 262 }, "_contentSize": { "__type__": "cc.Size", @@ -5162,7 +6507,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "beD7rUXjZIG7fqOjvRqob3" + "fileId": "30FUiWlTFGgKsO1AkiIQQY" }, { "__type__": "cc.Label", @@ -5170,500 +6515,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 204 + "__id__": 260 }, "_enabled": true, "__prefab": { - "__id__": 208 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": " {{0}} /{{1}}", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 21, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 20, - "_overflow": 2, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": true, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { - "__type__": "cc.Vec2", - "x": 2, - "y": 2 - }, - "_shadowBlur": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e8TgmZHzxF+IwGjwidQQ0R" - }, - { - "__type__": "545c05XsG9GDJispEGWKvYv", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 204 - }, - "_enabled": true, - "__prefab": { - "__id__": 210 - }, - "templateMode": true, - "watchPath": "1", - "labelType": "cc.Label", - "watchPathArr": [ - "data.hero.hp", - "data.hero.hp_max" - ], - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f6SyBIzVNNc4udNPrSQ2wB" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "96Fjik1k9FEL7l08yqbozt", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 197 - }, - "_enabled": true, - "__prefab": { - "__id__": 213 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 200, - "height": 40 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "82ATKEDKRPErhuRCeE4bsr" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 197 - }, - "_enabled": false, - "__prefab": { - "__id__": 215 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 0, - "b": 0, - "a": 255 - }, - "_string": "攻击:", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 21, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 20, - "_overflow": 2, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": true, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": true, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { - "__type__": "cc.Vec2", - "x": 2, - "y": 2 - }, - "_shadowBlur": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "4dkpOQa8tBb6iIIPHWATCf" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "610Nbkqe9E1ZgstpqOX/+i", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "cd", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 136 - }, - "_children": [ - { - "__id__": 218 - }, - { - "__id__": 224 - } - ], - "_active": true, - "_components": [ - { - "__id__": 232 - }, - { - "__id__": 234 - } - ], - "_prefab": { - "__id__": 236 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -315, - "y": -10, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "ItemIcon_Gear_Bow", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 217 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 219 - }, - { - "__id__": 221 - } - ], - "_prefab": { - "__id__": 223 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 0.3, - "y": 0.3, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 218 - }, - "_enabled": true, - "__prefab": { - "__id__": 220 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 108, - "height": 112 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "8fVm9LgpZJFr69Qdk9Z5fB" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 218 - }, - "_enabled": true, - "__prefab": { - "__id__": 222 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@a8a88", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f7CZyTgutHgZ/5Gla5MNDN" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "2dLe7CbGpBGoDu/EM3lsSC", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "num", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 217 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 225 - }, - { - "__id__": 227 - }, - { - "__id__": 229 - } - ], - "_prefab": { - "__id__": 231 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 20, - "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__": 224 - }, - "_enabled": true, - "__prefab": { - "__id__": 226 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 120, - "height": 30 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "5e0g5e+hJCYrDXNI+CbNvg" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 224 - }, - "_enabled": true, - "__prefab": { - "__id__": 228 + "__id__": 264 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5719,7 +6575,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "4c9o6R68hLqrpvPK19KJZZ" + "fileId": "ccyreUcH1Kc5eaZW1TCTJ3" }, { "__type__": "545c05XsG9GDJispEGWKvYv", @@ -5727,23 +6583,23 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 224 + "__id__": 260 }, "_enabled": true, "__prefab": { - "__id__": 230 + "__id__": 266 }, "templateMode": true, "watchPath": "1", "labelType": "cc.Label", "watchPathArr": [ - "data.hero.as" + "data.hero.ap" ], "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "23+HqcubhIDrY7zaU0Cw6U" + "fileId": "42daUMTqZDFZXUe/vgH4W1" }, { "__type__": "cc.PrefabInfo", @@ -5753,7 +6609,927 @@ "asset": { "__id__": 0 }, - "fileId": "fdf8+YInhNIKjT1h37joKp", + "fileId": "7egqnQgxFEmJM3uVER+PbR", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 253 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 269 + }, + { + "__id__": 271 + } + ], + "_prefab": { + "__id__": 273 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 41.194, + "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__": 268 + }, + "_enabled": true, + "__prefab": { + "__id__": 270 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 75, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "52e25XHkFNp5ORVbkYpb2W" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 268 + }, + "_enabled": true, + "__prefab": { + "__id__": 272 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 116, + "g": 116, + "b": 116, + "a": 255 + }, + "_string": "攻击:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 25, + "_fontSize": 25, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cd6vHn57VNWafj/bg3wR7l" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7eltTQoIhCGbATnAdf3gzY", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lvb", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 253 + }, + "_children": [ + { + "__id__": 275 + }, + { + "__id__": 281 + }, + { + "__id__": 287 + }, + { + "__id__": 293 + }, + { + "__id__": 299 + } + ], + "_active": false, + "_components": [ + { + "__id__": 305 + }, + { + "__id__": 307 + } + ], + "_prefab": { + "__id__": 309 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 274 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 276 + }, + { + "__id__": 278 + } + ], + "_prefab": { + "__id__": 280 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -65, + "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__": 275 + }, + "_enabled": true, + "__prefab": { + "__id__": 277 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6cgz8TbpdNXYBPZcYOXm7L" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 275 + }, + "_enabled": true, + "__prefab": { + "__id__": 279 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fd+TLafyBLsJP23hXxmesd" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "fdjeHJJMRA6IJG0Cufcec1", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 274 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 282 + }, + { + "__id__": 284 + } + ], + "_prefab": { + "__id__": 286 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -32, + "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__": 281 + }, + "_enabled": true, + "__prefab": { + "__id__": 283 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "74f1RRomNPw6h8z/MoKn2G" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 281 + }, + "_enabled": true, + "__prefab": { + "__id__": 285 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8cS2e0nJJAQ5z2mbjwmpq8" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a0vBK5HAhFF4vPvII8zp9m", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 274 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 288 + }, + { + "__id__": 290 + } + ], + "_prefab": { + "__id__": 292 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 1, + "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__": 287 + }, + "_enabled": true, + "__prefab": { + "__id__": 289 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "97Lf+EeHdLqY9fSPhQfTBC" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 287 + }, + "_enabled": true, + "__prefab": { + "__id__": 291 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f2a6CqzLRFIp/i2C089Gg5" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "57soc+SbFDlaFFgR7HcYHQ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 274 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 294 + }, + { + "__id__": 296 + } + ], + "_prefab": { + "__id__": 298 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 34, + "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__": 293 + }, + "_enabled": true, + "__prefab": { + "__id__": 295 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "17fEP4GW5DgKzEpPkxOGwR" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 293 + }, + "_enabled": true, + "__prefab": { + "__id__": 297 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ebZiMNFlhNC7PYluiTkQKG" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "101M7P1KlMuLfBMq+H6oYK", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 274 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 300 + }, + { + "__id__": 302 + } + ], + "_prefab": { + "__id__": 304 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 67, + "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__": 299 + }, + "_enabled": true, + "__prefab": { + "__id__": 301 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0bp6Wdc2dPUrDNCrQhi63x" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 299 + }, + "_enabled": true, + "__prefab": { + "__id__": 303 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a6J9nxIU5BMKWwd8tkeEhT" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "6amVTf811E2rAj0r3xz2da", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -5764,15 +7540,934 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 274 }, "_enabled": true, "__prefab": { - "__id__": 233 + "__id__": 306 }, "_contentSize": { "__type__": "cc.Size", - "width": 200, + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "34c8qeoGxADqepWoTYjtrk" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 274 + }, + "_enabled": true, + "__prefab": { + "__id__": 308 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c56h1QOVlMMqklZhNpfR/5" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "03/XxK8+tCIYDV5ZCFOOYi", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 253 + }, + "_children": [ + { + "__id__": 311 + }, + { + "__id__": 317 + }, + { + "__id__": 323 + }, + { + "__id__": 329 + }, + { + "__id__": 335 + } + ], + "_active": true, + "_components": [ + { + "__id__": 341 + }, + { + "__id__": 343 + } + ], + "_prefab": { + "__id__": 345 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 310 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 312 + }, + { + "__id__": 314 + } + ], + "_prefab": { + "__id__": 316 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -66.5, + "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__": 311 + }, + "_enabled": true, + "__prefab": { + "__id__": 313 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "eazWT685NKHLjHaHqLi1Ru" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 311 + }, + "_enabled": true, + "__prefab": { + "__id__": 315 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c4xekRfPlEUqdd2xjsUQVH" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "88GsF4KBBMa7ywcwCM2XDa", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 310 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 318 + }, + { + "__id__": 320 + } + ], + "_prefab": { + "__id__": 322 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -36.5, + "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__": 317 + }, + "_enabled": true, + "__prefab": { + "__id__": 319 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2d9MGvBGRBXZLowd0ZTutU" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 317 + }, + "_enabled": true, + "__prefab": { + "__id__": 321 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2flTKEciBI/bbqrvT0r/uQ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9bZIbWt6FB8L5KiikqMe6Z", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 310 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 324 + }, + { + "__id__": 326 + } + ], + "_prefab": { + "__id__": 328 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -6.5, + "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__": 323 + }, + "_enabled": true, + "__prefab": { + "__id__": 325 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "20NIb6bX9LAZgdpIIz0YjL" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 323 + }, + "_enabled": true, + "__prefab": { + "__id__": 327 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "feTEyMm3pMPZ6LfY1h8gVS" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f0b2005YlHkLdPcvRNzOKa", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 310 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 330 + }, + { + "__id__": 332 + } + ], + "_prefab": { + "__id__": 334 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 23.5, + "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__": 329 + }, + "_enabled": true, + "__prefab": { + "__id__": 331 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1fDfUizZdLLZkVtt4phWpt" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 329 + }, + "_enabled": true, + "__prefab": { + "__id__": 333 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "11cSaZieRKVq60T3UM5/CJ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b7tVX6FZtLwK42FtqsoH+w", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 310 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 336 + }, + { + "__id__": 338 + } + ], + "_prefab": { + "__id__": 340 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 53.5, + "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__": 335 + }, + "_enabled": true, + "__prefab": { + "__id__": 337 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1eQOFUdJxNvZ7MGQoc0c/B" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 335 + }, + "_enabled": true, + "__prefab": { + "__id__": 339 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "466sx/jSdKoanNE/u8S5/T" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f6twjsSHhF7JdV3ELQVfqV", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 310 + }, + "_enabled": true, + "__prefab": { + "__id__": 342 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6455W5NgRISbqwRk/h0CZw" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 310 + }, + "_enabled": true, + "__prefab": { + "__id__": 344 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1f9eFQ0EBPa7tRhGa/0kPl" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5035brSGRLM44xHToLQRKV", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 253 + }, + "_enabled": true, + "__prefab": { + "__id__": 347 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 220, "height": 40 }, "_anchorPoint": { @@ -5784,7 +8479,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "a8x2Wd0nREkYoVJEacSCym" + "fileId": "adPfuHAZdGzbBEkeSeIigx" }, { "__type__": "cc.Label", @@ -5792,11 +8487,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 217 + "__id__": 253 }, "_enabled": false, "__prefab": { - "__id__": 235 + "__id__": 349 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5808,7 +8503,7 @@ "b": 199, "a": 255 }, - "_string": "攻速:", + "_string": "攻击:", "_horizontalAlign": 0, "_verticalAlign": 1, "_actualFontSize": 21, @@ -5852,7 +8547,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "f3ZsvDMFlMI7FBKQPkGBqQ" + "fileId": "b8wNO41rNFG60O4E794wfC" }, { "__type__": "cc.PrefabInfo", @@ -5862,43 +8557,52 @@ "asset": { "__id__": 0 }, - "fileId": "74Dq5+9M5LWLsbbam2fd46", + "fileId": "aaKpgK285NwZ8PrQopo89S", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "crt", + "_name": "def", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 136 + "__id__": 134 }, "_children": [ { - "__id__": 238 + "__id__": 352 }, { - "__id__": 244 + "__id__": 358 + }, + { + "__id__": 366 + }, + { + "__id__": 372 + }, + { + "__id__": 408 } ], "_active": true, "_components": [ { - "__id__": 252 + "__id__": 444 }, { - "__id__": 254 + "__id__": 446 } ], "_prefab": { - "__id__": 256 + "__id__": 448 }, "_lpos": { "__type__": "cc.Vec3", - "x": -115, - "y": -10, + "x": 95, + "y": 30, "z": 0 }, "_lrot": { @@ -5926,24 +8630,24 @@ }, { "__type__": "cc.Node", - "_name": "ItemIcon_Skill_Critical", + "_name": "function_icon_sword_1", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 237 + "__id__": 351 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { - "__id__": 239 + "__id__": 353 }, { - "__id__": 241 + "__id__": 355 } ], "_prefab": { - "__id__": 243 + "__id__": 357 }, "_lpos": { "__type__": "cc.Vec3", @@ -5980,16 +8684,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 238 + "__id__": 352 }, "_enabled": true, "__prefab": { - "__id__": 240 + "__id__": 354 }, "_contentSize": { "__type__": "cc.Size", - "width": 124, - "height": 116 + "width": 110, + "height": 112 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -6000,7 +8704,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "03n5s1uqFNkJDWDpPeOArq" + "fileId": "dbCCwSu3RAyK2jmUotGU1n" }, { "__type__": "cc.Sprite", @@ -6008,11 +8712,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 238 + "__id__": 352 }, "_enabled": true, "__prefab": { - "__id__": 242 + "__id__": 356 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6025,7 +8729,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@e5a70", + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@dd43c", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -6040,12 +8744,15 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": null, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "ae9I4OBkVO9KQi1SAQ6rZR" + "fileId": "8daGJF2x5HxrNkTZViu4hO" }, { "__type__": "cc.PrefabInfo", @@ -6055,7 +8762,7 @@ "asset": { "__id__": 0 }, - "fileId": "71wQWuuY5Du5h2DVe4xFet", + "fileId": "65JRAr1LdBoL585u4DsK3Y", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -6066,23 +8773,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 237 + "__id__": 351 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { - "__id__": 245 + "__id__": 359 }, { - "__id__": 247 + "__id__": 361 }, { - "__id__": 249 + "__id__": 363 } ], "_prefab": { - "__id__": 251 + "__id__": 365 }, "_lpos": { "__type__": "cc.Vec3", @@ -6119,11 +8826,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 358 }, "_enabled": true, "__prefab": { - "__id__": 246 + "__id__": 360 }, "_contentSize": { "__type__": "cc.Size", @@ -6139,7 +8846,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "f6jikV3bNPz6muG4DsBAZK" + "fileId": "e7zxn8wRpJc64cP3C4/LgS" }, { "__type__": "cc.Label", @@ -6147,11 +8854,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 358 }, "_enabled": true, "__prefab": { - "__id__": 248 + "__id__": 362 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6163,7 +8870,7 @@ "b": 255, "a": 255 }, - "_string": " {{0}} %", + "_string": " {{0}} ", "_horizontalAlign": 0, "_verticalAlign": 1, "_actualFontSize": 21, @@ -6207,7 +8914,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "05CkYAmu1ApY2uLtQs/h5q" + "fileId": "56jLjLT9NEyJ+2hoVvIicp" }, { "__type__": "545c05XsG9GDJispEGWKvYv", @@ -6215,23 +8922,23 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 358 }, "_enabled": true, "__prefab": { - "__id__": 250 + "__id__": 364 }, "templateMode": true, "watchPath": "1", "labelType": "cc.Label", "watchPathArr": [ - "data.hero.crt" + "data.hero.ap" ], "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "bb6CDWoIZEH59Xi+DaGtaF" + "fileId": "5cFUtOAIlLFLCDIRfEc87n" }, { "__type__": "cc.PrefabInfo", @@ -6241,7 +8948,927 @@ "asset": { "__id__": 0 }, - "fileId": "36txGOYkJOk7w9xWlaEZ9C", + "fileId": "40xN/a81dHYptpLjQeSS3Q", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 351 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 367 + }, + { + "__id__": 369 + } + ], + "_prefab": { + "__id__": 371 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 41.194, + "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__": 366 + }, + "_enabled": true, + "__prefab": { + "__id__": 368 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 75, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "43I3VhsbZBta9YnRaKnABc" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 366 + }, + "_enabled": true, + "__prefab": { + "__id__": 370 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 116, + "g": 116, + "b": 116, + "a": 255 + }, + "_string": "防御:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 25, + "_fontSize": 25, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "57xfp2TXhAwa2RC9HdyKTi" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "3btw3WjQpMIYhshnduub8n", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lvb", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 351 + }, + "_children": [ + { + "__id__": 373 + }, + { + "__id__": 379 + }, + { + "__id__": 385 + }, + { + "__id__": 391 + }, + { + "__id__": 397 + } + ], + "_active": false, + "_components": [ + { + "__id__": 403 + }, + { + "__id__": 405 + } + ], + "_prefab": { + "__id__": 407 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 372 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 374 + }, + { + "__id__": 376 + } + ], + "_prefab": { + "__id__": 378 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -65, + "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__": 373 + }, + "_enabled": true, + "__prefab": { + "__id__": 375 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f9y88NKCxEJ4HqFNQ4i3VG" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 373 + }, + "_enabled": true, + "__prefab": { + "__id__": 377 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "84FrthUsZNjblJATnVFVg/" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "64jinHNrlOoYnk5WbN/7uI", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 372 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 380 + }, + { + "__id__": 382 + } + ], + "_prefab": { + "__id__": 384 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -32, + "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__": 379 + }, + "_enabled": true, + "__prefab": { + "__id__": 381 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "37/+650GxE9JfVK84TffXn" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 379 + }, + "_enabled": true, + "__prefab": { + "__id__": 383 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4fILOUvdZGd5z5UakRWogp" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "10GQt1VjpIX5Nh2hHqqtWL", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 372 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 386 + }, + { + "__id__": 388 + } + ], + "_prefab": { + "__id__": 390 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 1, + "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__": 385 + }, + "_enabled": true, + "__prefab": { + "__id__": 387 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4cacayGTdPHYKPZFURr+0J" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 385 + }, + "_enabled": true, + "__prefab": { + "__id__": 389 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a8T7kgAeFGPr06mNOfBwAu" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b3obeYB0BIcJeTPq+3e0fZ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 372 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 392 + }, + { + "__id__": 394 + } + ], + "_prefab": { + "__id__": 396 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 34, + "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__": 391 + }, + "_enabled": true, + "__prefab": { + "__id__": 393 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b1YNPfW+ZBN66McFEH85cO" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 391 + }, + "_enabled": true, + "__prefab": { + "__id__": 395 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3fjpD+ESdNJrSxQxEjSFFW" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "170MbYMipBZphFpvl0B3Rm", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 372 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 398 + }, + { + "__id__": 400 + } + ], + "_prefab": { + "__id__": 402 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 67, + "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__": 397 + }, + "_enabled": true, + "__prefab": { + "__id__": 399 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1e5ve1tuZBKLMnPut+MeV5" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 397 + }, + "_enabled": true, + "__prefab": { + "__id__": 401 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "79OwCxIItIPKuNBgKlsDAh" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "18UY3W5+BNIpZLkUGDw1Jq", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -6252,15 +9879,934 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 237 + "__id__": 372 }, "_enabled": true, "__prefab": { - "__id__": 253 + "__id__": 404 }, "_contentSize": { "__type__": "cc.Size", - "width": 200, + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8aIqQwz3dM84/tyDYZuIgS" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 372 + }, + "_enabled": true, + "__prefab": { + "__id__": 406 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f9y0E8j79OgpCNYDjDsKNG" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b6CVEhTz5LxqvP40eDWgCQ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 351 + }, + "_children": [ + { + "__id__": 409 + }, + { + "__id__": 415 + }, + { + "__id__": 421 + }, + { + "__id__": 427 + }, + { + "__id__": 433 + } + ], + "_active": true, + "_components": [ + { + "__id__": 439 + }, + { + "__id__": 441 + } + ], + "_prefab": { + "__id__": 443 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 408 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 410 + }, + { + "__id__": 412 + } + ], + "_prefab": { + "__id__": 414 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -66.5, + "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__": 409 + }, + "_enabled": true, + "__prefab": { + "__id__": 411 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "751uy7mG9M+5MnleA8BZ1y" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 409 + }, + "_enabled": true, + "__prefab": { + "__id__": 413 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "541aAdf/5JaJmcJ30whSlN" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a1MUYRkt5GxruFYycU7uG/", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 408 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 416 + }, + { + "__id__": 418 + } + ], + "_prefab": { + "__id__": 420 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -36.5, + "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__": 415 + }, + "_enabled": true, + "__prefab": { + "__id__": 417 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0c9d0OKTRAEaAuU6/waIGR" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 415 + }, + "_enabled": true, + "__prefab": { + "__id__": 419 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fda/QiR6RBEYKhEszYspoQ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "08kuiYyZ5Ddav4mi1rF6yq", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 408 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 422 + }, + { + "__id__": 424 + } + ], + "_prefab": { + "__id__": 426 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -6.5, + "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__": 421 + }, + "_enabled": true, + "__prefab": { + "__id__": 423 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "eaERczH/hJwqGEcLuzcgel" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 421 + }, + "_enabled": true, + "__prefab": { + "__id__": 425 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6cfqoyZhBD6ZKisJkQ88Q8" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "96OfI+eGBBSZzybGe4GAYV", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 408 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 428 + }, + { + "__id__": 430 + } + ], + "_prefab": { + "__id__": 432 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 23.5, + "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__": 427 + }, + "_enabled": true, + "__prefab": { + "__id__": 429 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "46+RWYe81PB49nIghWFRDs" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 427 + }, + "_enabled": true, + "__prefab": { + "__id__": 431 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "59FQTV1jBMOp1HZQjjrpss" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "77fuI+JGlAApDh8Dp4RUX8", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 408 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 434 + }, + { + "__id__": 436 + } + ], + "_prefab": { + "__id__": 438 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 53.5, + "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__": 433 + }, + "_enabled": true, + "__prefab": { + "__id__": 435 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b5BY2zZ8pCo7sJ9c/Z1ruG" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 433 + }, + "_enabled": true, + "__prefab": { + "__id__": 437 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9al1vtx6NLT7cZenw7THFp" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "12RcdXX6FPMbm2oCajnRor", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 408 + }, + "_enabled": true, + "__prefab": { + "__id__": 440 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "25DHfBleFET7UfszJQmqv2" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 408 + }, + "_enabled": true, + "__prefab": { + "__id__": 442 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "817W6t+6RKvbd5WNI1UUul" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e9yeraSwZFzY+SA/anojjr", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 351 + }, + "_enabled": true, + "__prefab": { + "__id__": 445 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 220, "height": 40 }, "_anchorPoint": { @@ -6272,7 +10818,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "65Zdo01LtK56TLz0BNvtZC" + "fileId": "93XXI29CZD4qLbSBNxIJFK" }, { "__type__": "cc.Label", @@ -6280,11 +10826,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 237 + "__id__": 351 }, "_enabled": false, "__prefab": { - "__id__": 255 + "__id__": 447 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6296,7 +10842,7 @@ "b": 199, "a": 255 }, - "_string": "暴击:", + "_string": "攻击:", "_horizontalAlign": 0, "_verticalAlign": 1, "_actualFontSize": 21, @@ -6340,7 +10886,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "dcji8NDLFFIL0hiaYl28F4" + "fileId": "7bB7feDS5OnobYbMvHWSYn" }, { "__type__": "cc.PrefabInfo", @@ -6350,7 +10896,1318 @@ "asset": { "__id__": 0 }, - "fileId": "0etg0bCAdFnIwAEaUw2BA3", + "fileId": "d5O/pFQO5ODbQH14su8s5b", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "doge", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 134 + }, + "_children": [ + { + "__id__": 450 + }, + { + "__id__": 456 + }, + { + "__id__": 464 + }, + { + "__id__": 470 + }, + { + "__id__": 506 + } + ], + "_active": true, + "_components": [ + { + "__id__": 542 + }, + { + "__id__": 544 + } + ], + "_prefab": { + "__id__": 546 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -345, + "y": -10, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "function_icon_sword_1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 449 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 451 + }, + { + "__id__": 453 + } + ], + "_prefab": { + "__id__": 455 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.3, + "y": 0.3, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 450 + }, + "_enabled": true, + "__prefab": { + "__id__": 452 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 110, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5auQvwqr1KhYYfGYy0SVA1" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 450 + }, + "_enabled": true, + "__prefab": { + "__id__": 454 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@dd43c", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "43bXr1uOpCG4aohZYcIhRx" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f2lAOmoudN5rRsSrtZxT2L", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "num", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 449 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 457 + }, + { + "__id__": 459 + }, + { + "__id__": 461 + } + ], + "_prefab": { + "__id__": 463 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 20, + "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__": 456 + }, + "_enabled": true, + "__prefab": { + "__id__": 458 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "67bhEf27hOF4SVVQ6HVG46" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 456 + }, + "_enabled": true, + "__prefab": { + "__id__": 460 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": " {{0}} ", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 21, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 20, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0ezl2LXoVOs5m5tQjgxxiL" + }, + { + "__type__": "545c05XsG9GDJispEGWKvYv", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 456 + }, + "_enabled": true, + "__prefab": { + "__id__": 462 + }, + "templateMode": true, + "watchPath": "1", + "labelType": "cc.Label", + "watchPathArr": [ + "data.hero.ap" + ], + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "caD9KjZN9AfatJNvbxtbRx" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "12KGaXAxVE04iz0GxSNHBi", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 449 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 465 + }, + { + "__id__": 467 + } + ], + "_prefab": { + "__id__": 469 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 41.194, + "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__": 464 + }, + "_enabled": true, + "__prefab": { + "__id__": 466 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 75, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a0BeegRPJOlZAcGaQV+q9u" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 464 + }, + "_enabled": true, + "__prefab": { + "__id__": 468 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 116, + "g": 116, + "b": 116, + "a": 255 + }, + "_string": "闪避:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 25, + "_fontSize": 25, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c9sWAeNDZI34Ab+oaFx9kk" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "27pzLaDMJPxakwdaIqM8fW", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lvb", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 449 + }, + "_children": [ + { + "__id__": 471 + }, + { + "__id__": 477 + }, + { + "__id__": 483 + }, + { + "__id__": 489 + }, + { + "__id__": 495 + } + ], + "_active": false, + "_components": [ + { + "__id__": 501 + }, + { + "__id__": 503 + } + ], + "_prefab": { + "__id__": 505 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 470 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 472 + }, + { + "__id__": 474 + } + ], + "_prefab": { + "__id__": 476 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -65, + "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__": 471 + }, + "_enabled": true, + "__prefab": { + "__id__": 473 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f7GGF9kWdFbYaWEl7AnwUD" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 471 + }, + "_enabled": true, + "__prefab": { + "__id__": 475 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d7wHYyslpDR5QxM5XYKNsd" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5eo8ED0wlHTY3Piamd40pL", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 470 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 478 + }, + { + "__id__": 480 + } + ], + "_prefab": { + "__id__": 482 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -32, + "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__": 477 + }, + "_enabled": true, + "__prefab": { + "__id__": 479 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "972MzCDFVIVZ3QBaNQyPOF" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 477 + }, + "_enabled": true, + "__prefab": { + "__id__": 481 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "84d7YVjzlCSLAY4PN74qID" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0coCyLS4BDravqg/tJ/rbH", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 470 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 484 + }, + { + "__id__": 486 + } + ], + "_prefab": { + "__id__": 488 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 1, + "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__": 483 + }, + "_enabled": true, + "__prefab": { + "__id__": 485 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1aCOP93SVGAb+yZYu2h119" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 483 + }, + "_enabled": true, + "__prefab": { + "__id__": 487 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "92yiKLbWlD2ZJhQjMNFFYv" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b54kVwHfRKjp8qdnKMwG9n", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 470 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 490 + }, + { + "__id__": 492 + } + ], + "_prefab": { + "__id__": 494 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 34, + "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__": 489 + }, + "_enabled": true, + "__prefab": { + "__id__": 491 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "37H5swLMtI6pjvnbiI+YVk" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 489 + }, + "_enabled": true, + "__prefab": { + "__id__": 493 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "957O2VRkdCipBDRJ1pLFQY" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a7NaC3jyRBU72y2oFwUDYN", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 470 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 496 + }, + { + "__id__": 498 + } + ], + "_prefab": { + "__id__": 500 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 67, + "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__": 495 + }, + "_enabled": true, + "__prefab": { + "__id__": 497 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "09eQ7AJ4JDvb47Pc8jT+lr" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 495 + }, + "_enabled": true, + "__prefab": { + "__id__": 499 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fedaebfUhB57n0tCRk6VB0" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "96zXqu4d5O66/RTk2gINmQ", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -6361,11 +12218,5717 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 136 + "__id__": 470 }, "_enabled": true, "__prefab": { - "__id__": 258 + "__id__": 502 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8czUzzit5LPLNlgPXknGMJ" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 470 + }, + "_enabled": true, + "__prefab": { + "__id__": 504 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "77u+lzlFZH+rHlupLeyF7l" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "eaI4mvgklIBaLBrWCBO7fJ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 449 + }, + "_children": [ + { + "__id__": 507 + }, + { + "__id__": 513 + }, + { + "__id__": 519 + }, + { + "__id__": 525 + }, + { + "__id__": 531 + } + ], + "_active": true, + "_components": [ + { + "__id__": 537 + }, + { + "__id__": 539 + } + ], + "_prefab": { + "__id__": 541 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 506 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 508 + }, + { + "__id__": 510 + } + ], + "_prefab": { + "__id__": 512 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -66.5, + "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__": 507 + }, + "_enabled": true, + "__prefab": { + "__id__": 509 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c9TObjchBPK51QWfWAv3EQ" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 507 + }, + "_enabled": true, + "__prefab": { + "__id__": 511 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0532/3WkZHD6psxQr2rm65" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "beRSMXzMBJ96zC/rIb9sfv", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 506 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 514 + }, + { + "__id__": 516 + } + ], + "_prefab": { + "__id__": 518 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -36.5, + "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__": 513 + }, + "_enabled": true, + "__prefab": { + "__id__": 515 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a5uDprIfpI7rcSRhsBe8c2" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 513 + }, + "_enabled": true, + "__prefab": { + "__id__": 517 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a7QvE4WNxOtJXWR6Ry1w4z" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ad3v+4i/dPnrz/S5Lci+fY", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 506 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 520 + }, + { + "__id__": 522 + } + ], + "_prefab": { + "__id__": 524 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -6.5, + "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__": 519 + }, + "_enabled": true, + "__prefab": { + "__id__": 521 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "abjAbgdxhMsbwZ4BY7i1CG" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 519 + }, + "_enabled": true, + "__prefab": { + "__id__": 523 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dfZ1KYcKFAqbCLhbX5NlwH" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "cepAsKYCpPz4SkUdZFUPti", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 506 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 526 + }, + { + "__id__": 528 + } + ], + "_prefab": { + "__id__": 530 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 23.5, + "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__": 525 + }, + "_enabled": true, + "__prefab": { + "__id__": 527 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d7ftD/5QdDlre01oaV2Hlj" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 525 + }, + "_enabled": true, + "__prefab": { + "__id__": 529 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d4iQ1OeWlKh7UBSeAn9GKG" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9fQBc67BJKa7or/4c5y4QJ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 506 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 532 + }, + { + "__id__": 534 + } + ], + "_prefab": { + "__id__": 536 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 53.5, + "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__": 531 + }, + "_enabled": true, + "__prefab": { + "__id__": 533 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b3BXI07axDqq+wbWNbvajI" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 531 + }, + "_enabled": true, + "__prefab": { + "__id__": 535 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "12Vl/gsMZBb6HBtGgHVqc6" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5fenLXyp1BIaZNcIJ5OuSd", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 506 + }, + "_enabled": true, + "__prefab": { + "__id__": 538 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "42LYjoUHVFgKIy84CdnZhu" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 506 + }, + "_enabled": true, + "__prefab": { + "__id__": 540 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7bIDEzerBIObc3gvLOD3MP" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ecVelteh1DAZotaFL5SCcY", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 449 + }, + "_enabled": true, + "__prefab": { + "__id__": 543 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 220, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "23rY+vfp5BhaIvlnVCY4Yd" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 449 + }, + "_enabled": false, + "__prefab": { + "__id__": 545 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 199, + "g": 199, + "b": 199, + "a": 255 + }, + "_string": "攻击:", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 21, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 20, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "82dIYl7CJIZb1lxv8v4UMd" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "63jmfCbN5MKoHbJtYGncS1", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "crt", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 134 + }, + "_children": [ + { + "__id__": 548 + }, + { + "__id__": 554 + }, + { + "__id__": 562 + }, + { + "__id__": 568 + }, + { + "__id__": 604 + } + ], + "_active": true, + "_components": [ + { + "__id__": 640 + }, + { + "__id__": 642 + } + ], + "_prefab": { + "__id__": 644 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -125, + "y": -10, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "function_icon_sword_1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 547 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 549 + }, + { + "__id__": 551 + } + ], + "_prefab": { + "__id__": 553 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.3, + "y": 0.3, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 548 + }, + "_enabled": true, + "__prefab": { + "__id__": 550 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 110, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6ela9A4D5Mq7gTuaXxL1BM" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 548 + }, + "_enabled": true, + "__prefab": { + "__id__": 552 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@dd43c", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6anxOkfipNcqvakx2tjS+L" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f9w7JKcBlJjZE70dID0FKl", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "num", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 547 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 555 + }, + { + "__id__": 557 + }, + { + "__id__": 559 + } + ], + "_prefab": { + "__id__": 561 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 20, + "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__": 554 + }, + "_enabled": true, + "__prefab": { + "__id__": 556 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9bRvMKVRBBZL+5rK8hsMpX" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 554 + }, + "_enabled": true, + "__prefab": { + "__id__": 558 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": " {{0}} ", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 21, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 20, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "82B0Z5/HhNXam+SI3W+98e" + }, + { + "__type__": "545c05XsG9GDJispEGWKvYv", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 554 + }, + "_enabled": true, + "__prefab": { + "__id__": 560 + }, + "templateMode": true, + "watchPath": "1", + "labelType": "cc.Label", + "watchPathArr": [ + "data.hero.ap" + ], + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "27H3C9L5dJiqAB7OxZdZJe" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "6dAhI8Q91O5bFeLSjRDrSd", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 547 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 563 + }, + { + "__id__": 565 + } + ], + "_prefab": { + "__id__": 567 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 41.194, + "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__": 562 + }, + "_enabled": true, + "__prefab": { + "__id__": 564 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 75, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ad8D62s7BGkKuZ8Buw1QKv" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 562 + }, + "_enabled": true, + "__prefab": { + "__id__": 566 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 116, + "g": 116, + "b": 116, + "a": 255 + }, + "_string": "暴击:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 25, + "_fontSize": 25, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2bc6LznqVD/4AhomGb3DAg" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f56PkXqnlFZ6JJVgiofxrJ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lvb", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 547 + }, + "_children": [ + { + "__id__": 569 + }, + { + "__id__": 575 + }, + { + "__id__": 581 + }, + { + "__id__": 587 + }, + { + "__id__": 593 + } + ], + "_active": false, + "_components": [ + { + "__id__": 599 + }, + { + "__id__": 601 + } + ], + "_prefab": { + "__id__": 603 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 568 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 570 + }, + { + "__id__": 572 + } + ], + "_prefab": { + "__id__": 574 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -65, + "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__": 569 + }, + "_enabled": true, + "__prefab": { + "__id__": 571 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d5bRoOu+hETqRVlTnoHQZq" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 569 + }, + "_enabled": true, + "__prefab": { + "__id__": 573 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ba9+ShbXxC66jmCgKFli2a" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "25t+f1BmBKIICAMvYSsL7r", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 568 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 576 + }, + { + "__id__": 578 + } + ], + "_prefab": { + "__id__": 580 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -32, + "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__": 575 + }, + "_enabled": true, + "__prefab": { + "__id__": 577 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "80bE2mSxhAsKHcePN1jTLu" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 575 + }, + "_enabled": true, + "__prefab": { + "__id__": 579 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2cml24ASRCiIs11Vb4Bl6J" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c2MIc4EE1P4Y7a/dxKZ4af", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 568 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 582 + }, + { + "__id__": 584 + } + ], + "_prefab": { + "__id__": 586 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 1, + "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__": 581 + }, + "_enabled": true, + "__prefab": { + "__id__": 583 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6fKqY8nwxEnJT7Vh/UwtVp" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 581 + }, + "_enabled": true, + "__prefab": { + "__id__": 585 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "29i27w6SJOcL0yajrLSVjF" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e0ZQdJnqtKuKFx+vpIsMZk", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 568 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 588 + }, + { + "__id__": 590 + } + ], + "_prefab": { + "__id__": 592 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 34, + "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__": 587 + }, + "_enabled": true, + "__prefab": { + "__id__": 589 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ffAhZPJQxAULnh12DaAcGK" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 587 + }, + "_enabled": true, + "__prefab": { + "__id__": 591 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "36FDmUh25JPKehZxcLTuV9" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9es56ipbdNzrcu0HJUyJP7", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 568 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 594 + }, + { + "__id__": 596 + } + ], + "_prefab": { + "__id__": 598 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 67, + "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__": 593 + }, + "_enabled": true, + "__prefab": { + "__id__": 595 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2fDrLjCZBBZ7TjI1Q4JCoW" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 593 + }, + "_enabled": true, + "__prefab": { + "__id__": 597 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9aDgBXZa1D7qCD4IiyN0m/" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "6b+UTCiyRKvYPVoV9X7pBh", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 568 + }, + "_enabled": true, + "__prefab": { + "__id__": 600 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "09KCnxZiNIQot514Jo1VFL" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 568 + }, + "_enabled": true, + "__prefab": { + "__id__": 602 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "92/hZkhVlOTK5DIfVxLytz" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "33lRZ8M+tLN4dImbJCokwk", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 547 + }, + "_children": [ + { + "__id__": 605 + }, + { + "__id__": 611 + }, + { + "__id__": 617 + }, + { + "__id__": 623 + }, + { + "__id__": 629 + } + ], + "_active": true, + "_components": [ + { + "__id__": 635 + }, + { + "__id__": 637 + } + ], + "_prefab": { + "__id__": 639 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 604 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 606 + }, + { + "__id__": 608 + } + ], + "_prefab": { + "__id__": 610 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -66.5, + "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__": 605 + }, + "_enabled": true, + "__prefab": { + "__id__": 607 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "808fc5mDRPBoRPLwBaoFEf" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 605 + }, + "_enabled": true, + "__prefab": { + "__id__": 609 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "992+dN1nVC9a0bhqv8MDcL" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7eZeJIw2RKn6BQ6kpOS12H", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 604 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 612 + }, + { + "__id__": 614 + } + ], + "_prefab": { + "__id__": 616 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -36.5, + "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__": 611 + }, + "_enabled": true, + "__prefab": { + "__id__": 613 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "15+3mBLqRHh7U0RT088f2F" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 611 + }, + "_enabled": true, + "__prefab": { + "__id__": 615 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6bqvc3d/pKaolt7DWenGPp" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "838PWScg1FXLDPSfyhFS+G", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 604 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 618 + }, + { + "__id__": 620 + } + ], + "_prefab": { + "__id__": 622 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -6.5, + "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__": 617 + }, + "_enabled": true, + "__prefab": { + "__id__": 619 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f6ZHcQAZZNm4C7rrt895QP" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 617 + }, + "_enabled": true, + "__prefab": { + "__id__": 621 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "584D/ZB/FOwI8BUnyUszSo" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "bdsV34ymlHXI8YLanUlMsT", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 604 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 624 + }, + { + "__id__": 626 + } + ], + "_prefab": { + "__id__": 628 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 23.5, + "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__": 623 + }, + "_enabled": true, + "__prefab": { + "__id__": 625 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "482YZ1HMdJiJRNs7SE3WEX" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 623 + }, + "_enabled": true, + "__prefab": { + "__id__": 627 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fdupkN3VJEzqBMGZRWMCaR" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "2bErJ6IRFLA4cUO22oEGug", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 604 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 630 + }, + { + "__id__": 632 + } + ], + "_prefab": { + "__id__": 634 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 53.5, + "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__": 629 + }, + "_enabled": true, + "__prefab": { + "__id__": 631 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "eckgZAsHdMWoQLiImvdLsS" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 629 + }, + "_enabled": true, + "__prefab": { + "__id__": 633 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3bWkN7RN1IB4ACI9Ae1FpB" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "12np6VJRdFqpM8mAYgGRIM", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 604 + }, + "_enabled": true, + "__prefab": { + "__id__": 636 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2bCUeZiJRLEqs6KgamigG/" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 604 + }, + "_enabled": true, + "__prefab": { + "__id__": 638 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d1ej5JBSxMtp2u+i2rMM3/" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "57SMrbAPROf7yQYWpayuZp", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 547 + }, + "_enabled": true, + "__prefab": { + "__id__": 641 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 220, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f4A//1bgdPDpXG9kkeWYz5" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 547 + }, + "_enabled": false, + "__prefab": { + "__id__": 643 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 199, + "g": 199, + "b": 199, + "a": 255 + }, + "_string": "攻击:", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 21, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 20, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "45ieZBbZ9Oub56vQcA0Xc8" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "82QXRgIuZECre3oyQWAAVg", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "as", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 134 + }, + "_children": [ + { + "__id__": 646 + }, + { + "__id__": 652 + }, + { + "__id__": 660 + }, + { + "__id__": 666 + }, + { + "__id__": 702 + } + ], + "_active": true, + "_components": [ + { + "__id__": 738 + }, + { + "__id__": 740 + } + ], + "_prefab": { + "__id__": 742 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 95, + "y": -10, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "function_icon_sword_1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 645 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 647 + }, + { + "__id__": 649 + } + ], + "_prefab": { + "__id__": 651 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.3, + "y": 0.3, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 646 + }, + "_enabled": true, + "__prefab": { + "__id__": 648 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 110, + "height": 112 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ca1hFrsIBNbqLrHU+T5HvV" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 646 + }, + "_enabled": true, + "__prefab": { + "__id__": 650 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@dd43c", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "24ZQbVLXNO/JSOGoFVykc8" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "1cIJCzS4ROuL8F10Pd3vSa", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "num", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 645 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 653 + }, + { + "__id__": 655 + }, + { + "__id__": 657 + } + ], + "_prefab": { + "__id__": 659 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 20, + "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__": 652 + }, + "_enabled": true, + "__prefab": { + "__id__": 654 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c0EvULMWJAv6mmQ61AEV/O" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 652 + }, + "_enabled": true, + "__prefab": { + "__id__": 656 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": " {{0}} ", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 21, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 20, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "81mG5NVXtDUZfIx4aYR2As" + }, + { + "__type__": "545c05XsG9GDJispEGWKvYv", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 652 + }, + "_enabled": true, + "__prefab": { + "__id__": 658 + }, + "templateMode": true, + "watchPath": "1", + "labelType": "cc.Label", + "watchPathArr": [ + "data.hero.ap" + ], + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a4hXuQJuRBapqh2ZqtKyg1" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e2rby614lLJauypl7GnWnL", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 645 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 661 + }, + { + "__id__": 663 + } + ], + "_prefab": { + "__id__": 665 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 41.194, + "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__": 660 + }, + "_enabled": true, + "__prefab": { + "__id__": 662 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 75, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4cYkgLi8dGW7AyirqSVztV" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 660 + }, + "_enabled": true, + "__prefab": { + "__id__": 664 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 116, + "g": 116, + "b": 116, + "a": 255 + }, + "_string": "攻速:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 25, + "_fontSize": 25, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c2BTTkP8ZM5rXjgKBlGmCy" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "54r24GJ5VGZLDB4OpWDuma", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lvb", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 645 + }, + "_children": [ + { + "__id__": 667 + }, + { + "__id__": 673 + }, + { + "__id__": 679 + }, + { + "__id__": 685 + }, + { + "__id__": 691 + } + ], + "_active": false, + "_components": [ + { + "__id__": 697 + }, + { + "__id__": 699 + } + ], + "_prefab": { + "__id__": 701 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 666 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 668 + }, + { + "__id__": 670 + } + ], + "_prefab": { + "__id__": 672 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -65, + "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__": 667 + }, + "_enabled": true, + "__prefab": { + "__id__": 669 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f9bDLdhKJGO6tHN9RQgnhe" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 667 + }, + "_enabled": true, + "__prefab": { + "__id__": 671 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "75nUSaA61PnJWn8WjWzkCW" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "512KrqqxtKxbaIzhy2mPk/", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 666 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 674 + }, + { + "__id__": 676 + } + ], + "_prefab": { + "__id__": 678 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -32, + "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__": 673 + }, + "_enabled": true, + "__prefab": { + "__id__": 675 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7bDkptE/JGg4qIJa472nUv" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 673 + }, + "_enabled": true, + "__prefab": { + "__id__": 677 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "07nxJF2QVBr7M7O2RanYd+" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "47WxF3jitEBIhkbaxVU6CR", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 666 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 680 + }, + { + "__id__": 682 + } + ], + "_prefab": { + "__id__": 684 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 1, + "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__": 679 + }, + "_enabled": true, + "__prefab": { + "__id__": 681 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c57v0gq1NH3IBtfKS/p8Mf" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 679 + }, + "_enabled": true, + "__prefab": { + "__id__": 683 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "39pJTSaIlJzrSoioL92/M8" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "49Dp263gVPAppTfuUjvAzO", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 666 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 686 + }, + { + "__id__": 688 + } + ], + "_prefab": { + "__id__": 690 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 34, + "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__": 685 + }, + "_enabled": true, + "__prefab": { + "__id__": 687 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "18kgJiNflO6r9Lagbgv5/H" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 685 + }, + "_enabled": true, + "__prefab": { + "__id__": 689 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8eMFczUPJK3JvCQ73IffM7" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "2bakGLPIBHjqEgdPYDhc3j", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 666 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 692 + }, + { + "__id__": 694 + } + ], + "_prefab": { + "__id__": 696 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 67, + "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__": 691 + }, + "_enabled": true, + "__prefab": { + "__id__": 693 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c7FBTfW3lJ4YYmbeAkoG45" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 691 + }, + "_enabled": true, + "__prefab": { + "__id__": 695 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": true, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dbWgX5MatAKZZc1PKQnuYY" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "60UHuXIkRCQJt8lrW2esS0", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 666 + }, + "_enabled": true, + "__prefab": { + "__id__": 698 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "95WMN0ZVtCA7LqOsCYqM4Z" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 666 + }, + "_enabled": true, + "__prefab": { + "__id__": 700 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "408RAFOKZBLaioOOXQHhJG" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c3J6XbQ3NAkL4lXpJ0GeKs", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 645 + }, + "_children": [ + { + "__id__": 703 + }, + { + "__id__": 709 + }, + { + "__id__": 715 + }, + { + "__id__": 721 + }, + { + "__id__": 727 + } + ], + "_active": true, + "_components": [ + { + "__id__": 733 + }, + { + "__id__": 735 + } + ], + "_prefab": { + "__id__": 737 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 148.023, + "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.Node", + "_name": "lv1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 702 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 704 + }, + { + "__id__": 706 + } + ], + "_prefab": { + "__id__": 708 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -66.5, + "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__": 703 + }, + "_enabled": true, + "__prefab": { + "__id__": 705 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c4a7paYUJCaLjyU0m1foSN" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 703 + }, + "_enabled": true, + "__prefab": { + "__id__": 707 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dbQtb/fZRMkYpSaegEougU" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c5YUuJak1ELr6YogasCupO", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv2", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 702 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 710 + }, + { + "__id__": 712 + } + ], + "_prefab": { + "__id__": 714 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -36.5, + "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__": 709 + }, + "_enabled": true, + "__prefab": { + "__id__": 711 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dacVPyIkFCXbgZs+4PuTE1" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 709 + }, + "_enabled": true, + "__prefab": { + "__id__": 713 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "57EL0GifNGTrt/OzF5htmQ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ba6qedxphNR4A/WtUQdW0I", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv3", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 702 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 716 + }, + { + "__id__": 718 + } + ], + "_prefab": { + "__id__": 720 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -6.5, + "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__": 715 + }, + "_enabled": true, + "__prefab": { + "__id__": 717 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5b6yjSp5VGN497x9uizpu9" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 715 + }, + "_enabled": true, + "__prefab": { + "__id__": 719 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "21rdSex+xDprDk6aNt53Hh" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "2expmEzQtGxato6FDl/U7C", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv4", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 702 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 722 + }, + { + "__id__": 724 + } + ], + "_prefab": { + "__id__": 726 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 23.5, + "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__": 721 + }, + "_enabled": true, + "__prefab": { + "__id__": 723 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "03jcBRVoVOtbuJznzPurNX" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 721 + }, + "_enabled": true, + "__prefab": { + "__id__": 725 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e6hINVh4BORb41vQkNvE0g" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9bth/2oydGcbPOSc6c6mwk", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 702 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 728 + }, + { + "__id__": 730 + } + ], + "_prefab": { + "__id__": 732 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 53.5, + "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__": 727 + }, + "_enabled": true, + "__prefab": { + "__id__": 729 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 27, + "height": 27 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "61CjEIs+1KPJXvtCyR9jze" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 727 + }, + "_enabled": true, + "__prefab": { + "__id__": 731 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@ba602", + "__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__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "376NIPp4RCC7gfJqTY7mwG" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d05Kih3ylI8LULYBpcPPjJ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 702 + }, + "_enabled": true, + "__prefab": { + "__id__": 734 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 160, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "756Sr6TbJCd79DAf1cEENf" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 702 + }, + "_enabled": true, + "__prefab": { + "__id__": 736 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 1, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "04o4TS2+VB96c9kEEP7gjS" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "84EXPh2ydAUp7/XAHPtDn9", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 645 + }, + "_enabled": true, + "__prefab": { + "__id__": 739 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 220, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "64PM4eaKtKF6W95f/W5AWY" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 645 + }, + "_enabled": false, + "__prefab": { + "__id__": 741 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 199, + "g": 199, + "b": 199, + "a": 255 + }, + "_string": "攻击:", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 21, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 20, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "98SiSYArRONqxcKv12Jx/M" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9axzJMv8dOLKQICmWoHQHT", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 134 + }, + "_enabled": true, + "__prefab": { + "__id__": 744 }, "_contentSize": { "__type__": "cc.Size", @@ -6389,11 +17952,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 136 + "__id__": 134 }, "_enabled": true, "__prefab": { - "__id__": 260 + "__id__": 746 }, "_alignFlags": 44, "_target": null, @@ -6425,11 +17988,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 136 + "__id__": 134 }, "_enabled": true, "__prefab": { - "__id__": 262 + "__id__": 748 }, "_resizeMode": 0, "_layoutType": 3, @@ -6439,7 +18002,7 @@ "height": 40 }, "_startAxis": 0, - "_paddingLeft": 30, + "_paddingLeft": 0, "_paddingRight": 0, "_paddingTop": 0, "_paddingBottom": 0, @@ -6476,26 +18039,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 23 + "__id__": 21 }, "_children": [], "_active": true, "_components": [ { - "__id__": 265 + "__id__": 751 }, { - "__id__": 267 + "__id__": 753 }, { - "__id__": 269 + "__id__": 755 }, { - "__id__": 271 + "__id__": 757 } ], "_prefab": { - "__id__": 273 + "__id__": 759 }, "_lpos": { "__type__": "cc.Vec3", @@ -6532,11 +18095,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 264 + "__id__": 750 }, "_enabled": true, "__prefab": { - "__id__": 266 + "__id__": 752 }, "_contentSize": { "__type__": "cc.Size", @@ -6560,11 +18123,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 264 + "__id__": 750 }, "_enabled": true, "__prefab": { - "__id__": 268 + "__id__": 754 }, "_alignFlags": 44, "_target": null, @@ -6596,11 +18159,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 264 + "__id__": 750 }, "_enabled": true, "__prefab": { - "__id__": 270 + "__id__": 756 }, "_resizeMode": 0, "_layoutType": 3, @@ -6634,11 +18197,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 264 + "__id__": 750 }, "_enabled": true, "__prefab": { - "__id__": 272 + "__id__": 758 }, "_id": "" }, @@ -6665,30 +18228,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 23 + "__id__": 21 }, "_children": [ { - "__id__": 275 + "__id__": 761 }, { - "__id__": 291 + "__id__": 777 }, { - "__id__": 303 + "__id__": 789 } ], "_active": true, "_components": [ { - "__id__": 317 + "__id__": 803 }, { - "__id__": 319 + "__id__": 805 } ], "_prefab": { - "__id__": 321 + "__id__": 807 }, "_lpos": { "__type__": "cc.Vec3", @@ -6725,30 +18288,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 274 + "__id__": 760 }, "_children": [ { - "__id__": 276 + "__id__": 762 } ], "_active": true, "_components": [ { - "__id__": 282 + "__id__": 768 }, { - "__id__": 284 + "__id__": 770 }, { - "__id__": 286 + "__id__": 772 }, { - "__id__": 288 + "__id__": 774 } ], "_prefab": { - "__id__": 290 + "__id__": 776 }, "_lpos": { "__type__": "cc.Vec3", @@ -6785,20 +18348,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 275 + "__id__": 761 }, "_children": [], "_active": true, "_components": [ { - "__id__": 277 + "__id__": 763 }, { - "__id__": 279 + "__id__": 765 } ], "_prefab": { - "__id__": 281 + "__id__": 767 }, "_lpos": { "__type__": "cc.Vec3", @@ -6835,11 +18398,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 276 + "__id__": 762 }, "_enabled": true, "__prefab": { - "__id__": 278 + "__id__": 764 }, "_contentSize": { "__type__": "cc.Size", @@ -6863,11 +18426,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 276 + "__id__": 762 }, "_enabled": true, "__prefab": { - "__id__": 280 + "__id__": 766 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6924,11 +18487,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 761 }, "_enabled": true, "__prefab": { - "__id__": 283 + "__id__": 769 }, "_contentSize": { "__type__": "cc.Size", @@ -6952,11 +18515,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 761 }, "_enabled": true, "__prefab": { - "__id__": 285 + "__id__": 771 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7000,14 +18563,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 761 }, "_enabled": true, "__prefab": { - "__id__": 287 + "__id__": 773 }, "_barSprite": { - "__id__": 279 + "__id__": 765 }, "_mode": 0, "_totalLength": 682, @@ -7025,11 +18588,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 275 + "__id__": 761 }, "_enabled": true, "__prefab": { - "__id__": 289 + "__id__": 775 }, "controller": false, "watchPath": "", @@ -7066,21 +18629,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 274 + "__id__": 760 }, "_children": [ { - "__id__": 292 + "__id__": 778 } ], "_active": true, "_components": [ { - "__id__": 300 + "__id__": 786 } ], "_prefab": { - "__id__": 302 + "__id__": 788 }, "_lpos": { "__type__": "cc.Vec3", @@ -7117,23 +18680,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 291 + "__id__": 777 }, "_children": [], "_active": true, "_components": [ { - "__id__": 293 + "__id__": 779 }, { - "__id__": 295 + "__id__": 781 }, { - "__id__": 297 + "__id__": 783 } ], "_prefab": { - "__id__": 299 + "__id__": 785 }, "_lpos": { "__type__": "cc.Vec3", @@ -7170,11 +18733,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 292 + "__id__": 778 }, "_enabled": true, "__prefab": { - "__id__": 294 + "__id__": 780 }, "_contentSize": { "__type__": "cc.Size", @@ -7198,11 +18761,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 292 + "__id__": 778 }, "_enabled": true, "__prefab": { - "__id__": 296 + "__id__": 782 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7266,11 +18829,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 292 + "__id__": 778 }, "_enabled": true, "__prefab": { - "__id__": 298 + "__id__": 784 }, "templateMode": true, "watchPath": "", @@ -7304,11 +18867,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 291 + "__id__": 777 }, "_enabled": true, "__prefab": { - "__id__": 301 + "__id__": 787 }, "_contentSize": { "__type__": "cc.Size", @@ -7345,24 +18908,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 274 + "__id__": 760 }, "_children": [ { - "__id__": 304 + "__id__": 790 } ], "_active": false, "_components": [ { - "__id__": 312 + "__id__": 798 }, { - "__id__": 314 + "__id__": 800 } ], "_prefab": { - "__id__": 316 + "__id__": 802 }, "_lpos": { "__type__": "cc.Vec3", @@ -7399,23 +18962,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 303 + "__id__": 789 }, "_children": [], "_active": true, "_components": [ { - "__id__": 305 + "__id__": 791 }, { - "__id__": 307 + "__id__": 793 }, { - "__id__": 309 + "__id__": 795 } ], "_prefab": { - "__id__": 311 + "__id__": 797 }, "_lpos": { "__type__": "cc.Vec3", @@ -7452,11 +19015,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 790 }, "_enabled": true, "__prefab": { - "__id__": 306 + "__id__": 792 }, "_contentSize": { "__type__": "cc.Size", @@ -7480,11 +19043,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 790 }, "_enabled": true, "__prefab": { - "__id__": 308 + "__id__": 794 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7548,11 +19111,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 790 }, "_enabled": true, "__prefab": { - "__id__": 310 + "__id__": 796 }, "templateMode": true, "watchPath": "", @@ -7585,11 +19148,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 303 + "__id__": 789 }, "_enabled": true, "__prefab": { - "__id__": 313 + "__id__": 799 }, "_contentSize": { "__type__": "cc.Size", @@ -7613,11 +19176,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 303 + "__id__": 789 }, "_enabled": false, "__prefab": { - "__id__": 315 + "__id__": 801 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7671,11 +19234,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 760 }, "_enabled": true, "__prefab": { - "__id__": 318 + "__id__": 804 }, "_contentSize": { "__type__": "cc.Size", @@ -7699,11 +19262,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 760 }, "_enabled": true, "__prefab": { - "__id__": 320 + "__id__": 806 }, "_alignFlags": 44, "_target": null, @@ -7748,39 +19311,39 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 23 + "__id__": 21 }, "_children": [ { - "__id__": 323 + "__id__": 809 }, { - "__id__": 344 + "__id__": 830 }, { - "__id__": 361 + "__id__": 847 }, { - "__id__": 378 + "__id__": 864 } ], "_active": true, "_components": [ { - "__id__": 393 + "__id__": 879 }, { - "__id__": 395 + "__id__": 881 }, { - "__id__": 397 + "__id__": 883 }, { - "__id__": 399 + "__id__": 885 } ], "_prefab": { - "__id__": 626 + "__id__": 1112 }, "_lpos": { "__type__": "cc.Vec3", @@ -7815,17 +19378,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 322 + "__id__": 808 }, "_prefab": { - "__id__": 324 + "__id__": 810 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 323 + "__id__": 809 }, "asset": { "__uuid__": "eb933093-ff09-4a1f-8ca9-fa933592ba8b", @@ -7833,7 +19396,7 @@ }, "fileId": "c3ePn06YJC6YTe2BxAPPm2", "instance": { - "__id__": 325 + "__id__": 811 }, "targetOverrides": null }, @@ -7847,37 +19410,37 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 326 + "__id__": 812 }, { - "__id__": 328 + "__id__": 814 }, { - "__id__": 329 + "__id__": 815 }, { - "__id__": 330 + "__id__": 816 }, { - "__id__": 331 + "__id__": 817 }, { - "__id__": 333 + "__id__": 819 }, { - "__id__": 335 + "__id__": 821 }, { - "__id__": 337 + "__id__": 823 }, { - "__id__": 339 + "__id__": 825 }, { - "__id__": 341 + "__id__": 827 }, { - "__id__": 343 + "__id__": 829 } ], "removedComponents": [] @@ -7885,7 +19448,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 327 + "__id__": 813 }, "propertyPath": [ "_name" @@ -7901,7 +19464,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 327 + "__id__": 813 }, "propertyPath": [ "_lpos" @@ -7916,7 +19479,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 327 + "__id__": 813 }, "propertyPath": [ "_lrot" @@ -7932,7 +19495,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 327 + "__id__": 813 }, "propertyPath": [ "_euler" @@ -7947,7 +19510,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 332 + "__id__": 818 }, "propertyPath": [ "_active" @@ -7963,7 +19526,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 334 + "__id__": 820 }, "propertyPath": [ "_active" @@ -7979,7 +19542,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 336 + "__id__": 822 }, "propertyPath": [ "_active" @@ -7995,7 +19558,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 338 + "__id__": 824 }, "propertyPath": [ "_active" @@ -8011,7 +19574,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 340 + "__id__": 826 }, "propertyPath": [ "clickEvents", @@ -8028,20 +19591,20 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 340 + "__id__": 826 }, "propertyPath": [ "clickEvents", "0" ], "value": { - "__id__": 342 + "__id__": 828 } }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -8051,7 +19614,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 327 + "__id__": 813 }, "propertyPath": [ "_active" @@ -8062,17 +19625,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 322 + "__id__": 808 }, "_prefab": { - "__id__": 345 + "__id__": 831 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 344 + "__id__": 830 }, "asset": { "__uuid__": "eb933093-ff09-4a1f-8ca9-fa933592ba8b", @@ -8080,7 +19643,7 @@ }, "fileId": "c3ePn06YJC6YTe2BxAPPm2", "instance": { - "__id__": 346 + "__id__": 832 }, "targetOverrides": null }, @@ -8094,31 +19657,31 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 347 + "__id__": 833 }, { - "__id__": 349 + "__id__": 835 }, { - "__id__": 350 + "__id__": 836 }, { - "__id__": 351 + "__id__": 837 }, { - "__id__": 352 + "__id__": 838 }, { - "__id__": 354 + "__id__": 840 }, { - "__id__": 356 + "__id__": 842 }, { - "__id__": 358 + "__id__": 844 }, { - "__id__": 360 + "__id__": 846 } ], "removedComponents": [] @@ -8126,7 +19689,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 348 + "__id__": 834 }, "propertyPath": [ "_name" @@ -8142,7 +19705,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 348 + "__id__": 834 }, "propertyPath": [ "_lpos" @@ -8157,7 +19720,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 348 + "__id__": 834 }, "propertyPath": [ "_lrot" @@ -8173,7 +19736,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 348 + "__id__": 834 }, "propertyPath": [ "_euler" @@ -8188,7 +19751,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 353 + "__id__": 839 }, "propertyPath": [ "_active" @@ -8204,7 +19767,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 355 + "__id__": 841 }, "propertyPath": [ "_active" @@ -8220,7 +19783,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 357 + "__id__": 843 }, "propertyPath": [ "clickEvents", @@ -8237,20 +19800,20 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 357 + "__id__": 843 }, "propertyPath": [ "clickEvents", "0" ], "value": { - "__id__": 359 + "__id__": 845 } }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -8260,7 +19823,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 348 + "__id__": 834 }, "propertyPath": [ "_active" @@ -8271,17 +19834,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 322 + "__id__": 808 }, "_prefab": { - "__id__": 362 + "__id__": 848 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 361 + "__id__": 847 }, "asset": { "__uuid__": "eb933093-ff09-4a1f-8ca9-fa933592ba8b", @@ -8289,7 +19852,7 @@ }, "fileId": "c3ePn06YJC6YTe2BxAPPm2", "instance": { - "__id__": 363 + "__id__": 849 }, "targetOverrides": null }, @@ -8303,31 +19866,31 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 364 + "__id__": 850 }, { - "__id__": 366 + "__id__": 852 }, { - "__id__": 367 + "__id__": 853 }, { - "__id__": 368 + "__id__": 854 }, { - "__id__": 369 + "__id__": 855 }, { - "__id__": 371 + "__id__": 857 }, { - "__id__": 373 + "__id__": 859 }, { - "__id__": 375 + "__id__": 861 }, { - "__id__": 377 + "__id__": 863 } ], "removedComponents": [] @@ -8335,7 +19898,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 365 + "__id__": 851 }, "propertyPath": [ "_name" @@ -8351,7 +19914,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 365 + "__id__": 851 }, "propertyPath": [ "_lpos" @@ -8366,7 +19929,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 365 + "__id__": 851 }, "propertyPath": [ "_lrot" @@ -8382,7 +19945,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 365 + "__id__": 851 }, "propertyPath": [ "_euler" @@ -8397,7 +19960,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 370 + "__id__": 856 }, "propertyPath": [ "_active" @@ -8413,7 +19976,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 372 + "__id__": 858 }, "propertyPath": [ "_active" @@ -8429,7 +19992,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 374 + "__id__": 860 }, "propertyPath": [ "clickEvents", @@ -8446,20 +20009,20 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 374 + "__id__": 860 }, "propertyPath": [ "clickEvents", "0" ], "value": { - "__id__": 376 + "__id__": 862 } }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -8469,7 +20032,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 365 + "__id__": 851 }, "propertyPath": [ "_active" @@ -8480,17 +20043,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 322 + "__id__": 808 }, "_prefab": { - "__id__": 379 + "__id__": 865 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 378 + "__id__": 864 }, "asset": { "__uuid__": "eb933093-ff09-4a1f-8ca9-fa933592ba8b", @@ -8498,7 +20061,7 @@ }, "fileId": "c3ePn06YJC6YTe2BxAPPm2", "instance": { - "__id__": 380 + "__id__": 866 }, "targetOverrides": null }, @@ -8512,28 +20075,28 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 381 + "__id__": 867 }, { - "__id__": 383 + "__id__": 869 }, { - "__id__": 384 + "__id__": 870 }, { - "__id__": 385 + "__id__": 871 }, { - "__id__": 386 + "__id__": 872 }, { - "__id__": 388 + "__id__": 874 }, { - "__id__": 390 + "__id__": 876 }, { - "__id__": 392 + "__id__": 878 } ], "removedComponents": [] @@ -8541,7 +20104,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 382 + "__id__": 868 }, "propertyPath": [ "_name" @@ -8557,7 +20120,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 382 + "__id__": 868 }, "propertyPath": [ "_lpos" @@ -8572,7 +20135,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 382 + "__id__": 868 }, "propertyPath": [ "_lrot" @@ -8588,7 +20151,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 382 + "__id__": 868 }, "propertyPath": [ "_euler" @@ -8603,7 +20166,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 387 + "__id__": 873 }, "propertyPath": [ "_active" @@ -8619,7 +20182,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 389 + "__id__": 875 }, "propertyPath": [ "clickEvents", @@ -8636,20 +20199,20 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 389 + "__id__": 875 }, "propertyPath": [ "clickEvents", "0" ], "value": { - "__id__": 391 + "__id__": 877 } }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -8659,7 +20222,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 382 + "__id__": 868 }, "propertyPath": [ "_active" @@ -8672,11 +20235,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 322 + "__id__": 808 }, "_enabled": true, "__prefab": { - "__id__": 394 + "__id__": 880 }, "_contentSize": { "__type__": "cc.Size", @@ -8700,11 +20263,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 322 + "__id__": 808 }, "_enabled": true, "__prefab": { - "__id__": 396 + "__id__": 882 }, "_alignFlags": 44, "_target": null, @@ -8736,11 +20299,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 322 + "__id__": 808 }, "_enabled": true, "__prefab": { - "__id__": 398 + "__id__": 884 }, "_resizeMode": 0, "_layoutType": 1, @@ -8774,36 +20337,36 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 322 + "__id__": 808 }, "_enabled": true, "__prefab": { - "__id__": 400 + "__id__": 886 }, "debugMode": false, "card1": { - "__id__": 323 + "__id__": 809 }, "card2": { - "__id__": 344 + "__id__": 830 }, "card3": { - "__id__": 361 + "__id__": 847 }, "card4": { - "__id__": 378 + "__id__": 864 }, "btnClose": { - "__id__": 401 + "__id__": 887 }, "Lock": { - "__id__": 422 + "__id__": 908 }, "unLock": { - "__id__": 498 + "__id__": 984 }, "noStop": { - "__id__": 587 + "__id__": 1073 }, "_id": "" }, @@ -8817,27 +20380,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 23 + "__id__": 21 }, "_children": [ { - "__id__": 402 + "__id__": 888 } ], "_active": false, "_components": [ { - "__id__": 414 + "__id__": 900 }, { - "__id__": 416 + "__id__": 902 }, { - "__id__": 418 + "__id__": 904 } ], "_prefab": { - "__id__": 421 + "__id__": 907 }, "_lpos": { "__type__": "cc.Vec3", @@ -8874,24 +20437,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 401 + "__id__": 887 }, "_children": [ { - "__id__": 403 + "__id__": 889 } ], "_active": true, "_components": [ { - "__id__": 409 + "__id__": 895 }, { - "__id__": 411 + "__id__": 897 } ], "_prefab": { - "__id__": 413 + "__id__": 899 }, "_lpos": { "__type__": "cc.Vec3", @@ -8928,20 +20491,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 402 + "__id__": 888 }, "_children": [], "_active": true, "_components": [ { - "__id__": 404 + "__id__": 890 }, { - "__id__": 406 + "__id__": 892 } ], "_prefab": { - "__id__": 408 + "__id__": 894 }, "_lpos": { "__type__": "cc.Vec3", @@ -8978,11 +20541,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 403 + "__id__": 889 }, "_enabled": true, "__prefab": { - "__id__": 405 + "__id__": 891 }, "_contentSize": { "__type__": "cc.Size", @@ -9006,11 +20569,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 403 + "__id__": 889 }, "_enabled": true, "__prefab": { - "__id__": 407 + "__id__": 893 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9087,11 +20650,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 402 + "__id__": 888 }, "_enabled": true, "__prefab": { - "__id__": 410 + "__id__": 896 }, "_contentSize": { "__type__": "cc.Size", @@ -9115,11 +20678,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 402 + "__id__": 888 }, "_enabled": true, "__prefab": { - "__id__": 412 + "__id__": 898 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9173,11 +20736,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 887 }, "_enabled": true, "__prefab": { - "__id__": 415 + "__id__": 901 }, "_contentSize": { "__type__": "cc.Size", @@ -9201,11 +20764,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 887 }, "_enabled": true, "__prefab": { - "__id__": 417 + "__id__": 903 }, "_alignFlags": 4, "_target": null, @@ -9237,15 +20800,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 887 }, "_enabled": false, "__prefab": { - "__id__": 419 + "__id__": 905 }, "clickEvents": [ { - "__id__": 420 + "__id__": 906 } ], "_interactable": true, @@ -9294,7 +20857,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -9320,33 +20883,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 423 + "__id__": 909 }, "_children": [ { - "__id__": 455 + "__id__": 941 }, { - "__id__": 476 + "__id__": 962 } ], "_active": true, "_components": [ { - "__id__": 488 + "__id__": 974 }, { - "__id__": 490 + "__id__": 976 }, { - "__id__": 492 + "__id__": 978 }, { - "__id__": 494 + "__id__": 980 } ], "_prefab": { - "__id__": 497 + "__id__": 983 }, "_lpos": { "__type__": "cc.Vec3", @@ -9383,36 +20946,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 23 + "__id__": 21 }, "_children": [ { - "__id__": 424 + "__id__": 910 }, { - "__id__": 432 + "__id__": 918 }, { - "__id__": 440 + "__id__": 926 }, { - "__id__": 422 + "__id__": 908 } ], "_active": true, "_components": [ { - "__id__": 448 + "__id__": 934 }, { - "__id__": 450 + "__id__": 936 }, { - "__id__": 452 + "__id__": 938 } ], "_prefab": { - "__id__": 454 + "__id__": 940 }, "_lpos": { "__type__": "cc.Vec3", @@ -9449,23 +21012,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 423 + "__id__": 909 }, "_children": [], "_active": true, "_components": [ { - "__id__": 425 + "__id__": 911 }, { - "__id__": 427 + "__id__": 913 }, { - "__id__": 429 + "__id__": 915 } ], "_prefab": { - "__id__": 431 + "__id__": 917 }, "_lpos": { "__type__": "cc.Vec3", @@ -9502,11 +21065,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 424 + "__id__": 910 }, "_enabled": true, "__prefab": { - "__id__": 426 + "__id__": 912 }, "_contentSize": { "__type__": "cc.Size", @@ -9530,11 +21093,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 424 + "__id__": 910 }, "_enabled": true, "__prefab": { - "__id__": 428 + "__id__": 914 }, "_alignFlags": 36, "_target": null, @@ -9566,11 +21129,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 424 + "__id__": 910 }, "_enabled": false, "__prefab": { - "__id__": 430 + "__id__": 916 }, "_id": "" }, @@ -9597,23 +21160,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 423 + "__id__": 909 }, "_children": [], "_active": true, "_components": [ { - "__id__": 433 + "__id__": 919 }, { - "__id__": 435 + "__id__": 921 }, { - "__id__": 437 + "__id__": 923 } ], "_prefab": { - "__id__": 439 + "__id__": 925 }, "_lpos": { "__type__": "cc.Vec3", @@ -9650,11 +21213,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 432 + "__id__": 918 }, "_enabled": true, "__prefab": { - "__id__": 434 + "__id__": 920 }, "_contentSize": { "__type__": "cc.Size", @@ -9678,11 +21241,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 432 + "__id__": 918 }, "_enabled": true, "__prefab": { - "__id__": 436 + "__id__": 922 }, "_alignFlags": 36, "_target": null, @@ -9714,11 +21277,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 432 + "__id__": 918 }, "_enabled": false, "__prefab": { - "__id__": 438 + "__id__": 924 }, "_id": "" }, @@ -9745,23 +21308,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 423 + "__id__": 909 }, "_children": [], "_active": true, "_components": [ { - "__id__": 441 + "__id__": 927 }, { - "__id__": 443 + "__id__": 929 }, { - "__id__": 445 + "__id__": 931 } ], "_prefab": { - "__id__": 447 + "__id__": 933 }, "_lpos": { "__type__": "cc.Vec3", @@ -9798,11 +21361,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 926 }, "_enabled": true, "__prefab": { - "__id__": 442 + "__id__": 928 }, "_contentSize": { "__type__": "cc.Size", @@ -9826,11 +21389,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 926 }, "_enabled": true, "__prefab": { - "__id__": 444 + "__id__": 930 }, "_alignFlags": 36, "_target": null, @@ -9862,11 +21425,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 440 + "__id__": 926 }, "_enabled": false, "__prefab": { - "__id__": 446 + "__id__": 932 }, "_id": "" }, @@ -9893,11 +21456,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 423 + "__id__": 909 }, "_enabled": true, "__prefab": { - "__id__": 449 + "__id__": 935 }, "_contentSize": { "__type__": "cc.Size", @@ -9921,11 +21484,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 423 + "__id__": 909 }, "_enabled": true, "__prefab": { - "__id__": 451 + "__id__": 937 }, "_alignFlags": 44, "_target": null, @@ -9957,11 +21520,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 423 + "__id__": 909 }, "_enabled": true, "__prefab": { - "__id__": 453 + "__id__": 939 }, "_resizeMode": 0, "_layoutType": 1, @@ -10008,30 +21571,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 422 + "__id__": 908 }, "_children": [ { - "__id__": 456 + "__id__": 942 }, { - "__id__": 462 + "__id__": 948 } ], "_active": false, "_components": [ { - "__id__": 468 + "__id__": 954 }, { - "__id__": 470 + "__id__": 956 }, { - "__id__": 472 + "__id__": 958 } ], "_prefab": { - "__id__": 475 + "__id__": 961 }, "_lpos": { "__type__": "cc.Vec3", @@ -10068,20 +21631,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 455 + "__id__": 941 }, "_children": [], "_active": false, "_components": [ { - "__id__": 457 + "__id__": 943 }, { - "__id__": 459 + "__id__": 945 } ], "_prefab": { - "__id__": 461 + "__id__": 947 }, "_lpos": { "__type__": "cc.Vec3", @@ -10118,11 +21681,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 456 + "__id__": 942 }, "_enabled": true, "__prefab": { - "__id__": 458 + "__id__": 944 }, "_contentSize": { "__type__": "cc.Size", @@ -10146,11 +21709,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 456 + "__id__": 942 }, "_enabled": true, "__prefab": { - "__id__": 460 + "__id__": 946 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10227,20 +21790,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 455 + "__id__": 941 }, "_children": [], "_active": false, "_components": [ { - "__id__": 463 + "__id__": 949 }, { - "__id__": 465 + "__id__": 951 } ], "_prefab": { - "__id__": 467 + "__id__": 953 }, "_lpos": { "__type__": "cc.Vec3", @@ -10277,11 +21840,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 462 + "__id__": 948 }, "_enabled": true, "__prefab": { - "__id__": 464 + "__id__": 950 }, "_contentSize": { "__type__": "cc.Size", @@ -10305,11 +21868,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 462 + "__id__": 948 }, "_enabled": true, "__prefab": { - "__id__": 466 + "__id__": 952 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10366,11 +21929,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 455 + "__id__": 941 }, "_enabled": true, "__prefab": { - "__id__": 469 + "__id__": 955 }, "_contentSize": { "__type__": "cc.Size", @@ -10394,11 +21957,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 455 + "__id__": 941 }, "_enabled": true, "__prefab": { - "__id__": 471 + "__id__": 957 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10442,15 +22005,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 455 + "__id__": 941 }, "_enabled": true, "__prefab": { - "__id__": 473 + "__id__": 959 }, "clickEvents": [ { - "__id__": 474 + "__id__": 960 } ], "_interactable": true, @@ -10490,7 +22053,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 455 + "__id__": 941 }, "_id": "" }, @@ -10501,7 +22064,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -10527,24 +22090,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 422 + "__id__": 908 }, "_children": [ { - "__id__": 477 + "__id__": 963 } ], "_active": true, "_components": [ { - "__id__": 483 + "__id__": 969 }, { - "__id__": 485 + "__id__": 971 } ], "_prefab": { - "__id__": 487 + "__id__": 973 }, "_lpos": { "__type__": "cc.Vec3", @@ -10581,20 +22144,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 476 + "__id__": 962 }, "_children": [], "_active": true, "_components": [ { - "__id__": 478 + "__id__": 964 }, { - "__id__": 480 + "__id__": 966 } ], "_prefab": { - "__id__": 482 + "__id__": 968 }, "_lpos": { "__type__": "cc.Vec3", @@ -10631,11 +22194,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 963 }, "_enabled": true, "__prefab": { - "__id__": 479 + "__id__": 965 }, "_contentSize": { "__type__": "cc.Size", @@ -10659,11 +22222,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 477 + "__id__": 963 }, "_enabled": true, "__prefab": { - "__id__": 481 + "__id__": 967 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10717,11 +22280,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 962 }, "_enabled": true, "__prefab": { - "__id__": 484 + "__id__": 970 }, "_contentSize": { "__type__": "cc.Size", @@ -10745,11 +22308,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 962 }, "_enabled": true, "__prefab": { - "__id__": 486 + "__id__": 972 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10803,11 +22366,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 422 + "__id__": 908 }, "_enabled": true, "__prefab": { - "__id__": 489 + "__id__": 975 }, "_contentSize": { "__type__": "cc.Size", @@ -10831,11 +22394,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 422 + "__id__": 908 }, "_enabled": true, "__prefab": { - "__id__": 491 + "__id__": 977 }, "_alignFlags": 36, "_target": null, @@ -10867,11 +22430,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 422 + "__id__": 908 }, "_enabled": true, "__prefab": { - "__id__": 493 + "__id__": 979 }, "_id": "" }, @@ -10885,15 +22448,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 422 + "__id__": 908 }, "_enabled": true, "__prefab": { - "__id__": 495 + "__id__": 981 }, "clickEvents": [ { - "__id__": 496 + "__id__": 982 } ], "_interactable": true, @@ -10933,7 +22496,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 422 + "__id__": 908 }, "_id": "" }, @@ -10944,7 +22507,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -10974,29 +22537,29 @@ }, "_children": [ { - "__id__": 499 + "__id__": 985 }, { - "__id__": 507 + "__id__": 993 }, { - "__id__": 563 + "__id__": 1049 } ], "_active": false, "_components": [ { - "__id__": 580 + "__id__": 1066 }, { - "__id__": 582 + "__id__": 1068 }, { - "__id__": 584 + "__id__": 1070 } ], "_prefab": { - "__id__": 586 + "__id__": 1072 }, "_lpos": { "__type__": "cc.Vec3", @@ -11033,23 +22596,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 498 + "__id__": 984 }, "_children": [], "_active": true, "_components": [ { - "__id__": 500 + "__id__": 986 }, { - "__id__": 502 + "__id__": 988 }, { - "__id__": 504 + "__id__": 990 } ], "_prefab": { - "__id__": 506 + "__id__": 992 }, "_lpos": { "__type__": "cc.Vec3", @@ -11086,11 +22649,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 499 + "__id__": 985 }, "_enabled": true, "__prefab": { - "__id__": 501 + "__id__": 987 }, "_contentSize": { "__type__": "cc.Size", @@ -11114,11 +22677,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 499 + "__id__": 985 }, "_enabled": true, "__prefab": { - "__id__": 503 + "__id__": 989 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11162,11 +22725,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 499 + "__id__": 985 }, "_enabled": true, "__prefab": { - "__id__": 505 + "__id__": 991 }, "_alignFlags": 45, "_target": null, @@ -11211,30 +22774,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 498 + "__id__": 984 }, "_children": [ { - "__id__": 508 + "__id__": 994 }, { - "__id__": 535 + "__id__": 1021 } ], "_active": true, "_components": [ { - "__id__": 556 + "__id__": 1042 }, { - "__id__": 558 + "__id__": 1044 }, { - "__id__": 560 + "__id__": 1046 } ], "_prefab": { - "__id__": 562 + "__id__": 1048 }, "_lpos": { "__type__": "cc.Vec3", @@ -11271,30 +22834,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 507 + "__id__": 993 }, "_children": [ { - "__id__": 509 + "__id__": 995 }, { - "__id__": 515 + "__id__": 1001 } ], "_active": true, "_components": [ { - "__id__": 527 + "__id__": 1013 }, { - "__id__": 529 + "__id__": 1015 }, { - "__id__": 531 + "__id__": 1017 } ], "_prefab": { - "__id__": 534 + "__id__": 1020 }, "_lpos": { "__type__": "cc.Vec3", @@ -11331,20 +22894,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 508 + "__id__": 994 }, "_children": [], "_active": true, "_components": [ { - "__id__": 510 + "__id__": 996 }, { - "__id__": 512 + "__id__": 998 } ], "_prefab": { - "__id__": 514 + "__id__": 1000 }, "_lpos": { "__type__": "cc.Vec3", @@ -11381,11 +22944,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 509 + "__id__": 995 }, "_enabled": true, "__prefab": { - "__id__": 511 + "__id__": 997 }, "_contentSize": { "__type__": "cc.Size", @@ -11409,11 +22972,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 509 + "__id__": 995 }, "_enabled": true, "__prefab": { - "__id__": 513 + "__id__": 999 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11490,24 +23053,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 508 + "__id__": 994 }, "_children": [ { - "__id__": 516 + "__id__": 1002 } ], "_active": true, "_components": [ { - "__id__": 522 + "__id__": 1008 }, { - "__id__": 524 + "__id__": 1010 } ], "_prefab": { - "__id__": 526 + "__id__": 1012 }, "_lpos": { "__type__": "cc.Vec3", @@ -11544,20 +23107,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 515 + "__id__": 1001 }, "_children": [], "_active": true, "_components": [ { - "__id__": 517 + "__id__": 1003 }, { - "__id__": 519 + "__id__": 1005 } ], "_prefab": { - "__id__": 521 + "__id__": 1007 }, "_lpos": { "__type__": "cc.Vec3", @@ -11594,11 +23157,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 516 + "__id__": 1002 }, "_enabled": true, "__prefab": { - "__id__": 518 + "__id__": 1004 }, "_contentSize": { "__type__": "cc.Size", @@ -11622,11 +23185,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 516 + "__id__": 1002 }, "_enabled": true, "__prefab": { - "__id__": 520 + "__id__": 1006 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11703,11 +23266,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 515 + "__id__": 1001 }, "_enabled": true, "__prefab": { - "__id__": 523 + "__id__": 1009 }, "_contentSize": { "__type__": "cc.Size", @@ -11731,11 +23294,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 515 + "__id__": 1001 }, "_enabled": true, "__prefab": { - "__id__": 525 + "__id__": 1011 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11789,11 +23352,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 994 }, "_enabled": true, "__prefab": { - "__id__": 528 + "__id__": 1014 }, "_contentSize": { "__type__": "cc.Size", @@ -11817,11 +23380,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 994 }, "_enabled": true, "__prefab": { - "__id__": 530 + "__id__": 1016 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11865,15 +23428,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 994 }, "_enabled": true, "__prefab": { - "__id__": 532 + "__id__": 1018 }, "clickEvents": [ { - "__id__": 533 + "__id__": 1019 } ], "_interactable": true, @@ -11922,7 +23485,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -11948,30 +23511,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 507 + "__id__": 993 }, "_children": [ { - "__id__": 536 + "__id__": 1022 }, { - "__id__": 542 + "__id__": 1028 } ], "_active": true, "_components": [ { - "__id__": 548 + "__id__": 1034 }, { - "__id__": 550 + "__id__": 1036 }, { - "__id__": 552 + "__id__": 1038 } ], "_prefab": { - "__id__": 555 + "__id__": 1041 }, "_lpos": { "__type__": "cc.Vec3", @@ -12008,20 +23571,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 535 + "__id__": 1021 }, "_children": [], "_active": true, "_components": [ { - "__id__": 537 + "__id__": 1023 }, { - "__id__": 539 + "__id__": 1025 } ], "_prefab": { - "__id__": 541 + "__id__": 1027 }, "_lpos": { "__type__": "cc.Vec3", @@ -12058,11 +23621,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 536 + "__id__": 1022 }, "_enabled": true, "__prefab": { - "__id__": 538 + "__id__": 1024 }, "_contentSize": { "__type__": "cc.Size", @@ -12086,11 +23649,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 536 + "__id__": 1022 }, "_enabled": true, "__prefab": { - "__id__": 540 + "__id__": 1026 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12167,20 +23730,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 535 + "__id__": 1021 }, "_children": [], "_active": true, "_components": [ { - "__id__": 543 + "__id__": 1029 }, { - "__id__": 545 + "__id__": 1031 } ], "_prefab": { - "__id__": 547 + "__id__": 1033 }, "_lpos": { "__type__": "cc.Vec3", @@ -12217,11 +23780,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 542 + "__id__": 1028 }, "_enabled": true, "__prefab": { - "__id__": 544 + "__id__": 1030 }, "_contentSize": { "__type__": "cc.Size", @@ -12245,11 +23808,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 542 + "__id__": 1028 }, "_enabled": true, "__prefab": { - "__id__": 546 + "__id__": 1032 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12303,11 +23866,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 535 + "__id__": 1021 }, "_enabled": true, "__prefab": { - "__id__": 549 + "__id__": 1035 }, "_contentSize": { "__type__": "cc.Size", @@ -12331,11 +23894,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 535 + "__id__": 1021 }, "_enabled": true, "__prefab": { - "__id__": 551 + "__id__": 1037 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12379,15 +23942,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 535 + "__id__": 1021 }, "_enabled": true, "__prefab": { - "__id__": 553 + "__id__": 1039 }, "clickEvents": [ { - "__id__": 554 + "__id__": 1040 } ], "_interactable": true, @@ -12436,7 +23999,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -12462,11 +24025,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 993 }, "_enabled": true, "__prefab": { - "__id__": 557 + "__id__": 1043 }, "_contentSize": { "__type__": "cc.Size", @@ -12490,11 +24053,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 993 }, "_enabled": true, "__prefab": { - "__id__": 559 + "__id__": 1045 }, "_resizeMode": 1, "_layoutType": 1, @@ -12528,11 +24091,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 993 }, "_enabled": true, "__prefab": { - "__id__": 561 + "__id__": 1047 }, "_alignFlags": 4, "_target": null, @@ -12577,30 +24140,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 498 + "__id__": 984 }, "_children": [ { - "__id__": 564 + "__id__": 1050 } ], "_active": true, "_components": [ { - "__id__": 570 + "__id__": 1056 }, { - "__id__": 572 + "__id__": 1058 }, { - "__id__": 574 + "__id__": 1060 }, { - "__id__": 577 + "__id__": 1063 } ], "_prefab": { - "__id__": 579 + "__id__": 1065 }, "_lpos": { "__type__": "cc.Vec3", @@ -12637,20 +24200,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 563 + "__id__": 1049 }, "_children": [], "_active": true, "_components": [ { - "__id__": 565 + "__id__": 1051 }, { - "__id__": 567 + "__id__": 1053 } ], "_prefab": { - "__id__": 569 + "__id__": 1055 }, "_lpos": { "__type__": "cc.Vec3", @@ -12687,11 +24250,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 564 + "__id__": 1050 }, "_enabled": true, "__prefab": { - "__id__": 566 + "__id__": 1052 }, "_contentSize": { "__type__": "cc.Size", @@ -12715,11 +24278,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 564 + "__id__": 1050 }, "_enabled": true, "__prefab": { - "__id__": 568 + "__id__": 1054 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12776,11 +24339,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 563 + "__id__": 1049 }, "_enabled": true, "__prefab": { - "__id__": 571 + "__id__": 1057 }, "_contentSize": { "__type__": "cc.Size", @@ -12804,11 +24367,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 563 + "__id__": 1049 }, "_enabled": true, "__prefab": { - "__id__": 573 + "__id__": 1059 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12852,15 +24415,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 563 + "__id__": 1049 }, "_enabled": true, "__prefab": { - "__id__": 575 + "__id__": 1061 }, "clickEvents": [ { - "__id__": 576 + "__id__": 1062 } ], "_interactable": true, @@ -12909,7 +24472,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -12922,11 +24485,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 563 + "__id__": 1049 }, "_enabled": true, "__prefab": { - "__id__": 578 + "__id__": 1064 }, "_alignFlags": 4, "_target": null, @@ -12971,11 +24534,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 498 + "__id__": 984 }, "_enabled": true, "__prefab": { - "__id__": 581 + "__id__": 1067 }, "_contentSize": { "__type__": "cc.Size", @@ -12999,11 +24562,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 498 + "__id__": 984 }, "_enabled": true, "__prefab": { - "__id__": 583 + "__id__": 1069 }, "_alignFlags": 45, "_target": null, @@ -13035,11 +24598,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 498 + "__id__": 984 }, "_enabled": true, "__prefab": { - "__id__": 585 + "__id__": 1071 }, "_id": "" }, @@ -13066,33 +24629,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 23 + "__id__": 21 }, "_children": [ { - "__id__": 588 + "__id__": 1074 }, { - "__id__": 600 + "__id__": 1086 }, { - "__id__": 612 + "__id__": 1098 } ], "_active": false, "_components": [ { - "__id__": 618 + "__id__": 1104 }, { - "__id__": 620 + "__id__": 1106 }, { - "__id__": 623 + "__id__": 1109 } ], "_prefab": { - "__id__": 625 + "__id__": 1111 }, "_lpos": { "__type__": "cc.Vec3", @@ -13129,24 +24692,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 587 + "__id__": 1073 }, "_children": [ { - "__id__": 589 + "__id__": 1075 } ], "_active": true, "_components": [ { - "__id__": 595 + "__id__": 1081 }, { - "__id__": 597 + "__id__": 1083 } ], "_prefab": { - "__id__": 599 + "__id__": 1085 }, "_lpos": { "__type__": "cc.Vec3", @@ -13183,20 +24746,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 588 + "__id__": 1074 }, "_children": [], "_active": true, "_components": [ { - "__id__": 590 + "__id__": 1076 }, { - "__id__": 592 + "__id__": 1078 } ], "_prefab": { - "__id__": 594 + "__id__": 1080 }, "_lpos": { "__type__": "cc.Vec3", @@ -13233,11 +24796,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 589 + "__id__": 1075 }, "_enabled": true, "__prefab": { - "__id__": 591 + "__id__": 1077 }, "_contentSize": { "__type__": "cc.Size", @@ -13261,11 +24824,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 589 + "__id__": 1075 }, "_enabled": true, "__prefab": { - "__id__": 593 + "__id__": 1079 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13319,11 +24882,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 588 + "__id__": 1074 }, "_enabled": true, "__prefab": { - "__id__": 596 + "__id__": 1082 }, "_contentSize": { "__type__": "cc.Size", @@ -13347,11 +24910,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 588 + "__id__": 1074 }, "_enabled": true, "__prefab": { - "__id__": 598 + "__id__": 1084 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13405,24 +24968,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 587 + "__id__": 1073 }, "_children": [ { - "__id__": 601 + "__id__": 1087 } ], "_active": false, "_components": [ { - "__id__": 607 + "__id__": 1093 }, { - "__id__": 609 + "__id__": 1095 } ], "_prefab": { - "__id__": 611 + "__id__": 1097 }, "_lpos": { "__type__": "cc.Vec3", @@ -13459,20 +25022,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 600 + "__id__": 1086 }, "_children": [], "_active": true, "_components": [ { - "__id__": 602 + "__id__": 1088 }, { - "__id__": 604 + "__id__": 1090 } ], "_prefab": { - "__id__": 606 + "__id__": 1092 }, "_lpos": { "__type__": "cc.Vec3", @@ -13509,11 +25072,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 601 + "__id__": 1087 }, "_enabled": true, "__prefab": { - "__id__": 603 + "__id__": 1089 }, "_contentSize": { "__type__": "cc.Size", @@ -13537,11 +25100,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 601 + "__id__": 1087 }, "_enabled": true, "__prefab": { - "__id__": 605 + "__id__": 1091 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13595,11 +25158,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 600 + "__id__": 1086 }, "_enabled": true, "__prefab": { - "__id__": 608 + "__id__": 1094 }, "_contentSize": { "__type__": "cc.Size", @@ -13623,11 +25186,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 600 + "__id__": 1086 }, "_enabled": true, "__prefab": { - "__id__": 610 + "__id__": 1096 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13681,20 +25244,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 587 + "__id__": 1073 }, "_children": [], "_active": true, "_components": [ { - "__id__": 613 + "__id__": 1099 }, { - "__id__": 615 + "__id__": 1101 } ], "_prefab": { - "__id__": 617 + "__id__": 1103 }, "_lpos": { "__type__": "cc.Vec3", @@ -13731,11 +25294,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 612 + "__id__": 1098 }, "_enabled": true, "__prefab": { - "__id__": 614 + "__id__": 1100 }, "_contentSize": { "__type__": "cc.Size", @@ -13759,11 +25322,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 612 + "__id__": 1098 }, "_enabled": true, "__prefab": { - "__id__": 616 + "__id__": 1102 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13840,11 +25403,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 587 + "__id__": 1073 }, "_enabled": true, "__prefab": { - "__id__": 619 + "__id__": 1105 }, "_contentSize": { "__type__": "cc.Size", @@ -13868,15 +25431,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 587 + "__id__": 1073 }, "_enabled": true, "__prefab": { - "__id__": 621 + "__id__": 1107 }, "clickEvents": [ { - "__id__": 622 + "__id__": 1108 } ], "_interactable": true, @@ -13925,7 +25488,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -13938,11 +25501,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 587 + "__id__": 1073 }, "_enabled": true, "__prefab": { - "__id__": 624 + "__id__": 1110 }, "_alignFlags": 4, "_target": null, @@ -14000,30 +25563,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 23 + "__id__": 21 }, "_children": [ { - "__id__": 628 + "__id__": 1114 }, { - "__id__": 657 + "__id__": 1143 }, { - "__id__": 677 + "__id__": 1163 } ], "_active": false, "_components": [ { - "__id__": 706 + "__id__": 1192 }, { - "__id__": 708 + "__id__": 1194 } ], "_prefab": { - "__id__": 710 + "__id__": 1196 }, "_lpos": { "__type__": "cc.Vec3", @@ -14060,30 +25623,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 627 + "__id__": 1113 }, "_children": [ { - "__id__": 629 + "__id__": 1115 }, { - "__id__": 643 + "__id__": 1129 } ], "_active": true, "_components": [ { - "__id__": 649 + "__id__": 1135 }, { - "__id__": 651 + "__id__": 1137 }, { - "__id__": 653 + "__id__": 1139 } ], "_prefab": { - "__id__": 656 + "__id__": 1142 }, "_lpos": { "__type__": "cc.Vec3", @@ -14120,24 +25683,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 628 + "__id__": 1114 }, "_children": [ { - "__id__": 630 + "__id__": 1116 } ], "_active": true, "_components": [ { - "__id__": 638 + "__id__": 1124 }, { - "__id__": 640 + "__id__": 1126 } ], "_prefab": { - "__id__": 642 + "__id__": 1128 }, "_lpos": { "__type__": "cc.Vec3", @@ -14174,23 +25737,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 629 + "__id__": 1115 }, "_children": [], "_active": true, "_components": [ { - "__id__": 631 + "__id__": 1117 }, { - "__id__": 633 + "__id__": 1119 }, { - "__id__": 635 + "__id__": 1121 } ], "_prefab": { - "__id__": 637 + "__id__": 1123 }, "_lpos": { "__type__": "cc.Vec3", @@ -14227,11 +25790,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 630 + "__id__": 1116 }, "_enabled": true, "__prefab": { - "__id__": 632 + "__id__": 1118 }, "_contentSize": { "__type__": "cc.Size", @@ -14255,11 +25818,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 630 + "__id__": 1116 }, "_enabled": true, "__prefab": { - "__id__": 634 + "__id__": 1120 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14323,11 +25886,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 630 + "__id__": 1116 }, "_enabled": true, "__prefab": { - "__id__": 636 + "__id__": 1122 }, "templateMode": true, "watchPath": "", @@ -14360,11 +25923,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 629 + "__id__": 1115 }, "_enabled": true, "__prefab": { - "__id__": 639 + "__id__": 1125 }, "_contentSize": { "__type__": "cc.Size", @@ -14388,11 +25951,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 629 + "__id__": 1115 }, "_enabled": true, "__prefab": { - "__id__": 641 + "__id__": 1127 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14446,20 +26009,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 628 + "__id__": 1114 }, "_children": [], "_active": true, "_components": [ { - "__id__": 644 + "__id__": 1130 }, { - "__id__": 646 + "__id__": 1132 } ], "_prefab": { - "__id__": 648 + "__id__": 1134 }, "_lpos": { "__type__": "cc.Vec3", @@ -14496,11 +26059,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 643 + "__id__": 1129 }, "_enabled": true, "__prefab": { - "__id__": 645 + "__id__": 1131 }, "_contentSize": { "__type__": "cc.Size", @@ -14524,11 +26087,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 643 + "__id__": 1129 }, "_enabled": true, "__prefab": { - "__id__": 647 + "__id__": 1133 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14605,11 +26168,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 628 + "__id__": 1114 }, "_enabled": true, "__prefab": { - "__id__": 650 + "__id__": 1136 }, "_contentSize": { "__type__": "cc.Size", @@ -14633,11 +26196,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 628 + "__id__": 1114 }, "_enabled": true, "__prefab": { - "__id__": 652 + "__id__": 1138 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14681,15 +26244,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 628 + "__id__": 1114 }, "_enabled": true, "__prefab": { - "__id__": 654 + "__id__": 1140 }, "clickEvents": [ { - "__id__": 655 + "__id__": 1141 } ], "_interactable": true, @@ -14738,7 +26301,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -14764,27 +26327,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 627 + "__id__": 1113 }, "_children": [ { - "__id__": 658 + "__id__": 1144 }, { - "__id__": 664 + "__id__": 1150 } ], "_active": true, "_components": [ { - "__id__": 672 + "__id__": 1158 }, { - "__id__": 674 + "__id__": 1160 } ], "_prefab": { - "__id__": 676 + "__id__": 1162 }, "_lpos": { "__type__": "cc.Vec3", @@ -14821,20 +26384,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 657 + "__id__": 1143 }, "_children": [], "_active": true, "_components": [ { - "__id__": 659 + "__id__": 1145 }, { - "__id__": 661 + "__id__": 1147 } ], "_prefab": { - "__id__": 663 + "__id__": 1149 }, "_lpos": { "__type__": "cc.Vec3", @@ -14871,11 +26434,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 658 + "__id__": 1144 }, "_enabled": true, "__prefab": { - "__id__": 660 + "__id__": 1146 }, "_contentSize": { "__type__": "cc.Size", @@ -14899,11 +26462,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 658 + "__id__": 1144 }, "_enabled": true, "__prefab": { - "__id__": 662 + "__id__": 1148 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14957,23 +26520,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 657 + "__id__": 1143 }, "_children": [], "_active": true, "_components": [ { - "__id__": 665 + "__id__": 1151 }, { - "__id__": 667 + "__id__": 1153 }, { - "__id__": 669 + "__id__": 1155 } ], "_prefab": { - "__id__": 671 + "__id__": 1157 }, "_lpos": { "__type__": "cc.Vec3", @@ -15010,11 +26573,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 664 + "__id__": 1150 }, "_enabled": true, "__prefab": { - "__id__": 666 + "__id__": 1152 }, "_contentSize": { "__type__": "cc.Size", @@ -15038,11 +26601,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 664 + "__id__": 1150 }, "_enabled": true, "__prefab": { - "__id__": 668 + "__id__": 1154 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15106,11 +26669,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 664 + "__id__": 1150 }, "_enabled": true, "__prefab": { - "__id__": 670 + "__id__": 1156 }, "templateMode": true, "watchPath": "1", @@ -15143,11 +26706,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 657 + "__id__": 1143 }, "_enabled": true, "__prefab": { - "__id__": 673 + "__id__": 1159 }, "_contentSize": { "__type__": "cc.Size", @@ -15171,11 +26734,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 657 + "__id__": 1143 }, "_enabled": true, "__prefab": { - "__id__": 675 + "__id__": 1161 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15232,30 +26795,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 627 + "__id__": 1113 }, "_children": [ { - "__id__": 678 + "__id__": 1164 }, { - "__id__": 692 + "__id__": 1178 } ], "_active": true, "_components": [ { - "__id__": 698 + "__id__": 1184 }, { - "__id__": 700 + "__id__": 1186 }, { - "__id__": 702 + "__id__": 1188 } ], "_prefab": { - "__id__": 705 + "__id__": 1191 }, "_lpos": { "__type__": "cc.Vec3", @@ -15292,24 +26855,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 677 + "__id__": 1163 }, "_children": [ { - "__id__": 679 + "__id__": 1165 } ], "_active": true, "_components": [ { - "__id__": 687 + "__id__": 1173 }, { - "__id__": 689 + "__id__": 1175 } ], "_prefab": { - "__id__": 691 + "__id__": 1177 }, "_lpos": { "__type__": "cc.Vec3", @@ -15346,23 +26909,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 678 + "__id__": 1164 }, "_children": [], "_active": true, "_components": [ { - "__id__": 680 + "__id__": 1166 }, { - "__id__": 682 + "__id__": 1168 }, { - "__id__": 684 + "__id__": 1170 } ], "_prefab": { - "__id__": 686 + "__id__": 1172 }, "_lpos": { "__type__": "cc.Vec3", @@ -15399,11 +26962,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 679 + "__id__": 1165 }, "_enabled": true, "__prefab": { - "__id__": 681 + "__id__": 1167 }, "_contentSize": { "__type__": "cc.Size", @@ -15427,11 +26990,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 679 + "__id__": 1165 }, "_enabled": true, "__prefab": { - "__id__": 683 + "__id__": 1169 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15495,11 +27058,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 679 + "__id__": 1165 }, "_enabled": true, "__prefab": { - "__id__": 685 + "__id__": 1171 }, "templateMode": true, "watchPath": "", @@ -15532,11 +27095,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 678 + "__id__": 1164 }, "_enabled": true, "__prefab": { - "__id__": 688 + "__id__": 1174 }, "_contentSize": { "__type__": "cc.Size", @@ -15560,11 +27123,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 678 + "__id__": 1164 }, "_enabled": true, "__prefab": { - "__id__": 690 + "__id__": 1176 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15618,20 +27181,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 677 + "__id__": 1163 }, "_children": [], "_active": true, "_components": [ { - "__id__": 693 + "__id__": 1179 }, { - "__id__": 695 + "__id__": 1181 } ], "_prefab": { - "__id__": 697 + "__id__": 1183 }, "_lpos": { "__type__": "cc.Vec3", @@ -15668,11 +27231,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 692 + "__id__": 1178 }, "_enabled": true, "__prefab": { - "__id__": 694 + "__id__": 1180 }, "_contentSize": { "__type__": "cc.Size", @@ -15696,11 +27259,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 692 + "__id__": 1178 }, "_enabled": true, "__prefab": { - "__id__": 696 + "__id__": 1182 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15777,11 +27340,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 677 + "__id__": 1163 }, "_enabled": true, "__prefab": { - "__id__": 699 + "__id__": 1185 }, "_contentSize": { "__type__": "cc.Size", @@ -15805,11 +27368,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 677 + "__id__": 1163 }, "_enabled": true, "__prefab": { - "__id__": 701 + "__id__": 1187 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15853,15 +27416,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 677 + "__id__": 1163 }, "_enabled": true, "__prefab": { - "__id__": 703 + "__id__": 1189 }, "clickEvents": [ { - "__id__": 704 + "__id__": 1190 } ], "_interactable": true, @@ -15910,7 +27473,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 322 + "__id__": 808 }, "component": "", "_componentId": "b3d6eSQ8ulPP79kPpPIytqU", @@ -15936,11 +27499,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 627 + "__id__": 1113 }, "_enabled": true, "__prefab": { - "__id__": 707 + "__id__": 1193 }, "_contentSize": { "__type__": "cc.Size", @@ -15964,11 +27527,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 627 + "__id__": 1113 }, "_enabled": true, "__prefab": { - "__id__": 709 + "__id__": 1195 }, "_alignFlags": 44, "_target": null, @@ -16013,11 +27576,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 23 + "__id__": 21 }, "_enabled": true, "__prefab": { - "__id__": 712 + "__id__": 1198 }, "_contentSize": { "__type__": "cc.Size", @@ -16041,11 +27604,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 23 + "__id__": 21 }, "_enabled": true, "__prefab": { - "__id__": 714 + "__id__": 1200 }, "_alignFlags": 45, "_target": null, @@ -16094,38 +27657,38 @@ }, "_children": [ { - "__id__": 717 + "__id__": 1203 }, { - "__id__": 725 + "__id__": 1211 }, { - "__id__": 731 + "__id__": 1217 }, { - "__id__": 737 + "__id__": 1223 }, { - "__id__": 743 + "__id__": 1229 }, { - "__id__": 749 + "__id__": 1235 } ], "_active": true, "_components": [ { - "__id__": 755 + "__id__": 1241 }, { - "__id__": 757 + "__id__": 1243 }, { - "__id__": 760 + "__id__": 1246 } ], "_prefab": { - "__id__": 762 + "__id__": 1248 }, "_lpos": { "__type__": "cc.Vec3", @@ -16162,23 +27725,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 716 + "__id__": 1202 }, "_children": [], "_active": true, "_components": [ { - "__id__": 718 + "__id__": 1204 }, { - "__id__": 720 + "__id__": 1206 }, { - "__id__": 722 + "__id__": 1208 } ], "_prefab": { - "__id__": 724 + "__id__": 1210 }, "_lpos": { "__type__": "cc.Vec3", @@ -16215,11 +27778,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 717 + "__id__": 1203 }, "_enabled": true, "__prefab": { - "__id__": 719 + "__id__": 1205 }, "_contentSize": { "__type__": "cc.Size", @@ -16243,11 +27806,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 717 + "__id__": 1203 }, "_enabled": true, "__prefab": { - "__id__": 721 + "__id__": 1207 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16291,11 +27854,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 717 + "__id__": 1203 }, "_enabled": true, "__prefab": { - "__id__": 723 + "__id__": 1209 }, "_alignFlags": 45, "_target": null, @@ -16340,20 +27903,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 716 + "__id__": 1202 }, "_children": [], "_active": false, "_components": [ { - "__id__": 726 + "__id__": 1212 }, { - "__id__": 728 + "__id__": 1214 } ], "_prefab": { - "__id__": 730 + "__id__": 1216 }, "_lpos": { "__type__": "cc.Vec3", @@ -16390,11 +27953,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 725 + "__id__": 1211 }, "_enabled": true, "__prefab": { - "__id__": 727 + "__id__": 1213 }, "_contentSize": { "__type__": "cc.Size", @@ -16418,11 +27981,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 725 + "__id__": 1211 }, "_enabled": true, "__prefab": { - "__id__": 729 + "__id__": 1215 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16476,20 +28039,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 716 + "__id__": 1202 }, "_children": [], "_active": false, "_components": [ { - "__id__": 732 + "__id__": 1218 }, { - "__id__": 734 + "__id__": 1220 } ], "_prefab": { - "__id__": 736 + "__id__": 1222 }, "_lpos": { "__type__": "cc.Vec3", @@ -16526,11 +28089,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 731 + "__id__": 1217 }, "_enabled": true, "__prefab": { - "__id__": 733 + "__id__": 1219 }, "_contentSize": { "__type__": "cc.Size", @@ -16554,11 +28117,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 731 + "__id__": 1217 }, "_enabled": true, "__prefab": { - "__id__": 735 + "__id__": 1221 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16612,20 +28175,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 716 + "__id__": 1202 }, "_children": [], "_active": false, "_components": [ { - "__id__": 738 + "__id__": 1224 }, { - "__id__": 740 + "__id__": 1226 } ], "_prefab": { - "__id__": 742 + "__id__": 1228 }, "_lpos": { "__type__": "cc.Vec3", @@ -16662,11 +28225,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 737 + "__id__": 1223 }, "_enabled": true, "__prefab": { - "__id__": 739 + "__id__": 1225 }, "_contentSize": { "__type__": "cc.Size", @@ -16690,11 +28253,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 737 + "__id__": 1223 }, "_enabled": true, "__prefab": { - "__id__": 741 + "__id__": 1227 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16748,20 +28311,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 716 + "__id__": 1202 }, "_children": [], "_active": true, "_components": [ { - "__id__": 744 + "__id__": 1230 }, { - "__id__": 746 + "__id__": 1232 } ], "_prefab": { - "__id__": 748 + "__id__": 1234 }, "_lpos": { "__type__": "cc.Vec3", @@ -16798,11 +28361,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 743 + "__id__": 1229 }, "_enabled": true, "__prefab": { - "__id__": 745 + "__id__": 1231 }, "_contentSize": { "__type__": "cc.Size", @@ -16826,11 +28389,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 743 + "__id__": 1229 }, "_enabled": true, "__prefab": { - "__id__": 747 + "__id__": 1233 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16887,20 +28450,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 716 + "__id__": 1202 }, "_children": [], "_active": true, "_components": [ { - "__id__": 750 + "__id__": 1236 }, { - "__id__": 752 + "__id__": 1238 } ], "_prefab": { - "__id__": 754 + "__id__": 1240 }, "_lpos": { "__type__": "cc.Vec3", @@ -16937,11 +28500,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 1235 }, "_enabled": true, "__prefab": { - "__id__": 751 + "__id__": 1237 }, "_contentSize": { "__type__": "cc.Size", @@ -16965,11 +28528,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 1235 }, "_enabled": true, "__prefab": { - "__id__": 753 + "__id__": 1239 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17046,11 +28609,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 716 + "__id__": 1202 }, "_enabled": true, "__prefab": { - "__id__": 756 + "__id__": 1242 }, "_contentSize": { "__type__": "cc.Size", @@ -17074,15 +28637,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 716 + "__id__": 1202 }, "_enabled": true, "__prefab": { - "__id__": 758 + "__id__": 1244 }, "clickEvents": [ { - "__id__": 759 + "__id__": 1245 } ], "_interactable": true, @@ -17122,7 +28685,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 716 + "__id__": 1202 }, "_id": "" }, @@ -17146,11 +28709,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 716 + "__id__": 1202 }, "_enabled": true, "__prefab": { - "__id__": 761 + "__id__": 1247 }, "_alignFlags": 9, "_target": null, @@ -17199,7 +28762,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 764 + "__id__": 1250 }, "_contentSize": { "__type__": "cc.Size", @@ -17227,7 +28790,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 766 + "__id__": 1252 }, "_alignFlags": 21, "_target": null, @@ -17263,21 +28826,24 @@ }, "_enabled": true, "__prefab": { - "__id__": 768 + "__id__": 1254 }, "debugMode": false, "coins_node": { - "__id__": 657 + "__id__": 1143 }, "lv_node": { - "__id__": 628 + "__id__": 1114 }, "chou_node": { - "__id__": 677 + "__id__": 1163 }, "time_node": { "__id__": 3 }, + "binfo_node": { + "__id__": 134 + }, "_id": "" }, { @@ -17294,7 +28860,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 770 + "__id__": 1256 }, "_id": "" }, @@ -17312,7 +28878,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 772 + "__id__": 1258 }, "debugMode": false, "_id": "" @@ -17344,56 +28910,56 @@ }, "_children": [ { - "__id__": 775 + "__id__": 1261 }, { - "__id__": 791 + "__id__": 1277 }, { - "__id__": 819 + "__id__": 1305 }, { - "__id__": 860 + "__id__": 1346 }, { - "__id__": 883 + "__id__": 1369 }, { - "__id__": 906 + "__id__": 1392 }, { - "__id__": 931 + "__id__": 1417 }, { - "__id__": 991 + "__id__": 1477 }, { - "__id__": 997 + "__id__": 1483 }, { - "__id__": 1362 + "__id__": 1848 }, { - "__id__": 1421 + "__id__": 1907 } ], - "_active": true, + "_active": false, "_components": [ { - "__id__": 1690 + "__id__": 2176 }, { - "__id__": 1692 + "__id__": 2178 }, { - "__id__": 1694 + "__id__": 2180 }, { - "__id__": 1696 + "__id__": 2182 } ], "_prefab": { - "__id__": 1698 + "__id__": 2184 }, "_lpos": { "__type__": "cc.Vec3", @@ -17430,27 +28996,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 1260 }, "_children": [ { - "__id__": 776 + "__id__": 1262 } ], "_active": true, "_components": [ { - "__id__": 784 + "__id__": 1270 }, { - "__id__": 786 + "__id__": 1272 }, { - "__id__": 788 + "__id__": 1274 } ], "_prefab": { - "__id__": 790 + "__id__": 1276 }, "_lpos": { "__type__": "cc.Vec3", @@ -17487,23 +29053,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 775 + "__id__": 1261 }, "_children": [], "_active": true, "_components": [ { - "__id__": 777 + "__id__": 1263 }, { - "__id__": 779 + "__id__": 1265 }, { - "__id__": 781 + "__id__": 1267 } ], "_prefab": { - "__id__": 783 + "__id__": 1269 }, "_lpos": { "__type__": "cc.Vec3", @@ -17540,11 +29106,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 776 + "__id__": 1262 }, "_enabled": true, "__prefab": { - "__id__": 778 + "__id__": 1264 }, "_contentSize": { "__type__": "cc.Size", @@ -17568,11 +29134,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 776 + "__id__": 1262 }, "_enabled": true, "__prefab": { - "__id__": 780 + "__id__": 1266 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17616,11 +29182,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 776 + "__id__": 1262 }, "_enabled": true, "__prefab": { - "__id__": 782 + "__id__": 1268 }, "_alignFlags": 45, "_target": null, @@ -17665,11 +29231,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 775 + "__id__": 1261 }, "_enabled": true, "__prefab": { - "__id__": 785 + "__id__": 1271 }, "_contentSize": { "__type__": "cc.Size", @@ -17693,11 +29259,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 775 + "__id__": 1261 }, "_enabled": true, "__prefab": { - "__id__": 787 + "__id__": 1273 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17741,11 +29307,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 775 + "__id__": 1261 }, "_enabled": true, "__prefab": { - "__id__": 789 + "__id__": 1275 }, "_alignFlags": 45, "_target": null, @@ -17788,17 +29354,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 774 + "__id__": 1260 }, "_prefab": { - "__id__": 792 + "__id__": 1278 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 791 + "__id__": 1277 }, "asset": { "__uuid__": "b111b7ce-9621-4519-b4b8-7a5a64c2e98e", @@ -17806,7 +29372,7 @@ }, "fileId": "24rlgXRJ9AHLGpMW+aYyEx", "instance": { - "__id__": 793 + "__id__": 1279 }, "targetOverrides": null }, @@ -17820,52 +29386,52 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 794 + "__id__": 1280 }, { - "__id__": 796 + "__id__": 1282 }, { - "__id__": 797 + "__id__": 1283 }, { - "__id__": 798 + "__id__": 1284 }, { - "__id__": 799 + "__id__": 1285 }, { - "__id__": 801 + "__id__": 1287 }, { - "__id__": 803 + "__id__": 1289 }, { - "__id__": 804 + "__id__": 1290 }, { - "__id__": 806 + "__id__": 1292 }, { - "__id__": 808 + "__id__": 1294 }, { - "__id__": 810 + "__id__": 1296 }, { - "__id__": 812 + "__id__": 1298 }, { - "__id__": 814 + "__id__": 1300 }, { - "__id__": 816 + "__id__": 1302 }, { - "__id__": 817 + "__id__": 1303 }, { - "__id__": 818 + "__id__": 1304 } ], "removedComponents": [] @@ -17873,7 +29439,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 795 + "__id__": 1281 }, "propertyPath": [ "_name" @@ -17889,7 +29455,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 795 + "__id__": 1281 }, "propertyPath": [ "_lpos" @@ -17904,7 +29470,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 795 + "__id__": 1281 }, "propertyPath": [ "_lrot" @@ -17920,7 +29486,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 795 + "__id__": 1281 }, "propertyPath": [ "_euler" @@ -17935,7 +29501,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 800 + "__id__": 1286 }, "propertyPath": [ "clickEvents", @@ -17952,20 +29518,20 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 800 + "__id__": 1286 }, "propertyPath": [ "clickEvents", "0" ], "value": { - "__id__": 802 + "__id__": 1288 } }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 774 + "__id__": 1260 }, "component": "", "_componentId": "f8dd2ODYatM+Zh5DQ/izWwv", @@ -17975,19 +29541,19 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 800 + "__id__": 1286 }, "propertyPath": [ "_target" ], "value": { - "__id__": 791 + "__id__": 1277 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 805 + "__id__": 1291 }, "propertyPath": [ "_bottom" @@ -18003,7 +29569,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 807 + "__id__": 1293 }, "propertyPath": [ "_spriteFrame" @@ -18022,7 +29588,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 809 + "__id__": 1295 }, "propertyPath": [ "_contentSize" @@ -18042,7 +29608,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 811 + "__id__": 1297 }, "propertyPath": [ "_contentSize" @@ -18062,7 +29628,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 813 + "__id__": 1299 }, "propertyPath": [ "_lineHeight" @@ -18078,7 +29644,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 815 + "__id__": 1301 }, "propertyPath": [ "_contentSize" @@ -18098,7 +29664,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 813 + "__id__": 1299 }, "propertyPath": [ "_fontSize" @@ -18108,7 +29674,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 813 + "__id__": 1299 }, "propertyPath": [ "_actualFontSize" @@ -18118,7 +29684,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 813 + "__id__": 1299 }, "propertyPath": [ "_outlineWidth" @@ -18131,36 +29697,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 1260 }, "_children": [ { - "__id__": 820 + "__id__": 1306 }, { - "__id__": 828 + "__id__": 1314 }, { - "__id__": 836 + "__id__": 1322 } ], "_active": false, "_components": [ { - "__id__": 850 + "__id__": 1336 }, { - "__id__": 852 + "__id__": 1338 }, { - "__id__": 855 + "__id__": 1341 }, { - "__id__": 857 + "__id__": 1343 } ], "_prefab": { - "__id__": 859 + "__id__": 1345 }, "_lpos": { "__type__": "cc.Vec3", @@ -18197,23 +29763,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 819 + "__id__": 1305 }, "_children": [], "_active": true, "_components": [ { - "__id__": 821 + "__id__": 1307 }, { - "__id__": 823 + "__id__": 1309 }, { - "__id__": 825 + "__id__": 1311 } ], "_prefab": { - "__id__": 827 + "__id__": 1313 }, "_lpos": { "__type__": "cc.Vec3", @@ -18250,11 +29816,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 820 + "__id__": 1306 }, "_enabled": true, "__prefab": { - "__id__": 822 + "__id__": 1308 }, "_contentSize": { "__type__": "cc.Size", @@ -18278,11 +29844,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 820 + "__id__": 1306 }, "_enabled": true, "__prefab": { - "__id__": 824 + "__id__": 1310 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18326,11 +29892,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 820 + "__id__": 1306 }, "_enabled": true, "__prefab": { - "__id__": 826 + "__id__": 1312 }, "_alignFlags": 45, "_target": null, @@ -18375,23 +29941,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 819 + "__id__": 1305 }, "_children": [], "_active": true, "_components": [ { - "__id__": 829 + "__id__": 1315 }, { - "__id__": 831 + "__id__": 1317 }, { - "__id__": 833 + "__id__": 1319 } ], "_prefab": { - "__id__": 835 + "__id__": 1321 }, "_lpos": { "__type__": "cc.Vec3", @@ -18428,11 +29994,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 828 + "__id__": 1314 }, "_enabled": true, "__prefab": { - "__id__": 830 + "__id__": 1316 }, "_contentSize": { "__type__": "cc.Size", @@ -18456,11 +30022,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 828 + "__id__": 1314 }, "_enabled": true, "__prefab": { - "__id__": 832 + "__id__": 1318 }, "_alignFlags": 32, "_target": null, @@ -18492,11 +30058,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 828 + "__id__": 1314 }, "_enabled": true, "__prefab": { - "__id__": 834 + "__id__": 1320 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18573,27 +30139,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 819 + "__id__": 1305 }, "_children": [ { - "__id__": 837 + "__id__": 1323 } ], "_active": true, "_components": [ { - "__id__": 843 + "__id__": 1329 }, { - "__id__": 845 + "__id__": 1331 }, { - "__id__": 847 + "__id__": 1333 } ], "_prefab": { - "__id__": 849 + "__id__": 1335 }, "_lpos": { "__type__": "cc.Vec3", @@ -18630,20 +30196,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 836 + "__id__": 1322 }, "_children": [], "_active": true, "_components": [ { - "__id__": 838 + "__id__": 1324 }, { - "__id__": 840 + "__id__": 1326 } ], "_prefab": { - "__id__": 842 + "__id__": 1328 }, "_lpos": { "__type__": "cc.Vec3", @@ -18680,11 +30246,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 837 + "__id__": 1323 }, "_enabled": true, "__prefab": { - "__id__": 839 + "__id__": 1325 }, "_contentSize": { "__type__": "cc.Size", @@ -18708,11 +30274,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 837 + "__id__": 1323 }, "_enabled": true, "__prefab": { - "__id__": 841 + "__id__": 1327 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18789,11 +30355,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 836 + "__id__": 1322 }, "_enabled": true, "__prefab": { - "__id__": 844 + "__id__": 1330 }, "_contentSize": { "__type__": "cc.Size", @@ -18817,11 +30383,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 836 + "__id__": 1322 }, "_enabled": true, "__prefab": { - "__id__": 846 + "__id__": 1332 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18862,11 +30428,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 836 + "__id__": 1322 }, "_enabled": true, "__prefab": { - "__id__": 848 + "__id__": 1334 }, "_alignFlags": 8, "_target": null, @@ -18911,11 +30477,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 819 + "__id__": 1305 }, "_enabled": true, "__prefab": { - "__id__": 851 + "__id__": 1337 }, "_contentSize": { "__type__": "cc.Size", @@ -18939,15 +30505,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 819 + "__id__": 1305 }, "_enabled": true, "__prefab": { - "__id__": 853 + "__id__": 1339 }, "clickEvents": [ { - "__id__": 854 + "__id__": 1340 } ], "_interactable": true, @@ -18987,7 +30553,7 @@ "_duration": 0.3, "_zoomScale": 1.3, "_target": { - "__id__": 819 + "__id__": 1305 }, "_id": "" }, @@ -18998,7 +30564,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 774 + "__id__": 1260 }, "component": "", "_componentId": "f8dd2ODYatM+Zh5DQ/izWwv", @@ -19011,11 +30577,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 819 + "__id__": 1305 }, "_enabled": true, "__prefab": { - "__id__": 856 + "__id__": 1342 }, "_alignFlags": 4, "_target": null, @@ -19047,11 +30613,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 819 + "__id__": 1305 }, "_enabled": true, "__prefab": { - "__id__": 858 + "__id__": 1344 }, "_id": "" }, @@ -19078,27 +30644,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 1260 }, "_children": [ { - "__id__": 861 + "__id__": 1347 } ], "_active": true, "_components": [ { - "__id__": 875 + "__id__": 1361 }, { - "__id__": 877 + "__id__": 1363 }, { - "__id__": 880 + "__id__": 1366 } ], "_prefab": { - "__id__": 882 + "__id__": 1368 }, "_lpos": { "__type__": "cc.Vec3", @@ -19135,27 +30701,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 860 + "__id__": 1346 }, "_children": [ { - "__id__": 862 + "__id__": 1348 } ], "_active": true, "_components": [ { - "__id__": 868 + "__id__": 1354 }, { - "__id__": 870 + "__id__": 1356 }, { - "__id__": 872 + "__id__": 1358 } ], "_prefab": { - "__id__": 874 + "__id__": 1360 }, "_lpos": { "__type__": "cc.Vec3", @@ -19192,20 +30758,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 861 + "__id__": 1347 }, "_children": [], "_active": true, "_components": [ { - "__id__": 863 + "__id__": 1349 }, { - "__id__": 865 + "__id__": 1351 } ], "_prefab": { - "__id__": 867 + "__id__": 1353 }, "_lpos": { "__type__": "cc.Vec3", @@ -19242,11 +30808,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 862 + "__id__": 1348 }, "_enabled": true, "__prefab": { - "__id__": 864 + "__id__": 1350 }, "_contentSize": { "__type__": "cc.Size", @@ -19270,11 +30836,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 862 + "__id__": 1348 }, "_enabled": true, "__prefab": { - "__id__": 866 + "__id__": 1352 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19331,11 +30897,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 861 + "__id__": 1347 }, "_enabled": true, "__prefab": { - "__id__": 869 + "__id__": 1355 }, "_contentSize": { "__type__": "cc.Size", @@ -19359,11 +30925,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 861 + "__id__": 1347 }, "_enabled": true, "__prefab": { - "__id__": 871 + "__id__": 1357 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19407,11 +30973,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 861 + "__id__": 1347 }, "_enabled": true, "__prefab": { - "__id__": 873 + "__id__": 1359 }, "_alignFlags": 45, "_target": null, @@ -19456,11 +31022,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 860 + "__id__": 1346 }, "_enabled": true, "__prefab": { - "__id__": 876 + "__id__": 1362 }, "_contentSize": { "__type__": "cc.Size", @@ -19484,15 +31050,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 860 + "__id__": 1346 }, "_enabled": true, "__prefab": { - "__id__": 878 + "__id__": 1364 }, "clickEvents": [ { - "__id__": 879 + "__id__": 1365 } ], "_interactable": true, @@ -19532,7 +31098,7 @@ "_duration": 0.1, "_zoomScale": 0.8, "_target": { - "__id__": 860 + "__id__": 1346 }, "_id": "" }, @@ -19543,7 +31109,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 774 + "__id__": 1260 }, "component": "", "_componentId": "f8dd2ODYatM+Zh5DQ/izWwv", @@ -19556,11 +31122,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 860 + "__id__": 1346 }, "_enabled": true, "__prefab": { - "__id__": 881 + "__id__": 1367 }, "_alignFlags": 4, "_target": null, @@ -19605,27 +31171,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 1260 }, "_children": [ { - "__id__": 884 + "__id__": 1370 } ], "_active": true, "_components": [ { - "__id__": 898 + "__id__": 1384 }, { - "__id__": 900 + "__id__": 1386 }, { - "__id__": 903 + "__id__": 1389 } ], "_prefab": { - "__id__": 905 + "__id__": 1391 }, "_lpos": { "__type__": "cc.Vec3", @@ -19662,27 +31228,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 883 + "__id__": 1369 }, "_children": [ { - "__id__": 885 + "__id__": 1371 } ], "_active": true, "_components": [ { - "__id__": 891 + "__id__": 1377 }, { - "__id__": 893 + "__id__": 1379 }, { - "__id__": 895 + "__id__": 1381 } ], "_prefab": { - "__id__": 897 + "__id__": 1383 }, "_lpos": { "__type__": "cc.Vec3", @@ -19719,20 +31285,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 884 + "__id__": 1370 }, "_children": [], "_active": true, "_components": [ { - "__id__": 886 + "__id__": 1372 }, { - "__id__": 888 + "__id__": 1374 } ], "_prefab": { - "__id__": 890 + "__id__": 1376 }, "_lpos": { "__type__": "cc.Vec3", @@ -19769,11 +31335,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 885 + "__id__": 1371 }, "_enabled": true, "__prefab": { - "__id__": 887 + "__id__": 1373 }, "_contentSize": { "__type__": "cc.Size", @@ -19797,11 +31363,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 885 + "__id__": 1371 }, "_enabled": true, "__prefab": { - "__id__": 889 + "__id__": 1375 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19858,11 +31424,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 884 + "__id__": 1370 }, "_enabled": true, "__prefab": { - "__id__": 892 + "__id__": 1378 }, "_contentSize": { "__type__": "cc.Size", @@ -19886,11 +31452,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 884 + "__id__": 1370 }, "_enabled": true, "__prefab": { - "__id__": 894 + "__id__": 1380 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19934,11 +31500,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 884 + "__id__": 1370 }, "_enabled": true, "__prefab": { - "__id__": 896 + "__id__": 1382 }, "_alignFlags": 45, "_target": null, @@ -19983,11 +31549,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 883 + "__id__": 1369 }, "_enabled": true, "__prefab": { - "__id__": 899 + "__id__": 1385 }, "_contentSize": { "__type__": "cc.Size", @@ -20011,15 +31577,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 883 + "__id__": 1369 }, "_enabled": true, "__prefab": { - "__id__": 901 + "__id__": 1387 }, "clickEvents": [ { - "__id__": 902 + "__id__": 1388 } ], "_interactable": true, @@ -20059,7 +31625,7 @@ "_duration": 0.1, "_zoomScale": 0.8, "_target": { - "__id__": 883 + "__id__": 1369 }, "_id": "" }, @@ -20070,7 +31636,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 774 + "__id__": 1260 }, "component": "", "_componentId": "f8dd2ODYatM+Zh5DQ/izWwv", @@ -20083,11 +31649,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 883 + "__id__": 1369 }, "_enabled": true, "__prefab": { - "__id__": 904 + "__id__": 1390 }, "_alignFlags": 4, "_target": null, @@ -20132,30 +31698,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 1260 }, "_children": [ { - "__id__": 907 + "__id__": 1393 }, { - "__id__": 913 + "__id__": 1399 }, { - "__id__": 919 + "__id__": 1405 } ], "_active": true, "_components": [ { - "__id__": 925 + "__id__": 1411 }, { - "__id__": 927 + "__id__": 1413 } ], "_prefab": { - "__id__": 930 + "__id__": 1416 }, "_lpos": { "__type__": "cc.Vec3", @@ -20192,20 +31758,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 906 + "__id__": 1392 }, "_children": [], "_active": true, "_components": [ { - "__id__": 908 + "__id__": 1394 }, { - "__id__": 910 + "__id__": 1396 } ], "_prefab": { - "__id__": 912 + "__id__": 1398 }, "_lpos": { "__type__": "cc.Vec3", @@ -20242,11 +31808,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 907 + "__id__": 1393 }, "_enabled": true, "__prefab": { - "__id__": 909 + "__id__": 1395 }, "_contentSize": { "__type__": "cc.Size", @@ -20270,11 +31836,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 907 + "__id__": 1393 }, "_enabled": true, "__prefab": { - "__id__": 911 + "__id__": 1397 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20328,20 +31894,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 906 + "__id__": 1392 }, "_children": [], "_active": true, "_components": [ { - "__id__": 914 + "__id__": 1400 }, { - "__id__": 916 + "__id__": 1402 } ], "_prefab": { - "__id__": 918 + "__id__": 1404 }, "_lpos": { "__type__": "cc.Vec3", @@ -20378,11 +31944,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 913 + "__id__": 1399 }, "_enabled": true, "__prefab": { - "__id__": 915 + "__id__": 1401 }, "_contentSize": { "__type__": "cc.Size", @@ -20406,11 +31972,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 913 + "__id__": 1399 }, "_enabled": true, "__prefab": { - "__id__": 917 + "__id__": 1403 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20487,20 +32053,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 906 + "__id__": 1392 }, "_children": [], "_active": true, "_components": [ { - "__id__": 920 + "__id__": 1406 }, { - "__id__": 922 + "__id__": 1408 } ], "_prefab": { - "__id__": 924 + "__id__": 1410 }, "_lpos": { "__type__": "cc.Vec3", @@ -20537,11 +32103,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 919 + "__id__": 1405 }, "_enabled": true, "__prefab": { - "__id__": 921 + "__id__": 1407 }, "_contentSize": { "__type__": "cc.Size", @@ -20565,11 +32131,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 919 + "__id__": 1405 }, "_enabled": true, "__prefab": { - "__id__": 923 + "__id__": 1409 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20626,11 +32192,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 906 + "__id__": 1392 }, "_enabled": true, "__prefab": { - "__id__": 926 + "__id__": 1412 }, "_contentSize": { "__type__": "cc.Size", @@ -20654,15 +32220,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 906 + "__id__": 1392 }, "_enabled": true, "__prefab": { - "__id__": 928 + "__id__": 1414 }, "clickEvents": [ { - "__id__": 929 + "__id__": 1415 } ], "_interactable": true, @@ -20711,7 +32277,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 774 + "__id__": 1260 }, "component": "", "_componentId": "f8dd2ODYatM+Zh5DQ/izWwv", @@ -20737,33 +32303,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 1260 }, "_children": [ { - "__id__": 932 + "__id__": 1418 }, { - "__id__": 940 + "__id__": 1426 }, { - "__id__": 967 + "__id__": 1453 } ], "_active": false, "_components": [ { - "__id__": 984 + "__id__": 1470 }, { - "__id__": 986 + "__id__": 1472 }, { - "__id__": 988 + "__id__": 1474 } ], "_prefab": { - "__id__": 990 + "__id__": 1476 }, "_lpos": { "__type__": "cc.Vec3", @@ -20800,23 +32366,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 931 + "__id__": 1417 }, "_children": [], "_active": true, "_components": [ { - "__id__": 933 + "__id__": 1419 }, { - "__id__": 935 + "__id__": 1421 }, { - "__id__": 937 + "__id__": 1423 } ], "_prefab": { - "__id__": 939 + "__id__": 1425 }, "_lpos": { "__type__": "cc.Vec3", @@ -20853,11 +32419,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 932 + "__id__": 1418 }, "_enabled": true, "__prefab": { - "__id__": 934 + "__id__": 1420 }, "_contentSize": { "__type__": "cc.Size", @@ -20881,11 +32447,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 932 + "__id__": 1418 }, "_enabled": true, "__prefab": { - "__id__": 936 + "__id__": 1422 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20929,11 +32495,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 932 + "__id__": 1418 }, "_enabled": true, "__prefab": { - "__id__": 938 + "__id__": 1424 }, "_alignFlags": 45, "_target": null, @@ -20978,30 +32544,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 931 + "__id__": 1417 }, "_children": [ { - "__id__": 941 + "__id__": 1427 }, { - "__id__": 947 + "__id__": 1433 } ], "_active": true, "_components": [ { - "__id__": 959 + "__id__": 1445 }, { - "__id__": 961 + "__id__": 1447 }, { - "__id__": 963 + "__id__": 1449 } ], "_prefab": { - "__id__": 966 + "__id__": 1452 }, "_lpos": { "__type__": "cc.Vec3", @@ -21038,20 +32604,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 940 + "__id__": 1426 }, "_children": [], "_active": true, "_components": [ { - "__id__": 942 + "__id__": 1428 }, { - "__id__": 944 + "__id__": 1430 } ], "_prefab": { - "__id__": 946 + "__id__": 1432 }, "_lpos": { "__type__": "cc.Vec3", @@ -21088,11 +32654,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 941 + "__id__": 1427 }, "_enabled": true, "__prefab": { - "__id__": 943 + "__id__": 1429 }, "_contentSize": { "__type__": "cc.Size", @@ -21116,11 +32682,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 941 + "__id__": 1427 }, "_enabled": true, "__prefab": { - "__id__": 945 + "__id__": 1431 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21197,24 +32763,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 940 + "__id__": 1426 }, "_children": [ { - "__id__": 948 + "__id__": 1434 } ], "_active": true, "_components": [ { - "__id__": 954 + "__id__": 1440 }, { - "__id__": 956 + "__id__": 1442 } ], "_prefab": { - "__id__": 958 + "__id__": 1444 }, "_lpos": { "__type__": "cc.Vec3", @@ -21251,20 +32817,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 947 + "__id__": 1433 }, "_children": [], "_active": true, "_components": [ { - "__id__": 949 + "__id__": 1435 }, { - "__id__": 951 + "__id__": 1437 } ], "_prefab": { - "__id__": 953 + "__id__": 1439 }, "_lpos": { "__type__": "cc.Vec3", @@ -21301,11 +32867,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 948 + "__id__": 1434 }, "_enabled": true, "__prefab": { - "__id__": 950 + "__id__": 1436 }, "_contentSize": { "__type__": "cc.Size", @@ -21329,11 +32895,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 948 + "__id__": 1434 }, "_enabled": true, "__prefab": { - "__id__": 952 + "__id__": 1438 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21410,11 +32976,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 947 + "__id__": 1433 }, "_enabled": true, "__prefab": { - "__id__": 955 + "__id__": 1441 }, "_contentSize": { "__type__": "cc.Size", @@ -21438,11 +33004,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 947 + "__id__": 1433 }, "_enabled": true, "__prefab": { - "__id__": 957 + "__id__": 1443 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21496,11 +33062,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 940 + "__id__": 1426 }, "_enabled": true, "__prefab": { - "__id__": 960 + "__id__": 1446 }, "_contentSize": { "__type__": "cc.Size", @@ -21524,11 +33090,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 940 + "__id__": 1426 }, "_enabled": true, "__prefab": { - "__id__": 962 + "__id__": 1448 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21572,15 +33138,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 940 + "__id__": 1426 }, "_enabled": true, "__prefab": { - "__id__": 964 + "__id__": 1450 }, "clickEvents": [ { - "__id__": 965 + "__id__": 1451 } ], "_interactable": true, @@ -21629,7 +33195,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 774 + "__id__": 1260 }, "component": "", "_componentId": "f8dd2ODYatM+Zh5DQ/izWwv", @@ -21655,30 +33221,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 931 + "__id__": 1417 }, "_children": [ { - "__id__": 968 + "__id__": 1454 } ], "_active": true, "_components": [ { - "__id__": 974 + "__id__": 1460 }, { - "__id__": 976 + "__id__": 1462 }, { - "__id__": 978 + "__id__": 1464 }, { - "__id__": 981 + "__id__": 1467 } ], "_prefab": { - "__id__": 983 + "__id__": 1469 }, "_lpos": { "__type__": "cc.Vec3", @@ -21715,20 +33281,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 967 + "__id__": 1453 }, "_children": [], "_active": true, "_components": [ { - "__id__": 969 + "__id__": 1455 }, { - "__id__": 971 + "__id__": 1457 } ], "_prefab": { - "__id__": 973 + "__id__": 1459 }, "_lpos": { "__type__": "cc.Vec3", @@ -21765,11 +33331,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 968 + "__id__": 1454 }, "_enabled": true, "__prefab": { - "__id__": 970 + "__id__": 1456 }, "_contentSize": { "__type__": "cc.Size", @@ -21793,11 +33359,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 968 + "__id__": 1454 }, "_enabled": true, "__prefab": { - "__id__": 972 + "__id__": 1458 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21854,11 +33420,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 967 + "__id__": 1453 }, "_enabled": true, "__prefab": { - "__id__": 975 + "__id__": 1461 }, "_contentSize": { "__type__": "cc.Size", @@ -21882,11 +33448,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 967 + "__id__": 1453 }, "_enabled": true, "__prefab": { - "__id__": 977 + "__id__": 1463 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -21930,15 +33496,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 967 + "__id__": 1453 }, "_enabled": true, "__prefab": { - "__id__": 979 + "__id__": 1465 }, "clickEvents": [ { - "__id__": 980 + "__id__": 1466 } ], "_interactable": true, @@ -21987,7 +33553,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 774 + "__id__": 1260 }, "component": "", "_componentId": "f8dd2ODYatM+Zh5DQ/izWwv", @@ -22000,11 +33566,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 967 + "__id__": 1453 }, "_enabled": true, "__prefab": { - "__id__": 982 + "__id__": 1468 }, "_alignFlags": 4, "_target": null, @@ -22049,11 +33615,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 931 + "__id__": 1417 }, "_enabled": true, "__prefab": { - "__id__": 985 + "__id__": 1471 }, "_contentSize": { "__type__": "cc.Size", @@ -22077,11 +33643,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 931 + "__id__": 1417 }, "_enabled": true, "__prefab": { - "__id__": 987 + "__id__": 1473 }, "_alignFlags": 45, "_target": null, @@ -22113,11 +33679,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 931 + "__id__": 1417 }, "_enabled": true, "__prefab": { - "__id__": 989 + "__id__": 1475 }, "_id": "" }, @@ -22144,20 +33710,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 1260 }, "_children": [], "_active": true, "_components": [ { - "__id__": 992 + "__id__": 1478 }, { - "__id__": 994 + "__id__": 1480 } ], "_prefab": { - "__id__": 996 + "__id__": 1482 }, "_lpos": { "__type__": "cc.Vec3", @@ -22194,11 +33760,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 991 + "__id__": 1477 }, "_enabled": true, "__prefab": { - "__id__": 993 + "__id__": 1479 }, "_contentSize": { "__type__": "cc.Size", @@ -22222,11 +33788,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 991 + "__id__": 1477 }, "_enabled": true, "__prefab": { - "__id__": 995 + "__id__": 1481 }, "_alignFlags": 20, "_target": null, @@ -22271,27 +33837,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 1260 }, "_children": [ { - "__id__": 998 + "__id__": 1484 }, { - "__id__": 1006 + "__id__": 1492 } ], "_active": true, "_components": [ { - "__id__": 1357 + "__id__": 1843 }, { - "__id__": 1359 + "__id__": 1845 } ], "_prefab": { - "__id__": 1361 + "__id__": 1847 }, "_lpos": { "__type__": "cc.Vec3", @@ -22328,23 +33894,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 997 + "__id__": 1483 }, "_children": [], "_active": false, "_components": [ { - "__id__": 999 + "__id__": 1485 }, { - "__id__": 1001 + "__id__": 1487 }, { - "__id__": 1003 + "__id__": 1489 } ], "_prefab": { - "__id__": 1005 + "__id__": 1491 }, "_lpos": { "__type__": "cc.Vec3", @@ -22381,11 +33947,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 998 + "__id__": 1484 }, "_enabled": true, "__prefab": { - "__id__": 1000 + "__id__": 1486 }, "_contentSize": { "__type__": "cc.Size", @@ -22409,11 +33975,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 998 + "__id__": 1484 }, "_enabled": true, "__prefab": { - "__id__": 1002 + "__id__": 1488 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -22457,11 +34023,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 998 + "__id__": 1484 }, "_enabled": true, "__prefab": { - "__id__": 1004 + "__id__": 1490 }, "_alignFlags": 45, "_target": null, @@ -22506,30 +34072,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 997 + "__id__": 1483 }, "_children": [ { - "__id__": 1007 + "__id__": 1493 }, { - "__id__": 1026 + "__id__": 1512 }, { - "__id__": 1256 + "__id__": 1742 }, { - "__id__": 1262 + "__id__": 1748 } ], "_active": true, "_components": [ { - "__id__": 1354 + "__id__": 1840 } ], "_prefab": { - "__id__": 1356 + "__id__": 1842 }, "_lpos": { "__type__": "cc.Vec3", @@ -22564,17 +34130,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1006 + "__id__": 1492 }, "_prefab": { - "__id__": 1008 + "__id__": 1494 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1007 + "__id__": 1493 }, "asset": { "__uuid__": "e6194357-1151-49a8-ba79-224f45ed688c", @@ -22582,7 +34148,7 @@ }, "fileId": "05DREFeeFN3J6MVw6Ib9Zw", "instance": { - "__id__": 1009 + "__id__": 1495 }, "targetOverrides": null }, @@ -22596,37 +34162,37 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1010 + "__id__": 1496 }, { - "__id__": 1012 + "__id__": 1498 }, { - "__id__": 1013 + "__id__": 1499 }, { - "__id__": 1014 + "__id__": 1500 }, { - "__id__": 1015 + "__id__": 1501 }, { - "__id__": 1017 + "__id__": 1503 }, { - "__id__": 1019 + "__id__": 1505 }, { - "__id__": 1021 + "__id__": 1507 }, { - "__id__": 1022 + "__id__": 1508 }, { - "__id__": 1023 + "__id__": 1509 }, { - "__id__": 1024 + "__id__": 1510 } ], "removedComponents": [] @@ -22634,7 +34200,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1011 + "__id__": 1497 }, "propertyPath": [ "_name" @@ -22650,7 +34216,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1011 + "__id__": 1497 }, "propertyPath": [ "_lpos" @@ -22665,7 +34231,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1011 + "__id__": 1497 }, "propertyPath": [ "_lrot" @@ -22681,7 +34247,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1011 + "__id__": 1497 }, "propertyPath": [ "_euler" @@ -22696,7 +34262,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1016 + "__id__": 1502 }, "propertyPath": [ "_contentSize" @@ -22716,7 +34282,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1018 + "__id__": 1504 }, "propertyPath": [ "_contentSize" @@ -22736,7 +34302,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1020 + "__id__": 1506 }, "propertyPath": [ "_left" @@ -22752,7 +34318,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1020 + "__id__": 1506 }, "propertyPath": [ "_right" @@ -22762,7 +34328,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1020 + "__id__": 1506 }, "propertyPath": [ "_top" @@ -22772,7 +34338,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1020 + "__id__": 1506 }, "propertyPath": [ "_bottom" @@ -22782,7 +34348,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1025 + "__id__": 1511 }, "propertyPath": [ "_spriteFrame" @@ -22804,42 +34370,42 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1006 + "__id__": 1492 }, "_children": [ { - "__id__": 1027 + "__id__": 1513 }, { - "__id__": 1065 + "__id__": 1551 }, { - "__id__": 1103 + "__id__": 1589 }, { - "__id__": 1135 + "__id__": 1621 }, { - "__id__": 1173 + "__id__": 1659 }, { - "__id__": 1213 + "__id__": 1699 } ], "_active": true, "_components": [ { - "__id__": 1249 + "__id__": 1735 }, { - "__id__": 1251 + "__id__": 1737 }, { - "__id__": 1253 + "__id__": 1739 } ], "_prefab": { - "__id__": 1255 + "__id__": 1741 }, "_lpos": { "__type__": "cc.Vec3", @@ -22876,27 +34442,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1026 + "__id__": 1512 }, "_children": [ { - "__id__": 1028 + "__id__": 1514 }, { - "__id__": 1048 + "__id__": 1534 }, { - "__id__": 1056 + "__id__": 1542 } ], "_active": true, "_components": [ { - "__id__": 1062 + "__id__": 1548 } ], "_prefab": { - "__id__": 1064 + "__id__": 1550 }, "_lpos": { "__type__": "cc.Vec3", @@ -22931,17 +34497,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1027 + "__id__": 1513 }, "_prefab": { - "__id__": 1029 + "__id__": 1515 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1028 + "__id__": 1514 }, "asset": { "__uuid__": "5674600e-6428-4c31-9433-d5e8cdeeb9ac", @@ -22949,7 +34515,7 @@ }, "fileId": "a93vi9kpZL3rMNveBNKF4B", "instance": { - "__id__": 1030 + "__id__": 1516 }, "targetOverrides": null }, @@ -22963,37 +34529,37 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1031 + "__id__": 1517 }, { - "__id__": 1033 + "__id__": 1519 }, { - "__id__": 1034 + "__id__": 1520 }, { - "__id__": 1035 + "__id__": 1521 }, { - "__id__": 1036 + "__id__": 1522 }, { - "__id__": 1038 + "__id__": 1524 }, { - "__id__": 1040 + "__id__": 1526 }, { - "__id__": 1042 + "__id__": 1528 }, { - "__id__": 1044 + "__id__": 1530 }, { - "__id__": 1046 + "__id__": 1532 }, { - "__id__": 1047 + "__id__": 1533 } ], "removedComponents": [] @@ -23001,7 +34567,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1032 + "__id__": 1518 }, "propertyPath": [ "_name" @@ -23017,7 +34583,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1032 + "__id__": 1518 }, "propertyPath": [ "_lpos" @@ -23032,7 +34598,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1032 + "__id__": 1518 }, "propertyPath": [ "_lrot" @@ -23048,7 +34614,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1032 + "__id__": 1518 }, "propertyPath": [ "_euler" @@ -23063,7 +34629,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1037 + "__id__": 1523 }, "propertyPath": [ "_contentSize" @@ -23083,7 +34649,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1039 + "__id__": 1525 }, "propertyPath": [ "_progress" @@ -23099,7 +34665,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1041 + "__id__": 1527 }, "propertyPath": [ "_right" @@ -23115,7 +34681,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1043 + "__id__": 1529 }, "propertyPath": [ "_contentSize" @@ -23135,7 +34701,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1045 + "__id__": 1531 }, "propertyPath": [ "_lpos" @@ -23156,7 +34722,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1043 + "__id__": 1529 }, "propertyPath": [ "_anchorPoint" @@ -23170,7 +34736,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1039 + "__id__": 1525 }, "propertyPath": [ "_totalLength" @@ -23183,23 +34749,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1027 + "__id__": 1513 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1049 + "__id__": 1535 }, { - "__id__": 1051 + "__id__": 1537 }, { - "__id__": 1053 + "__id__": 1539 } ], "_prefab": { - "__id__": 1055 + "__id__": 1541 }, "_lpos": { "__type__": "cc.Vec3", @@ -23236,11 +34802,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1048 + "__id__": 1534 }, "_enabled": true, "__prefab": { - "__id__": 1050 + "__id__": 1536 }, "_contentSize": { "__type__": "cc.Size", @@ -23264,11 +34830,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1048 + "__id__": 1534 }, "_enabled": true, "__prefab": { - "__id__": 1052 + "__id__": 1538 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23332,11 +34898,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1048 + "__id__": 1534 }, "_enabled": true, "__prefab": { - "__id__": 1054 + "__id__": 1540 }, "_alignFlags": 32, "_target": null, @@ -23381,20 +34947,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1027 + "__id__": 1513 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1057 + "__id__": 1543 }, { - "__id__": 1059 + "__id__": 1545 } ], "_prefab": { - "__id__": 1061 + "__id__": 1547 }, "_lpos": { "__type__": "cc.Vec3", @@ -23431,11 +34997,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1056 + "__id__": 1542 }, "_enabled": true, "__prefab": { - "__id__": 1058 + "__id__": 1544 }, "_contentSize": { "__type__": "cc.Size", @@ -23459,11 +35025,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1056 + "__id__": 1542 }, "_enabled": true, "__prefab": { - "__id__": 1060 + "__id__": 1546 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -23540,11 +35106,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1027 + "__id__": 1513 }, "_enabled": true, "__prefab": { - "__id__": 1063 + "__id__": 1549 }, "_contentSize": { "__type__": "cc.Size", @@ -23581,27 +35147,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1026 + "__id__": 1512 }, "_children": [ { - "__id__": 1066 + "__id__": 1552 }, { - "__id__": 1086 + "__id__": 1572 }, { - "__id__": 1094 + "__id__": 1580 } ], "_active": false, "_components": [ { - "__id__": 1100 + "__id__": 1586 } ], "_prefab": { - "__id__": 1102 + "__id__": 1588 }, "_lpos": { "__type__": "cc.Vec3", @@ -23636,17 +35202,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1065 + "__id__": 1551 }, "_prefab": { - "__id__": 1067 + "__id__": 1553 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1066 + "__id__": 1552 }, "asset": { "__uuid__": "5674600e-6428-4c31-9433-d5e8cdeeb9ac", @@ -23654,7 +35220,7 @@ }, "fileId": "a93vi9kpZL3rMNveBNKF4B", "instance": { - "__id__": 1068 + "__id__": 1554 }, "targetOverrides": null }, @@ -23668,37 +35234,37 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1069 + "__id__": 1555 }, { - "__id__": 1071 + "__id__": 1557 }, { - "__id__": 1072 + "__id__": 1558 }, { - "__id__": 1073 + "__id__": 1559 }, { - "__id__": 1074 + "__id__": 1560 }, { - "__id__": 1076 + "__id__": 1562 }, { - "__id__": 1078 + "__id__": 1564 }, { - "__id__": 1080 + "__id__": 1566 }, { - "__id__": 1081 + "__id__": 1567 }, { - "__id__": 1083 + "__id__": 1569 }, { - "__id__": 1085 + "__id__": 1571 } ], "removedComponents": [] @@ -23706,7 +35272,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1070 + "__id__": 1556 }, "propertyPath": [ "_name" @@ -23722,7 +35288,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1070 + "__id__": 1556 }, "propertyPath": [ "_lpos" @@ -23737,7 +35303,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1070 + "__id__": 1556 }, "propertyPath": [ "_lrot" @@ -23753,7 +35319,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1070 + "__id__": 1556 }, "propertyPath": [ "_euler" @@ -23768,7 +35334,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1075 + "__id__": 1561 }, "propertyPath": [ "_contentSize" @@ -23788,7 +35354,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1077 + "__id__": 1563 }, "propertyPath": [ "_contentSize" @@ -23808,7 +35374,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1079 + "__id__": 1565 }, "propertyPath": [ "_lpos" @@ -23829,7 +35395,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1075 + "__id__": 1561 }, "propertyPath": [ "_anchorPoint" @@ -23843,7 +35409,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1082 + "__id__": 1568 }, "propertyPath": [ "_totalLength" @@ -23859,7 +35425,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1084 + "__id__": 1570 }, "propertyPath": [ "_right" @@ -23875,7 +35441,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1082 + "__id__": 1568 }, "propertyPath": [ "_progress" @@ -23888,23 +35454,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1065 + "__id__": 1551 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1087 + "__id__": 1573 }, { - "__id__": 1089 + "__id__": 1575 }, { - "__id__": 1091 + "__id__": 1577 } ], "_prefab": { - "__id__": 1093 + "__id__": 1579 }, "_lpos": { "__type__": "cc.Vec3", @@ -23941,11 +35507,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1086 + "__id__": 1572 }, "_enabled": true, "__prefab": { - "__id__": 1088 + "__id__": 1574 }, "_contentSize": { "__type__": "cc.Size", @@ -23969,11 +35535,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1086 + "__id__": 1572 }, "_enabled": true, "__prefab": { - "__id__": 1090 + "__id__": 1576 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24037,11 +35603,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1086 + "__id__": 1572 }, "_enabled": true, "__prefab": { - "__id__": 1092 + "__id__": 1578 }, "_alignFlags": 32, "_target": null, @@ -24086,20 +35652,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1065 + "__id__": 1551 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1095 + "__id__": 1581 }, { - "__id__": 1097 + "__id__": 1583 } ], "_prefab": { - "__id__": 1099 + "__id__": 1585 }, "_lpos": { "__type__": "cc.Vec3", @@ -24136,11 +35702,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1094 + "__id__": 1580 }, "_enabled": true, "__prefab": { - "__id__": 1096 + "__id__": 1582 }, "_contentSize": { "__type__": "cc.Size", @@ -24164,11 +35730,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1094 + "__id__": 1580 }, "_enabled": true, "__prefab": { - "__id__": 1098 + "__id__": 1584 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24245,11 +35811,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1065 + "__id__": 1551 }, "_enabled": true, "__prefab": { - "__id__": 1101 + "__id__": 1587 }, "_contentSize": { "__type__": "cc.Size", @@ -24286,27 +35852,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1026 + "__id__": 1512 }, "_children": [ { - "__id__": 1104 + "__id__": 1590 }, { - "__id__": 1120 + "__id__": 1606 }, { - "__id__": 1126 + "__id__": 1612 } ], "_active": false, "_components": [ { - "__id__": 1132 + "__id__": 1618 } ], "_prefab": { - "__id__": 1134 + "__id__": 1620 }, "_lpos": { "__type__": "cc.Vec3", @@ -24341,17 +35907,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1103 + "__id__": 1589 }, "_prefab": { - "__id__": 1105 + "__id__": 1591 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1104 + "__id__": 1590 }, "asset": { "__uuid__": "5674600e-6428-4c31-9433-d5e8cdeeb9ac", @@ -24359,7 +35925,7 @@ }, "fileId": "a93vi9kpZL3rMNveBNKF4B", "instance": { - "__id__": 1106 + "__id__": 1592 }, "targetOverrides": null }, @@ -24373,31 +35939,31 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1107 + "__id__": 1593 }, { - "__id__": 1109 + "__id__": 1595 }, { - "__id__": 1110 + "__id__": 1596 }, { - "__id__": 1111 + "__id__": 1597 }, { - "__id__": 1112 + "__id__": 1598 }, { - "__id__": 1114 + "__id__": 1600 }, { - "__id__": 1115 + "__id__": 1601 }, { - "__id__": 1117 + "__id__": 1603 }, { - "__id__": 1119 + "__id__": 1605 } ], "removedComponents": [] @@ -24405,7 +35971,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1108 + "__id__": 1594 }, "propertyPath": [ "_name" @@ -24421,7 +35987,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1108 + "__id__": 1594 }, "propertyPath": [ "_lpos" @@ -24436,7 +36002,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1108 + "__id__": 1594 }, "propertyPath": [ "_lrot" @@ -24452,7 +36018,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1108 + "__id__": 1594 }, "propertyPath": [ "_euler" @@ -24467,7 +36033,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1113 + "__id__": 1599 }, "propertyPath": [ "_contentSize" @@ -24487,7 +36053,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1113 + "__id__": 1599 }, "propertyPath": [ "_anchorPoint" @@ -24501,7 +36067,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1116 + "__id__": 1602 }, "propertyPath": [ "_contentSize" @@ -24521,7 +36087,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1118 + "__id__": 1604 }, "propertyPath": [ "_totalLength" @@ -24537,7 +36103,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1118 + "__id__": 1604 }, "propertyPath": [ "_progress" @@ -24550,20 +36116,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1103 + "__id__": 1589 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1121 + "__id__": 1607 }, { - "__id__": 1123 + "__id__": 1609 } ], "_prefab": { - "__id__": 1125 + "__id__": 1611 }, "_lpos": { "__type__": "cc.Vec3", @@ -24600,11 +36166,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1120 + "__id__": 1606 }, "_enabled": true, "__prefab": { - "__id__": 1122 + "__id__": 1608 }, "_contentSize": { "__type__": "cc.Size", @@ -24628,11 +36194,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1120 + "__id__": 1606 }, "_enabled": true, "__prefab": { - "__id__": 1124 + "__id__": 1610 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24709,20 +36275,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1103 + "__id__": 1589 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1127 + "__id__": 1613 }, { - "__id__": 1129 + "__id__": 1615 } ], "_prefab": { - "__id__": 1131 + "__id__": 1617 }, "_lpos": { "__type__": "cc.Vec3", @@ -24759,11 +36325,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1126 + "__id__": 1612 }, "_enabled": true, "__prefab": { - "__id__": 1128 + "__id__": 1614 }, "_contentSize": { "__type__": "cc.Size", @@ -24787,11 +36353,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1126 + "__id__": 1612 }, "_enabled": true, "__prefab": { - "__id__": 1130 + "__id__": 1616 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -24868,11 +36434,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1103 + "__id__": 1589 }, "_enabled": true, "__prefab": { - "__id__": 1133 + "__id__": 1619 }, "_contentSize": { "__type__": "cc.Size", @@ -24909,27 +36475,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1026 + "__id__": 1512 }, "_children": [ { - "__id__": 1136 + "__id__": 1622 }, { - "__id__": 1156 + "__id__": 1642 }, { - "__id__": 1164 + "__id__": 1650 } ], "_active": true, "_components": [ { - "__id__": 1170 + "__id__": 1656 } ], "_prefab": { - "__id__": 1172 + "__id__": 1658 }, "_lpos": { "__type__": "cc.Vec3", @@ -24964,17 +36530,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1135 + "__id__": 1621 }, "_prefab": { - "__id__": 1137 + "__id__": 1623 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1136 + "__id__": 1622 }, "asset": { "__uuid__": "5674600e-6428-4c31-9433-d5e8cdeeb9ac", @@ -24982,7 +36548,7 @@ }, "fileId": "a93vi9kpZL3rMNveBNKF4B", "instance": { - "__id__": 1138 + "__id__": 1624 }, "targetOverrides": null }, @@ -24996,37 +36562,37 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1139 + "__id__": 1625 }, { - "__id__": 1141 + "__id__": 1627 }, { - "__id__": 1142 + "__id__": 1628 }, { - "__id__": 1143 + "__id__": 1629 }, { - "__id__": 1144 + "__id__": 1630 }, { - "__id__": 1146 + "__id__": 1632 }, { - "__id__": 1148 + "__id__": 1634 }, { - "__id__": 1150 + "__id__": 1636 }, { - "__id__": 1151 + "__id__": 1637 }, { - "__id__": 1153 + "__id__": 1639 }, { - "__id__": 1155 + "__id__": 1641 } ], "removedComponents": [] @@ -25034,7 +36600,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1140 + "__id__": 1626 }, "propertyPath": [ "_name" @@ -25050,7 +36616,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1140 + "__id__": 1626 }, "propertyPath": [ "_lpos" @@ -25065,7 +36631,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1140 + "__id__": 1626 }, "propertyPath": [ "_lrot" @@ -25081,7 +36647,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1140 + "__id__": 1626 }, "propertyPath": [ "_euler" @@ -25096,7 +36662,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1145 + "__id__": 1631 }, "propertyPath": [ "_contentSize" @@ -25116,7 +36682,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1147 + "__id__": 1633 }, "propertyPath": [ "_contentSize" @@ -25136,7 +36702,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1149 + "__id__": 1635 }, "propertyPath": [ "_lpos" @@ -25157,7 +36723,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1145 + "__id__": 1631 }, "propertyPath": [ "_anchorPoint" @@ -25171,7 +36737,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1152 + "__id__": 1638 }, "propertyPath": [ "_totalLength" @@ -25187,7 +36753,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1154 + "__id__": 1640 }, "propertyPath": [ "_right" @@ -25203,7 +36769,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1152 + "__id__": 1638 }, "propertyPath": [ "_progress" @@ -25216,23 +36782,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1135 + "__id__": 1621 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1157 + "__id__": 1643 }, { - "__id__": 1159 + "__id__": 1645 }, { - "__id__": 1161 + "__id__": 1647 } ], "_prefab": { - "__id__": 1163 + "__id__": 1649 }, "_lpos": { "__type__": "cc.Vec3", @@ -25269,11 +36835,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1156 + "__id__": 1642 }, "_enabled": true, "__prefab": { - "__id__": 1158 + "__id__": 1644 }, "_contentSize": { "__type__": "cc.Size", @@ -25297,11 +36863,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1156 + "__id__": 1642 }, "_enabled": true, "__prefab": { - "__id__": 1160 + "__id__": 1646 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -25365,11 +36931,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1156 + "__id__": 1642 }, "_enabled": true, "__prefab": { - "__id__": 1162 + "__id__": 1648 }, "_alignFlags": 32, "_target": null, @@ -25414,20 +36980,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1135 + "__id__": 1621 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1165 + "__id__": 1651 }, { - "__id__": 1167 + "__id__": 1653 } ], "_prefab": { - "__id__": 1169 + "__id__": 1655 }, "_lpos": { "__type__": "cc.Vec3", @@ -25464,11 +37030,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1164 + "__id__": 1650 }, "_enabled": true, "__prefab": { - "__id__": 1166 + "__id__": 1652 }, "_contentSize": { "__type__": "cc.Size", @@ -25492,11 +37058,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1164 + "__id__": 1650 }, "_enabled": true, "__prefab": { - "__id__": 1168 + "__id__": 1654 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -25573,11 +37139,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1135 + "__id__": 1621 }, "_enabled": true, "__prefab": { - "__id__": 1171 + "__id__": 1657 }, "_contentSize": { "__type__": "cc.Size", @@ -25614,27 +37180,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1026 + "__id__": 1512 }, "_children": [ { - "__id__": 1174 + "__id__": 1660 }, { - "__id__": 1194 + "__id__": 1680 }, { - "__id__": 1204 + "__id__": 1690 } ], "_active": false, "_components": [ { - "__id__": 1210 + "__id__": 1696 } ], "_prefab": { - "__id__": 1212 + "__id__": 1698 }, "_lpos": { "__type__": "cc.Vec3", @@ -25669,17 +37235,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1173 + "__id__": 1659 }, "_prefab": { - "__id__": 1175 + "__id__": 1661 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1174 + "__id__": 1660 }, "asset": { "__uuid__": "5674600e-6428-4c31-9433-d5e8cdeeb9ac", @@ -25687,7 +37253,7 @@ }, "fileId": "a93vi9kpZL3rMNveBNKF4B", "instance": { - "__id__": 1176 + "__id__": 1662 }, "targetOverrides": null }, @@ -25701,37 +37267,37 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1177 + "__id__": 1663 }, { - "__id__": 1179 + "__id__": 1665 }, { - "__id__": 1180 + "__id__": 1666 }, { - "__id__": 1181 + "__id__": 1667 }, { - "__id__": 1182 + "__id__": 1668 }, { - "__id__": 1184 + "__id__": 1670 }, { - "__id__": 1186 + "__id__": 1672 }, { - "__id__": 1188 + "__id__": 1674 }, { - "__id__": 1189 + "__id__": 1675 }, { - "__id__": 1191 + "__id__": 1677 }, { - "__id__": 1193 + "__id__": 1679 } ], "removedComponents": [] @@ -25739,7 +37305,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1178 + "__id__": 1664 }, "propertyPath": [ "_name" @@ -25755,7 +37321,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1178 + "__id__": 1664 }, "propertyPath": [ "_lpos" @@ -25770,7 +37336,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1178 + "__id__": 1664 }, "propertyPath": [ "_lrot" @@ -25786,7 +37352,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1178 + "__id__": 1664 }, "propertyPath": [ "_euler" @@ -25801,7 +37367,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1183 + "__id__": 1669 }, "propertyPath": [ "_contentSize" @@ -25821,7 +37387,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1185 + "__id__": 1671 }, "propertyPath": [ "_contentSize" @@ -25841,7 +37407,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1187 + "__id__": 1673 }, "propertyPath": [ "_lpos" @@ -25862,7 +37428,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1183 + "__id__": 1669 }, "propertyPath": [ "_anchorPoint" @@ -25876,7 +37442,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1190 + "__id__": 1676 }, "propertyPath": [ "_totalLength" @@ -25892,7 +37458,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1192 + "__id__": 1678 }, "propertyPath": [ "_right" @@ -25908,7 +37474,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1190 + "__id__": 1676 }, "propertyPath": [ "_progress" @@ -25921,26 +37487,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1173 + "__id__": 1659 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1195 + "__id__": 1681 }, { - "__id__": 1197 + "__id__": 1683 }, { - "__id__": 1199 + "__id__": 1685 }, { - "__id__": 1201 + "__id__": 1687 } ], "_prefab": { - "__id__": 1203 + "__id__": 1689 }, "_lpos": { "__type__": "cc.Vec3", @@ -25977,11 +37543,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1194 + "__id__": 1680 }, "_enabled": true, "__prefab": { - "__id__": 1196 + "__id__": 1682 }, "_contentSize": { "__type__": "cc.Size", @@ -26005,11 +37571,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1194 + "__id__": 1680 }, "_enabled": true, "__prefab": { - "__id__": 1198 + "__id__": 1684 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26073,11 +37639,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1194 + "__id__": 1680 }, "_enabled": true, "__prefab": { - "__id__": 1200 + "__id__": 1686 }, "_alignFlags": 34, "_target": null, @@ -26109,11 +37675,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1194 + "__id__": 1680 }, "_enabled": true, "__prefab": { - "__id__": 1202 + "__id__": 1688 }, "_alignFlags": 0, "_target": null, @@ -26158,20 +37724,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1173 + "__id__": 1659 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1205 + "__id__": 1691 }, { - "__id__": 1207 + "__id__": 1693 } ], "_prefab": { - "__id__": 1209 + "__id__": 1695 }, "_lpos": { "__type__": "cc.Vec3", @@ -26208,11 +37774,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1204 + "__id__": 1690 }, "_enabled": true, "__prefab": { - "__id__": 1206 + "__id__": 1692 }, "_contentSize": { "__type__": "cc.Size", @@ -26236,11 +37802,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1204 + "__id__": 1690 }, "_enabled": true, "__prefab": { - "__id__": 1208 + "__id__": 1694 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26317,11 +37883,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1173 + "__id__": 1659 }, "_enabled": true, "__prefab": { - "__id__": 1211 + "__id__": 1697 }, "_contentSize": { "__type__": "cc.Size", @@ -26358,27 +37924,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1026 + "__id__": 1512 }, "_children": [ { - "__id__": 1214 + "__id__": 1700 }, { - "__id__": 1230 + "__id__": 1716 }, { - "__id__": 1240 + "__id__": 1726 } ], "_active": false, "_components": [ { - "__id__": 1246 + "__id__": 1732 } ], "_prefab": { - "__id__": 1248 + "__id__": 1734 }, "_lpos": { "__type__": "cc.Vec3", @@ -26413,17 +37979,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 1213 + "__id__": 1699 }, "_prefab": { - "__id__": 1215 + "__id__": 1701 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1214 + "__id__": 1700 }, "asset": { "__uuid__": "5674600e-6428-4c31-9433-d5e8cdeeb9ac", @@ -26431,7 +37997,7 @@ }, "fileId": "a93vi9kpZL3rMNveBNKF4B", "instance": { - "__id__": 1216 + "__id__": 1702 }, "targetOverrides": null }, @@ -26445,31 +38011,31 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1217 + "__id__": 1703 }, { - "__id__": 1219 + "__id__": 1705 }, { - "__id__": 1220 + "__id__": 1706 }, { - "__id__": 1221 + "__id__": 1707 }, { - "__id__": 1222 + "__id__": 1708 }, { - "__id__": 1224 + "__id__": 1710 }, { - "__id__": 1225 + "__id__": 1711 }, { - "__id__": 1227 + "__id__": 1713 }, { - "__id__": 1229 + "__id__": 1715 } ], "removedComponents": [] @@ -26477,7 +38043,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1218 + "__id__": 1704 }, "propertyPath": [ "_name" @@ -26493,7 +38059,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1218 + "__id__": 1704 }, "propertyPath": [ "_lpos" @@ -26508,7 +38074,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1218 + "__id__": 1704 }, "propertyPath": [ "_lrot" @@ -26524,7 +38090,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1218 + "__id__": 1704 }, "propertyPath": [ "_euler" @@ -26539,7 +38105,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1223 + "__id__": 1709 }, "propertyPath": [ "_contentSize" @@ -26559,7 +38125,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1223 + "__id__": 1709 }, "propertyPath": [ "_anchorPoint" @@ -26573,7 +38139,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1226 + "__id__": 1712 }, "propertyPath": [ "_contentSize" @@ -26593,7 +38159,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1228 + "__id__": 1714 }, "propertyPath": [ "_totalLength" @@ -26609,7 +38175,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1228 + "__id__": 1714 }, "propertyPath": [ "_progress" @@ -26622,26 +38188,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1213 + "__id__": 1699 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1231 + "__id__": 1717 }, { - "__id__": 1233 + "__id__": 1719 }, { - "__id__": 1235 + "__id__": 1721 }, { - "__id__": 1237 + "__id__": 1723 } ], "_prefab": { - "__id__": 1239 + "__id__": 1725 }, "_lpos": { "__type__": "cc.Vec3", @@ -26678,11 +38244,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1230 + "__id__": 1716 }, "_enabled": true, "__prefab": { - "__id__": 1232 + "__id__": 1718 }, "_contentSize": { "__type__": "cc.Size", @@ -26706,11 +38272,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1230 + "__id__": 1716 }, "_enabled": true, "__prefab": { - "__id__": 1234 + "__id__": 1720 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -26774,11 +38340,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1230 + "__id__": 1716 }, "_enabled": true, "__prefab": { - "__id__": 1236 + "__id__": 1722 }, "_alignFlags": 34, "_target": null, @@ -26810,11 +38376,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1230 + "__id__": 1716 }, "_enabled": true, "__prefab": { - "__id__": 1238 + "__id__": 1724 }, "_alignFlags": 0, "_target": null, @@ -26859,20 +38425,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1213 + "__id__": 1699 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1241 + "__id__": 1727 }, { - "__id__": 1243 + "__id__": 1729 } ], "_prefab": { - "__id__": 1245 + "__id__": 1731 }, "_lpos": { "__type__": "cc.Vec3", @@ -26909,11 +38475,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1240 + "__id__": 1726 }, "_enabled": true, "__prefab": { - "__id__": 1242 + "__id__": 1728 }, "_contentSize": { "__type__": "cc.Size", @@ -26937,11 +38503,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1240 + "__id__": 1726 }, "_enabled": true, "__prefab": { - "__id__": 1244 + "__id__": 1730 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -27018,11 +38584,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1213 + "__id__": 1699 }, "_enabled": true, "__prefab": { - "__id__": 1247 + "__id__": 1733 }, "_contentSize": { "__type__": "cc.Size", @@ -27059,11 +38625,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1026 + "__id__": 1512 }, "_enabled": true, "__prefab": { - "__id__": 1250 + "__id__": 1736 }, "_contentSize": { "__type__": "cc.Size", @@ -27087,11 +38653,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1026 + "__id__": 1512 }, "_enabled": true, "__prefab": { - "__id__": 1252 + "__id__": 1738 }, "_alignFlags": 45, "_target": null, @@ -27123,11 +38689,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1026 + "__id__": 1512 }, "_enabled": true, "__prefab": { - "__id__": 1254 + "__id__": 1740 }, "_resizeMode": 0, "_layoutType": 3, @@ -27174,20 +38740,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1006 + "__id__": 1492 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1257 + "__id__": 1743 }, { - "__id__": 1259 + "__id__": 1745 } ], "_prefab": { - "__id__": 1261 + "__id__": 1747 }, "_lpos": { "__type__": "cc.Vec3", @@ -27224,11 +38790,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1256 + "__id__": 1742 }, "_enabled": true, "__prefab": { - "__id__": 1258 + "__id__": 1744 }, "_contentSize": { "__type__": "cc.Size", @@ -27252,11 +38818,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1256 + "__id__": 1742 }, "_enabled": true, "__prefab": { - "__id__": 1260 + "__id__": 1746 }, "_alignFlags": 40, "_target": null, @@ -27301,36 +38867,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1006 + "__id__": 1492 }, "_children": [ { - "__id__": 1263 + "__id__": 1749 }, { - "__id__": 1271 + "__id__": 1757 }, { - "__id__": 1279 + "__id__": 1765 }, { - "__id__": 1313 + "__id__": 1799 } ], "_active": true, "_components": [ { - "__id__": 1347 + "__id__": 1833 }, { - "__id__": 1349 + "__id__": 1835 }, { - "__id__": 1351 + "__id__": 1837 } ], "_prefab": { - "__id__": 1353 + "__id__": 1839 }, "_lpos": { "__type__": "cc.Vec3", @@ -27367,23 +38933,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1262 + "__id__": 1748 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1264 + "__id__": 1750 }, { - "__id__": 1266 + "__id__": 1752 }, { - "__id__": 1268 + "__id__": 1754 } ], "_prefab": { - "__id__": 1270 + "__id__": 1756 }, "_lpos": { "__type__": "cc.Vec3", @@ -27420,11 +38986,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1263 + "__id__": 1749 }, "_enabled": true, "__prefab": { - "__id__": 1265 + "__id__": 1751 }, "_contentSize": { "__type__": "cc.Size", @@ -27448,11 +39014,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1263 + "__id__": 1749 }, "_enabled": true, "__prefab": { - "__id__": 1267 + "__id__": 1753 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -27493,11 +39059,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1263 + "__id__": 1749 }, "_enabled": true, "__prefab": { - "__id__": 1269 + "__id__": 1755 }, "_alignFlags": 45, "_target": null, @@ -27542,23 +39108,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1262 + "__id__": 1748 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1272 + "__id__": 1758 }, { - "__id__": 1274 + "__id__": 1760 }, { - "__id__": 1276 + "__id__": 1762 } ], "_prefab": { - "__id__": 1278 + "__id__": 1764 }, "_lpos": { "__type__": "cc.Vec3", @@ -27595,11 +39161,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1271 + "__id__": 1757 }, "_enabled": true, "__prefab": { - "__id__": 1273 + "__id__": 1759 }, "_contentSize": { "__type__": "cc.Size", @@ -27623,11 +39189,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1271 + "__id__": 1757 }, "_enabled": true, "__prefab": { - "__id__": 1275 + "__id__": 1761 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -27668,11 +39234,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1271 + "__id__": 1757 }, "_enabled": true, "__prefab": { - "__id__": 1277 + "__id__": 1763 }, "_alignFlags": 42, "_target": null, @@ -27717,27 +39283,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1262 + "__id__": 1748 }, "_children": [ { - "__id__": 1280 + "__id__": 1766 }, { - "__id__": 1288 + "__id__": 1774 } ], "_active": true, "_components": [ { - "__id__": 1308 + "__id__": 1794 }, { - "__id__": 1310 + "__id__": 1796 } ], "_prefab": { - "__id__": 1312 + "__id__": 1798 }, "_lpos": { "__type__": "cc.Vec3", @@ -27774,23 +39340,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1279 + "__id__": 1765 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1281 + "__id__": 1767 }, { - "__id__": 1283 + "__id__": 1769 }, { - "__id__": 1285 + "__id__": 1771 } ], "_prefab": { - "__id__": 1287 + "__id__": 1773 }, "_lpos": { "__type__": "cc.Vec3", @@ -27827,11 +39393,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1280 + "__id__": 1766 }, "_enabled": true, "__prefab": { - "__id__": 1282 + "__id__": 1768 }, "_contentSize": { "__type__": "cc.Size", @@ -27855,11 +39421,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1280 + "__id__": 1766 }, "_enabled": true, "__prefab": { - "__id__": 1284 + "__id__": 1770 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -27903,11 +39469,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1280 + "__id__": 1766 }, "_enabled": true, "__prefab": { - "__id__": 1286 + "__id__": 1772 }, "_alignFlags": 10, "_target": null, @@ -27952,27 +39518,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1279 + "__id__": 1765 }, "_children": [ { - "__id__": 1289 + "__id__": 1775 }, { - "__id__": 1297 + "__id__": 1783 } ], "_active": true, "_components": [ { - "__id__": 1303 + "__id__": 1789 }, { - "__id__": 1305 + "__id__": 1791 } ], "_prefab": { - "__id__": 1307 + "__id__": 1793 }, "_lpos": { "__type__": "cc.Vec3", @@ -28009,23 +39575,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1288 + "__id__": 1774 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1290 + "__id__": 1776 }, { - "__id__": 1292 + "__id__": 1778 }, { - "__id__": 1294 + "__id__": 1780 } ], "_prefab": { - "__id__": 1296 + "__id__": 1782 }, "_lpos": { "__type__": "cc.Vec3", @@ -28062,11 +39628,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1289 + "__id__": 1775 }, "_enabled": true, "__prefab": { - "__id__": 1291 + "__id__": 1777 }, "_contentSize": { "__type__": "cc.Size", @@ -28090,11 +39656,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1289 + "__id__": 1775 }, "_enabled": true, "__prefab": { - "__id__": 1293 + "__id__": 1779 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28158,11 +39724,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1289 + "__id__": 1775 }, "_enabled": true, "__prefab": { - "__id__": 1295 + "__id__": 1781 }, "_alignFlags": 45, "_target": null, @@ -28207,20 +39773,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1288 + "__id__": 1774 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1298 + "__id__": 1784 }, { - "__id__": 1300 + "__id__": 1786 } ], "_prefab": { - "__id__": 1302 + "__id__": 1788 }, "_lpos": { "__type__": "cc.Vec3", @@ -28257,11 +39823,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1297 + "__id__": 1783 }, "_enabled": true, "__prefab": { - "__id__": 1299 + "__id__": 1785 }, "_contentSize": { "__type__": "cc.Size", @@ -28285,11 +39851,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1297 + "__id__": 1783 }, "_enabled": true, "__prefab": { - "__id__": 1301 + "__id__": 1787 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28366,11 +39932,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1288 + "__id__": 1774 }, "_enabled": true, "__prefab": { - "__id__": 1304 + "__id__": 1790 }, "_contentSize": { "__type__": "cc.Size", @@ -28394,11 +39960,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1288 + "__id__": 1774 }, "_enabled": true, "__prefab": { - "__id__": 1306 + "__id__": 1792 }, "_alignFlags": 45, "_target": null, @@ -28443,11 +40009,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1279 + "__id__": 1765 }, "_enabled": true, "__prefab": { - "__id__": 1309 + "__id__": 1795 }, "_contentSize": { "__type__": "cc.Size", @@ -28471,11 +40037,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1279 + "__id__": 1765 }, "_enabled": true, "__prefab": { - "__id__": 1311 + "__id__": 1797 }, "_alignFlags": 41, "_target": null, @@ -28520,27 +40086,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1262 + "__id__": 1748 }, "_children": [ { - "__id__": 1314 + "__id__": 1800 }, { - "__id__": 1322 + "__id__": 1808 } ], "_active": true, "_components": [ { - "__id__": 1342 + "__id__": 1828 }, { - "__id__": 1344 + "__id__": 1830 } ], "_prefab": { - "__id__": 1346 + "__id__": 1832 }, "_lpos": { "__type__": "cc.Vec3", @@ -28577,23 +40143,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1313 + "__id__": 1799 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1315 + "__id__": 1801 }, { - "__id__": 1317 + "__id__": 1803 }, { - "__id__": 1319 + "__id__": 1805 } ], "_prefab": { - "__id__": 1321 + "__id__": 1807 }, "_lpos": { "__type__": "cc.Vec3", @@ -28630,11 +40196,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1314 + "__id__": 1800 }, "_enabled": true, "__prefab": { - "__id__": 1316 + "__id__": 1802 }, "_contentSize": { "__type__": "cc.Size", @@ -28658,11 +40224,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1314 + "__id__": 1800 }, "_enabled": true, "__prefab": { - "__id__": 1318 + "__id__": 1804 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28706,11 +40272,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1314 + "__id__": 1800 }, "_enabled": true, "__prefab": { - "__id__": 1320 + "__id__": 1806 }, "_alignFlags": 10, "_target": null, @@ -28755,27 +40321,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1313 + "__id__": 1799 }, "_children": [ { - "__id__": 1323 + "__id__": 1809 }, { - "__id__": 1329 + "__id__": 1815 } ], "_active": true, "_components": [ { - "__id__": 1337 + "__id__": 1823 }, { - "__id__": 1339 + "__id__": 1825 } ], "_prefab": { - "__id__": 1341 + "__id__": 1827 }, "_lpos": { "__type__": "cc.Vec3", @@ -28812,20 +40378,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1322 + "__id__": 1808 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1324 + "__id__": 1810 }, { - "__id__": 1326 + "__id__": 1812 } ], "_prefab": { - "__id__": 1328 + "__id__": 1814 }, "_lpos": { "__type__": "cc.Vec3", @@ -28862,11 +40428,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1323 + "__id__": 1809 }, "_enabled": true, "__prefab": { - "__id__": 1325 + "__id__": 1811 }, "_contentSize": { "__type__": "cc.Size", @@ -28890,11 +40456,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1323 + "__id__": 1809 }, "_enabled": true, "__prefab": { - "__id__": 1327 + "__id__": 1813 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -28971,23 +40537,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1322 + "__id__": 1808 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1330 + "__id__": 1816 }, { - "__id__": 1332 + "__id__": 1818 }, { - "__id__": 1334 + "__id__": 1820 } ], "_prefab": { - "__id__": 1336 + "__id__": 1822 }, "_lpos": { "__type__": "cc.Vec3", @@ -29024,11 +40590,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1329 + "__id__": 1815 }, "_enabled": true, "__prefab": { - "__id__": 1331 + "__id__": 1817 }, "_contentSize": { "__type__": "cc.Size", @@ -29052,11 +40618,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1329 + "__id__": 1815 }, "_enabled": true, "__prefab": { - "__id__": 1333 + "__id__": 1819 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29120,11 +40686,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1329 + "__id__": 1815 }, "_enabled": true, "__prefab": { - "__id__": 1335 + "__id__": 1821 }, "_alignFlags": 45, "_target": null, @@ -29169,11 +40735,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1322 + "__id__": 1808 }, "_enabled": true, "__prefab": { - "__id__": 1338 + "__id__": 1824 }, "_contentSize": { "__type__": "cc.Size", @@ -29197,11 +40763,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1322 + "__id__": 1808 }, "_enabled": true, "__prefab": { - "__id__": 1340 + "__id__": 1826 }, "_alignFlags": 45, "_target": null, @@ -29246,11 +40812,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1313 + "__id__": 1799 }, "_enabled": true, "__prefab": { - "__id__": 1343 + "__id__": 1829 }, "_contentSize": { "__type__": "cc.Size", @@ -29274,11 +40840,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1313 + "__id__": 1799 }, "_enabled": true, "__prefab": { - "__id__": 1345 + "__id__": 1831 }, "_alignFlags": 44, "_target": null, @@ -29323,11 +40889,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1262 + "__id__": 1748 }, "_enabled": true, "__prefab": { - "__id__": 1348 + "__id__": 1834 }, "_contentSize": { "__type__": "cc.Size", @@ -29351,11 +40917,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1262 + "__id__": 1748 }, "_enabled": false, "__prefab": { - "__id__": 1350 + "__id__": 1836 }, "_resizeMode": 0, "_layoutType": 1, @@ -29389,11 +40955,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1262 + "__id__": 1748 }, "_enabled": true, "__prefab": { - "__id__": 1352 + "__id__": 1838 }, "_alignFlags": 44, "_target": null, @@ -29438,11 +41004,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1006 + "__id__": 1492 }, "_enabled": true, "__prefab": { - "__id__": 1355 + "__id__": 1841 }, "_contentSize": { "__type__": "cc.Size", @@ -29479,11 +41045,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 997 + "__id__": 1483 }, "_enabled": true, "__prefab": { - "__id__": 1358 + "__id__": 1844 }, "_contentSize": { "__type__": "cc.Size", @@ -29507,11 +41073,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 997 + "__id__": 1483 }, "_enabled": true, "__prefab": { - "__id__": 1360 + "__id__": 1846 }, "_alignFlags": 44, "_target": null, @@ -29556,36 +41122,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 1260 }, "_children": [ { - "__id__": 1363 + "__id__": 1849 }, { - "__id__": 1369 + "__id__": 1855 }, { - "__id__": 1377 + "__id__": 1863 }, { - "__id__": 1383 + "__id__": 1869 } ], "_active": true, "_components": [ { - "__id__": 1414 + "__id__": 1900 }, { - "__id__": 1416 + "__id__": 1902 }, { - "__id__": 1418 + "__id__": 1904 } ], "_prefab": { - "__id__": 1420 + "__id__": 1906 }, "_lpos": { "__type__": "cc.Vec3", @@ -29622,20 +41188,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1362 + "__id__": 1848 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1364 + "__id__": 1850 }, { - "__id__": 1366 + "__id__": 1852 } ], "_prefab": { - "__id__": 1368 + "__id__": 1854 }, "_lpos": { "__type__": "cc.Vec3", @@ -29672,11 +41238,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1363 + "__id__": 1849 }, "_enabled": true, "__prefab": { - "__id__": 1365 + "__id__": 1851 }, "_contentSize": { "__type__": "cc.Size", @@ -29700,11 +41266,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1363 + "__id__": 1849 }, "_enabled": true, "__prefab": { - "__id__": 1367 + "__id__": 1853 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29761,23 +41327,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1362 + "__id__": 1848 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1370 + "__id__": 1856 }, { - "__id__": 1372 + "__id__": 1858 }, { - "__id__": 1374 + "__id__": 1860 } ], "_prefab": { - "__id__": 1376 + "__id__": 1862 }, "_lpos": { "__type__": "cc.Vec3", @@ -29814,11 +41380,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1369 + "__id__": 1855 }, "_enabled": true, "__prefab": { - "__id__": 1371 + "__id__": 1857 }, "_contentSize": { "__type__": "cc.Size", @@ -29842,11 +41408,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1369 + "__id__": 1855 }, "_enabled": true, "__prefab": { - "__id__": 1373 + "__id__": 1859 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -29910,11 +41476,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1369 + "__id__": 1855 }, "_enabled": true, "__prefab": { - "__id__": 1375 + "__id__": 1861 }, "_alignFlags": 1, "_target": null, @@ -29959,20 +41525,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1362 + "__id__": 1848 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1378 + "__id__": 1864 }, { - "__id__": 1380 + "__id__": 1866 } ], "_prefab": { - "__id__": 1382 + "__id__": 1868 }, "_lpos": { "__type__": "cc.Vec3", @@ -30009,11 +41575,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1377 + "__id__": 1863 }, "_enabled": true, "__prefab": { - "__id__": 1379 + "__id__": 1865 }, "_contentSize": { "__type__": "cc.Size", @@ -30037,11 +41603,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1377 + "__id__": 1863 }, "_enabled": true, "__prefab": { - "__id__": 1381 + "__id__": 1867 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -30118,27 +41684,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1362 + "__id__": 1848 }, "_children": [ { - "__id__": 1384 + "__id__": 1870 }, { - "__id__": 1396 + "__id__": 1882 } ], "_active": true, "_components": [ { - "__id__": 1408 + "__id__": 1894 }, { - "__id__": 1410 + "__id__": 1896 } ], "_prefab": { - "__id__": 1413 + "__id__": 1899 }, "_lpos": { "__type__": "cc.Vec3", @@ -30175,24 +41741,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1383 + "__id__": 1869 }, "_children": [ { - "__id__": 1385 + "__id__": 1871 } ], "_active": true, "_components": [ { - "__id__": 1391 + "__id__": 1877 }, { - "__id__": 1393 + "__id__": 1879 } ], "_prefab": { - "__id__": 1395 + "__id__": 1881 }, "_lpos": { "__type__": "cc.Vec3", @@ -30229,20 +41795,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1384 + "__id__": 1870 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1386 + "__id__": 1872 }, { - "__id__": 1388 + "__id__": 1874 } ], "_prefab": { - "__id__": 1390 + "__id__": 1876 }, "_lpos": { "__type__": "cc.Vec3", @@ -30279,11 +41845,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1385 + "__id__": 1871 }, "_enabled": true, "__prefab": { - "__id__": 1387 + "__id__": 1873 }, "_contentSize": { "__type__": "cc.Size", @@ -30307,11 +41873,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1385 + "__id__": 1871 }, "_enabled": true, "__prefab": { - "__id__": 1389 + "__id__": 1875 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -30365,11 +41931,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1384 + "__id__": 1870 }, "_enabled": true, "__prefab": { - "__id__": 1392 + "__id__": 1878 }, "_contentSize": { "__type__": "cc.Size", @@ -30393,11 +41959,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1384 + "__id__": 1870 }, "_enabled": true, "__prefab": { - "__id__": 1394 + "__id__": 1880 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -30451,24 +42017,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1383 + "__id__": 1869 }, "_children": [ { - "__id__": 1397 + "__id__": 1883 } ], "_active": true, "_components": [ { - "__id__": 1403 + "__id__": 1889 }, { - "__id__": 1405 + "__id__": 1891 } ], "_prefab": { - "__id__": 1407 + "__id__": 1893 }, "_lpos": { "__type__": "cc.Vec3", @@ -30505,20 +42071,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1396 + "__id__": 1882 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1398 + "__id__": 1884 }, { - "__id__": 1400 + "__id__": 1886 } ], "_prefab": { - "__id__": 1402 + "__id__": 1888 }, "_lpos": { "__type__": "cc.Vec3", @@ -30555,11 +42121,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1397 + "__id__": 1883 }, "_enabled": true, "__prefab": { - "__id__": 1399 + "__id__": 1885 }, "_contentSize": { "__type__": "cc.Size", @@ -30583,11 +42149,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1397 + "__id__": 1883 }, "_enabled": true, "__prefab": { - "__id__": 1401 + "__id__": 1887 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -30641,11 +42207,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1396 + "__id__": 1882 }, "_enabled": true, "__prefab": { - "__id__": 1404 + "__id__": 1890 }, "_contentSize": { "__type__": "cc.Size", @@ -30669,11 +42235,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1396 + "__id__": 1882 }, "_enabled": true, "__prefab": { - "__id__": 1406 + "__id__": 1892 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -30727,11 +42293,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1383 + "__id__": 1869 }, "_enabled": true, "__prefab": { - "__id__": 1409 + "__id__": 1895 }, "_contentSize": { "__type__": "cc.Size", @@ -30755,15 +42321,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1383 + "__id__": 1869 }, "_enabled": true, "__prefab": { - "__id__": 1411 + "__id__": 1897 }, "clickEvents": [ { - "__id__": 1412 + "__id__": 1898 } ], "_interactable": true, @@ -30812,7 +42378,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 774 + "__id__": 1260 }, "component": "", "_componentId": "f8dd2ODYatM+Zh5DQ/izWwv", @@ -30838,11 +42404,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1362 + "__id__": 1848 }, "_enabled": true, "__prefab": { - "__id__": 1415 + "__id__": 1901 }, "_contentSize": { "__type__": "cc.Size", @@ -30866,11 +42432,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1362 + "__id__": 1848 }, "_enabled": false, "__prefab": { - "__id__": 1417 + "__id__": 1903 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -30908,11 +42474,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1362 + "__id__": 1848 }, "_enabled": true, "__prefab": { - "__id__": 1419 + "__id__": 1905 }, "_alignFlags": 44, "_target": null, @@ -30957,33 +42523,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 774 + "__id__": 1260 }, "_children": [ { - "__id__": 1422 + "__id__": 1908 }, { - "__id__": 1430 + "__id__": 1916 }, { - "__id__": 1444 + "__id__": 1930 }, { - "__id__": 1668 + "__id__": 2154 } ], "_active": false, "_components": [ { - "__id__": 1685 + "__id__": 2171 }, { - "__id__": 1687 + "__id__": 2173 } ], "_prefab": { - "__id__": 1689 + "__id__": 2175 }, "_lpos": { "__type__": "cc.Vec3", @@ -31020,23 +42586,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1421 + "__id__": 1907 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1423 + "__id__": 1909 }, { - "__id__": 1425 + "__id__": 1911 }, { - "__id__": 1427 + "__id__": 1913 } ], "_prefab": { - "__id__": 1429 + "__id__": 1915 }, "_lpos": { "__type__": "cc.Vec3", @@ -31073,11 +42639,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1422 + "__id__": 1908 }, "_enabled": true, "__prefab": { - "__id__": 1424 + "__id__": 1910 }, "_contentSize": { "__type__": "cc.Size", @@ -31101,11 +42667,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1422 + "__id__": 1908 }, "_enabled": true, "__prefab": { - "__id__": 1426 + "__id__": 1912 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -31146,11 +42712,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1422 + "__id__": 1908 }, "_enabled": true, "__prefab": { - "__id__": 1428 + "__id__": 1914 }, "_alignFlags": 45, "_target": null, @@ -31195,27 +42761,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1421 + "__id__": 1907 }, "_children": [ { - "__id__": 1431 + "__id__": 1917 } ], "_active": true, "_components": [ { - "__id__": 1437 + "__id__": 1923 }, { - "__id__": 1439 + "__id__": 1925 }, { - "__id__": 1441 + "__id__": 1927 } ], "_prefab": { - "__id__": 1443 + "__id__": 1929 }, "_lpos": { "__type__": "cc.Vec3", @@ -31252,20 +42818,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1430 + "__id__": 1916 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1432 + "__id__": 1918 }, { - "__id__": 1434 + "__id__": 1920 } ], "_prefab": { - "__id__": 1436 + "__id__": 1922 }, "_lpos": { "__type__": "cc.Vec3", @@ -31302,11 +42868,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1431 + "__id__": 1917 }, "_enabled": true, "__prefab": { - "__id__": 1433 + "__id__": 1919 }, "_contentSize": { "__type__": "cc.Size", @@ -31330,11 +42896,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1431 + "__id__": 1917 }, "_enabled": true, "__prefab": { - "__id__": 1435 + "__id__": 1921 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -31411,11 +42977,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1430 + "__id__": 1916 }, "_enabled": true, "__prefab": { - "__id__": 1438 + "__id__": 1924 }, "_contentSize": { "__type__": "cc.Size", @@ -31439,11 +43005,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1430 + "__id__": 1916 }, "_enabled": true, "__prefab": { - "__id__": 1440 + "__id__": 1926 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -31484,11 +43050,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1430 + "__id__": 1916 }, "_enabled": true, "__prefab": { - "__id__": 1442 + "__id__": 1928 }, "_alignFlags": 17, "_target": null, @@ -31533,42 +43099,42 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1421 + "__id__": 1907 }, "_children": [ { - "__id__": 1445 + "__id__": 1931 }, { - "__id__": 1481 + "__id__": 1967 }, { - "__id__": 1517 + "__id__": 2003 }, { - "__id__": 1553 + "__id__": 2039 }, { - "__id__": 1589 + "__id__": 2075 }, { - "__id__": 1625 + "__id__": 2111 } ], "_active": true, "_components": [ { - "__id__": 1661 + "__id__": 2147 }, { - "__id__": 1663 + "__id__": 2149 }, { - "__id__": 1665 + "__id__": 2151 } ], "_prefab": { - "__id__": 1667 + "__id__": 2153 }, "_lpos": { "__type__": "cc.Vec3", @@ -31605,30 +43171,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1444 + "__id__": 1930 }, "_children": [ { - "__id__": 1446 + "__id__": 1932 }, { - "__id__": 1454 + "__id__": 1940 }, { - "__id__": 1466 + "__id__": 1952 }, { - "__id__": 1472 + "__id__": 1958 } ], "_active": true, "_components": [ { - "__id__": 1478 + "__id__": 1964 } ], "_prefab": { - "__id__": 1480 + "__id__": 1966 }, "_lpos": { "__type__": "cc.Vec3", @@ -31665,23 +43231,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1445 + "__id__": 1931 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1447 + "__id__": 1933 }, { - "__id__": 1449 + "__id__": 1935 }, { - "__id__": 1451 + "__id__": 1937 } ], "_prefab": { - "__id__": 1453 + "__id__": 1939 }, "_lpos": { "__type__": "cc.Vec3", @@ -31718,11 +43284,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1446 + "__id__": 1932 }, "_enabled": true, "__prefab": { - "__id__": 1448 + "__id__": 1934 }, "_contentSize": { "__type__": "cc.Size", @@ -31746,11 +43312,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1446 + "__id__": 1932 }, "_enabled": true, "__prefab": { - "__id__": 1450 + "__id__": 1936 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -31791,11 +43357,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1446 + "__id__": 1932 }, "_enabled": true, "__prefab": { - "__id__": 1452 + "__id__": 1938 }, "_alignFlags": 45, "_target": null, @@ -31840,24 +43406,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1445 + "__id__": 1931 }, "_children": [ { - "__id__": 1455 + "__id__": 1941 } ], "_active": true, "_components": [ { - "__id__": 1461 + "__id__": 1947 }, { - "__id__": 1463 + "__id__": 1949 } ], "_prefab": { - "__id__": 1465 + "__id__": 1951 }, "_lpos": { "__type__": "cc.Vec3", @@ -31894,20 +43460,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1454 + "__id__": 1940 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1456 + "__id__": 1942 }, { - "__id__": 1458 + "__id__": 1944 } ], "_prefab": { - "__id__": 1460 + "__id__": 1946 }, "_lpos": { "__type__": "cc.Vec3", @@ -31944,11 +43510,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1455 + "__id__": 1941 }, "_enabled": true, "__prefab": { - "__id__": 1457 + "__id__": 1943 }, "_contentSize": { "__type__": "cc.Size", @@ -31972,11 +43538,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1455 + "__id__": 1941 }, "_enabled": true, "__prefab": { - "__id__": 1459 + "__id__": 1945 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -32053,11 +43619,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1454 + "__id__": 1940 }, "_enabled": true, "__prefab": { - "__id__": 1462 + "__id__": 1948 }, "_contentSize": { "__type__": "cc.Size", @@ -32081,11 +43647,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1454 + "__id__": 1940 }, "_enabled": true, "__prefab": { - "__id__": 1464 + "__id__": 1950 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -32139,20 +43705,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1445 + "__id__": 1931 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1467 + "__id__": 1953 }, { - "__id__": 1469 + "__id__": 1955 } ], "_prefab": { - "__id__": 1471 + "__id__": 1957 }, "_lpos": { "__type__": "cc.Vec3", @@ -32189,11 +43755,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1466 + "__id__": 1952 }, "_enabled": true, "__prefab": { - "__id__": 1468 + "__id__": 1954 }, "_contentSize": { "__type__": "cc.Size", @@ -32217,11 +43783,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1466 + "__id__": 1952 }, "_enabled": true, "__prefab": { - "__id__": 1470 + "__id__": 1956 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -32298,20 +43864,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1445 + "__id__": 1931 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1473 + "__id__": 1959 }, { - "__id__": 1475 + "__id__": 1961 } ], "_prefab": { - "__id__": 1477 + "__id__": 1963 }, "_lpos": { "__type__": "cc.Vec3", @@ -32348,11 +43914,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1472 + "__id__": 1958 }, "_enabled": true, "__prefab": { - "__id__": 1474 + "__id__": 1960 }, "_contentSize": { "__type__": "cc.Size", @@ -32376,11 +43942,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1472 + "__id__": 1958 }, "_enabled": true, "__prefab": { - "__id__": 1476 + "__id__": 1962 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -32457,11 +44023,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1445 + "__id__": 1931 }, "_enabled": true, "__prefab": { - "__id__": 1479 + "__id__": 1965 }, "_contentSize": { "__type__": "cc.Size", @@ -32498,30 +44064,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1444 + "__id__": 1930 }, "_children": [ { - "__id__": 1482 + "__id__": 1968 }, { - "__id__": 1490 + "__id__": 1976 }, { - "__id__": 1502 + "__id__": 1988 }, { - "__id__": 1508 + "__id__": 1994 } ], "_active": true, "_components": [ { - "__id__": 1514 + "__id__": 2000 } ], "_prefab": { - "__id__": 1516 + "__id__": 2002 }, "_lpos": { "__type__": "cc.Vec3", @@ -32558,23 +44124,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1481 + "__id__": 1967 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1483 + "__id__": 1969 }, { - "__id__": 1485 + "__id__": 1971 }, { - "__id__": 1487 + "__id__": 1973 } ], "_prefab": { - "__id__": 1489 + "__id__": 1975 }, "_lpos": { "__type__": "cc.Vec3", @@ -32611,11 +44177,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1482 + "__id__": 1968 }, "_enabled": true, "__prefab": { - "__id__": 1484 + "__id__": 1970 }, "_contentSize": { "__type__": "cc.Size", @@ -32639,11 +44205,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1482 + "__id__": 1968 }, "_enabled": true, "__prefab": { - "__id__": 1486 + "__id__": 1972 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -32684,11 +44250,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1482 + "__id__": 1968 }, "_enabled": true, "__prefab": { - "__id__": 1488 + "__id__": 1974 }, "_alignFlags": 45, "_target": null, @@ -32733,24 +44299,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1481 + "__id__": 1967 }, "_children": [ { - "__id__": 1491 + "__id__": 1977 } ], "_active": true, "_components": [ { - "__id__": 1497 + "__id__": 1983 }, { - "__id__": 1499 + "__id__": 1985 } ], "_prefab": { - "__id__": 1501 + "__id__": 1987 }, "_lpos": { "__type__": "cc.Vec3", @@ -32787,20 +44353,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1490 + "__id__": 1976 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1492 + "__id__": 1978 }, { - "__id__": 1494 + "__id__": 1980 } ], "_prefab": { - "__id__": 1496 + "__id__": 1982 }, "_lpos": { "__type__": "cc.Vec3", @@ -32837,11 +44403,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1491 + "__id__": 1977 }, "_enabled": true, "__prefab": { - "__id__": 1493 + "__id__": 1979 }, "_contentSize": { "__type__": "cc.Size", @@ -32865,11 +44431,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1491 + "__id__": 1977 }, "_enabled": true, "__prefab": { - "__id__": 1495 + "__id__": 1981 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -32946,11 +44512,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1490 + "__id__": 1976 }, "_enabled": true, "__prefab": { - "__id__": 1498 + "__id__": 1984 }, "_contentSize": { "__type__": "cc.Size", @@ -32974,11 +44540,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1490 + "__id__": 1976 }, "_enabled": true, "__prefab": { - "__id__": 1500 + "__id__": 1986 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33032,20 +44598,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1481 + "__id__": 1967 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1503 + "__id__": 1989 }, { - "__id__": 1505 + "__id__": 1991 } ], "_prefab": { - "__id__": 1507 + "__id__": 1993 }, "_lpos": { "__type__": "cc.Vec3", @@ -33082,11 +44648,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1502 + "__id__": 1988 }, "_enabled": true, "__prefab": { - "__id__": 1504 + "__id__": 1990 }, "_contentSize": { "__type__": "cc.Size", @@ -33110,11 +44676,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1502 + "__id__": 1988 }, "_enabled": true, "__prefab": { - "__id__": 1506 + "__id__": 1992 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33191,20 +44757,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1481 + "__id__": 1967 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1509 + "__id__": 1995 }, { - "__id__": 1511 + "__id__": 1997 } ], "_prefab": { - "__id__": 1513 + "__id__": 1999 }, "_lpos": { "__type__": "cc.Vec3", @@ -33241,11 +44807,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1508 + "__id__": 1994 }, "_enabled": true, "__prefab": { - "__id__": 1510 + "__id__": 1996 }, "_contentSize": { "__type__": "cc.Size", @@ -33269,11 +44835,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1508 + "__id__": 1994 }, "_enabled": true, "__prefab": { - "__id__": 1512 + "__id__": 1998 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33350,11 +44916,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1481 + "__id__": 1967 }, "_enabled": true, "__prefab": { - "__id__": 1515 + "__id__": 2001 }, "_contentSize": { "__type__": "cc.Size", @@ -33391,30 +44957,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1444 + "__id__": 1930 }, "_children": [ { - "__id__": 1518 + "__id__": 2004 }, { - "__id__": 1526 + "__id__": 2012 }, { - "__id__": 1538 + "__id__": 2024 }, { - "__id__": 1544 + "__id__": 2030 } ], "_active": true, "_components": [ { - "__id__": 1550 + "__id__": 2036 } ], "_prefab": { - "__id__": 1552 + "__id__": 2038 }, "_lpos": { "__type__": "cc.Vec3", @@ -33451,23 +45017,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1517 + "__id__": 2003 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1519 + "__id__": 2005 }, { - "__id__": 1521 + "__id__": 2007 }, { - "__id__": 1523 + "__id__": 2009 } ], "_prefab": { - "__id__": 1525 + "__id__": 2011 }, "_lpos": { "__type__": "cc.Vec3", @@ -33504,11 +45070,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1518 + "__id__": 2004 }, "_enabled": true, "__prefab": { - "__id__": 1520 + "__id__": 2006 }, "_contentSize": { "__type__": "cc.Size", @@ -33532,11 +45098,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1518 + "__id__": 2004 }, "_enabled": true, "__prefab": { - "__id__": 1522 + "__id__": 2008 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33577,11 +45143,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1518 + "__id__": 2004 }, "_enabled": true, "__prefab": { - "__id__": 1524 + "__id__": 2010 }, "_alignFlags": 45, "_target": null, @@ -33626,24 +45192,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1517 + "__id__": 2003 }, "_children": [ { - "__id__": 1527 + "__id__": 2013 } ], "_active": true, "_components": [ { - "__id__": 1533 + "__id__": 2019 }, { - "__id__": 1535 + "__id__": 2021 } ], "_prefab": { - "__id__": 1537 + "__id__": 2023 }, "_lpos": { "__type__": "cc.Vec3", @@ -33680,20 +45246,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1526 + "__id__": 2012 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1528 + "__id__": 2014 }, { - "__id__": 1530 + "__id__": 2016 } ], "_prefab": { - "__id__": 1532 + "__id__": 2018 }, "_lpos": { "__type__": "cc.Vec3", @@ -33730,11 +45296,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1527 + "__id__": 2013 }, "_enabled": true, "__prefab": { - "__id__": 1529 + "__id__": 2015 }, "_contentSize": { "__type__": "cc.Size", @@ -33758,11 +45324,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1527 + "__id__": 2013 }, "_enabled": true, "__prefab": { - "__id__": 1531 + "__id__": 2017 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33839,11 +45405,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1526 + "__id__": 2012 }, "_enabled": true, "__prefab": { - "__id__": 1534 + "__id__": 2020 }, "_contentSize": { "__type__": "cc.Size", @@ -33867,11 +45433,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1526 + "__id__": 2012 }, "_enabled": true, "__prefab": { - "__id__": 1536 + "__id__": 2022 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -33925,20 +45491,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1517 + "__id__": 2003 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1539 + "__id__": 2025 }, { - "__id__": 1541 + "__id__": 2027 } ], "_prefab": { - "__id__": 1543 + "__id__": 2029 }, "_lpos": { "__type__": "cc.Vec3", @@ -33975,11 +45541,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1538 + "__id__": 2024 }, "_enabled": true, "__prefab": { - "__id__": 1540 + "__id__": 2026 }, "_contentSize": { "__type__": "cc.Size", @@ -34003,11 +45569,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1538 + "__id__": 2024 }, "_enabled": true, "__prefab": { - "__id__": 1542 + "__id__": 2028 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34084,20 +45650,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1517 + "__id__": 2003 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1545 + "__id__": 2031 }, { - "__id__": 1547 + "__id__": 2033 } ], "_prefab": { - "__id__": 1549 + "__id__": 2035 }, "_lpos": { "__type__": "cc.Vec3", @@ -34134,11 +45700,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1544 + "__id__": 2030 }, "_enabled": true, "__prefab": { - "__id__": 1546 + "__id__": 2032 }, "_contentSize": { "__type__": "cc.Size", @@ -34162,11 +45728,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1544 + "__id__": 2030 }, "_enabled": true, "__prefab": { - "__id__": 1548 + "__id__": 2034 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34243,11 +45809,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1517 + "__id__": 2003 }, "_enabled": true, "__prefab": { - "__id__": 1551 + "__id__": 2037 }, "_contentSize": { "__type__": "cc.Size", @@ -34284,30 +45850,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1444 + "__id__": 1930 }, "_children": [ { - "__id__": 1554 + "__id__": 2040 }, { - "__id__": 1562 + "__id__": 2048 }, { - "__id__": 1574 + "__id__": 2060 }, { - "__id__": 1580 + "__id__": 2066 } ], "_active": true, "_components": [ { - "__id__": 1586 + "__id__": 2072 } ], "_prefab": { - "__id__": 1588 + "__id__": 2074 }, "_lpos": { "__type__": "cc.Vec3", @@ -34344,23 +45910,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1553 + "__id__": 2039 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1555 + "__id__": 2041 }, { - "__id__": 1557 + "__id__": 2043 }, { - "__id__": 1559 + "__id__": 2045 } ], "_prefab": { - "__id__": 1561 + "__id__": 2047 }, "_lpos": { "__type__": "cc.Vec3", @@ -34397,11 +45963,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1554 + "__id__": 2040 }, "_enabled": true, "__prefab": { - "__id__": 1556 + "__id__": 2042 }, "_contentSize": { "__type__": "cc.Size", @@ -34425,11 +45991,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1554 + "__id__": 2040 }, "_enabled": true, "__prefab": { - "__id__": 1558 + "__id__": 2044 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34470,11 +46036,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1554 + "__id__": 2040 }, "_enabled": true, "__prefab": { - "__id__": 1560 + "__id__": 2046 }, "_alignFlags": 45, "_target": null, @@ -34519,24 +46085,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1553 + "__id__": 2039 }, "_children": [ { - "__id__": 1563 + "__id__": 2049 } ], "_active": true, "_components": [ { - "__id__": 1569 + "__id__": 2055 }, { - "__id__": 1571 + "__id__": 2057 } ], "_prefab": { - "__id__": 1573 + "__id__": 2059 }, "_lpos": { "__type__": "cc.Vec3", @@ -34573,20 +46139,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1562 + "__id__": 2048 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1564 + "__id__": 2050 }, { - "__id__": 1566 + "__id__": 2052 } ], "_prefab": { - "__id__": 1568 + "__id__": 2054 }, "_lpos": { "__type__": "cc.Vec3", @@ -34623,11 +46189,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1563 + "__id__": 2049 }, "_enabled": true, "__prefab": { - "__id__": 1565 + "__id__": 2051 }, "_contentSize": { "__type__": "cc.Size", @@ -34651,11 +46217,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1563 + "__id__": 2049 }, "_enabled": true, "__prefab": { - "__id__": 1567 + "__id__": 2053 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34732,11 +46298,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1562 + "__id__": 2048 }, "_enabled": true, "__prefab": { - "__id__": 1570 + "__id__": 2056 }, "_contentSize": { "__type__": "cc.Size", @@ -34760,11 +46326,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1562 + "__id__": 2048 }, "_enabled": true, "__prefab": { - "__id__": 1572 + "__id__": 2058 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34818,20 +46384,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1553 + "__id__": 2039 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1575 + "__id__": 2061 }, { - "__id__": 1577 + "__id__": 2063 } ], "_prefab": { - "__id__": 1579 + "__id__": 2065 }, "_lpos": { "__type__": "cc.Vec3", @@ -34868,11 +46434,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1574 + "__id__": 2060 }, "_enabled": true, "__prefab": { - "__id__": 1576 + "__id__": 2062 }, "_contentSize": { "__type__": "cc.Size", @@ -34896,11 +46462,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1574 + "__id__": 2060 }, "_enabled": true, "__prefab": { - "__id__": 1578 + "__id__": 2064 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -34977,20 +46543,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1553 + "__id__": 2039 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1581 + "__id__": 2067 }, { - "__id__": 1583 + "__id__": 2069 } ], "_prefab": { - "__id__": 1585 + "__id__": 2071 }, "_lpos": { "__type__": "cc.Vec3", @@ -35027,11 +46593,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1580 + "__id__": 2066 }, "_enabled": true, "__prefab": { - "__id__": 1582 + "__id__": 2068 }, "_contentSize": { "__type__": "cc.Size", @@ -35055,11 +46621,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1580 + "__id__": 2066 }, "_enabled": true, "__prefab": { - "__id__": 1584 + "__id__": 2070 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -35136,11 +46702,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1553 + "__id__": 2039 }, "_enabled": true, "__prefab": { - "__id__": 1587 + "__id__": 2073 }, "_contentSize": { "__type__": "cc.Size", @@ -35177,30 +46743,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1444 + "__id__": 1930 }, "_children": [ { - "__id__": 1590 + "__id__": 2076 }, { - "__id__": 1598 + "__id__": 2084 }, { - "__id__": 1610 + "__id__": 2096 }, { - "__id__": 1616 + "__id__": 2102 } ], "_active": true, "_components": [ { - "__id__": 1622 + "__id__": 2108 } ], "_prefab": { - "__id__": 1624 + "__id__": 2110 }, "_lpos": { "__type__": "cc.Vec3", @@ -35237,23 +46803,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1589 + "__id__": 2075 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1591 + "__id__": 2077 }, { - "__id__": 1593 + "__id__": 2079 }, { - "__id__": 1595 + "__id__": 2081 } ], "_prefab": { - "__id__": 1597 + "__id__": 2083 }, "_lpos": { "__type__": "cc.Vec3", @@ -35290,11 +46856,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1590 + "__id__": 2076 }, "_enabled": true, "__prefab": { - "__id__": 1592 + "__id__": 2078 }, "_contentSize": { "__type__": "cc.Size", @@ -35318,11 +46884,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1590 + "__id__": 2076 }, "_enabled": true, "__prefab": { - "__id__": 1594 + "__id__": 2080 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -35366,11 +46932,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1590 + "__id__": 2076 }, "_enabled": true, "__prefab": { - "__id__": 1596 + "__id__": 2082 }, "_alignFlags": 45, "_target": null, @@ -35415,24 +46981,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1589 + "__id__": 2075 }, "_children": [ { - "__id__": 1599 + "__id__": 2085 } ], "_active": true, "_components": [ { - "__id__": 1605 + "__id__": 2091 }, { - "__id__": 1607 + "__id__": 2093 } ], "_prefab": { - "__id__": 1609 + "__id__": 2095 }, "_lpos": { "__type__": "cc.Vec3", @@ -35469,20 +47035,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1598 + "__id__": 2084 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1600 + "__id__": 2086 }, { - "__id__": 1602 + "__id__": 2088 } ], "_prefab": { - "__id__": 1604 + "__id__": 2090 }, "_lpos": { "__type__": "cc.Vec3", @@ -35519,11 +47085,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1599 + "__id__": 2085 }, "_enabled": true, "__prefab": { - "__id__": 1601 + "__id__": 2087 }, "_contentSize": { "__type__": "cc.Size", @@ -35547,11 +47113,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1599 + "__id__": 2085 }, "_enabled": true, "__prefab": { - "__id__": 1603 + "__id__": 2089 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -35628,11 +47194,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1598 + "__id__": 2084 }, "_enabled": true, "__prefab": { - "__id__": 1606 + "__id__": 2092 }, "_contentSize": { "__type__": "cc.Size", @@ -35656,11 +47222,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1598 + "__id__": 2084 }, "_enabled": true, "__prefab": { - "__id__": 1608 + "__id__": 2094 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -35714,20 +47280,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1589 + "__id__": 2075 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1611 + "__id__": 2097 }, { - "__id__": 1613 + "__id__": 2099 } ], "_prefab": { - "__id__": 1615 + "__id__": 2101 }, "_lpos": { "__type__": "cc.Vec3", @@ -35764,11 +47330,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1610 + "__id__": 2096 }, "_enabled": true, "__prefab": { - "__id__": 1612 + "__id__": 2098 }, "_contentSize": { "__type__": "cc.Size", @@ -35792,11 +47358,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1610 + "__id__": 2096 }, "_enabled": true, "__prefab": { - "__id__": 1614 + "__id__": 2100 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -35873,20 +47439,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1589 + "__id__": 2075 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1617 + "__id__": 2103 }, { - "__id__": 1619 + "__id__": 2105 } ], "_prefab": { - "__id__": 1621 + "__id__": 2107 }, "_lpos": { "__type__": "cc.Vec3", @@ -35923,11 +47489,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1616 + "__id__": 2102 }, "_enabled": true, "__prefab": { - "__id__": 1618 + "__id__": 2104 }, "_contentSize": { "__type__": "cc.Size", @@ -35951,11 +47517,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1616 + "__id__": 2102 }, "_enabled": true, "__prefab": { - "__id__": 1620 + "__id__": 2106 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -36032,11 +47598,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1589 + "__id__": 2075 }, "_enabled": true, "__prefab": { - "__id__": 1623 + "__id__": 2109 }, "_contentSize": { "__type__": "cc.Size", @@ -36073,30 +47639,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1444 + "__id__": 1930 }, "_children": [ { - "__id__": 1626 + "__id__": 2112 }, { - "__id__": 1634 + "__id__": 2120 }, { - "__id__": 1646 + "__id__": 2132 }, { - "__id__": 1652 + "__id__": 2138 } ], "_active": true, "_components": [ { - "__id__": 1658 + "__id__": 2144 } ], "_prefab": { - "__id__": 1660 + "__id__": 2146 }, "_lpos": { "__type__": "cc.Vec3", @@ -36133,23 +47699,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1625 + "__id__": 2111 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1627 + "__id__": 2113 }, { - "__id__": 1629 + "__id__": 2115 }, { - "__id__": 1631 + "__id__": 2117 } ], "_prefab": { - "__id__": 1633 + "__id__": 2119 }, "_lpos": { "__type__": "cc.Vec3", @@ -36186,11 +47752,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1626 + "__id__": 2112 }, "_enabled": true, "__prefab": { - "__id__": 1628 + "__id__": 2114 }, "_contentSize": { "__type__": "cc.Size", @@ -36214,11 +47780,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1626 + "__id__": 2112 }, "_enabled": true, "__prefab": { - "__id__": 1630 + "__id__": 2116 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -36259,11 +47825,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1626 + "__id__": 2112 }, "_enabled": true, "__prefab": { - "__id__": 1632 + "__id__": 2118 }, "_alignFlags": 45, "_target": null, @@ -36308,24 +47874,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1625 + "__id__": 2111 }, "_children": [ { - "__id__": 1635 + "__id__": 2121 } ], "_active": true, "_components": [ { - "__id__": 1641 + "__id__": 2127 }, { - "__id__": 1643 + "__id__": 2129 } ], "_prefab": { - "__id__": 1645 + "__id__": 2131 }, "_lpos": { "__type__": "cc.Vec3", @@ -36362,20 +47928,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1634 + "__id__": 2120 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1636 + "__id__": 2122 }, { - "__id__": 1638 + "__id__": 2124 } ], "_prefab": { - "__id__": 1640 + "__id__": 2126 }, "_lpos": { "__type__": "cc.Vec3", @@ -36412,11 +47978,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1635 + "__id__": 2121 }, "_enabled": true, "__prefab": { - "__id__": 1637 + "__id__": 2123 }, "_contentSize": { "__type__": "cc.Size", @@ -36440,11 +48006,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1635 + "__id__": 2121 }, "_enabled": true, "__prefab": { - "__id__": 1639 + "__id__": 2125 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -36521,11 +48087,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1634 + "__id__": 2120 }, "_enabled": true, "__prefab": { - "__id__": 1642 + "__id__": 2128 }, "_contentSize": { "__type__": "cc.Size", @@ -36549,11 +48115,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1634 + "__id__": 2120 }, "_enabled": true, "__prefab": { - "__id__": 1644 + "__id__": 2130 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -36607,20 +48173,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1625 + "__id__": 2111 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1647 + "__id__": 2133 }, { - "__id__": 1649 + "__id__": 2135 } ], "_prefab": { - "__id__": 1651 + "__id__": 2137 }, "_lpos": { "__type__": "cc.Vec3", @@ -36657,11 +48223,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1646 + "__id__": 2132 }, "_enabled": true, "__prefab": { - "__id__": 1648 + "__id__": 2134 }, "_contentSize": { "__type__": "cc.Size", @@ -36685,11 +48251,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1646 + "__id__": 2132 }, "_enabled": true, "__prefab": { - "__id__": 1650 + "__id__": 2136 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -36766,20 +48332,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1625 + "__id__": 2111 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1653 + "__id__": 2139 }, { - "__id__": 1655 + "__id__": 2141 } ], "_prefab": { - "__id__": 1657 + "__id__": 2143 }, "_lpos": { "__type__": "cc.Vec3", @@ -36816,11 +48382,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1652 + "__id__": 2138 }, "_enabled": true, "__prefab": { - "__id__": 1654 + "__id__": 2140 }, "_contentSize": { "__type__": "cc.Size", @@ -36844,11 +48410,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1652 + "__id__": 2138 }, "_enabled": true, "__prefab": { - "__id__": 1656 + "__id__": 2142 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -36925,11 +48491,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1625 + "__id__": 2111 }, "_enabled": true, "__prefab": { - "__id__": 1659 + "__id__": 2145 }, "_contentSize": { "__type__": "cc.Size", @@ -36966,11 +48532,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1444 + "__id__": 1930 }, "_enabled": true, "__prefab": { - "__id__": 1662 + "__id__": 2148 }, "_contentSize": { "__type__": "cc.Size", @@ -36994,11 +48560,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1444 + "__id__": 1930 }, "_enabled": true, "__prefab": { - "__id__": 1664 + "__id__": 2150 }, "_resizeMode": 0, "_layoutType": 2, @@ -37032,11 +48598,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1444 + "__id__": 1930 }, "_enabled": true, "__prefab": { - "__id__": 1666 + "__id__": 2152 }, "_alignFlags": 45, "_target": null, @@ -37081,30 +48647,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1421 + "__id__": 1907 }, "_children": [ { - "__id__": 1669 + "__id__": 2155 } ], "_active": true, "_components": [ { - "__id__": 1675 + "__id__": 2161 }, { - "__id__": 1677 + "__id__": 2163 }, { - "__id__": 1679 + "__id__": 2165 }, { - "__id__": 1682 + "__id__": 2168 } ], "_prefab": { - "__id__": 1684 + "__id__": 2170 }, "_lpos": { "__type__": "cc.Vec3", @@ -37141,20 +48707,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1668 + "__id__": 2154 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1670 + "__id__": 2156 }, { - "__id__": 1672 + "__id__": 2158 } ], "_prefab": { - "__id__": 1674 + "__id__": 2160 }, "_lpos": { "__type__": "cc.Vec3", @@ -37191,11 +48757,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1669 + "__id__": 2155 }, "_enabled": true, "__prefab": { - "__id__": 1671 + "__id__": 2157 }, "_contentSize": { "__type__": "cc.Size", @@ -37219,11 +48785,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1669 + "__id__": 2155 }, "_enabled": true, "__prefab": { - "__id__": 1673 + "__id__": 2159 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -37280,11 +48846,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1668 + "__id__": 2154 }, "_enabled": true, "__prefab": { - "__id__": 1676 + "__id__": 2162 }, "_contentSize": { "__type__": "cc.Size", @@ -37308,11 +48874,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1668 + "__id__": 2154 }, "_enabled": true, "__prefab": { - "__id__": 1678 + "__id__": 2164 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -37356,15 +48922,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1668 + "__id__": 2154 }, "_enabled": true, "__prefab": { - "__id__": 1680 + "__id__": 2166 }, "clickEvents": [ { - "__id__": 1681 + "__id__": 2167 } ], "_interactable": true, @@ -37413,7 +48979,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 774 + "__id__": 1260 }, "component": "", "_componentId": "f8dd2ODYatM+Zh5DQ/izWwv", @@ -37426,11 +48992,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1668 + "__id__": 2154 }, "_enabled": true, "__prefab": { - "__id__": 1683 + "__id__": 2169 }, "_alignFlags": 4, "_target": null, @@ -37475,11 +49041,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1421 + "__id__": 1907 }, "_enabled": true, "__prefab": { - "__id__": 1686 + "__id__": 2172 }, "_contentSize": { "__type__": "cc.Size", @@ -37503,11 +49069,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1421 + "__id__": 1907 }, "_enabled": true, "__prefab": { - "__id__": 1688 + "__id__": 2174 }, "_alignFlags": 45, "_target": null, @@ -37552,11 +49118,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 774 + "__id__": 1260 }, "_enabled": true, "__prefab": { - "__id__": 1691 + "__id__": 2177 }, "_contentSize": { "__type__": "cc.Size", @@ -37580,11 +49146,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 774 + "__id__": 1260 }, "_enabled": true, "__prefab": { - "__id__": 1693 + "__id__": 2179 }, "_alignFlags": 21, "_target": null, @@ -37616,11 +49182,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 774 + "__id__": 1260 }, "_enabled": true, "__prefab": { - "__id__": 1695 + "__id__": 2181 }, "_id": "" }, @@ -37634,11 +49200,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 774 + "__id__": 1260 }, "_enabled": true, "__prefab": { - "__id__": 1697 + "__id__": 2183 }, "_id": "" }, @@ -37666,14 +49232,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 1700 + "__id__": 2186 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 1699 + "__id__": 2185 }, "asset": { "__uuid__": "26bff847-cd29-48a5-bbfa-c3e2dbda688d", @@ -37681,7 +49247,7 @@ }, "fileId": "5a9CMsVQhKP5Y+UJfTKPbx", "instance": { - "__id__": 1701 + "__id__": 2187 }, "targetOverrides": null }, @@ -37695,19 +49261,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 1702 + "__id__": 2188 }, { - "__id__": 1704 + "__id__": 2190 }, { - "__id__": 1705 + "__id__": 2191 }, { - "__id__": 1706 + "__id__": 2192 }, { - "__id__": 1707 + "__id__": 2193 } ], "removedComponents": [] @@ -37715,7 +49281,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1703 + "__id__": 2189 }, "propertyPath": [ "_name" @@ -37731,7 +49297,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1703 + "__id__": 2189 }, "propertyPath": [ "_lpos" @@ -37746,7 +49312,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1703 + "__id__": 2189 }, "propertyPath": [ "_lrot" @@ -37762,7 +49328,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1703 + "__id__": 2189 }, "propertyPath": [ "_euler" @@ -37777,7 +49343,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 1703 + "__id__": 2189 }, "propertyPath": [ "_active" @@ -37794,23 +49360,23 @@ }, "_children": [ { - "__id__": 1709 + "__id__": 2195 } ], "_active": false, "_components": [ { - "__id__": 1747 + "__id__": 2233 }, { - "__id__": 1749 + "__id__": 2235 }, { - "__id__": 1751 + "__id__": 2237 } ], "_prefab": { - "__id__": 1753 + "__id__": 2239 }, "_lpos": { "__type__": "cc.Vec3", @@ -37847,30 +49413,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1708 + "__id__": 2194 }, "_children": [ { - "__id__": 1710 + "__id__": 2196 } ], "_active": true, "_components": [ { - "__id__": 1738 + "__id__": 2224 }, { - "__id__": 1740 + "__id__": 2226 }, { - "__id__": 1742 + "__id__": 2228 }, { - "__id__": 1744 + "__id__": 2230 } ], "_prefab": { - "__id__": 1746 + "__id__": 2232 }, "_lpos": { "__type__": "cc.Vec3", @@ -37907,27 +49473,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1709 + "__id__": 2195 }, "_children": [ { - "__id__": 1711 + "__id__": 2197 }, { - "__id__": 1719 + "__id__": 2205 }, { - "__id__": 1725 + "__id__": 2211 } ], "_active": true, "_components": [ { - "__id__": 1735 + "__id__": 2221 } ], "_prefab": { - "__id__": 1737 + "__id__": 2223 }, "_lpos": { "__type__": "cc.Vec3", @@ -37964,23 +49530,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1710 + "__id__": 2196 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1712 + "__id__": 2198 }, { - "__id__": 1714 + "__id__": 2200 }, { - "__id__": 1716 + "__id__": 2202 } ], "_prefab": { - "__id__": 1718 + "__id__": 2204 }, "_lpos": { "__type__": "cc.Vec3", @@ -38017,11 +49583,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1711 + "__id__": 2197 }, "_enabled": true, "__prefab": { - "__id__": 1713 + "__id__": 2199 }, "_contentSize": { "__type__": "cc.Size", @@ -38045,11 +49611,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1711 + "__id__": 2197 }, "_enabled": true, "__prefab": { - "__id__": 1715 + "__id__": 2201 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -38093,11 +49659,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1711 + "__id__": 2197 }, "_enabled": true, "__prefab": { - "__id__": 1717 + "__id__": 2203 }, "_alignFlags": 40, "_target": null, @@ -38142,20 +49708,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1710 + "__id__": 2196 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1720 + "__id__": 2206 }, { - "__id__": 1722 + "__id__": 2208 } ], "_prefab": { - "__id__": 1724 + "__id__": 2210 }, "_lpos": { "__type__": "cc.Vec3", @@ -38192,11 +49758,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1719 + "__id__": 2205 }, "_enabled": true, "__prefab": { - "__id__": 1721 + "__id__": 2207 }, "_contentSize": { "__type__": "cc.Size", @@ -38220,11 +49786,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1719 + "__id__": 2205 }, "_enabled": true, "__prefab": { - "__id__": 1723 + "__id__": 2209 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -38281,26 +49847,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1710 + "__id__": 2196 }, "_children": [], "_active": true, "_components": [ { - "__id__": 1726 + "__id__": 2212 }, { - "__id__": 1728 + "__id__": 2214 }, { - "__id__": 1730 + "__id__": 2216 }, { - "__id__": 1732 + "__id__": 2218 } ], "_prefab": { - "__id__": 1734 + "__id__": 2220 }, "_lpos": { "__type__": "cc.Vec3", @@ -38337,11 +49903,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1725 + "__id__": 2211 }, "_enabled": true, "__prefab": { - "__id__": 1727 + "__id__": 2213 }, "_contentSize": { "__type__": "cc.Size", @@ -38365,11 +49931,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1725 + "__id__": 2211 }, "_enabled": true, "__prefab": { - "__id__": 1729 + "__id__": 2215 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -38433,11 +49999,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1725 + "__id__": 2211 }, "_enabled": true, "__prefab": { - "__id__": 1731 + "__id__": 2217 }, "_alignFlags": 10, "_target": null, @@ -38469,11 +50035,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1725 + "__id__": 2211 }, "_enabled": true, "__prefab": { - "__id__": 1733 + "__id__": 2219 }, "templateMode": true, "watchPath": "data.data.gold", @@ -38506,11 +50072,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1710 + "__id__": 2196 }, "_enabled": true, "__prefab": { - "__id__": 1736 + "__id__": 2222 }, "_contentSize": { "__type__": "cc.Size", @@ -38547,11 +50113,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1709 + "__id__": 2195 }, "_enabled": true, "__prefab": { - "__id__": 1739 + "__id__": 2225 }, "_contentSize": { "__type__": "cc.Size", @@ -38575,11 +50141,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1709 + "__id__": 2195 }, "_enabled": true, "__prefab": { - "__id__": 1741 + "__id__": 2227 }, "_alignFlags": 8, "_target": null, @@ -38611,11 +50177,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1709 + "__id__": 2195 }, "_enabled": true, "__prefab": { - "__id__": 1743 + "__id__": 2229 }, "_resizeMode": 0, "_layoutType": 1, @@ -38649,11 +50215,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1709 + "__id__": 2195 }, "_enabled": true, "__prefab": { - "__id__": 1745 + "__id__": 2231 }, "_alignFlags": 40, "_target": null, @@ -38698,11 +50264,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1708 + "__id__": 2194 }, "_enabled": true, "__prefab": { - "__id__": 1748 + "__id__": 2234 }, "_contentSize": { "__type__": "cc.Size", @@ -38726,11 +50292,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1708 + "__id__": 2194 }, "_enabled": true, "__prefab": { - "__id__": 1750 + "__id__": 2236 }, "_alignFlags": 17, "_target": null, @@ -38762,11 +50328,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 1708 + "__id__": 2194 }, "_enabled": true, "__prefab": { - "__id__": 1752 + "__id__": 2238 }, "_id": "" }, @@ -38797,7 +50363,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1755 + "__id__": 2241 }, "_contentSize": { "__type__": "cc.Size", @@ -38825,7 +50391,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1757 + "__id__": 2243 }, "_alignFlags": 45, "_target": null, @@ -38861,7 +50427,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 1759 + "__id__": 2245 }, "debugMode": false, "_id": "" @@ -38882,82 +50448,82 @@ "instance": null, "targetOverrides": [ { - "__id__": 1761 + "__id__": 2247 }, { - "__id__": 1764 + "__id__": 2250 }, { - "__id__": 1767 + "__id__": 2253 }, { - "__id__": 1770 + "__id__": 2256 }, { - "__id__": 1773 + "__id__": 2259 }, { - "__id__": 1776 + "__id__": 2262 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 1699 + "__id__": 2185 }, { - "__id__": 1214 + "__id__": 1700 }, { - "__id__": 1174 + "__id__": 1660 }, { - "__id__": 1136 + "__id__": 1622 }, { - "__id__": 1104 + "__id__": 1590 }, { - "__id__": 1066 + "__id__": 1552 }, { - "__id__": 1028 + "__id__": 1514 }, { - "__id__": 1007 + "__id__": 1493 }, { - "__id__": 791 + "__id__": 1277 }, { - "__id__": 378 + "__id__": 864 }, { - "__id__": 361 + "__id__": 847 }, { - "__id__": 344 + "__id__": 830 }, { - "__id__": 323 + "__id__": 809 } ] }, { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1028 + "__id__": 1514 }, "sourceInfo": { - "__id__": 1762 + "__id__": 2248 }, "propertyPath": [ "_barSprite" ], "target": { - "__id__": 1028 + "__id__": 1514 }, "targetInfo": { - "__id__": 1763 + "__id__": 2249 } }, { @@ -38975,19 +50541,19 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1066 + "__id__": 1552 }, "sourceInfo": { - "__id__": 1765 + "__id__": 2251 }, "propertyPath": [ "_barSprite" ], "target": { - "__id__": 1066 + "__id__": 1552 }, "targetInfo": { - "__id__": 1766 + "__id__": 2252 } }, { @@ -39005,19 +50571,19 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1136 + "__id__": 1622 }, "sourceInfo": { - "__id__": 1768 + "__id__": 2254 }, "propertyPath": [ "_barSprite" ], "target": { - "__id__": 1136 + "__id__": 1622 }, "targetInfo": { - "__id__": 1769 + "__id__": 2255 } }, { @@ -39035,19 +50601,19 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1174 + "__id__": 1660 }, "sourceInfo": { - "__id__": 1771 + "__id__": 2257 }, "propertyPath": [ "_barSprite" ], "target": { - "__id__": 1174 + "__id__": 1660 }, "targetInfo": { - "__id__": 1772 + "__id__": 2258 } }, { @@ -39065,19 +50631,19 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1104 + "__id__": 1590 }, "sourceInfo": { - "__id__": 1774 + "__id__": 2260 }, "propertyPath": [ "_barSprite" ], "target": { - "__id__": 1104 + "__id__": 1590 }, "targetInfo": { - "__id__": 1775 + "__id__": 2261 } }, { @@ -39095,19 +50661,19 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 1214 + "__id__": 1700 }, "sourceInfo": { - "__id__": 1777 + "__id__": 2263 }, "propertyPath": [ "_barSprite" ], "target": { - "__id__": 1214 + "__id__": 1700 }, "targetInfo": { - "__id__": 1778 + "__id__": 2264 } }, { diff --git a/assets/script/game/common/config/AttrSet.ts b/assets/script/game/common/config/AttrSet.ts index be877055..f9ae2eda 100644 --- a/assets/script/game/common/config/AttrSet.ts +++ b/assets/script/game/common/config/AttrSet.ts @@ -11,67 +11,21 @@ import { Attrs } from "./HeroAttrs"; } export const AttrCards: Record = { //*一阶 */ - 2001:{uuid:2001, icon:"1020", attr: Attrs.AP, value: 2, desc: "攻击力 +2%", isSpecial: false,name: "强化攻击Ⅰ" }, - 2002:{uuid:2002, icon:"1020", attr: Attrs.HP_MAX, value: 2, desc: "生命上限 +2%", isSpecial: false,name: "强化生命Ⅰ" }, - 2003:{uuid:2003, icon:"1020", attr: Attrs.DEF, value: 2, desc: "防御力 +2%", isSpecial: false,name: "强化防御Ⅰ" }, - 2004:{uuid:2004, icon:"1020", attr: Attrs.AS, value: 1, desc: "攻击速度 +1%", isSpecial: false,name: "强化攻速Ⅰ" }, - 2005:{uuid:2005, icon:"1020", attr: Attrs.LIFESTEAL, value: 2, desc: "吸血比例 +2%", isSpecial: true,name: "强化吸血Ⅰ" }, - 2006:{uuid:2006, icon:"1020", attr: Attrs.CRITICAL, value: 2, desc: "暴击率 +2%", isSpecial: true,name: "强化暴击Ⅰ" }, - 2007:{uuid:2007, icon:"1020", attr: Attrs.CRITICAL_DMG, value: 10, desc: "暴击伤害 +10%", isSpecial: true,name: "强化爆伤Ⅰ" }, - 2008:{uuid:2008, icon:"1020", attr: Attrs.STUN_CHANCE, value: 2, desc: "眩晕概率 +2%", isSpecial: true,name: "强化眩晕Ⅰ" }, - 2009:{uuid:2009, icon:"1020", attr: Attrs.FREEZE_CHANCE, value: 2, desc: "冰冻概率 +2%", isSpecial: true,name: "强化冰冻Ⅰ" }, - 2010:{uuid:2010, icon:"1020", attr: Attrs.BURN_CHANCE, value: 2, desc: "燃烧概率 +2%", isSpecial: true,name: "强化燃烧Ⅰ" }, - 2011:{uuid:2011, icon:"1020", attr: Attrs.BACK_CHANCE, value: 2, desc: "击退概率 +2%", isSpecial: true,name: "强化击退Ⅰ" }, - 2012:{uuid:2012, icon:"1020", attr: Attrs.SLOW_CHANCE, value: 2, desc: "减速概率 +2%", isSpecial: true,name: "强化减速Ⅰ" }, - 2013:{uuid:2013, icon:"1020", attr: Attrs.DODGE, value: 2, desc: "闪避率 +2%", isSpecial: true,name: "强化闪避Ⅰ" }, - 2014:{uuid:2014, icon:"1020", attr: Attrs.HP_REGEN, value: 10, desc: "每秒回血 +10", isSpecial: true,name: "强化回血Ⅰ" }, - //*二阶 */ - 2101:{uuid:2101, icon:"1020", attr: Attrs.AP, value: 3, desc: "攻击力 +3%", isSpecial: false,name: "强化攻击Ⅱ" }, - 2102:{uuid:2102, icon:"1020", attr: Attrs.HP_MAX, value: 3, desc: "生命上限 +3%", isSpecial: false,name: "强化生命Ⅱ" }, - 2103:{uuid:2103, icon:"1020", attr: Attrs.DEF, value: 2.5, desc: "防御力 +2.5%", isSpecial: false,name: "强化防御Ⅱ" }, - 2104:{uuid:2104, icon:"1020", attr: Attrs.AS, value: 1.5, desc: "攻击速度 +1.5%", isSpecial: false,name: "强化攻速Ⅱ" }, - 2105:{uuid:2105, icon:"1020", attr: Attrs.LIFESTEAL, value: 2.5, desc: "吸血比例 +2.5%", isSpecial: true,name: "强化吸血Ⅱ" }, - 2106:{uuid:2106, icon:"1020", attr: Attrs.CRITICAL, value: 2.5, desc: "暴击率 +2.5%", isSpecial: true,name: "强化暴击Ⅱ" }, - 2107:{uuid:2107, icon:"1020", attr: Attrs.CRITICAL_DMG, value: 12, desc: "暴击伤害 +12%", isSpecial: true,name: "强化爆伤Ⅱ" }, - 2108:{uuid:2108, icon:"1020", attr: Attrs.STUN_CHANCE, value: 2.5, desc: "眩晕概率 +2.5%", isSpecial: true,name: "强化眩晕Ⅱ" }, - 2109:{uuid:2109, icon:"1020", attr: Attrs.FREEZE_CHANCE, value: 2.5, desc: "冰冻概率 +2.5%", isSpecial: true,name: "强化冰冻Ⅱ" }, - 2110:{uuid:2110, icon:"1020", attr: Attrs.BURN_CHANCE, value: 2.5, desc: "燃烧概率 +2.5%", isSpecial: true,name: "强化燃烧Ⅱ" }, - 2111:{uuid:2111, icon:"1020", attr: Attrs.BACK_CHANCE, value: 2.5, desc: "击退概率 +2.5%", isSpecial: true,name: "强化击退Ⅱ" }, - 2112:{uuid:2112, icon:"1020", attr: Attrs.SLOW_CHANCE, value: 2.5, desc: "减速概率 +2.5%", isSpecial: true,name: "强化减速Ⅱ" }, - 2113:{uuid:2113, icon:"1020", attr: Attrs.DODGE, value: 2.5, desc: "闪避率 +2.5%", isSpecial: true,name: "强化闪避Ⅱ" }, - 2114:{uuid:2114, icon:"1020", attr: Attrs.HP_REGEN, value: 15, desc: "每秒回血 +15", isSpecial: true,name: "强化回血Ⅱ" }, - - //*三阶 */ - 2201:{uuid:2201, icon:"1020", attr: Attrs.AP, value: 4, desc: "攻击力 +4%", isSpecial: false,name: "强化攻击Ⅲ" }, - 2202:{uuid:2202, icon:"1020", attr: Attrs.HP_MAX, value: 4, desc: "生命上限 +4%", isSpecial: false,name: "强化生命Ⅲ" }, - 2203:{uuid:2203, icon:"1020", attr: Attrs.DEF, value: 3, desc: "防御力 +3%", isSpecial: false,name: "强化防御Ⅲ" }, - 2204:{uuid:2204, icon:"1020", attr: Attrs.AS, value: 2, desc: "攻击速度 +2%", isSpecial: false,name: "强化攻速Ⅲ" }, - 2205:{uuid:2205, icon:"1020", attr: Attrs.LIFESTEAL, value: 3, desc: "吸血比例 +3%", isSpecial: true,name: "强化吸血Ⅲ" }, - 2206:{uuid:2206, icon:"1020", attr: Attrs.CRITICAL, value: 3, desc: "暴击率 +3%", isSpecial: true,name: "强化暴击Ⅲ" }, - 2207:{uuid:2207, icon:"1020", attr: Attrs.CRITICAL_DMG, value: 15, desc: "暴击伤害 +15%", isSpecial: true,name: "强化爆伤Ⅲ" }, - 2208:{uuid:2208, icon:"1020", attr: Attrs.STUN_CHANCE, value: 3, desc: "眩晕概率 +3%", isSpecial: true,name: "强化眩晕Ⅲ" }, - 2209:{uuid:2209, icon:"1020", attr: Attrs.FREEZE_CHANCE, value: 3, desc: "冰冻概率 +3%", isSpecial: true,name: "强化冰冻Ⅲ" }, - 2210:{uuid:2210, icon:"1020", attr: Attrs.BURN_CHANCE, value: 3, desc: "燃烧概率 +3%", isSpecial: true,name: "强化燃烧Ⅲ" }, - 2211:{uuid:2211, icon:"1020", attr: Attrs.BACK_CHANCE, value: 3, desc: "击退概率 +3%", isSpecial: true,name: "强化击退Ⅲ" }, - 2212:{uuid:2212, icon:"1020", attr: Attrs.SLOW_CHANCE, value: 3, desc: "减速概率 +3%", isSpecial: true,name: "强化减速Ⅲ" }, - 2213:{uuid:2213, icon:"1020", attr: Attrs.DODGE, value: 3, desc: "闪避率 +3%", isSpecial: true,name: "强化闪避Ⅲ" }, - 2214:{uuid:2214, icon:"1020", attr: Attrs.HP_REGEN, value: 20, desc: "每秒回血 +20", isSpecial: true,name: "强化回血Ⅲ" }, - - //*四阶 */ - 2301:{uuid:2301, icon:"1020", attr: Attrs.AP, value: 5, desc: "攻击力 +5%", isSpecial: false,name: "强化攻击Ⅳ" }, - 2302:{uuid:2302, icon:"1020", attr: Attrs.HP_MAX, value: 5, desc: "生命上限 +5%", isSpecial: false,name: "强化生命Ⅳ" }, - 2303:{uuid:2303, icon:"1020", attr: Attrs.DEF, value: 5, desc: "防御力 +5%", isSpecial: false,name: "强化防御Ⅳ" }, - 2304:{uuid:2304, icon:"1020", attr: Attrs.AS, value: 5, desc: "攻击速度 +5%", isSpecial: false,name: "强化攻速Ⅳ" }, - 2305:{uuid:2305, icon:"1020", attr: Attrs.LIFESTEAL, value: 5, desc: "吸血比例 +5%", isSpecial: true,name: "强化吸血Ⅳ" }, - 2306:{uuid:2306, icon:"1020", attr: Attrs.CRITICAL, value: 5, desc: "暴击率 +5%", isSpecial: true,name: "强化暴击Ⅳ" }, - 2307:{uuid:2307, icon:"1020", attr: Attrs.CRITICAL_DMG, value: 30, desc: "暴击伤害 +30%", isSpecial: true,name: "强化爆伤Ⅳ" }, - 2308:{uuid:2308, icon:"1020", attr: Attrs.STUN_CHANCE, value: 5, desc: "眩晕概率 +5%", isSpecial: true,name: "强化眩晕Ⅳ" }, - 2309:{uuid:2309, icon:"1020", attr: Attrs.FREEZE_CHANCE, value: 5, desc: "冰冻概率 +5%", isSpecial: true,name: "强化冰冻Ⅳ" }, - 2310:{uuid:2310, icon:"1020", attr: Attrs.BURN_CHANCE, value: 5, desc: "燃烧概率 +5%", isSpecial: true,name: "强化燃烧Ⅳ" }, - 2311:{uuid:2311, icon:"1020", attr: Attrs.BACK_CHANCE, value: 5, desc: "击退概率 +5%", isSpecial: true,name: "强化击退Ⅳ" }, - 2312:{uuid:2312, icon:"1020", attr: Attrs.SLOW_CHANCE, value: 5, desc: "减速概率 +5%", isSpecial: true,name: "强化减速Ⅳ" }, - 2313:{uuid:2313, icon:"1020", attr: Attrs.DODGE, value: 5, desc: "闪避率 +5%", isSpecial: true,name: "强化闪避Ⅳ" }, - 2314:{uuid:2314, icon:"1020", attr: Attrs.HP_REGEN, value: 30, desc: "每秒回血 +30", isSpecial: true,name: "强化回血Ⅳ" }, + 2001:{uuid:2001, icon:"1020", attr: Attrs.AP, value: 20, desc: "攻击力 +20%", isSpecial: false,name: "强化攻击" }, + 2002:{uuid:2002, icon:"1020", attr: Attrs.HP_MAX, value: 20, desc: "生命上限 +20%", isSpecial: false,name: "强化生命" }, + 2003:{uuid:2003, icon:"1020", attr: Attrs.DEF, value: 20, desc: "防御力 +20%", isSpecial: false,name: "强化防御" }, + 2004:{uuid:2004, icon:"1020", attr: Attrs.AS, value: 5, desc: "攻击速度 +5%", isSpecial: false,name: "强化攻速" }, + 2005:{uuid:2005, icon:"1020", attr: Attrs.LIFESTEAL, value: 10, desc: "吸血比例 +2%", isSpecial: true,name: "强化吸血" }, + 2006:{uuid:2006, icon:"1020", attr: Attrs.CRITICAL, value: 5, desc: "暴击率 +2%", isSpecial: true,name: "强化暴击" }, + 2007:{uuid:2007, icon:"1020", attr: Attrs.CRITICAL_DMG, value: 10, desc: "暴击伤害 +10%", isSpecial: true,name: "强化爆伤" }, + 2008:{uuid:2008, icon:"1020", attr: Attrs.STUN_CHANCE, value: 5, desc: "眩晕概率 +2%", isSpecial: true,name: "强化眩晕" }, + 2009:{uuid:2009, icon:"1020", attr: Attrs.FREEZE_CHANCE, value: 5, desc: "冰冻概率 +2%", isSpecial: true,name: "强化冰冻" }, + 2010:{uuid:2010, icon:"1020", attr: Attrs.BURN_CHANCE, value: 5, desc: "燃烧概率 +2%", isSpecial: true,name: "强化燃烧" }, + 2011:{uuid:2011, icon:"1020", attr: Attrs.BACK_CHANCE, value: 5, desc: "击退概率 +2%", isSpecial: true,name: "强化击退" }, + 2012:{uuid:2012, icon:"1020", attr: Attrs.SLOW_CHANCE, value: 5, desc: "减速概率 +2%", isSpecial: true,name: "强化减速" }, + 2013:{uuid:2013, icon:"1020", attr: Attrs.DODGE, value: 5, desc: "闪避率 +5%", isSpecial: true,name: "强化闪避" }, + 2014:{uuid:2014, icon:"1020", attr: Attrs.HP_REGEN, value: 20, desc: "回血 +20%", isSpecial: true,name: "强化回血" }, + } export interface PotionInfo extends AttrInfo { @@ -80,34 +34,28 @@ import { Attrs } from "./HeroAttrs"; export const PotionCards: Record = { // 持续时间20秒的强力药水 - 3001: { uuid: 3001, icon: "1020", attr: Attrs.AP, value: 50, desc: "20秒内攻击力 +50%", isSpecial: false,name: "狂暴药水", duration: 20 }, - 3002: { uuid: 3002, icon: "1020", attr: Attrs.AS, value: 50, desc: "20秒内攻速 +50%", isSpecial: false,name: "急速药水", duration: 20 }, - 3003: { uuid: 3003, icon: "1020", attr: Attrs.DEF, value: 50, desc: "20秒内防御 +50%", isSpecial: false,name: "防御药水", duration: 20 }, - 3004: { uuid: 3004, icon: "1020", attr: Attrs.SPEED, value: 50, desc: "20秒内移速 +50%", isSpecial: false,name: "神行药水", duration: 20 }, + 3001: { uuid: 3001, icon: "1020", attr: Attrs.AP, value: 100, desc: "15秒内攻击力 +100%", isSpecial: false,name: "狂暴药水", duration: 15 }, + 3002: { uuid: 3002, icon: "1020", attr: Attrs.AS, value: 100, desc: "15秒内攻速 +100%", isSpecial: false,name: "急速药水", duration: 15 }, + 3003: { uuid: 3003, icon: "1020", attr: Attrs.DEF, value: 100, desc: "15秒内防御 +100%", isSpecial: false,name: "防御药水", duration: 15 }, + 3004: { uuid: 3004, icon: "1020", attr: Attrs.SPEED, value: 100, desc: "15秒内移速 +100%", isSpecial: false,name: "神行药水", duration: 15 }, // 持续时间60秒的普通药水 - 3005: { uuid: 3005, icon: "1020", attr: Attrs.AP, value: 20, desc: "60秒内攻击力 +20%", isSpecial: false,name: "力量药剂", duration: 60 }, - 3006: { uuid: 3006, icon: "1020", attr: Attrs.AS, value: 20, desc: "60秒内攻速 +20%", isSpecial: false,name: "敏捷药剂", duration: 60 }, - 3007: { uuid: 3007, icon: "1020", attr: Attrs.DEF, value: 20, desc: "60秒内防御 +20%", isSpecial: false,name: "护甲药剂", duration: 60 }, - 3008: { uuid: 3008, icon: "1020", attr: Attrs.SPEED, value: 20, desc: "60秒内移速 +20%", isSpecial: false,name: "轻灵药剂", duration: 60 }, + 3005: { uuid: 3005, icon: "1020", attr: Attrs.AP, value: 25, desc: "60秒内攻击力 +25%", isSpecial: false,name: "力量药剂", duration: 60 }, + 3006: { uuid: 3006, icon: "1020", attr: Attrs.AS, value: 25, desc: "60秒内攻速 +25%", isSpecial: false,name: "敏捷药剂", duration: 60 }, + 3007: { uuid: 3007, icon: "1020", attr: Attrs.DEF, value: 25, desc: "60秒内防御 +25%", isSpecial: false,name: "护甲药剂", duration: 60 }, + 3008: { uuid: 3008, icon: "1020", attr: Attrs.SPEED, value: 25, desc: "60秒内移速 +25%", isSpecial: false,name: "轻灵药剂", duration: 60 }, // 闪避药水 - 3009: { uuid: 3009, icon: "1020", attr: Attrs.DODGE, value: 50, desc: "20秒内闪避率 +50%", isSpecial: false,name: "残影药水", duration: 20 }, - 3010: { uuid: 3010, icon: "1020", attr: Attrs.DODGE, value: 20, desc: "60秒内闪避率 +20%", isSpecial: false,name: "闪避药剂", duration: 60 }, + 3009: { uuid: 3009, icon: "1020", attr: Attrs.DODGE, value: 100, desc: "20秒内闪避率 +100%", isSpecial: false,name: "残影药水", duration: 15 }, + 3010: { uuid: 3010, icon: "1020", attr: Attrs.DODGE, value: 25, desc: "60秒内闪避率 +25%", isSpecial: false,name: "闪避药剂", duration: 60 }, // 回血药水 - 3011: { uuid: 3011, icon: "1020", attr: Attrs.HP_REGEN, value: 30, desc: "每5秒回血生命最大值的30%", isSpecial: false,name: "生命药水", duration: 20 }, + 3011: { uuid: 3011, icon: "1020", attr: Attrs.HP_REGEN, value: 30, desc: "每5秒回血生命最大值的30%", isSpecial: false,name: "生命药水", duration: 15 }, 3012: { uuid: 3012, icon: "1020", attr: Attrs.HP_REGEN, value: 10, desc: "每5秒回血生命最大值的10%", isSpecial: false,name: "回春药剂", duration: 60 }, }; export const CanSelectAttrs: Record = { // 1阶属性 1: [2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014], - // 2阶属性 - 5: [2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114], - // 3阶属性 - 10: [2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214], - // 4阶属性 - 15: [2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314] }; export const CanSelectPotions: Record = { diff --git a/assets/script/game/common/config/GameSet.ts b/assets/script/game/common/config/GameSet.ts index a14d6e72..d6d6b40d 100644 --- a/assets/script/game/common/config/GameSet.ts +++ b/assets/script/game/common/config/GameSet.ts @@ -103,7 +103,9 @@ export enum FightSet { LVUP_GOLD_UP=50,//升级需要的金币 CHOU_GOLD=100,//抽卡需要的金币 BACK_RANG=30,//后退范围 + FiIGHT_TIME=60*10,//战斗时间 } + export enum IndexSet { /** 英雄基础层级 */ HERO = 2000, diff --git a/assets/script/game/hero/HeroViewComp.ts b/assets/script/game/hero/HeroViewComp.ts index 0f58f8be..cb5928f3 100644 --- a/assets/script/game/hero/HeroViewComp.ts +++ b/assets/script/game/hero/HeroViewComp.ts @@ -317,7 +317,12 @@ export class HeroViewComp extends CCComp { var node = instantiate(prefab); node.parent = this.node; } - + private deaded(){ + var path = "game/skill/end/atked"; + var prefab: Prefab = oops.res.get(path, Prefab)!; + var node = instantiate(prefab); + node.parent = this.node; + } // 注意:BaseUp 逻辑已移到 HeroAttrSystem.update() // 注意:updateTemporaryBuffsDebuffs 逻辑已移到 HeroAttrSystem.update() @@ -404,6 +409,7 @@ export class HeroViewComp extends CCComp { } // 播放死亡特效 + this.deaded(); this.as.dead(); diff --git a/assets/script/game/map/MissionComp.ts b/assets/script/game/map/MissionComp.ts index 32a9a43c..bc71e5e5 100644 --- a/assets/script/game/map/MissionComp.ts +++ b/assets/script/game/map/MissionComp.ts @@ -35,8 +35,10 @@ export class MissionComp extends CCComp { chou_node:Node = null! @property(Node) time_node:Node = null! - - + @property(Node) + binfo_node:Node = null! + + FightTime:number = FightSet.FiIGHT_TIME /** 剩余复活次数 */ revive_times: number = 1; rewards:any[]=[] @@ -46,6 +48,8 @@ export class MissionComp extends CCComp { diamond:0 } + private lastTimeStr: string = ""; + // 记录已触发的特殊刷怪索引 private spawnedSpecialIndices: Set = new Set(); @@ -66,13 +70,23 @@ export class MissionComp extends CCComp { if(smc.mission.in_fight){ if(smc.mission.stop_mon_action) return smc.vmdata.mission_data.fight_time+=dt - smc.vmdata.mission_data.time-=dt + this.FightTime-=dt // 检查特殊刷怪时间 this.checkSpecialSpawns(smc.vmdata.mission_data.fight_time); + this.update_time(); + } + } + update_time(){ + let time = Math.max(0, this.FightTime); + let m = Math.floor(time / 60); + let s = Math.floor(time % 60); + let str = `${m.toString().padStart(2, '0')}:${s.toString().padStart(2, '0')}`; + if(str != this.lastTimeStr){ + this.time_node.getChildByName("time").getComponent(Label).string = str; + this.lastTimeStr = str; } } - private checkSpecialSpawns(fightTime: number) { SpecialMonsterSchedule.forEach((item, index) => { if (!this.spawnedSpecialIndices.has(index) && fightTime >= item.time) { @@ -261,7 +275,7 @@ do_ad(){ smc.vmdata.mission_data.in_fight=false smc.vmdata.mission_data.fight_time=0 smc.vmdata.mission_data.level=0 - smc.vmdata.mission_data.time=15*60 + this.FightTime=FightSet.FiIGHT_TIME this.rewards=[] // 改为数组,用于存储掉落物品列表 this.revive_times = 1; // 每次任务开始重置复活次数 this.spawnedSpecialIndices.clear(); // 重置特殊刷怪记录