From 1d4769b080070284b3c0b3d56c317578818c4bd9 Mon Sep 17 00:00:00 2001 From: pan Date: Wed, 5 Aug 2026 16:54:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E6=96=B0=E5=A2=9E=E8=8B=B1?= =?UTF-8?q?=E9=9B=84=E9=95=BF=E6=8C=89=E8=AF=A6=E6=83=85=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 拆分HeroBoxComp的次级属性与技能描述到独立弹窗HeroMoreCom 2. 新增UIID.HeroMore配置与对应预制体资源 3. 实现英雄盒长按0.5秒触发详情弹窗,点击任意位置关闭 4. 弹窗支持实时刷新受buff影响的英雄属性 --- assets/resources/gui/auie/more.prefab | 6222 +++++++ assets/resources/gui/auie/more.prefab.meta | 13 + assets/resources/gui/element/herobox.prefab | 13613 +++++----------- assets/resources/gui/element/mission.prefab | 4640 +++--- .../script/game/common/config/GameUIConfig.ts | 3 + assets/script/game/map/HeroBoxComp.ts | 239 +- assets/script/game/map/HeroMoreCom.ts | 252 + assets/script/game/map/HeroMoreCom.ts.meta | 9 + 8 files changed, 12834 insertions(+), 12157 deletions(-) create mode 100644 assets/resources/gui/auie/more.prefab create mode 100644 assets/resources/gui/auie/more.prefab.meta create mode 100644 assets/script/game/map/HeroMoreCom.ts create mode 100644 assets/script/game/map/HeroMoreCom.ts.meta diff --git a/assets/resources/gui/auie/more.prefab b/assets/resources/gui/auie/more.prefab new file mode 100644 index 00000000..e0e0538c --- /dev/null +++ b/assets/resources/gui/auie/more.prefab @@ -0,0 +1,6222 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "more", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "more", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 250 + }, + { + "__id__": 2 + }, + { + "__id__": 25 + }, + { + "__id__": 225 + } + ], + "_active": true, + "_components": [ + { + "__id__": 247 + }, + { + "__id__": 258 + } + ], + "_prefab": { + "__id__": 249 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -1.907, + "y": 303.36, + "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", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_prefab": { + "__id__": 3 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 2 + }, + "asset": { + "__uuid__": "555f7387-1025-41a8-a2a8-ff61c76004a3", + "__expectedType__": "cc.Prefab" + }, + "fileId": "50T0YGiGBH7qZZFeATiEP+", + "instance": { + "__id__": 4 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "8bsmP6uiBBLJQIUzyOxUTq", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 5 + }, + { + "__id__": 7 + }, + { + "__id__": 9 + }, + { + "__id__": 11 + }, + { + "__id__": 13 + }, + { + "__id__": 15 + }, + { + "__id__": 17 + }, + { + "__id__": 19 + }, + { + "__id__": 21 + }, + { + "__id__": 23 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 6 + }, + "propertyPath": [ + "_name" + ], + "value": "popup" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "50T0YGiGBH7qZZFeATiEP+" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 8 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "50T0YGiGBH7qZZFeATiEP+" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 10 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "50T0YGiGBH7qZZFeATiEP+" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 12 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "50T0YGiGBH7qZZFeATiEP+" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 14 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 700, + "height": 300 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "50XxsJbrFCN4H9VEVO1jhI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 16 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 700, + "height": 300 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "89vNfbOw5OYLiuCSle5Cni" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 18 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 1400, + "height": 600 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3dNz0H16xGpJqDZ5588nMV" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 20 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 868, + "height": 188 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "dbPtEc0lVC6b6/8Lozo2Vm" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 22 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "31AYdwZIJAcr3omdojH1js" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 24 + }, + "propertyPath": [ + "_active" + ], + "value": false + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "edv/0Agw9E+qY3h4DiEUF9" + ] + }, + { + "__type__": "cc.Node", + "_name": "attr_more", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 26 + }, + { + "__id__": 50 + }, + { + "__id__": 74 + }, + { + "__id__": 98 + }, + { + "__id__": 122 + }, + { + "__id__": 146 + }, + { + "__id__": 170 + }, + { + "__id__": 194 + } + ], + "_active": true, + "_components": [ + { + "__id__": 218 + }, + { + "__id__": 220 + }, + { + "__id__": 222 + } + ], + "_prefab": { + "__id__": 224 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 40, + "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": "cd", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 25 + }, + "_children": [ + { + "__id__": 27 + }, + { + "__id__": 33 + }, + { + "__id__": 39 + } + ], + "_active": true, + "_components": [ + { + "__id__": 45 + }, + { + "__id__": 47 + } + ], + "_prefab": { + "__id__": 49 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -245, + "y": 50, + "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": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 26 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 28 + }, + { + "__id__": 30 + } + ], + "_prefab": { + "__id__": 32 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -72.2216796875, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 27 + }, + "_enabled": true, + "__prefab": { + "__id__": 29 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 45.556640625, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "68n5QbN3xJ5psKY45IklPR" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 27 + }, + "_enabled": true, + "__prefab": { + "__id__": 31 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 32, + "g": 32, + "b": 32, + "a": 255 + }, + "_string": "攻速:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "13Yt/ae/5Ogo4IFgdor6SD" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d47n3iZV1DQavg7IXRtMpG", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "all", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 26 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 34 + }, + { + "__id__": 36 + } + ], + "_prefab": { + "__id__": 38 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -31.7587890625, + "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__": 33 + }, + "_enabled": true, + "__prefab": { + "__id__": 35 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 33.369140625, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "67rbhLqD1FjK9ufofLK7Gi" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 33 + }, + "_enabled": true, + "__prefab": { + "__id__": 37 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "100", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_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": "7fZw/0KYNG05LdWElPJr9x" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c3rGRlWu1FEKzyuGojhIFB", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "plus", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 26 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 40 + }, + { + "__id__": 42 + } + ], + "_prefab": { + "__id__": 44 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -14.07421875, + "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__": 39 + }, + "_enabled": true, + "__prefab": { + "__id__": 41 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 47.24609375, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2bxjv1UHlMIpp6UY59Hyu5" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 39 + }, + "_enabled": true, + "__prefab": { + "__id__": 43 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 30, + "g": 132, + "b": 73, + "a": 255 + }, + "_string": "(+50)", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "76UOn5FDRPi6nmjlu3zzS0" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "2c6PAKk2NF1JqdCFctkBmm", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 26 + }, + "_enabled": true, + "__prefab": { + "__id__": 46 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 190, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "eew5V1n/RAurXXYb+A+hMA" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 26 + }, + "_enabled": true, + "__prefab": { + "__id__": 48 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 1, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "47tsVeTGZAj5peSbeIjeka" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c4EX2JgJ5HZrDspvOG9J2p", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "stun", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 25 + }, + "_children": [ + { + "__id__": 51 + }, + { + "__id__": 57 + }, + { + "__id__": 63 + } + ], + "_active": true, + "_components": [ + { + "__id__": 69 + }, + { + "__id__": 71 + } + ], + "_prefab": { + "__id__": 73 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -50, + "y": 50, + "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": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 50 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 52 + }, + { + "__id__": 54 + } + ], + "_prefab": { + "__id__": 56 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -72.2216796875, + "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__": 51 + }, + "_enabled": true, + "__prefab": { + "__id__": 53 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 45.556640625, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e2jXuC7CxKaJXEIUyn/C5s" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 51 + }, + "_enabled": true, + "__prefab": { + "__id__": 55 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 32, + "g": 32, + "b": 32, + "a": 255 + }, + "_string": "击晕:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "8bucmHgzRDL6ZYSY9MpS76" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a0IXKrZ6lPeYRyIzzMj+Xd", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "all", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 50 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 58 + }, + { + "__id__": 60 + } + ], + "_prefab": { + "__id__": 62 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -28.4287109375, + "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__": 57 + }, + "_enabled": true, + "__prefab": { + "__id__": 59 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 40.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "balNiJxH9Gop5dhHZY1tGi" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 57 + }, + "_enabled": true, + "__prefab": { + "__id__": 61 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "20%", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_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": "28n8+rvkpAX4Z1IO1KUFlw" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a6Vh31Yj1D9KItkMFjpPfW", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "plus", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 50 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 64 + }, + { + "__id__": 66 + } + ], + "_prefab": { + "__id__": 68 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -7.4140625, + "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__": 63 + }, + "_enabled": true, + "__prefab": { + "__id__": 65 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 65.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b9KY/1QBdCUIKZ0gDMyJF5" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 63 + }, + "_enabled": true, + "__prefab": { + "__id__": 67 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 30, + "g": 132, + "b": 73, + "a": 255 + }, + "_string": "(+10%)", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "2b7NxkDClCIp2y4Tz0+Bqi" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "63TF8Cj3ZC1p81QhxQKOqR", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 50 + }, + "_enabled": true, + "__prefab": { + "__id__": 70 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 190, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "57qCmVVDJMBofs/Hrh18Dn" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 50 + }, + "_enabled": true, + "__prefab": { + "__id__": 72 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 1, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d4vd9BtidPbLGXVC+RfHHY" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "3dWsq2smhOca3khX8Pwa4i", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "crt", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 25 + }, + "_children": [ + { + "__id__": 75 + }, + { + "__id__": 81 + }, + { + "__id__": 87 + } + ], + "_active": true, + "_components": [ + { + "__id__": 93 + }, + { + "__id__": 95 + } + ], + "_prefab": { + "__id__": 97 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 145, + "y": 50, + "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": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 74 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 76 + }, + { + "__id__": 78 + } + ], + "_prefab": { + "__id__": 80 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -72.2216796875, + "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__": 75 + }, + "_enabled": true, + "__prefab": { + "__id__": 77 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 45.556640625, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "335oVQwPdK1p6qoQSd2sMu" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 75 + }, + "_enabled": true, + "__prefab": { + "__id__": 79 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 32, + "g": 32, + "b": 32, + "a": 255 + }, + "_string": "暴击:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "477OvuYWhDlZvW/Ntkry/f" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "aftVoCtUlG14KomQJNNPYB", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "all", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 74 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 82 + }, + { + "__id__": 84 + } + ], + "_prefab": { + "__id__": 86 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -28.4287109375, + "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__": 81 + }, + "_enabled": true, + "__prefab": { + "__id__": 83 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 40.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1eBL6ipUpAD6Y2/ldYz5W7" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 81 + }, + "_enabled": true, + "__prefab": { + "__id__": 85 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "20%", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_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": "b5sbewoBRGbJ/qP+BdfbY3" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a1hZLK4TRLvJq+wGH4M9Dh", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "plus", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 74 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 88 + }, + { + "__id__": 90 + } + ], + "_prefab": { + "__id__": 92 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -7.4140625, + "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__": 87 + }, + "_enabled": true, + "__prefab": { + "__id__": 89 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 65.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "88dIcoR4tPsrAYlKbF5l5B" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 87 + }, + "_enabled": true, + "__prefab": { + "__id__": 91 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 30, + "g": 132, + "b": 73, + "a": 255 + }, + "_string": "(+10%)", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "b7nyydpctKn4SX7XRUWi4y" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "6dVQeeOqBKLZ/IWjh2UI1N", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 74 + }, + "_enabled": true, + "__prefab": { + "__id__": 94 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 190, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7fndPA8UxJz5QPoImYVNgw" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 74 + }, + "_enabled": true, + "__prefab": { + "__id__": 96 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 1, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fc/zn1ou1N5o6SSZfq+KNy" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "1dC6jr/L1DALSaco7D8Yzk", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "crt-d", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 25 + }, + "_children": [ + { + "__id__": 99 + }, + { + "__id__": 105 + }, + { + "__id__": 111 + } + ], + "_active": true, + "_components": [ + { + "__id__": 117 + }, + { + "__id__": 119 + } + ], + "_prefab": { + "__id__": 121 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -245, + "y": 25, + "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": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 98 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 100 + }, + { + "__id__": 102 + } + ], + "_prefab": { + "__id__": 104 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -72.2216796875, + "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__": 99 + }, + "_enabled": true, + "__prefab": { + "__id__": 101 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 45.556640625, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cfnTvu+BZFQ4TplYuzOSuK" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 99 + }, + "_enabled": true, + "__prefab": { + "__id__": 103 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 32, + "g": 32, + "b": 32, + "a": 255 + }, + "_string": "爆伤:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "e5e0XUejZFy57oFABPO/UN" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "06w3D1fVxOvphJR0/vmbmq", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "all", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 98 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 106 + }, + { + "__id__": 108 + } + ], + "_prefab": { + "__id__": 110 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -28.4287109375, + "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__": 105 + }, + "_enabled": true, + "__prefab": { + "__id__": 107 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 40.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fd3v4QNzZAkY3GEY+o2keU" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 105 + }, + "_enabled": true, + "__prefab": { + "__id__": 109 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "20%", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_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": "d94Sy0/edBzI96sBeLM530" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "22eRsWcIRAQZawQgMNZK61", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "plus", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 98 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 112 + }, + { + "__id__": 114 + } + ], + "_prefab": { + "__id__": 116 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -7.4140625, + "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__": 111 + }, + "_enabled": true, + "__prefab": { + "__id__": 113 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 65.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7fzvBmS1JJsKtCzb3Sl8uV" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 111 + }, + "_enabled": true, + "__prefab": { + "__id__": 115 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 30, + "g": 132, + "b": 73, + "a": 255 + }, + "_string": "(+10%)", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "01QyChLyFI6bR/L/Kc0dgD" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "fbc9od4rhHwYnJ5dFAc3qz", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 98 + }, + "_enabled": true, + "__prefab": { + "__id__": 118 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 190, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "26Oo9NoxNKCpyJEZDuWqhq" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 98 + }, + "_enabled": true, + "__prefab": { + "__id__": 120 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 1, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9dQqY7RGlIHY5slrF5D30A" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "dag+oGgHlAkpqjeAn2BVoe", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "frs", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 25 + }, + "_children": [ + { + "__id__": 123 + }, + { + "__id__": 129 + }, + { + "__id__": 135 + } + ], + "_active": true, + "_components": [ + { + "__id__": 141 + }, + { + "__id__": 143 + } + ], + "_prefab": { + "__id__": 145 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -50, + "y": 25, + "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": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 122 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 124 + }, + { + "__id__": 126 + } + ], + "_prefab": { + "__id__": 128 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -72.2216796875, + "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__": 123 + }, + "_enabled": true, + "__prefab": { + "__id__": 125 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 45.556640625, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "dcPgQ+s+RNfaQwpPkzlAW1" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 123 + }, + "_enabled": true, + "__prefab": { + "__id__": 127 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 32, + "g": 32, + "b": 32, + "a": 255 + }, + "_string": "冰冻:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "07eo4dVvxBNIdDR7VhDfKq" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "13i0O4SfZCUZbiBf2/LMYk", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "all", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 122 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 130 + }, + { + "__id__": 132 + } + ], + "_prefab": { + "__id__": 134 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -28.4287109375, + "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__": 129 + }, + "_enabled": true, + "__prefab": { + "__id__": 131 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 40.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5emqwZZzJPirEqvkVodU/T" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 129 + }, + "_enabled": true, + "__prefab": { + "__id__": 133 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "20%", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_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": "18YzRZwsFJPKQUjitQ3P/j" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "6eMEmDZM1Ix4iyZ+5kcsp+", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "plus", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 122 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 136 + }, + { + "__id__": 138 + } + ], + "_prefab": { + "__id__": 140 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -7.4140625, + "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__": 135 + }, + "_enabled": true, + "__prefab": { + "__id__": 137 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 65.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fe0lf9b0pBE78Q1pTq5bWR" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 135 + }, + "_enabled": true, + "__prefab": { + "__id__": 139 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 30, + "g": 132, + "b": 73, + "a": 255 + }, + "_string": "(+10%)", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "347sWeW4tO3KuWnWFPcPK3" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "bbcQFgJAVGjaVpA+0kb9zr", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 122 + }, + "_enabled": true, + "__prefab": { + "__id__": 142 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 190, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b4Q/kCIvFKDrfCkq4787fh" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 122 + }, + "_enabled": true, + "__prefab": { + "__id__": 144 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 1, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1dMsHOyp9LS5rcfZhE2Obs" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a3xIfwd+hEO6Zj4xJAVlO1", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "bck", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 25 + }, + "_children": [ + { + "__id__": 147 + }, + { + "__id__": 153 + }, + { + "__id__": 159 + } + ], + "_active": true, + "_components": [ + { + "__id__": 165 + }, + { + "__id__": 167 + } + ], + "_prefab": { + "__id__": 169 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 145, + "y": 25, + "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": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 146 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 148 + }, + { + "__id__": 150 + } + ], + "_prefab": { + "__id__": 152 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -72.2216796875, + "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__": 147 + }, + "_enabled": true, + "__prefab": { + "__id__": 149 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 45.556640625, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f5RvPBkQJCkpu7HhAydcwG" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 147 + }, + "_enabled": true, + "__prefab": { + "__id__": 151 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 32, + "g": 32, + "b": 32, + "a": 255 + }, + "_string": "击退:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "dev3hhc55OfIL7jIlb+o/Y" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c3kVQpJuNFf7hOFl98NvE4", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "all", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 146 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 154 + }, + { + "__id__": 156 + } + ], + "_prefab": { + "__id__": 158 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -28.4287109375, + "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__": 153 + }, + "_enabled": true, + "__prefab": { + "__id__": 155 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 40.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ecwt4uMeJB2ptlsA/STmUY" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 153 + }, + "_enabled": true, + "__prefab": { + "__id__": 157 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "20%", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_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": "477W2HtndM/rI1s1AQQYRN" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "efHQGEUeVNKbGtbTcmjqt2", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "plus", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 146 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 160 + }, + { + "__id__": 162 + } + ], + "_prefab": { + "__id__": 164 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -7.4140625, + "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__": 159 + }, + "_enabled": true, + "__prefab": { + "__id__": 161 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 65.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a5KvE+4rpNv4q2tFAxquue" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 159 + }, + "_enabled": true, + "__prefab": { + "__id__": 163 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 30, + "g": 132, + "b": 73, + "a": 255 + }, + "_string": "(+10%)", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "7ciRHeQ85HrqWxpEO4B76T" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a3EuFYkfZP1ZRlYR4mBnvp", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 146 + }, + "_enabled": true, + "__prefab": { + "__id__": 166 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 190, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "db6D6VMLNN0IkGV65hycHk" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 146 + }, + "_enabled": true, + "__prefab": { + "__id__": 168 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 1, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fbOS1S+xBABIlUDH6xlJwj" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "89Nwtv9IFPQLVsCqBVSqNQ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "pru", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 25 + }, + "_children": [ + { + "__id__": 171 + }, + { + "__id__": 177 + }, + { + "__id__": 183 + } + ], + "_active": true, + "_components": [ + { + "__id__": 189 + }, + { + "__id__": 191 + } + ], + "_prefab": { + "__id__": 193 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -245, + "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": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 170 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 172 + }, + { + "__id__": 174 + } + ], + "_prefab": { + "__id__": 176 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -72.2216796875, + "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__": 171 + }, + "_enabled": true, + "__prefab": { + "__id__": 173 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 45.556640625, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "25uPpu8npA1ZdKKKBIzU0A" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 171 + }, + "_enabled": true, + "__prefab": { + "__id__": 175 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 32, + "g": 32, + "b": 32, + "a": 255 + }, + "_string": "穿透:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "6c3z4UhFhGPoNXULRc9mBj" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "07i3ThnQBOM44gHxlliYXB", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "all", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 170 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 178 + }, + { + "__id__": 180 + } + ], + "_prefab": { + "__id__": 182 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -28.4287109375, + "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": 40.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "7cs7R8V3FKp4VfFllJAxpA" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 177 + }, + "_enabled": true, + "__prefab": { + "__id__": 181 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "20%", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_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": "86FGqKb2BG2Z+9gTo9Sluq" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "3aEt1KMFNGRYRmclInzRvl", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "plus", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 170 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 184 + }, + { + "__id__": 186 + } + ], + "_prefab": { + "__id__": 188 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -7.4140625, + "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": 65.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2c3IdTOthC6KXvnQ1IAr+t" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 183 + }, + "_enabled": true, + "__prefab": { + "__id__": 187 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 30, + "g": 132, + "b": 73, + "a": 255 + }, + "_string": "(+10%)", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "d3lGSDz7JA6oN980KtyGLo" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "85ULe2v2dMzIcy50ITdBFO", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 170 + }, + "_enabled": true, + "__prefab": { + "__id__": 190 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 190, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a1PFNwddZFeq90MBLhAi9u" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 170 + }, + "_enabled": true, + "__prefab": { + "__id__": 192 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 1, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f2XXJ9ZMVNhp8LlmtT5CMw" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "88XR1HYwxIV5XjeFhQ8HVK", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "wfuny", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 25 + }, + "_children": [ + { + "__id__": 195 + }, + { + "__id__": 201 + }, + { + "__id__": 207 + } + ], + "_active": true, + "_components": [ + { + "__id__": 213 + }, + { + "__id__": 215 + } + ], + "_prefab": { + "__id__": 217 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -50, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 194 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 196 + }, + { + "__id__": 198 + } + ], + "_prefab": { + "__id__": 200 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -72.2216796875, + "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": 45.556640625, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "78idZAXf5NUpUo9kgUeX0n" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 195 + }, + "_enabled": true, + "__prefab": { + "__id__": 199 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 32, + "g": 32, + "b": 32, + "a": 255 + }, + "_string": "风怒:", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "80Q/+dEWJFYrkbZipFLoyo" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ccQ+7p1ENOJINRRh0pujLr", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "all", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 194 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 202 + }, + { + "__id__": 204 + } + ], + "_prefab": { + "__id__": 206 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -28.4287109375, + "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": 40.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "12k5znmiNHE5iQuAvrn06t" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 201 + }, + "_enabled": true, + "__prefab": { + "__id__": 205 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "20%", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_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": "4ayu4byPlMJ7N2ErG10ivB" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "29qkJrMpxJJIRVymJSAyer", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "plus", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 194 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 208 + }, + { + "__id__": 210 + } + ], + "_prefab": { + "__id__": 212 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -7.4140625, + "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__": 207 + }, + "_enabled": true, + "__prefab": { + "__id__": 209 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 65.029296875, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4ewFXuoAtGjbKH3X3ND6rL" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 207 + }, + "_enabled": true, + "__prefab": { + "__id__": 211 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 30, + "g": 132, + "b": 73, + "a": 255 + }, + "_string": "(+10%)", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 21, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_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": "29L7G47atCwaE4aJWg3eu/" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c1QtnbnNhNwI9Lo5YDT+e3", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 194 + }, + "_enabled": true, + "__prefab": { + "__id__": 214 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 190, + "height": 20 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "88Uxde6yxCcLwswheU86Ff" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 194 + }, + "_enabled": true, + "__prefab": { + "__id__": 216 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 1, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0a2r8KolxIWLHwvM53cM+c" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "6fOTTs2/9OJ6OyQyCKB5/i", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 25 + }, + "_enabled": true, + "__prefab": { + "__id__": 219 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 680, + "height": 120 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "10aFBmBOxJHYAxTYSG4nZo" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 25 + }, + "_enabled": true, + "__prefab": { + "__id__": 221 + }, + "_alignFlags": 41, + "_target": null, + "_left": 10, + "_right": 10, + "_top": 50, + "_bottom": -5, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 680, + "_originalHeight": 120, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "94ah1wfkdN16JtdiilxBmp" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 25 + }, + "_enabled": true, + "__prefab": { + "__id__": 223 + }, + "_resizeMode": 0, + "_layoutType": 3, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 5, + "_spacingY": 5, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e9/YBN3NVIWKfZlWkvgQnb" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "60IjFtiEVChazxxOePI1F+", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "skills", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 226 + }, + { + "__id__": 234 + } + ], + "_active": true, + "_components": [ + { + "__id__": 242 + }, + { + "__id__": 244 + } + ], + "_prefab": { + "__id__": 246 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -64.111, + "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": "bg_line", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 225 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 227 + }, + { + "__id__": 229 + }, + { + "__id__": 231 + } + ], + "_prefab": { + "__id__": 233 + }, + "_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.5, + "y": 0.5, + "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__": 226 + }, + "_enabled": true, + "__prefab": { + "__id__": 228 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1360, + "height": 300 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9cOCY+ENBMKJzyLw3wXRBv" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 226 + }, + "_enabled": true, + "__prefab": { + "__id__": 230 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 82 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@7f50d", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "63T8RJN8NI2JmcYw3fyNSv" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 226 + }, + "_enabled": true, + "__prefab": { + "__id__": 232 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 250, + "_originalHeight": 63, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "abJwmHXX9G07oGF3pxxDdq" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "bbBwtCfwhPpo1pmXB+L1SJ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "RichText", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 225 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 235 + }, + { + "__id__": 237 + }, + { + "__id__": 239 + } + ], + "_prefab": { + "__id__": 241 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 69.14, + "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__": 234 + }, + "_enabled": true, + "__prefab": { + "__id__": 236 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 680, + "height": 26.46 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 1 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d7ZPkMN6pDgI7CuEPo3CSp" + }, + { + "__type__": "cc.RichText", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 234 + }, + "_enabled": true, + "__prefab": { + "__id__": 238 + }, + "_lineHeight": 21, + "_string": "RichText", + "_horizontalAlign": 0, + "_verticalAlign": 0, + "_fontSize": 20, + "_fontColor": { + "__type__": "cc.Color", + "r": 240, + "g": 240, + "b": 240, + "a": 255 + }, + "_maxWidth": 680, + "_fontFamily": "Arial", + "_font": null, + "_isSystemFontUsed": true, + "_userDefinedFont": null, + "_cacheMode": 0, + "_imageAtlas": null, + "_handleTouchEvent": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "889LOJLftHH5Cibnm6dPyL" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 234 + }, + "_enabled": true, + "__prefab": { + "__id__": 240 + }, + "_alignFlags": 40, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 2120, + "_bottom": 2080, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 120, + "_originalHeight": 40, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a6YmDaXoZAJpOQsCfYoWnD" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9aQIA8dvFEwIV7tWyw1rvr", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 225 + }, + "_enabled": true, + "__prefab": { + "__id__": 243 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 680, + "height": 150 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "950A03FX5PSp8DzvrY2AVZ" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 225 + }, + "_enabled": true, + "__prefab": { + "__id__": 245 + }, + "_alignFlags": 40, + "_target": null, + "_left": 10, + "_right": 10, + "_top": -172, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 500, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8dZf7RsWpE9KSwC+cuVn3Z" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "acSAy0hgpMUY4Um7mbnFM2", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 248 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 700, + "height": 300 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c2o/W6SydFFp1LnCMTtD9f" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d1mWBfwNhMTLEEp+398Tg6", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": [ + { + "__id__": 2 + } + ] + }, + { + "__type__": "cc.Node", + "_name": "mask", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 251 + }, + { + "__id__": 253 + }, + { + "__id__": 255 + } + ], + "_prefab": { + "__id__": 257 + }, + "_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": 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__": 250 + }, + "_enabled": true, + "__prefab": { + "__id__": 252 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 720, + "height": 1280 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "mAsKtR4nSf0Rm1D2e3F4g5" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 250 + }, + "_enabled": true, + "__prefab": { + "__id__": 254 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 0 + }, + "_spriteFrame": { + "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@7f50d", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "mAsKsPrItE5h6I7J8K9L0a" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 250 + }, + "_enabled": true, + "__prefab": { + "__id__": 256 + }, + "_alignFlags": 45, + "_target": null, + "_left": -2000, + "_right": -2000, + "_top": -2000, + "_bottom": -2000, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 720, + "_originalHeight": 1280, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "mAsKwIdGeTk1L2M3N4O5P6" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "mAsKpReFaBq7W8E9R0T1Y2", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "6b2e98UejxNhZ5ixPiht9Pg", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 259 + }, + "speed_all_label": { + "__id__": 36 + }, + "speed_plus_label": { + "__id__": 42 + }, + "stun_all_label": { + "__id__": 60 + }, + "stun_plus_label": { + "__id__": 66 + }, + "crt_all_label": { + "__id__": 84 + }, + "crt_plus_label": { + "__id__": 90 + }, + "crit_dmg_all_label": { + "__id__": 108 + }, + "crit_dmg_plus_label": { + "__id__": 114 + }, + "freeze_all_label": { + "__id__": 132 + }, + "freeze_plus_label": { + "__id__": 138 + }, + "knockback_all_label": { + "__id__": 156 + }, + "knockback_plus_label": { + "__id__": 162 + }, + "puncture_all_label": { + "__id__": 180 + }, + "puncture_plus_label": { + "__id__": 186 + }, + "wfuny_all_label": { + "__id__": 204 + }, + "wfuny_plus_label": { + "__id__": 210 + }, + "skill_label": { + "__id__": 237 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "hMoReCoMpPrEfAb3U4I5F6" + } +] \ No newline at end of file diff --git a/assets/resources/gui/auie/more.prefab.meta b/assets/resources/gui/auie/more.prefab.meta new file mode 100644 index 00000000..92aebc8b --- /dev/null +++ b/assets/resources/gui/auie/more.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.50", + "importer": "prefab", + "imported": true, + "uuid": "1bc6274e-7a88-46ee-9965-7b3bb2ac13c4", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "more" + } +} diff --git a/assets/resources/gui/element/herobox.prefab b/assets/resources/gui/element/herobox.prefab index 691fce36..5ad3eefe 100644 --- a/assets/resources/gui/element/herobox.prefab +++ b/assets/resources/gui/element/herobox.prefab @@ -22,41 +22,41 @@ "__id__": 2 }, { - "__id__": 27 + "__id__": 28 }, { - "__id__": 162 + "__id__": 225 }, { - "__id__": 174 + "__id__": 237 }, { - "__id__": 238 + "__id__": 255 }, { - "__id__": 487 + "__id__": 297 }, { - "__id__": 529 + "__id__": 361 }, { - "__id__": 607 + "__id__": 439 } ], "_active": true, "_components": [ { - "__id__": 638 + "__id__": 470 }, { - "__id__": 640 + "__id__": 472 }, { - "__id__": 642 + "__id__": 474 } ], "_prefab": { - "__id__": 798 + "__id__": 576 }, "_lpos": { "__type__": "cc.Vec3", @@ -163,6 +163,9 @@ }, { "__id__": 25 + }, + { + "__id__": 27 } ], "removedComponents": [] @@ -398,51 +401,135 @@ "fa5RaYmDVG06zPrC6FET3z" ] }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 6 + }, + "propertyPath": [ + "_active" + ], + "value": false + }, { "__type__": "cc.Node", + "_name": "hbg", "_objFlags": 0, + "__editorExtras__": {}, "_parent": { "__id__": 1 }, + "_children": [ + { + "__id__": 29 + }, + { + "__id__": 50 + }, + { + "__id__": 84 + }, + { + "__id__": 118 + }, + { + "__id__": 152 + }, + { + "__id__": 186 + } + ], + "_active": true, + "_components": [ + { + "__id__": 220 + }, + { + "__id__": 222 + } + ], "_prefab": { + "__id__": 224 + }, + "_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": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { "__id__": 28 }, + "_prefab": { + "__id__": 30 + }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 27 + "__id__": 29 }, "asset": { - "__uuid__": "d19cde30-f5d0-47de-a0d5-3a272b696343", + "__uuid__": "56a982e0-00ae-4ea4-a412-b54666d0e78b", "__expectedType__": "cc.Prefab" }, - "fileId": "c46/YsCPVOJYA4mWEpNYRx", + "fileId": "ee9HwyGFhDTarF97iXfEHu", "instance": { - "__id__": 29 + "__id__": 31 }, "targetOverrides": null }, { "__type__": "cc.PrefabInstance", - "fileId": "8amwNREnBNi5jgoZM6EcN7", + "fileId": "1377E+ilxLw4swtxjbUtDA", "prefabRootNode": { "__id__": 1 }, "mountedChildren": [], - "mountedComponents": [ - { - "__id__": 30 - } - ], + "mountedComponents": [], "propertyOverrides": [ + { + "__id__": 32 + }, { "__id__": 34 }, + { + "__id__": 35 + }, { "__id__": 36 }, + { + "__id__": 37 + }, { "__id__": 38 }, @@ -460,19 +547,250 @@ }, { "__id__": 48 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 33 + }, + "propertyPath": [ + "_name" + ], + "value": "yellow" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "ee9HwyGFhDTarF97iXfEHu" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 33 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 33 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 33 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 33 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 39 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 199.9, + "height": 270 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "afvZZKnn9Fb5obG6jVyKta" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 41 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 383.8, + "height": 524 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "16PS2L0JBEEoS7TAT1HRoZ" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 43 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 391.8, + "height": 532 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "59WtR+lBhBiIzfpFWU1cG8" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 45 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 399.8, + "height": 540 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "6fsOId08VB9bqPtzuiF8/t" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 47 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -91.7, + "y": 128.75, + "z": 0 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "75w8fK3CJCSbcfUF7Bzbl3" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 49 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 391.8, + "height": 44 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "1f2dXBc41DFp8cNetX1car" + ] + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 28 + }, + "_prefab": { + "__id__": 51 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 50 + }, + "asset": { + "__uuid__": "56a982e0-00ae-4ea4-a412-b54666d0e78b", + "__expectedType__": "cc.Prefab" + }, + "fileId": "ee9HwyGFhDTarF97iXfEHu", + "instance": { + "__id__": 52 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "23ejXdvghDx4kmOSY8SwXC", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 53 }, { - "__id__": 50 - }, - { - "__id__": 52 - }, - { - "__id__": 54 + "__id__": 55 }, { "__id__": 56 }, + { + "__id__": 57 + }, { "__id__": 58 }, @@ -498,55 +816,413 @@ "__id__": 72 }, { - "__id__": 74 + "__id__": 73 }, { - "__id__": 76 + "__id__": 75 }, { - "__id__": 78 + "__id__": 77 }, { - "__id__": 80 + "__id__": 79 + }, + { + "__id__": 81 }, { "__id__": 82 - }, - { - "__id__": 84 - }, - { - "__id__": 85 - }, + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 54 + }, + "propertyPath": [ + "_name" + ], + "value": "blue" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "ee9HwyGFhDTarF97iXfEHu" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 54 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 54 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 54 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 59 + }, + "propertyPath": [ + "_color" + ], + "value": { + "__type__": "cc.Color", + "r": 34, + "g": 71, + "b": 121, + "a": 255 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "d67w0LWpZGDIOKFRdClHxZ" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 61 + }, + "propertyPath": [ + "_color" + ], + "value": { + "__type__": "cc.Color", + "r": 113, + "g": 211, + "b": 220, + "a": 255 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "08nT29mQpCLKxN2SVjI3cu" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 63 + }, + "propertyPath": [ + "_color" + ], + "value": { + "__type__": "cc.Color", + "r": 56, + "g": 154, + "b": 201, + "a": 255 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "8dxUNBKXNN1ZD0UUu6Y+ek" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 65 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3fzhiI2P9Os7ruQJg+Awdq" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 67 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "75w8fK3CJCSbcfUF7Bzbl3" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 69 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a6a/8vYCBFl5hxt8lfklSI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 71 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3994XTlbxF7YxpLo9qDrmy" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 54 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 74 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 199.9, + "height": 270 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "afvZZKnn9Fb5obG6jVyKta" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 76 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 383.8, + "height": 524 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "16PS2L0JBEEoS7TAT1HRoZ" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 78 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 391.8, + "height": 532 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "59WtR+lBhBiIzfpFWU1cG8" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 80 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 399.8, + "height": 540 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "6fsOId08VB9bqPtzuiF8/t" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 67 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -91.7, + "y": 128.75, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 83 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 391.8, + "height": 44 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "1f2dXBc41DFp8cNetX1car" + ] + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 28 + }, + "_prefab": { + "__id__": 85 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 84 + }, + "asset": { + "__uuid__": "56a982e0-00ae-4ea4-a412-b54666d0e78b", + "__expectedType__": "cc.Prefab" + }, + "fileId": "ee9HwyGFhDTarF97iXfEHu", + "instance": { + "__id__": 86 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "b3WtGr+uBKKayB1TD371Ie", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ { "__id__": 87 }, { "__id__": 89 }, + { + "__id__": 90 + }, { "__id__": 91 }, { - "__id__": 93 + "__id__": 92 }, { - "__id__": 95 + "__id__": 94 }, { - "__id__": 97 + "__id__": 96 }, { - "__id__": 99 + "__id__": 98 }, { - "__id__": 101 + "__id__": 100 }, { - "__id__": 103 + "__id__": 102 }, { - "__id__": 105 + "__id__": 104 + }, + { + "__id__": 106 }, { "__id__": 107 @@ -564,40 +1240,398 @@ "__id__": 115 }, { - "__id__": 117 - }, - { - "__id__": 119 - }, + "__id__": 116 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 88 + }, + "propertyPath": [ + "_name" + ], + "value": "red" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "ee9HwyGFhDTarF97iXfEHu" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 88 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 88 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 88 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 93 + }, + "propertyPath": [ + "_color" + ], + "value": { + "__type__": "cc.Color", + "r": 124, + "g": 25, + "b": 25, + "a": 255 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "d67w0LWpZGDIOKFRdClHxZ" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 95 + }, + "propertyPath": [ + "_color" + ], + "value": { + "__type__": "cc.Color", + "r": 194, + "g": 53, + "b": 66, + "a": 255 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "08nT29mQpCLKxN2SVjI3cu" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 97 + }, + "propertyPath": [ + "_color" + ], + "value": { + "__type__": "cc.Color", + "r": 194, + "g": 53, + "b": 66, + "a": 255 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "8dxUNBKXNN1ZD0UUu6Y+ek" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 99 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3fzhiI2P9Os7ruQJg+Awdq" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 101 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "75w8fK3CJCSbcfUF7Bzbl3" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 103 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a6a/8vYCBFl5hxt8lfklSI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 105 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3994XTlbxF7YxpLo9qDrmy" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 88 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 108 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 199.9, + "height": 270 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "afvZZKnn9Fb5obG6jVyKta" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 110 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 383.8, + "height": 524 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "16PS2L0JBEEoS7TAT1HRoZ" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 112 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 391.8, + "height": 532 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "59WtR+lBhBiIzfpFWU1cG8" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 114 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 399.8, + "height": 540 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "6fsOId08VB9bqPtzuiF8/t" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 101 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -91.7, + "y": 128.75, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 117 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 391.8, + "height": 44 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "1f2dXBc41DFp8cNetX1car" + ] + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 28 + }, + "_prefab": { + "__id__": 119 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 118 + }, + "asset": { + "__uuid__": "56a982e0-00ae-4ea4-a412-b54666d0e78b", + "__expectedType__": "cc.Prefab" + }, + "fileId": "ee9HwyGFhDTarF97iXfEHu", + "instance": { + "__id__": 120 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "13OLBwqcdHJagW31up0odD", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ { "__id__": 121 }, { "__id__": 123 }, + { + "__id__": 124 + }, { "__id__": 125 }, { - "__id__": 127 + "__id__": 126 }, { - "__id__": 129 + "__id__": 128 }, { - "__id__": 131 + "__id__": 130 }, { - "__id__": 133 + "__id__": 132 }, { - "__id__": 135 + "__id__": 134 }, { - "__id__": 137 + "__id__": 136 }, { - "__id__": 139 + "__id__": 138 + }, + { + "__id__": 140 }, { "__id__": 141 @@ -615,125 +1649,46 @@ "__id__": 149 }, { - "__id__": 151 - }, - { - "__id__": 153 - }, - { - "__id__": 155 - }, - { - "__id__": 157 - }, - { - "__id__": 159 + "__id__": 150 } ], - "removedComponents": [ - { - "__id__": 161 - } - ] - }, - { - "__type__": "cc.MountedComponentsInfo", - "targetInfo": { - "__id__": 31 - }, - "components": [ - { - "__id__": 32 - } - ] - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c46/YsCPVOJYA4mWEpNYRx" - ] - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": { - "mountedRoot": { - "__id__": 27 - } - }, - "node": { - "__id__": 27 - }, - "_enabled": true, - "__prefab": { - "__id__": 33 - }, - "_alignFlags": 9, - "_target": null, - "_left": 16.811, - "_right": 0, - "_top": 18.500999999999998, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "fb21lJWlJItbt2XhLMR/1s" + "removedComponents": [] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 35 + "__id__": 122 }, "propertyPath": [ "_name" ], - "value": "sbox" + "value": "green" }, { "__type__": "cc.TargetInfo", "localID": [ - "c46/YsCPVOJYA4mWEpNYRx" + "ee9HwyGFhDTarF97iXfEHu" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 37 + "__id__": 122 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -48.18899999999999, - "y": 66.499, + "x": 0, + "y": 0, "z": 0 } }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c46/YsCPVOJYA4mWEpNYRx" - ] - }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 39 + "__id__": 122 }, "propertyPath": [ "_lrot" @@ -746,16 +1701,10 @@ "w": 1 } }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c46/YsCPVOJYA4mWEpNYRx" - ] - }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 41 + "__id__": 122 }, "propertyPath": [ "_euler" @@ -767,277 +1716,76 @@ "z": 0 } }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c46/YsCPVOJYA4mWEpNYRx" - ] - }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 43 + "__id__": 127 }, "propertyPath": [ - "_contentSize" + "_color" ], "value": { - "__type__": "cc.Size", - "width": 100, - "height": 100 + "__type__": "cc.Color", + "r": 33, + "g": 112, + "b": 91, + "a": 255 } }, { "__type__": "cc.TargetInfo", "localID": [ - "f9WzzmQplCw4od/9N1bGZ8" + "d67w0LWpZGDIOKFRdClHxZ" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 45 + "__id__": 129 }, "propertyPath": [ - "_contentSize" + "_color" ], "value": { - "__type__": "cc.Size", - "width": 80, - "height": 80 + "__type__": "cc.Color", + "r": 87, + "g": 213, + "b": 116, + "a": 255 } }, { "__type__": "cc.TargetInfo", "localID": [ - "44Ed4eH0lI5Kssdq2dPzke" + "08nT29mQpCLKxN2SVjI3cu" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 47 + "__id__": 131 }, "propertyPath": [ - "_contentSize" + "_color" ], "value": { - "__type__": "cc.Size", - "width": 400, - "height": 400 + "__type__": "cc.Color", + "r": 19, + "g": 165, + "b": 84, + "a": 255 } }, { "__type__": "cc.TargetInfo", "localID": [ - "01RZgHEk5DOImBHnPTZbSl" + "8dxUNBKXNN1ZD0UUu6Y+ek" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 49 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 208, - "height": 208 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "7eXE020LJO2re5wfhWMR+x" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 51 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 400, - "height": 400 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "cdEeG/ubFJgqKs1MdM6xd9" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 53 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 208, - "height": 208 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "bdhTW5lJ9PJamgUN/UmnC2" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 55 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 400, - "height": 400 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "01Tb8sF1pD1K401C16wfxs" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 57 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 208, - "height": 208 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "31upVgp9hMgqBxdoieIwVm" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 59 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 400, - "height": 400 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c82typVIdBJJabkX/s0ZkZ" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 61 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 208, - "height": 208 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "ce0/u2yctKCZkL+Ru0cbmo" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 63 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 400, - "height": 400 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "68Zpxa86JHMbiKqxEUYo0V" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 65 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 208, - "height": 208 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "4cdo17U+VOh4SgXfb/+Gk7" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 67 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c8niXKCPZJkZO13m9+xJNN" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 69 + "__id__": 133 }, "propertyPath": [ "_active" @@ -1047,148 +1795,13 @@ { "__type__": "cc.TargetInfo", "localID": [ - "c7ymg5OshHabafeZJICJug" + "3fzhiI2P9Os7ruQJg+Awdq" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 71 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 90, - "height": 90 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "03nWLvwvFC5YKsJgnNXuKJ" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 73 - }, - "propertyPath": [ - "_spriteFrame" - ], - "value": null - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "7ekr/R70BLWL/gB7w5hxpx" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 75 - }, - "propertyPath": [ - "_atlas" - ], - "value": null - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "7ekr/R70BLWL/gB7w5hxpx" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 77 - }, - "propertyPath": [ - "_lscale" - ], - "value": { - "__type__": "cc.Vec3", - "x": -1.5, - "y": 1.5, - "z": 1 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "93wpdyvytKPqGrBBUDf293" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 79 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 60, - "height": 60 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "fdak7SgstFMLwEvzn6+Pbp" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 81 - }, - "propertyPath": [ - "_type" - ], - "value": 0 - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "7ekr/R70BLWL/gB7w5hxpx" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 83 - }, - "propertyPath": [ - "_sizeMode" - ], - "value": 1 - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "7ekr/R70BLWL/gB7w5hxpx" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 67 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 86 + "__id__": 135 }, "propertyPath": [ "_active" @@ -1198,365 +1811,39 @@ { "__type__": "cc.TargetInfo", "localID": [ - "24RflxHORM1KH3RJbnrKDS" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 88 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "2eJcm/MUhG+Yot4sacaUS0" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 90 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b07gB1EX9B7bgt1SSMJuZf", - "afvZZKnn9Fb5obG6jVyKta" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 92 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 184, - "height": 184 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b07gB1EX9B7bgt1SSMJuZf", - "16PS2L0JBEEoS7TAT1HRoZ" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 94 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 192, - "height": 192 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b07gB1EX9B7bgt1SSMJuZf", - "59WtR+lBhBiIzfpFWU1cG8" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 96 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 200, - "height": 200 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b07gB1EX9B7bgt1SSMJuZf", - "6fsOId08VB9bqPtzuiF8/t" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 98 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -41.75, - "y": 43.75, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "b07gB1EX9B7bgt1SSMJuZf", "75w8fK3CJCSbcfUF7Bzbl3" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 100 + "__id__": 137 }, "propertyPath": [ - "_contentSize" + "_active" ], - "value": { - "__type__": "cc.Size", - "width": 192, - "height": 44 - } + "value": true }, { "__type__": "cc.TargetInfo", "localID": [ - "b07gB1EX9B7bgt1SSMJuZf", - "1f2dXBc41DFp8cNetX1car" + "a6a/8vYCBFl5hxt8lfklSI" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 102 + "__id__": 139 }, "propertyPath": [ - "_contentSize" + "_active" ], - "value": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - } + "value": true }, { "__type__": "cc.TargetInfo", "localID": [ - "c1YknG2hdD7YYNoBiQUeEP", - "afvZZKnn9Fb5obG6jVyKta" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 104 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 184, - "height": 184 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c1YknG2hdD7YYNoBiQUeEP", - "16PS2L0JBEEoS7TAT1HRoZ" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 106 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 192, - "height": 192 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c1YknG2hdD7YYNoBiQUeEP", - "59WtR+lBhBiIzfpFWU1cG8" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 108 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 200, - "height": 200 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c1YknG2hdD7YYNoBiQUeEP", - "6fsOId08VB9bqPtzuiF8/t" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 110 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -41.75, - "y": 43.75, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c1YknG2hdD7YYNoBiQUeEP", - "75w8fK3CJCSbcfUF7Bzbl3" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 112 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 192, - "height": 44 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c1YknG2hdD7YYNoBiQUeEP", - "1f2dXBc41DFp8cNetX1car" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 114 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "f101kaswJDXq6VOKS4gofh", - "afvZZKnn9Fb5obG6jVyKta" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 116 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 184, - "height": 184 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "f101kaswJDXq6VOKS4gofh", - "16PS2L0JBEEoS7TAT1HRoZ" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 118 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 192, - "height": 192 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "f101kaswJDXq6VOKS4gofh", - "59WtR+lBhBiIzfpFWU1cG8" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 120 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 200, - "height": 200 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "f101kaswJDXq6VOKS4gofh", - "6fsOId08VB9bqPtzuiF8/t" + "3994XTlbxF7YxpLo9qDrmy" ] }, { @@ -1565,211 +1852,9 @@ "__id__": 122 }, "propertyPath": [ - "_lpos" + "_active" ], - "value": { - "__type__": "cc.Vec3", - "x": -41.75, - "y": 43.75, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "f101kaswJDXq6VOKS4gofh", - "75w8fK3CJCSbcfUF7Bzbl3" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 124 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 192, - "height": 44 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "f101kaswJDXq6VOKS4gofh", - "1f2dXBc41DFp8cNetX1car" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 126 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "05jFDX5FhJuruUzmKX9L6a", - "afvZZKnn9Fb5obG6jVyKta" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 128 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 184, - "height": 184 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "05jFDX5FhJuruUzmKX9L6a", - "16PS2L0JBEEoS7TAT1HRoZ" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 130 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 192, - "height": 192 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "05jFDX5FhJuruUzmKX9L6a", - "59WtR+lBhBiIzfpFWU1cG8" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 132 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 200, - "height": 200 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "05jFDX5FhJuruUzmKX9L6a", - "6fsOId08VB9bqPtzuiF8/t" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 134 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": -41.75, - "y": 43.75, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "05jFDX5FhJuruUzmKX9L6a", - "75w8fK3CJCSbcfUF7Bzbl3" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 136 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 192, - "height": 44 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "05jFDX5FhJuruUzmKX9L6a", - "1f2dXBc41DFp8cNetX1car" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 138 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a6auQQZAlEFbbpTWbi1Icr", - "afvZZKnn9Fb5obG6jVyKta" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 140 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 184, - "height": 184 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "a6auQQZAlEFbbpTWbi1Icr", - "16PS2L0JBEEoS7TAT1HRoZ" - ] + "value": true }, { "__type__": "CCPropertyOverrideInfo", @@ -1781,15 +1866,14 @@ ], "value": { "__type__": "cc.Size", - "width": 192, - "height": 192 + "width": 199.9, + "height": 270 } }, { "__type__": "cc.TargetInfo", "localID": [ - "a6auQQZAlEFbbpTWbi1Icr", - "59WtR+lBhBiIzfpFWU1cG8" + "afvZZKnn9Fb5obG6jVyKta" ] }, { @@ -1802,15 +1886,14 @@ ], "value": { "__type__": "cc.Size", - "width": 200, - "height": 200 + "width": 383.8, + "height": 524 } }, { "__type__": "cc.TargetInfo", "localID": [ - "a6auQQZAlEFbbpTWbi1Icr", - "6fsOId08VB9bqPtzuiF8/t" + "16PS2L0JBEEoS7TAT1HRoZ" ] }, { @@ -1819,20 +1902,18 @@ "__id__": 146 }, "propertyPath": [ - "_lpos" + "_contentSize" ], "value": { - "__type__": "cc.Vec3", - "x": -41.75, - "y": 43.75, - "z": 0 + "__type__": "cc.Size", + "width": 391.8, + "height": 532 } }, { "__type__": "cc.TargetInfo", "localID": [ - "a6auQQZAlEFbbpTWbi1Icr", - "75w8fK3CJCSbcfUF7Bzbl3" + "59WtR+lBhBiIzfpFWU1cG8" ] }, { @@ -1845,78 +1926,157 @@ ], "value": { "__type__": "cc.Size", - "width": 192, + "width": 399.8, + "height": 540 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "6fsOId08VB9bqPtzuiF8/t" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 135 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -91.7, + "y": 128.75, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 151 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 391.8, "height": 44 } }, { "__type__": "cc.TargetInfo", "localID": [ - "a6auQQZAlEFbbpTWbi1Icr", "1f2dXBc41DFp8cNetX1car" ] }, { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 150 + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 28 }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - } + "_prefab": { + "__id__": 153 + }, + "__editorExtras__": {} }, { - "__type__": "cc.TargetInfo", - "localID": [ - "b53BmYygRAQ4gMcRBF/OUZ", - "afvZZKnn9Fb5obG6jVyKta" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { + "__type__": "cc.PrefabInfo", + "root": { "__id__": 152 }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 184, - "height": 184 - } + "asset": { + "__uuid__": "56a982e0-00ae-4ea4-a412-b54666d0e78b", + "__expectedType__": "cc.Prefab" + }, + "fileId": "ee9HwyGFhDTarF97iXfEHu", + "instance": { + "__id__": 154 + }, + "targetOverrides": null }, { - "__type__": "cc.TargetInfo", - "localID": [ - "b53BmYygRAQ4gMcRBF/OUZ", - "16PS2L0JBEEoS7TAT1HRoZ" - ] + "__type__": "cc.PrefabInstance", + "fileId": "ddpgG4/EFPfKQshiuJqqaZ", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 155 + }, + { + "__id__": 157 + }, + { + "__id__": 158 + }, + { + "__id__": 159 + }, + { + "__id__": 160 + }, + { + "__id__": 162 + }, + { + "__id__": 164 + }, + { + "__id__": 166 + }, + { + "__id__": 168 + }, + { + "__id__": 170 + }, + { + "__id__": 172 + }, + { + "__id__": 174 + }, + { + "__id__": 175 + }, + { + "__id__": 177 + }, + { + "__id__": 179 + }, + { + "__id__": 181 + }, + { + "__id__": 183 + }, + { + "__id__": 184 + } + ], + "removedComponents": [] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 154 + "__id__": 156 }, "propertyPath": [ - "_contentSize" + "_name" ], - "value": { - "__type__": "cc.Size", - "width": 192, - "height": 192 - } + "value": "purple" }, { "__type__": "cc.TargetInfo", "localID": [ - "b53BmYygRAQ4gMcRBF/OUZ", - "59WtR+lBhBiIzfpFWU1cG8" + "ee9HwyGFhDTarF97iXfEHu" ] }, { @@ -1925,70 +2085,787 @@ "__id__": 156 }, "propertyPath": [ - "_contentSize" + "_lpos" ], "value": { - "__type__": "cc.Size", - "width": 200, - "height": 200 + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 156 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 156 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 161 + }, + "propertyPath": [ + "_color" + ], + "value": { + "__type__": "cc.Color", + "r": 73, + "g": 19, + "b": 107, + "a": 255 } }, { "__type__": "cc.TargetInfo", "localID": [ - "b53BmYygRAQ4gMcRBF/OUZ", - "6fsOId08VB9bqPtzuiF8/t" + "d67w0LWpZGDIOKFRdClHxZ" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 158 + "__id__": 163 }, "propertyPath": [ - "_lpos" + "_color" ], "value": { - "__type__": "cc.Vec3", - "x": -41.75, - "y": 43.75, - "z": 0 + "__type__": "cc.Color", + "r": 203, + "g": 99, + "b": 250, + "a": 255 } }, { "__type__": "cc.TargetInfo", "localID": [ - "b53BmYygRAQ4gMcRBF/OUZ", + "08nT29mQpCLKxN2SVjI3cu" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 165 + }, + "propertyPath": [ + "_color" + ], + "value": { + "__type__": "cc.Color", + "r": 163, + "g": 56, + "b": 213, + "a": 255 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "8dxUNBKXNN1ZD0UUu6Y+ek" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 167 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3fzhiI2P9Os7ruQJg+Awdq" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 169 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ "75w8fK3CJCSbcfUF7Bzbl3" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 160 + "__id__": 171 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a6a/8vYCBFl5hxt8lfklSI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 173 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3994XTlbxF7YxpLo9qDrmy" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 156 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 176 }, "propertyPath": [ "_contentSize" ], "value": { "__type__": "cc.Size", - "width": 192, + "width": 199.9, + "height": 270 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "afvZZKnn9Fb5obG6jVyKta" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 178 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 383.8, + "height": 524 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "16PS2L0JBEEoS7TAT1HRoZ" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 180 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 391.8, + "height": 532 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "59WtR+lBhBiIzfpFWU1cG8" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 182 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 399.8, + "height": 540 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "6fsOId08VB9bqPtzuiF8/t" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 169 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -91.7, + "y": 128.75, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 185 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 391.8, "height": 44 } }, { "__type__": "cc.TargetInfo", "localID": [ - "b53BmYygRAQ4gMcRBF/OUZ", "1f2dXBc41DFp8cNetX1car" ] }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 28 + }, + "_prefab": { + "__id__": 187 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 186 + }, + "asset": { + "__uuid__": "56a982e0-00ae-4ea4-a412-b54666d0e78b", + "__expectedType__": "cc.Prefab" + }, + "fileId": "ee9HwyGFhDTarF97iXfEHu", + "instance": { + "__id__": 188 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "54N/88d5dO+rESQa6UBRju", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 189 + }, + { + "__id__": 191 + }, + { + "__id__": 192 + }, + { + "__id__": 193 + }, + { + "__id__": 194 + }, + { + "__id__": 196 + }, + { + "__id__": 198 + }, + { + "__id__": 200 + }, + { + "__id__": 202 + }, + { + "__id__": 204 + }, + { + "__id__": 206 + }, + { + "__id__": 208 + }, + { + "__id__": 209 + }, + { + "__id__": 211 + }, + { + "__id__": 213 + }, + { + "__id__": 215 + }, + { + "__id__": 217 + }, + { + "__id__": 218 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 190 + }, + "propertyPath": [ + "_name" + ], + "value": "white" + }, { "__type__": "cc.TargetInfo", "localID": [ - "2b0pxtPkdJgrKePAS8msRc" + "ee9HwyGFhDTarF97iXfEHu" ] }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 190 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 190 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 190 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 195 + }, + "propertyPath": [ + "_color" + ], + "value": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "d67w0LWpZGDIOKFRdClHxZ" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 197 + }, + "propertyPath": [ + "_color" + ], + "value": { + "__type__": "cc.Color", + "r": 226, + "g": 226, + "b": 226, + "a": 255 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "08nT29mQpCLKxN2SVjI3cu" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 199 + }, + "propertyPath": [ + "_color" + ], + "value": { + "__type__": "cc.Color", + "r": 190, + "g": 190, + "b": 190, + "a": 255 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "8dxUNBKXNN1ZD0UUu6Y+ek" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 201 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3fzhiI2P9Os7ruQJg+Awdq" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 203 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "75w8fK3CJCSbcfUF7Bzbl3" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 205 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "a6a/8vYCBFl5hxt8lfklSI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 207 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3994XTlbxF7YxpLo9qDrmy" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 190 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 210 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 199.9, + "height": 270 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "afvZZKnn9Fb5obG6jVyKta" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 212 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 383.8, + "height": 524 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "16PS2L0JBEEoS7TAT1HRoZ" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 214 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 391.8, + "height": 532 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "59WtR+lBhBiIzfpFWU1cG8" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 216 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 399.8, + "height": 540 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "6fsOId08VB9bqPtzuiF8/t" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 203 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": -91.7, + "y": 128.75, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 219 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 391.8, + "height": 44 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "1f2dXBc41DFp8cNetX1car" + ] + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 28 + }, + "_enabled": true, + "__prefab": { + "__id__": 221 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 199.9, + "height": 270 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "261w7fCExIEJT3QcjO1iOl" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 28 + }, + "_enabled": true, + "__prefab": { + "__id__": 223 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 80, + "_originalHeight": 80, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "00Tnf3KHhFbKg28N/DgVqB" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "1d8jZqkK9NfongRca0GKKc", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.Node", "_name": "Mask", @@ -2001,23 +2878,23 @@ "_active": true, "_components": [ { - "__id__": 163 + "__id__": 226 }, { - "__id__": 165 + "__id__": 228 }, { - "__id__": 167 + "__id__": 230 }, { - "__id__": 169 + "__id__": 232 }, { - "__id__": 171 + "__id__": 234 } ], "_prefab": { - "__id__": 173 + "__id__": 236 }, "_lpos": { "__type__": "cc.Vec3", @@ -2054,15 +2931,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 162 + "__id__": 225 }, "_enabled": true, "__prefab": { - "__id__": 164 + "__id__": 227 }, "_contentSize": { "__type__": "cc.Size", - "width": 210, + "width": 179.9, "height": 157.72999999999996 }, "_anchorPoint": { @@ -2082,11 +2959,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 162 + "__id__": 225 }, "_enabled": true, "__prefab": { - "__id__": 166 + "__id__": 229 }, "_type": 0, "_inverted": false, @@ -2104,11 +2981,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 162 + "__id__": 225 }, "_enabled": true, "__prefab": { - "__id__": 168 + "__id__": 231 }, "_alignFlags": 45, "_target": null, @@ -2140,11 +3017,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 162 + "__id__": 225 }, "_enabled": true, "__prefab": { - "__id__": 170 + "__id__": 233 }, "_resizeMode": 0, "_layoutType": 1, @@ -2178,11 +3055,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 162 + "__id__": 225 }, "_enabled": true, "__prefab": { - "__id__": 172 + "__id__": 235 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2231,6 +3108,1418 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, + { + "__type__": "cc.Node", + "_name": "icon", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 238 + }, + { + "__id__": 244 + } + ], + "_active": true, + "_components": [ + { + "__id__": 252 + } + ], + "_prefab": { + "__id__": 254 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 70.855, + "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": "ItemFrame00~03_BgGlow", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 237 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 239 + }, + { + "__id__": 241 + } + ], + "_prefab": { + "__id__": 243 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -9.158, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.5, + "y": 0.5, + "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__": 238 + }, + "_enabled": true, + "__prefab": { + "__id__": 240 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 133, + "height": 133 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6fLj8uHBpHHLFr2NPvW1nb" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 238 + }, + "_enabled": true, + "__prefab": { + "__id__": 242 + }, + "_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@e217d", + "__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": "aeuxd6bF5Nf5Ond6ZI/zqY" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "06Ye1fa3hK3Yo9xtySGvqS", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "icon", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 237 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 245 + }, + { + "__id__": 247 + }, + { + "__id__": 249 + } + ], + "_prefab": { + "__id__": 251 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -7.123000000000005, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": -1.5, + "y": 1.5, + "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__": 244 + }, + "_enabled": true, + "__prefab": { + "__id__": 246 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 128, + "height": 128 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "feHTvF2iBAFqiacF1yBNzl" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 244 + }, + "_enabled": true, + "__prefab": { + "__id__": 248 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "1fda2882-2baf-4446-96cc-492ef2722f05@46381", + "__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__": "1fda2882-2baf-4446-96cc-492ef2722f05", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b2wa9fHZNHjpyECnJwjAI+" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 244 + }, + "_enabled": false, + "__prefab": { + "__id__": 250 + }, + "_alignFlags": 45, + "_target": null, + "_left": -14, + "_right": -14, + "_top": -6.876999999999998, + "_bottom": -21.123, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 78, + "_originalHeight": 78, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c3p+zODxVETY1v/6rzmFee" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "55NtlqWlBMZ5lmPRdxifUF", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 237 + }, + "_enabled": true, + "__prefab": { + "__id__": 253 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a6zbVCfLBKnr8/TNL+ikTb" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "26Xa1H+2FFa5ri7s0yZdvH", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ntitle", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 256 + }, + { + "__id__": 264 + }, + { + "__id__": 272 + }, + { + "__id__": 278 + } + ], + "_active": true, + "_components": [ + { + "__id__": 292 + }, + { + "__id__": 294 + } + ], + "_prefab": { + "__id__": 296 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 107.746, + "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": "Node", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 255 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 257 + }, + { + "__id__": 259 + }, + { + "__id__": 261 + } + ], + "_prefab": { + "__id__": 263 + }, + "_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": 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__": 256 + }, + "_enabled": true, + "__prefab": { + "__id__": 258 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 200, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f7oXUEBWRFp7CaPnshNeOm" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 256 + }, + "_enabled": true, + "__prefab": { + "__id__": 260 + }, + "_alignFlags": 18, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a3ty6/sU9DRrXC7XCMW5D5" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 256 + }, + "_enabled": true, + "__prefab": { + "__id__": 262 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 2, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "bcNrrEoLtITp7h0Ht2TNBQ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "310V8jJclJNYEQyLQ3c/CD", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 255 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 265 + }, + { + "__id__": 267 + }, + { + "__id__": 269 + } + ], + "_prefab": { + "__id__": 271 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 3.891, + "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__": 264 + }, + "_enabled": true, + "__prefab": { + "__id__": 266 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 104, + "height": 35.373999999999995 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9dgncJRHNM0oZi+Pb5hDPM" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 264 + }, + "_enabled": true, + "__prefab": { + "__id__": 268 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "英雄名称", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 25, + "_fontSize": 25, + "_fontFamily": "Arial", + "_lineHeight": 24.9, + "_overflow": 0, + "_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": "1dqRfyNidFnI0Rw533q1kb" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 264 + }, + "_enabled": true, + "__prefab": { + "__id__": 270 + }, + "_alignFlags": 16, + "_target": null, + "_left": 13.370999999999981, + "_right": 116, + "_top": 2.3130000000000024, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3agus8llpO+IFgYQJ4vgK7" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "64sBr99yBIPIbpxdil4ZY0", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 255 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 273 + }, + { + "__id__": 275 + } + ], + "_prefab": { + "__id__": 277 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -96.093, + "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__": 272 + }, + "_enabled": true, + "__prefab": { + "__id__": 274 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 57.95893356674725, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "94dSgyXKtGAIJtSM0KxvDD" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 272 + }, + "_enabled": true, + "__prefab": { + "__id__": 276 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "Lv.1", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 25, + "_fontSize": 25, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": true, + "_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": "d0MjaWYWFBd4P8vN1P911i" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "37M1+wBb9OorzkR5F2BFCx", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "more_btn", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 255 + }, + "_children": [ + { + "__id__": 279 + } + ], + "_active": false, + "_components": [ + { + "__id__": 285 + }, + { + "__id__": 287 + }, + { + "__id__": 289 + } + ], + "_prefab": { + "__id__": 291 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -0.021, + "y": 44.428, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.5, + "y": 0.5, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 278 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 280 + }, + { + "__id__": 282 + } + ], + "_prefab": { + "__id__": 284 + }, + "_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": 1.2, + "y": 1.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 279 + }, + "_enabled": true, + "__prefab": { + "__id__": 281 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 17.3203125, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "daQGnttfdCvaUELdve6aBw" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 279 + }, + "_enabled": true, + "__prefab": { + "__id__": 283 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "!", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 40, + "_fontSize": 40, + "_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": 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": "ccz8HscahDeZ9oU44RYNtD" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "bcTUtWF49A86MjNyFRRVLE", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 278 + }, + "_enabled": true, + "__prefab": { + "__id__": 286 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 64, + "height": 66 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1d7XQ1IT1OZqGdhX1S324w" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 278 + }, + "_enabled": true, + "__prefab": { + "__id__": 288 + }, + "_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@b9538", + "__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": "72k40472tP/ooIn+m3YXqd" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 278 + }, + "_enabled": false, + "__prefab": { + "__id__": 290 + }, + "_alignFlags": 40, + "_target": null, + "_left": 543.579, + "_right": -75.57899999999995, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 64, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f85GLTR+1NuJL0rkLT3es+" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "ceMOkvEetIV4BC23tuWg2S", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 255 + }, + "_enabled": true, + "__prefab": { + "__id__": 293 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 200, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5c97fIRy9O07NyGw2giP8C" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 255 + }, + "_enabled": true, + "__prefab": { + "__id__": 295 + }, + "_alignFlags": 16, + "_target": null, + "_left": 15, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "99JrlKbOpMJqMU7ofeZS78" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "720bTRCypEHLZL3b4Cyapa", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.Node", "_name": "attr", @@ -2241,21 +4530,21 @@ }, "_children": [ { - "__id__": 175 + "__id__": 298 } ], "_active": true, "_components": [ { - "__id__": 235 + "__id__": 358 } ], "_prefab": { - "__id__": 237 + "__id__": 360 }, "_lpos": { "__type__": "cc.Vec3", - "x": 11.415, + "x": 26.393, "y": -28.934, "z": 0 }, @@ -2288,30 +4577,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 174 + "__id__": 297 }, "_children": [ { - "__id__": 176 + "__id__": 299 }, { - "__id__": 202 + "__id__": 325 } ], "_active": true, "_components": [ { - "__id__": 228 + "__id__": 351 }, { - "__id__": 230 + "__id__": 353 }, { - "__id__": 232 + "__id__": 355 } ], "_prefab": { - "__id__": 234 + "__id__": 357 }, "_lpos": { "__type__": "cc.Vec3", @@ -2348,33 +4637,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 175 + "__id__": 298 }, "_children": [ { - "__id__": 177 + "__id__": 300 }, { - "__id__": 183 + "__id__": 306 }, { - "__id__": 189 + "__id__": 312 } ], "_active": true, "_components": [ { - "__id__": 195 + "__id__": 318 }, { - "__id__": 197 + "__id__": 320 }, { - "__id__": 199 + "__id__": 322 } ], "_prefab": { - "__id__": 201 + "__id__": 324 }, "_lpos": { "__type__": "cc.Vec3", @@ -2411,20 +4700,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 176 + "__id__": 299 }, "_children": [], "_active": true, "_components": [ { - "__id__": 178 + "__id__": 301 }, { - "__id__": 180 + "__id__": 303 } ], "_prefab": { - "__id__": 182 + "__id__": 305 }, "_lpos": { "__type__": "cc.Vec3", @@ -2461,11 +4750,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 177 + "__id__": 300 }, "_enabled": true, "__prefab": { - "__id__": 179 + "__id__": 302 }, "_contentSize": { "__type__": "cc.Size", @@ -2489,11 +4778,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 177 + "__id__": 300 }, "_enabled": true, "__prefab": { - "__id__": 181 + "__id__": 304 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2570,20 +4859,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 176 + "__id__": 299 }, "_children": [], "_active": true, "_components": [ { - "__id__": 184 + "__id__": 307 }, { - "__id__": 186 + "__id__": 309 } ], "_prefab": { - "__id__": 188 + "__id__": 311 }, "_lpos": { "__type__": "cc.Vec3", @@ -2620,11 +4909,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 183 + "__id__": 306 }, "_enabled": true, "__prefab": { - "__id__": 185 + "__id__": 308 }, "_contentSize": { "__type__": "cc.Size", @@ -2648,11 +4937,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 183 + "__id__": 306 }, "_enabled": true, "__prefab": { - "__id__": 187 + "__id__": 310 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2729,20 +5018,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 176 + "__id__": 299 }, "_children": [], "_active": true, "_components": [ { - "__id__": 190 + "__id__": 313 }, { - "__id__": 192 + "__id__": 315 } ], "_prefab": { - "__id__": 194 + "__id__": 317 }, "_lpos": { "__type__": "cc.Vec3", @@ -2779,11 +5068,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 189 + "__id__": 312 }, "_enabled": true, "__prefab": { - "__id__": 191 + "__id__": 314 }, "_contentSize": { "__type__": "cc.Size", @@ -2807,11 +5096,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 189 + "__id__": 312 }, "_enabled": true, "__prefab": { - "__id__": 193 + "__id__": 316 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2888,11 +5177,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 176 + "__id__": 299 }, "_enabled": true, "__prefab": { - "__id__": 196 + "__id__": 319 }, "_contentSize": { "__type__": "cc.Size", @@ -2916,11 +5205,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 176 + "__id__": 299 }, "_enabled": true, "__prefab": { - "__id__": 198 + "__id__": 321 }, "_resizeMode": 0, "_layoutType": 1, @@ -2954,11 +5243,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 176 + "__id__": 299 }, "_enabled": false, "__prefab": { - "__id__": 200 + "__id__": 323 }, "_alignFlags": 9, "_target": null, @@ -3003,33 +5292,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 175 + "__id__": 298 }, "_children": [ { - "__id__": 203 + "__id__": 326 }, { - "__id__": 209 + "__id__": 332 }, { - "__id__": 215 + "__id__": 338 } ], "_active": true, "_components": [ { - "__id__": 221 + "__id__": 344 }, { - "__id__": 223 + "__id__": 346 }, { - "__id__": 225 + "__id__": 348 } ], "_prefab": { - "__id__": 227 + "__id__": 350 }, "_lpos": { "__type__": "cc.Vec3", @@ -3066,20 +5355,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 202 + "__id__": 325 }, "_children": [], "_active": true, "_components": [ { - "__id__": 204 + "__id__": 327 }, { - "__id__": 206 + "__id__": 329 } ], "_prefab": { - "__id__": 208 + "__id__": 331 }, "_lpos": { "__type__": "cc.Vec3", @@ -3116,11 +5405,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 203 + "__id__": 326 }, "_enabled": true, "__prefab": { - "__id__": 205 + "__id__": 328 }, "_contentSize": { "__type__": "cc.Size", @@ -3144,11 +5433,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 203 + "__id__": 326 }, "_enabled": true, "__prefab": { - "__id__": 207 + "__id__": 330 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3225,20 +5514,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 202 + "__id__": 325 }, "_children": [], "_active": true, "_components": [ { - "__id__": 210 + "__id__": 333 }, { - "__id__": 212 + "__id__": 335 } ], "_prefab": { - "__id__": 214 + "__id__": 337 }, "_lpos": { "__type__": "cc.Vec3", @@ -3275,11 +5564,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 332 }, "_enabled": true, "__prefab": { - "__id__": 211 + "__id__": 334 }, "_contentSize": { "__type__": "cc.Size", @@ -3303,11 +5592,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 209 + "__id__": 332 }, "_enabled": true, "__prefab": { - "__id__": 213 + "__id__": 336 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3384,20 +5673,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 202 + "__id__": 325 }, "_children": [], "_active": true, "_components": [ { - "__id__": 216 + "__id__": 339 }, { - "__id__": 218 + "__id__": 341 } ], "_prefab": { - "__id__": 220 + "__id__": 343 }, "_lpos": { "__type__": "cc.Vec3", @@ -3434,11 +5723,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 215 + "__id__": 338 }, "_enabled": true, "__prefab": { - "__id__": 217 + "__id__": 340 }, "_contentSize": { "__type__": "cc.Size", @@ -3462,11 +5751,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 215 + "__id__": 338 }, "_enabled": true, "__prefab": { - "__id__": 219 + "__id__": 342 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3543,11 +5832,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 202 + "__id__": 325 }, "_enabled": true, "__prefab": { - "__id__": 222 + "__id__": 345 }, "_contentSize": { "__type__": "cc.Size", @@ -3571,11 +5860,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 202 + "__id__": 325 }, "_enabled": true, "__prefab": { - "__id__": 224 + "__id__": 347 }, "_resizeMode": 0, "_layoutType": 1, @@ -3609,11 +5898,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 202 + "__id__": 325 }, "_enabled": false, "__prefab": { - "__id__": 226 + "__id__": 349 }, "_alignFlags": 9, "_target": null, @@ -3658,11 +5947,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 175 + "__id__": 298 }, "_enabled": true, "__prefab": { - "__id__": 229 + "__id__": 352 }, "_contentSize": { "__type__": "cc.Size", @@ -3686,11 +5975,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 175 + "__id__": 298 }, "_enabled": true, "__prefab": { - "__id__": 231 + "__id__": 354 }, "_alignFlags": 13, "_target": null, @@ -3722,11 +6011,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 175 + "__id__": 298 }, "_enabled": true, "__prefab": { - "__id__": 233 + "__id__": 356 }, "_resizeMode": 0, "_layoutType": 2, @@ -3773,11 +6062,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 174 + "__id__": 297 }, "_enabled": true, "__prefab": { - "__id__": 236 + "__id__": 359 }, "_contentSize": { "__type__": "cc.Size", @@ -3810,7 +6099,7 @@ }, { "__type__": "cc.Node", - "_name": "more", + "_name": "Node", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -3818,6985 +6107,27 @@ }, "_children": [ { - "__id__": 239 + "__id__": 362 }, - { - "__id__": 262 - }, - { - "__id__": 462 - } - ], - "_active": true, - "_components": [ - { - "__id__": 484 - } - ], - "_prefab": { - "__id__": 486 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -1.907, - "y": 303.36, - "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", - "_objFlags": 0, - "_parent": { - "__id__": 238 - }, - "_prefab": { - "__id__": 240 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 239 - }, - "asset": { - "__uuid__": "555f7387-1025-41a8-a2a8-ff61c76004a3", - "__expectedType__": "cc.Prefab" - }, - "fileId": "50T0YGiGBH7qZZFeATiEP+", - "instance": { - "__id__": 241 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "8bsmP6uiBBLJQIUzyOxUTq", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 242 - }, - { - "__id__": 244 - }, - { - "__id__": 246 - }, - { - "__id__": 248 - }, - { - "__id__": 250 - }, - { - "__id__": 252 - }, - { - "__id__": 254 - }, - { - "__id__": 256 - }, - { - "__id__": 258 - }, - { - "__id__": 260 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 243 - }, - "propertyPath": [ - "_name" - ], - "value": "popup" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "50T0YGiGBH7qZZFeATiEP+" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 245 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "50T0YGiGBH7qZZFeATiEP+" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 247 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "50T0YGiGBH7qZZFeATiEP+" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 249 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "50T0YGiGBH7qZZFeATiEP+" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 251 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 700, - "height": 300 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "50XxsJbrFCN4H9VEVO1jhI" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 253 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 700, - "height": 300 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "89vNfbOw5OYLiuCSle5Cni" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 255 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 1400, - "height": 600 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "3dNz0H16xGpJqDZ5588nMV" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 257 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 868, - "height": 188 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "dbPtEc0lVC6b6/8Lozo2Vm" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 259 - }, - "propertyPath": [ - "_active" - ], - "value": true - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "31AYdwZIJAcr3omdojH1js" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 261 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "edv/0Agw9E+qY3h4DiEUF9" - ] - }, - { - "__type__": "cc.Node", - "_name": "attr_more", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 238 - }, - "_children": [ - { - "__id__": 263 - }, - { - "__id__": 287 - }, - { - "__id__": 311 - }, - { - "__id__": 335 - }, - { - "__id__": 359 - }, - { - "__id__": 383 - }, - { - "__id__": 407 - }, - { - "__id__": 431 - } - ], - "_active": true, - "_components": [ - { - "__id__": 455 - }, - { - "__id__": 457 - }, - { - "__id__": 459 - } - ], - "_prefab": { - "__id__": 461 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 40, - "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": "cd", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 262 - }, - "_children": [ - { - "__id__": 264 - }, - { - "__id__": 270 - }, - { - "__id__": 276 - } - ], - "_active": true, - "_components": [ - { - "__id__": 282 - }, - { - "__id__": 284 - } - ], - "_prefab": { - "__id__": 286 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -245, - "y": 50, - "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": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 263 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 265 - }, - { - "__id__": 267 - } - ], - "_prefab": { - "__id__": 269 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -72.2216796875, - "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__": 264 - }, - "_enabled": true, - "__prefab": { - "__id__": 266 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 45.556640625, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "68n5QbN3xJ5psKY45IklPR" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 264 - }, - "_enabled": true, - "__prefab": { - "__id__": 268 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 32, - "g": 32, - "b": 32, - "a": 255 - }, - "_string": "攻速:", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "13Yt/ae/5Ogo4IFgdor6SD" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "d47n3iZV1DQavg7IXRtMpG", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "all", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 263 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 271 - }, - { - "__id__": 273 - } - ], - "_prefab": { - "__id__": 275 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -31.7587890625, - "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__": 270 - }, - "_enabled": true, - "__prefab": { - "__id__": 272 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 33.369140625, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "67rbhLqD1FjK9ufofLK7Gi" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 270 - }, - "_enabled": true, - "__prefab": { - "__id__": 274 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_string": "100", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_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": "7fZw/0KYNG05LdWElPJr9x" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "c3rGRlWu1FEKzyuGojhIFB", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "plus", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 263 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 277 - }, - { - "__id__": 279 - } - ], - "_prefab": { - "__id__": 281 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -14.07421875, - "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__": 276 - }, - "_enabled": true, - "__prefab": { - "__id__": 278 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 47.24609375, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "2bxjv1UHlMIpp6UY59Hyu5" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 276 - }, - "_enabled": true, - "__prefab": { - "__id__": 280 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 30, - "g": 132, - "b": 73, - "a": 255 - }, - "_string": "(+50)", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "76UOn5FDRPi6nmjlu3zzS0" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "2c6PAKk2NF1JqdCFctkBmm", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 263 - }, - "_enabled": true, - "__prefab": { - "__id__": 283 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 190, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "eew5V1n/RAurXXYb+A+hMA" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 263 - }, - "_enabled": true, - "__prefab": { - "__id__": 285 - }, - "_resizeMode": 0, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 1, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "47tsVeTGZAj5peSbeIjeka" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "c4EX2JgJ5HZrDspvOG9J2p", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "stun", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 262 - }, - "_children": [ - { - "__id__": 288 - }, - { - "__id__": 294 - }, - { - "__id__": 300 - } - ], - "_active": true, - "_components": [ - { - "__id__": 306 - }, - { - "__id__": 308 - } - ], - "_prefab": { - "__id__": 310 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -50, - "y": 50, - "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": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 287 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 289 - }, - { - "__id__": 291 - } - ], - "_prefab": { - "__id__": 293 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -72.2216796875, - "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__": 288 - }, - "_enabled": true, - "__prefab": { - "__id__": 290 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 45.556640625, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e2jXuC7CxKaJXEIUyn/C5s" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 288 - }, - "_enabled": true, - "__prefab": { - "__id__": 292 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 32, - "g": 32, - "b": 32, - "a": 255 - }, - "_string": "击晕:", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "8bucmHgzRDL6ZYSY9MpS76" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "a0IXKrZ6lPeYRyIzzMj+Xd", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "all", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 287 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 295 - }, - { - "__id__": 297 - } - ], - "_prefab": { - "__id__": 299 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -28.4287109375, - "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__": 294 - }, - "_enabled": true, - "__prefab": { - "__id__": 296 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 40.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "balNiJxH9Gop5dhHZY1tGi" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 294 - }, - "_enabled": true, - "__prefab": { - "__id__": 298 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_string": "20%", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_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": "28n8+rvkpAX4Z1IO1KUFlw" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "a6Vh31Yj1D9KItkMFjpPfW", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "plus", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 287 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 301 - }, - { - "__id__": 303 - } - ], - "_prefab": { - "__id__": 305 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -7.4140625, - "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__": 300 - }, - "_enabled": true, - "__prefab": { - "__id__": 302 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 65.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b9KY/1QBdCUIKZ0gDMyJF5" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 300 - }, - "_enabled": true, - "__prefab": { - "__id__": 304 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 30, - "g": 132, - "b": 73, - "a": 255 - }, - "_string": "(+10%)", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "2b7NxkDClCIp2y4Tz0+Bqi" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "63TF8Cj3ZC1p81QhxQKOqR", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 287 - }, - "_enabled": true, - "__prefab": { - "__id__": 307 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 190, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "57qCmVVDJMBofs/Hrh18Dn" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 287 - }, - "_enabled": true, - "__prefab": { - "__id__": 309 - }, - "_resizeMode": 0, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 1, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "d4vd9BtidPbLGXVC+RfHHY" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "3dWsq2smhOca3khX8Pwa4i", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "crt", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 262 - }, - "_children": [ - { - "__id__": 312 - }, - { - "__id__": 318 - }, - { - "__id__": 324 - } - ], - "_active": true, - "_components": [ - { - "__id__": 330 - }, - { - "__id__": 332 - } - ], - "_prefab": { - "__id__": 334 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 145, - "y": 50, - "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": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 311 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 313 - }, - { - "__id__": 315 - } - ], - "_prefab": { - "__id__": 317 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -72.2216796875, - "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__": 312 - }, - "_enabled": true, - "__prefab": { - "__id__": 314 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 45.556640625, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "335oVQwPdK1p6qoQSd2sMu" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 312 - }, - "_enabled": true, - "__prefab": { - "__id__": 316 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 32, - "g": 32, - "b": 32, - "a": 255 - }, - "_string": "暴击:", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "477OvuYWhDlZvW/Ntkry/f" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "aftVoCtUlG14KomQJNNPYB", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "all", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 311 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 319 - }, - { - "__id__": 321 - } - ], - "_prefab": { - "__id__": 323 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -28.4287109375, - "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__": 318 - }, - "_enabled": true, - "__prefab": { - "__id__": 320 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 40.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "1eBL6ipUpAD6Y2/ldYz5W7" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 318 - }, - "_enabled": true, - "__prefab": { - "__id__": 322 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_string": "20%", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_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": "b5sbewoBRGbJ/qP+BdfbY3" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "a1hZLK4TRLvJq+wGH4M9Dh", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "plus", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 311 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 325 - }, - { - "__id__": 327 - } - ], - "_prefab": { - "__id__": 329 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -7.4140625, - "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__": 324 - }, - "_enabled": true, - "__prefab": { - "__id__": 326 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 65.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "88dIcoR4tPsrAYlKbF5l5B" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 324 - }, - "_enabled": true, - "__prefab": { - "__id__": 328 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 30, - "g": 132, - "b": 73, - "a": 255 - }, - "_string": "(+10%)", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "b7nyydpctKn4SX7XRUWi4y" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6dVQeeOqBKLZ/IWjh2UI1N", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 311 - }, - "_enabled": true, - "__prefab": { - "__id__": 331 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 190, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "7fndPA8UxJz5QPoImYVNgw" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 311 - }, - "_enabled": true, - "__prefab": { - "__id__": 333 - }, - "_resizeMode": 0, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 1, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "fc/zn1ou1N5o6SSZfq+KNy" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "1dC6jr/L1DALSaco7D8Yzk", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "crt-d", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 262 - }, - "_children": [ - { - "__id__": 336 - }, - { - "__id__": 342 - }, - { - "__id__": 348 - } - ], - "_active": true, - "_components": [ - { - "__id__": 354 - }, - { - "__id__": 356 - } - ], - "_prefab": { - "__id__": 358 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -245, - "y": 25, - "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": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 335 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 337 - }, - { - "__id__": 339 - } - ], - "_prefab": { - "__id__": 341 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -72.2216796875, - "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__": 336 - }, - "_enabled": true, - "__prefab": { - "__id__": 338 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 45.556640625, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "cfnTvu+BZFQ4TplYuzOSuK" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 336 - }, - "_enabled": true, - "__prefab": { - "__id__": 340 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 32, - "g": 32, - "b": 32, - "a": 255 - }, - "_string": "爆伤:", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "e5e0XUejZFy57oFABPO/UN" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "06w3D1fVxOvphJR0/vmbmq", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "all", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 335 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 343 - }, - { - "__id__": 345 - } - ], - "_prefab": { - "__id__": 347 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -28.4287109375, - "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__": 342 - }, - "_enabled": true, - "__prefab": { - "__id__": 344 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 40.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "fd3v4QNzZAkY3GEY+o2keU" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 342 - }, - "_enabled": true, - "__prefab": { - "__id__": 346 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_string": "20%", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_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": "d94Sy0/edBzI96sBeLM530" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "22eRsWcIRAQZawQgMNZK61", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "plus", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 335 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 349 - }, - { - "__id__": 351 - } - ], - "_prefab": { - "__id__": 353 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -7.4140625, - "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__": 348 - }, - "_enabled": true, - "__prefab": { - "__id__": 350 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 65.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "7fzvBmS1JJsKtCzb3Sl8uV" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 348 - }, - "_enabled": true, - "__prefab": { - "__id__": 352 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 30, - "g": 132, - "b": 73, - "a": 255 - }, - "_string": "(+10%)", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "01QyChLyFI6bR/L/Kc0dgD" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "fbc9od4rhHwYnJ5dFAc3qz", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 335 - }, - "_enabled": true, - "__prefab": { - "__id__": 355 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 190, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "26Oo9NoxNKCpyJEZDuWqhq" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 335 - }, - "_enabled": true, - "__prefab": { - "__id__": 357 - }, - "_resizeMode": 0, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 1, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "9dQqY7RGlIHY5slrF5D30A" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "dag+oGgHlAkpqjeAn2BVoe", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "frs", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 262 - }, - "_children": [ - { - "__id__": 360 - }, - { - "__id__": 366 - }, - { - "__id__": 372 - } - ], - "_active": true, - "_components": [ - { - "__id__": 378 - }, - { - "__id__": 380 - } - ], - "_prefab": { - "__id__": 382 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -50, - "y": 25, - "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": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 359 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 361 - }, - { - "__id__": 363 - } - ], - "_prefab": { - "__id__": 365 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -72.2216796875, - "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__": 360 - }, - "_enabled": true, - "__prefab": { - "__id__": 362 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 45.556640625, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "dcPgQ+s+RNfaQwpPkzlAW1" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 360 - }, - "_enabled": true, - "__prefab": { - "__id__": 364 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 32, - "g": 32, - "b": 32, - "a": 255 - }, - "_string": "冰冻:", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "07eo4dVvxBNIdDR7VhDfKq" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "13i0O4SfZCUZbiBf2/LMYk", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "all", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 359 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 367 - }, - { - "__id__": 369 - } - ], - "_prefab": { - "__id__": 371 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -28.4287109375, - "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": 40.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "5emqwZZzJPirEqvkVodU/T" - }, - { - "__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": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_string": "20%", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_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": "18YzRZwsFJPKQUjitQ3P/j" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6eMEmDZM1Ix4iyZ+5kcsp+", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "plus", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 359 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 373 - }, - { - "__id__": 375 - } - ], - "_prefab": { - "__id__": 377 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -7.4140625, - "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__": 372 - }, - "_enabled": true, - "__prefab": { - "__id__": 374 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 65.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "fe0lf9b0pBE78Q1pTq5bWR" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 372 - }, - "_enabled": true, - "__prefab": { - "__id__": 376 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 30, - "g": 132, - "b": 73, - "a": 255 - }, - "_string": "(+10%)", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "347sWeW4tO3KuWnWFPcPK3" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "bbcQFgJAVGjaVpA+0kb9zr", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 359 - }, - "_enabled": true, - "__prefab": { - "__id__": 379 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 190, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b4Q/kCIvFKDrfCkq4787fh" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 359 - }, - "_enabled": true, - "__prefab": { - "__id__": 381 - }, - "_resizeMode": 0, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 1, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "1dMsHOyp9LS5rcfZhE2Obs" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "a3xIfwd+hEO6Zj4xJAVlO1", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "bck", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 262 - }, - "_children": [ - { - "__id__": 384 - }, - { - "__id__": 390 - }, - { - "__id__": 396 - } - ], - "_active": true, - "_components": [ - { - "__id__": 402 - }, - { - "__id__": 404 - } - ], - "_prefab": { - "__id__": 406 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 145, - "y": 25, - "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": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 383 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 385 - }, - { - "__id__": 387 - } - ], - "_prefab": { - "__id__": 389 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -72.2216796875, - "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__": 384 - }, - "_enabled": true, - "__prefab": { - "__id__": 386 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 45.556640625, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f5RvPBkQJCkpu7HhAydcwG" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 384 - }, - "_enabled": true, - "__prefab": { - "__id__": 388 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 32, - "g": 32, - "b": 32, - "a": 255 - }, - "_string": "击退:", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "dev3hhc55OfIL7jIlb+o/Y" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "c3kVQpJuNFf7hOFl98NvE4", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "all", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 383 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 391 - }, - { - "__id__": 393 - } - ], - "_prefab": { - "__id__": 395 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -28.4287109375, - "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__": 390 - }, - "_enabled": true, - "__prefab": { - "__id__": 392 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 40.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "ecwt4uMeJB2ptlsA/STmUY" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 390 - }, - "_enabled": true, - "__prefab": { - "__id__": 394 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_string": "20%", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_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": "477W2HtndM/rI1s1AQQYRN" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "efHQGEUeVNKbGtbTcmjqt2", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "plus", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 383 - }, - "_children": [], - "_active": true, - "_components": [ { "__id__": 397 - }, - { - "__id__": 399 - } - ], - "_prefab": { - "__id__": 401 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -7.4140625, - "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__": 396 - }, - "_enabled": true, - "__prefab": { - "__id__": 398 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 65.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "a5KvE+4rpNv4q2tFAxquue" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 396 - }, - "_enabled": true, - "__prefab": { - "__id__": 400 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 30, - "g": 132, - "b": 73, - "a": 255 - }, - "_string": "(+10%)", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "7ciRHeQ85HrqWxpEO4B76T" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "a3EuFYkfZP1ZRlYR4mBnvp", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 383 - }, - "_enabled": true, - "__prefab": { - "__id__": 403 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 190, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "db6D6VMLNN0IkGV65hycHk" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 383 - }, - "_enabled": true, - "__prefab": { - "__id__": 405 - }, - "_resizeMode": 0, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 1, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "fbOS1S+xBABIlUDH6xlJwj" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "89Nwtv9IFPQLVsCqBVSqNQ", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "pru", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 262 - }, - "_children": [ - { - "__id__": 408 - }, - { - "__id__": 414 - }, - { - "__id__": 420 } ], "_active": true, "_components": [ - { - "__id__": 426 - }, - { - "__id__": 428 - } - ], - "_prefab": { - "__id__": 430 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -245, - "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": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 407 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 409 - }, - { - "__id__": 411 - } - ], - "_prefab": { - "__id__": 413 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -72.2216796875, - "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__": 408 - }, - "_enabled": true, - "__prefab": { - "__id__": 410 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 45.556640625, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "25uPpu8npA1ZdKKKBIzU0A" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 408 - }, - "_enabled": true, - "__prefab": { - "__id__": 412 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 32, - "g": 32, - "b": 32, - "a": 255 - }, - "_string": "穿透:", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "6c3z4UhFhGPoNXULRc9mBj" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "07i3ThnQBOM44gHxlliYXB", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "all", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 407 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 415 - }, - { - "__id__": 417 - } - ], - "_prefab": { - "__id__": 419 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -28.4287109375, - "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__": 414 - }, - "_enabled": true, - "__prefab": { - "__id__": 416 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 40.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "7cs7R8V3FKp4VfFllJAxpA" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 414 - }, - "_enabled": true, - "__prefab": { - "__id__": 418 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_string": "20%", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_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": "86FGqKb2BG2Z+9gTo9Sluq" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "3aEt1KMFNGRYRmclInzRvl", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "plus", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 407 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 421 - }, - { - "__id__": 423 - } - ], - "_prefab": { - "__id__": 425 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -7.4140625, - "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__": 420 - }, - "_enabled": true, - "__prefab": { - "__id__": 422 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 65.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "2c3IdTOthC6KXvnQ1IAr+t" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 420 - }, - "_enabled": true, - "__prefab": { - "__id__": 424 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 30, - "g": 132, - "b": 73, - "a": 255 - }, - "_string": "(+10%)", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "d3lGSDz7JA6oN980KtyGLo" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "85ULe2v2dMzIcy50ITdBFO", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 407 - }, - "_enabled": true, - "__prefab": { - "__id__": 427 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 190, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "a1PFNwddZFeq90MBLhAi9u" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 407 - }, - "_enabled": true, - "__prefab": { - "__id__": 429 - }, - "_resizeMode": 0, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 1, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f2XXJ9ZMVNhp8LlmtT5CMw" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "88XR1HYwxIV5XjeFhQ8HVK", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "wfuny", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 262 - }, - "_children": [ { "__id__": 432 }, { - "__id__": 438 + "__id__": 434 }, { - "__id__": 444 - } - ], - "_active": true, - "_components": [ - { - "__id__": 450 - }, - { - "__id__": 452 + "__id__": 436 } ], "_prefab": { - "__id__": 454 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -50, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 431 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 433 - }, - { - "__id__": 435 - } - ], - "_prefab": { - "__id__": 437 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -72.2216796875, - "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__": 432 - }, - "_enabled": true, - "__prefab": { - "__id__": 434 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 45.556640625, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "78idZAXf5NUpUo9kgUeX0n" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 432 - }, - "_enabled": true, - "__prefab": { - "__id__": 436 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 32, - "g": 32, - "b": 32, - "a": 255 - }, - "_string": "风怒:", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "80Q/+dEWJFYrkbZipFLoyo" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "ccQ+7p1ENOJINRRh0pujLr", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "all", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 431 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 439 - }, - { - "__id__": 441 - } - ], - "_prefab": { - "__id__": 443 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -28.4287109375, - "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__": 438 }, - "_enabled": true, - "__prefab": { - "__id__": 440 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 40.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "12k5znmiNHE5iQuAvrn06t" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 438 - }, - "_enabled": true, - "__prefab": { - "__id__": 442 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_string": "20%", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_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": "4ayu4byPlMJ7N2ErG10ivB" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "29qkJrMpxJJIRVymJSAyer", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "plus", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 431 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 445 - }, - { - "__id__": 447 - } - ], - "_prefab": { - "__id__": 449 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -7.4140625, - "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__": 444 - }, - "_enabled": true, - "__prefab": { - "__id__": 446 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 65.029296875, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "4ewFXuoAtGjbKH3X3ND6rL" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 444 - }, - "_enabled": true, - "__prefab": { - "__id__": 448 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 30, - "g": 132, - "b": 73, - "a": 255 - }, - "_string": "(+10%)", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 21, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_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": "29L7G47atCwaE4aJWg3eu/" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "c1QtnbnNhNwI9Lo5YDT+e3", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 431 - }, - "_enabled": true, - "__prefab": { - "__id__": 451 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 190, - "height": 20 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "88Uxde6yxCcLwswheU86Ff" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 431 - }, - "_enabled": true, - "__prefab": { - "__id__": 453 - }, - "_resizeMode": 0, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 1, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "0a2r8KolxIWLHwvM53cM+c" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6fOTTs2/9OJ6OyQyCKB5/i", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 262 - }, - "_enabled": true, - "__prefab": { - "__id__": 456 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 680, - "height": 120 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "10aFBmBOxJHYAxTYSG4nZo" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 262 - }, - "_enabled": true, - "__prefab": { - "__id__": 458 - }, - "_alignFlags": 41, - "_target": null, - "_left": 10, - "_right": 10, - "_top": 50, - "_bottom": -5, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 680, - "_originalHeight": 120, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "94ah1wfkdN16JtdiilxBmp" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 262 - }, - "_enabled": true, - "__prefab": { - "__id__": 460 - }, - "_resizeMode": 0, - "_layoutType": 3, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 5, - "_spacingY": 5, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": true, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e9/YBN3NVIWKfZlWkvgQnb" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "60IjFtiEVChazxxOePI1F+", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "skills", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 238 - }, - "_children": [ - { - "__id__": 463 - }, - { - "__id__": 471 - } - ], - "_active": true, - "_components": [ - { - "__id__": 479 - }, - { - "__id__": 481 - } - ], - "_prefab": { - "__id__": 483 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": -64.111, - "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": "bg_line", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 462 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 464 - }, - { - "__id__": 466 - }, - { - "__id__": 468 - } - ], - "_prefab": { - "__id__": 470 - }, - "_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.5, - "y": 0.5, - "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__": 463 - }, - "_enabled": true, - "__prefab": { - "__id__": 465 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 1360, - "height": 300 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "9cOCY+ENBMKJzyLw3wXRBv" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 463 - }, - "_enabled": true, - "__prefab": { - "__id__": 467 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 82 - }, - "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@7f50d", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 1, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "63T8RJN8NI2JmcYw3fyNSv" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 463 - }, - "_enabled": true, - "__prefab": { - "__id__": 469 - }, - "_alignFlags": 45, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 250, - "_originalHeight": 63, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "abJwmHXX9G07oGF3pxxDdq" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "bbBwtCfwhPpo1pmXB+L1SJ", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "RichText", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 462 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 472 - }, - { - "__id__": 474 - }, - { - "__id__": 476 - } - ], - "_prefab": { - "__id__": 478 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 69.14, - "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": 680, - "height": 26.46 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 1 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "d7ZPkMN6pDgI7CuEPo3CSp" - }, - { - "__type__": "cc.RichText", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 471 - }, - "_enabled": true, - "__prefab": { - "__id__": 475 - }, - "_lineHeight": 21, - "_string": "RichText", - "_horizontalAlign": 0, - "_verticalAlign": 0, - "_fontSize": 20, - "_fontColor": { - "__type__": "cc.Color", - "r": 240, - "g": 240, - "b": 240, - "a": 255 - }, - "_maxWidth": 680, - "_fontFamily": "Arial", - "_font": null, - "_isSystemFontUsed": true, - "_userDefinedFont": null, - "_cacheMode": 0, - "_imageAtlas": null, - "_handleTouchEvent": true, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "889LOJLftHH5Cibnm6dPyL" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 471 - }, - "_enabled": true, - "__prefab": { - "__id__": 477 - }, - "_alignFlags": 40, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 2120, - "_bottom": 2080, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 120, - "_originalHeight": 40, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "a6YmDaXoZAJpOQsCfYoWnD" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "9aQIA8dvFEwIV7tWyw1rvr", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 462 - }, - "_enabled": true, - "__prefab": { - "__id__": 480 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 680, - "height": 150 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "950A03FX5PSp8DzvrY2AVZ" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 462 - }, - "_enabled": true, - "__prefab": { - "__id__": 482 - }, - "_alignFlags": 40, - "_target": null, - "_left": 10, - "_right": 10, - "_top": -172, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 500, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "8dZf7RsWpE9KSwC+cuVn3Z" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "acSAy0hgpMUY4Um7mbnFM2", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 238 - }, - "_enabled": true, - "__prefab": { - "__id__": 485 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 700, - "height": 300 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "c2o/W6SydFFp1LnCMTtD9f" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "d1mWBfwNhMTLEEp+398Tg6", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "ntitle", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [ - { - "__id__": 488 - }, - { - "__id__": 504 - }, - { - "__id__": 518 - } - ], - "_active": true, - "_components": [ - { - "__id__": 524 - }, - { - "__id__": 526 - } - ], - "_prefab": { - "__id__": 528 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 88.441, - "y": 77.735, - "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": "Node", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 487 - }, - "_children": [ - { - "__id__": 489 - } - ], - "_active": true, - "_components": [ - { - "__id__": 497 - }, - { - "__id__": 499 - }, - { - "__id__": 501 - } - ], - "_prefab": { - "__id__": 503 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 43.772, - "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": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 488 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 490 - }, - { - "__id__": 492 - }, - { - "__id__": 494 - } - ], - "_prefab": { - "__id__": 496 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -100, - "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": 84, - "height": 35.373999999999995 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "9dgncJRHNM0oZi+Pb5hDPM" - }, - { - "__type__": "cc.Label", - "_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 - }, - "_string": "英雄名称", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 24.9, - "_overflow": 0, - "_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": "1dqRfyNidFnI0Rw533q1kb" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 489 - }, - "_enabled": false, - "__prefab": { - "__id__": 495 - }, - "_alignFlags": 9, - "_target": null, - "_left": 13.370999999999981, - "_right": 0, - "_top": 2.3130000000000024, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "3agus8llpO+IFgYQJ4vgK7" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "64sBr99yBIPIbpxdil4ZY0", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 488 - }, - "_enabled": true, - "__prefab": { - "__id__": 498 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 200, - "height": 30 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f7oXUEBWRFp7CaPnshNeOm" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 488 - }, - "_enabled": true, - "__prefab": { - "__id__": 500 - }, - "_alignFlags": 8, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "a3ty6/sU9DRrXC7XCMW5D5" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 488 - }, - "_enabled": true, - "__prefab": { - "__id__": 502 - }, - "_resizeMode": 0, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 2, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "bcNrrEoLtITp7h0Ht2TNBQ" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "310V8jJclJNYEQyLQ3c/CD", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "more_btn", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 487 - }, - "_children": [ - { - "__id__": 505 - } - ], - "_active": true, - "_components": [ - { - "__id__": 511 - }, - { - "__id__": 513 - }, - { - "__id__": 515 - } - ], - "_prefab": { - "__id__": 517 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -0.021, - "y": 44.428, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 0.5, - "y": 0.5, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "Label", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 504 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 506 - }, - { - "__id__": 508 - } - ], - "_prefab": { - "__id__": 510 - }, - "_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": 1.2, - "y": 1.2, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 505 - }, - "_enabled": true, - "__prefab": { - "__id__": 507 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 17.3203125, - "height": 54.4 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "daQGnttfdCvaUELdve6aBw" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 505 - }, - "_enabled": true, - "__prefab": { - "__id__": 509 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "!", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 40, - "_fontSize": 40, - "_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": 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": "ccz8HscahDeZ9oU44RYNtD" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "bcTUtWF49A86MjNyFRRVLE", - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 504 - }, - "_enabled": true, - "__prefab": { - "__id__": 512 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 64, - "height": 66 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "1d7XQ1IT1OZqGdhX1S324w" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 504 - }, - "_enabled": true, - "__prefab": { - "__id__": 514 - }, - "_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@b9538", - "__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": "72k40472tP/ooIn+m3YXqd" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 504 - }, - "_enabled": false, - "__prefab": { - "__id__": 516 - }, - "_alignFlags": 40, - "_target": null, - "_left": 543.579, - "_right": -75.57899999999995, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 64, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f85GLTR+1NuJL0rkLT3es+" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "ceMOkvEetIV4BC23tuWg2S", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "lv", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 487 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 519 - }, - { - "__id__": 521 - } - ], - "_prefab": { - "__id__": 523 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -76.056, - "y": 10.996, - "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__": 518 - }, - "_enabled": true, - "__prefab": { - "__id__": 520 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 47.1671468533978, - "height": 54.4 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "94dSgyXKtGAIJtSM0KxvDD" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 518 - }, - "_enabled": true, - "__prefab": { - "__id__": 522 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "Lv.1", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 20, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 40, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": true, - "_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": "d0MjaWYWFBd4P8vN1P911i" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "37M1+wBb9OorzkR5F2BFCx", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 487 - }, - "_enabled": true, - "__prefab": { - "__id__": 525 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 200, - "height": 40 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "5c97fIRy9O07NyGw2giP8C" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 487 - }, - "_enabled": true, - "__prefab": { - "__id__": 527 - }, - "_alignFlags": 8, - "_target": null, - "_left": 103.441, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "99JrlKbOpMJqMU7ofeZS78" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "720bTRCypEHLZL3b4Cyapa", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "Node", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [ - { - "__id__": 530 - }, - { - "__id__": 565 - } - ], - "_active": true, - "_components": [ - { - "__id__": 600 - }, - { - "__id__": 602 - }, - { - "__id__": 604 - } - ], - "_prefab": { - "__id__": 606 - }, "_lpos": { "__type__": "cc.Vec3", "x": 0, @@ -10830,17 +6161,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 529 + "__id__": 361 }, "_prefab": { - "__id__": 531 + "__id__": 363 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 530 + "__id__": 362 }, "asset": { "__uuid__": "506d0f89-1cf1-4c3b-be47-a3abaf3695e8", @@ -10848,7 +6179,7 @@ }, "fileId": "60RuUkpjBAGoLk3z4xlHcF", "instance": { - "__id__": 532 + "__id__": 364 }, "targetOverrides": null }, @@ -10861,63 +6192,63 @@ "mountedChildren": [], "mountedComponents": [ { - "__id__": 533 + "__id__": 365 } ], "propertyOverrides": [ { - "__id__": 537 + "__id__": 369 }, { - "__id__": 539 + "__id__": 371 }, { - "__id__": 540 + "__id__": 372 }, { - "__id__": 541 + "__id__": 373 }, { - "__id__": 542 + "__id__": 374 }, { - "__id__": 544 + "__id__": 376 }, { - "__id__": 546 + "__id__": 378 }, { - "__id__": 548 + "__id__": 380 }, { - "__id__": 550 + "__id__": 382 }, { - "__id__": 552 + "__id__": 384 }, { - "__id__": 554 + "__id__": 386 }, { - "__id__": 555 + "__id__": 387 }, { - "__id__": 556 + "__id__": 388 }, { - "__id__": 558 + "__id__": 390 }, { - "__id__": 560 + "__id__": 392 }, { - "__id__": 561 + "__id__": 393 }, { - "__id__": 562 + "__id__": 394 }, { - "__id__": 563 + "__id__": 395 } ], "removedComponents": [] @@ -10925,11 +6256,11 @@ { "__type__": "cc.MountedComponentsInfo", "targetInfo": { - "__id__": 534 + "__id__": 366 }, "components": [ { - "__id__": 535 + "__id__": 367 } ] }, @@ -10945,15 +6276,15 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 530 + "__id__": 362 } }, "node": { - "__id__": 530 + "__id__": 362 }, "_enabled": true, "__prefab": { - "__id__": 536 + "__id__": 368 }, "_alignFlags": 0, "_target": null, @@ -10982,7 +6313,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 538 + "__id__": 370 }, "propertyPath": [ "_name" @@ -10998,14 +6329,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 538 + "__id__": 370 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -55, + "x": -45, "y": 0, "z": 0 } @@ -11013,7 +6344,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 538 + "__id__": 370 }, "propertyPath": [ "_lrot" @@ -11029,7 +6360,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 538 + "__id__": 370 }, "propertyPath": [ "_euler" @@ -11044,7 +6375,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 543 + "__id__": 375 }, "propertyPath": [ "_contentSize" @@ -11064,7 +6395,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 545 + "__id__": 377 }, "propertyPath": [ "_contentSize" @@ -11084,7 +6415,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 547 + "__id__": 379 }, "propertyPath": [ "_contentSize" @@ -11104,7 +6435,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 549 + "__id__": 381 }, "propertyPath": [ "_lpos" @@ -11125,7 +6456,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 551 + "__id__": 383 }, "propertyPath": [ "_contentSize" @@ -11145,7 +6476,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 553 + "__id__": 385 }, "propertyPath": [ "_top" @@ -11161,7 +6492,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 553 + "__id__": 385 }, "propertyPath": [ "_bottom" @@ -11171,7 +6502,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 538 + "__id__": 370 }, "propertyPath": [ "_lscale" @@ -11186,7 +6517,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 557 + "__id__": 389 }, "propertyPath": [ "_string" @@ -11202,7 +6533,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 559 + "__id__": 391 }, "propertyPath": [ "_contentSize" @@ -11222,7 +6553,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 557 + "__id__": 389 }, "propertyPath": [ "_fontSize" @@ -11232,7 +6563,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 557 + "__id__": 389 }, "propertyPath": [ "_actualFontSize" @@ -11242,7 +6573,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 557 + "__id__": 389 }, "propertyPath": [ "_lineHeight" @@ -11252,7 +6583,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 564 + "__id__": 396 }, "propertyPath": [ "_lpos" @@ -11274,17 +6605,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 529 + "__id__": 361 }, "_prefab": { - "__id__": 566 + "__id__": 398 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 565 + "__id__": 397 }, "asset": { "__uuid__": "506d0f89-1cf1-4c3b-be47-a3abaf3695e8", @@ -11292,7 +6623,7 @@ }, "fileId": "60RuUkpjBAGoLk3z4xlHcF", "instance": { - "__id__": 567 + "__id__": 399 }, "targetOverrides": null }, @@ -11305,63 +6636,63 @@ "mountedChildren": [], "mountedComponents": [ { - "__id__": 568 + "__id__": 400 } ], "propertyOverrides": [ { - "__id__": 572 + "__id__": 404 }, { - "__id__": 574 + "__id__": 406 }, { - "__id__": 575 + "__id__": 407 }, { - "__id__": 576 + "__id__": 408 }, { - "__id__": 577 + "__id__": 409 }, { - "__id__": 579 + "__id__": 411 }, { - "__id__": 581 + "__id__": 413 }, { - "__id__": 583 + "__id__": 415 }, { - "__id__": 585 + "__id__": 417 }, { - "__id__": 587 + "__id__": 419 }, { - "__id__": 589 + "__id__": 421 }, { - "__id__": 590 + "__id__": 422 }, { - "__id__": 591 + "__id__": 423 }, { - "__id__": 593 + "__id__": 425 }, { - "__id__": 594 + "__id__": 426 }, { - "__id__": 596 + "__id__": 428 }, { - "__id__": 597 + "__id__": 429 }, { - "__id__": 598 + "__id__": 430 } ], "removedComponents": [] @@ -11369,11 +6700,11 @@ { "__type__": "cc.MountedComponentsInfo", "targetInfo": { - "__id__": 569 + "__id__": 401 }, "components": [ { - "__id__": 570 + "__id__": 402 } ] }, @@ -11389,15 +6720,15 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 565 + "__id__": 397 } }, "node": { - "__id__": 565 + "__id__": 397 }, "_enabled": true, "__prefab": { - "__id__": 571 + "__id__": 403 }, "_alignFlags": 0, "_target": null, @@ -11426,7 +6757,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 573 + "__id__": 405 }, "propertyPath": [ "_name" @@ -11442,14 +6773,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 573 + "__id__": 405 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": 55, + "x": 50, "y": 0, "z": 0 } @@ -11457,7 +6788,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 573 + "__id__": 405 }, "propertyPath": [ "_lrot" @@ -11473,7 +6804,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 573 + "__id__": 405 }, "propertyPath": [ "_euler" @@ -11488,14 +6819,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 578 + "__id__": 410 }, "propertyPath": [ "_contentSize" ], "value": { "__type__": "cc.Size", - "width": 100, + "width": 90, "height": 60 } }, @@ -11508,14 +6839,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 580 + "__id__": 412 }, "propertyPath": [ "_contentSize" ], "value": { "__type__": "cc.Size", - "width": 100, + "width": 90, "height": 60 } }, @@ -11528,14 +6859,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 582 + "__id__": 414 }, "propertyPath": [ "_contentSize" ], "value": { "__type__": "cc.Size", - "width": 92, + "width": 82, "height": 48 } }, @@ -11548,14 +6879,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 584 + "__id__": 416 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": -40, + "x": -35, "y": 20.5, "z": 0 } @@ -11569,14 +6900,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 586 + "__id__": 418 }, "propertyPath": [ "_contentSize" ], "value": { "__type__": "cc.Size", - "width": 100, + "width": 90, "height": 60.46 } }, @@ -11589,7 +6920,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 588 + "__id__": 420 }, "propertyPath": [ "_top" @@ -11605,7 +6936,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 588 + "__id__": 420 }, "propertyPath": [ "_bottom" @@ -11615,7 +6946,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 573 + "__id__": 405 }, "propertyPath": [ "_lscale" @@ -11630,7 +6961,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 592 + "__id__": 424 }, "propertyPath": [ "_string" @@ -11646,7 +6977,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 592 + "__id__": 424 }, "propertyPath": [ "_fontSize" @@ -11656,7 +6987,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 595 + "__id__": 427 }, "propertyPath": [ "_contentSize" @@ -11676,7 +7007,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 592 + "__id__": 424 }, "propertyPath": [ "_actualFontSize" @@ -11686,7 +7017,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 592 + "__id__": 424 }, "propertyPath": [ "_lineHeight" @@ -11696,7 +7027,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 599 + "__id__": 431 }, "propertyPath": [ "_lpos" @@ -11720,15 +7051,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 529 + "__id__": 361 }, "_enabled": true, "__prefab": { - "__id__": 601 + "__id__": 433 }, "_contentSize": { "__type__": "cc.Size", - "width": 210, + "width": 190, "height": 80 }, "_anchorPoint": { @@ -11748,11 +7079,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 529 + "__id__": 361 }, "_enabled": true, "__prefab": { - "__id__": 603 + "__id__": 435 }, "_alignFlags": 20, "_target": null, @@ -11784,13 +7115,13 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 529 + "__id__": 361 }, "_enabled": true, "__prefab": { - "__id__": 605 + "__id__": 437 }, - "_resizeMode": 0, + "_resizeMode": 1, "_layoutType": 1, "_cellSize": { "__type__": "cc.Size", @@ -11802,7 +7133,7 @@ "_paddingRight": 0, "_paddingTop": 0, "_paddingBottom": 0, - "_spacingX": 10, + "_spacingX": 0, "_spacingY": 0, "_verticalDirection": 1, "_horizontalDirection": 0, @@ -11839,26 +7170,26 @@ }, "_children": [ { - "__id__": 608 + "__id__": 440 }, { - "__id__": 625 + "__id__": 457 } ], "_active": false, "_components": [ { - "__id__": 631 + "__id__": 463 }, { - "__id__": 633 + "__id__": 465 }, { - "__id__": 635 + "__id__": 467 } ], "_prefab": { - "__id__": 637 + "__id__": 469 }, "_lpos": { "__type__": "cc.Vec3", @@ -11893,17 +7224,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 607 + "__id__": 439 }, "_prefab": { - "__id__": 609 + "__id__": 441 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 608 + "__id__": 440 }, "asset": { "__uuid__": "555f7387-1025-41a8-a2a8-ff61c76004a3", @@ -11911,7 +7242,7 @@ }, "fileId": "50T0YGiGBH7qZZFeATiEP+", "instance": { - "__id__": 610 + "__id__": 442 }, "targetOverrides": null }, @@ -11925,31 +7256,31 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 611 + "__id__": 443 }, { - "__id__": 613 + "__id__": 445 }, { - "__id__": 614 + "__id__": 446 }, { - "__id__": 615 + "__id__": 447 }, { - "__id__": 616 + "__id__": 448 }, { - "__id__": 618 + "__id__": 450 }, { - "__id__": 620 + "__id__": 452 }, { - "__id__": 622 + "__id__": 454 }, { - "__id__": 624 + "__id__": 456 } ], "removedComponents": [] @@ -11957,7 +7288,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 612 + "__id__": 444 }, "propertyPath": [ "_name" @@ -11973,7 +7304,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 612 + "__id__": 444 }, "propertyPath": [ "_lpos" @@ -11988,7 +7319,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 612 + "__id__": 444 }, "propertyPath": [ "_lrot" @@ -12004,7 +7335,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 612 + "__id__": 444 }, "propertyPath": [ "_euler" @@ -12019,7 +7350,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 617 + "__id__": 449 }, "propertyPath": [ "_contentSize" @@ -12039,7 +7370,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 619 + "__id__": 451 }, "propertyPath": [ "_contentSize" @@ -12059,7 +7390,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 621 + "__id__": 453 }, "propertyPath": [ "_contentSize" @@ -12079,7 +7410,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 623 + "__id__": 455 }, "propertyPath": [ "_contentSize" @@ -12099,7 +7430,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 612 + "__id__": 444 }, "propertyPath": [ "_active" @@ -12112,20 +7443,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 607 + "__id__": 439 }, "_children": [], "_active": false, "_components": [ { - "__id__": 626 + "__id__": 458 }, { - "__id__": 628 + "__id__": 460 } ], "_prefab": { - "__id__": 630 + "__id__": 462 }, "_lpos": { "__type__": "cc.Vec3", @@ -12162,11 +7493,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 625 + "__id__": 457 }, "_enabled": true, "__prefab": { - "__id__": 627 + "__id__": 459 }, "_contentSize": { "__type__": "cc.Size", @@ -12190,11 +7521,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 625 + "__id__": 457 }, "_enabled": true, "__prefab": { - "__id__": 629 + "__id__": 461 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12248,11 +7579,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 607 + "__id__": 439 }, "_enabled": true, "__prefab": { - "__id__": 632 + "__id__": 464 }, "_contentSize": { "__type__": "cc.Size", @@ -12276,11 +7607,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 607 + "__id__": 439 }, "_enabled": true, "__prefab": { - "__id__": 634 + "__id__": 466 }, "_alignFlags": 45, "_target": null, @@ -12312,11 +7643,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 607 + "__id__": 439 }, "_enabled": true, "__prefab": { - "__id__": 636 + "__id__": 468 }, "_id": "" }, @@ -12347,11 +7678,11 @@ }, "_enabled": true, "__prefab": { - "__id__": 639 + "__id__": 471 }, "_contentSize": { "__type__": "cc.Size", - "width": 230, + "width": 199.9, "height": 270 }, "_anchorPoint": { @@ -12375,7 +7706,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 641 + "__id__": 473 }, "_alignFlags": 0, "_target": null, @@ -12411,103 +7742,46 @@ }, "_enabled": true, "__prefab": { - "__id__": 643 + "__id__": 475 }, "icon_node": { - "__id__": 644 + "__id__": 244 }, "bg_node": { - "__id__": 686 + "__id__": 28 }, "name_label": { - "__id__": 492 + "__id__": 267 }, "level_label": { - "__id__": 521 + "__id__": 275 }, "noHero": { - "__id__": 607 + "__id__": 439 }, "sell_btn": { - "__id__": 698 + "__id__": 476 }, "upgrade_btn": { - "__id__": 530 + "__id__": 362 }, "sell_price_label": { - "__id__": 715 + "__id__": 493 }, "upgrade_price_label": { - "__id__": 748 - }, - "skill_label": { - "__id__": 474 + "__id__": 526 }, "ap_all_label": { - "__id__": 186 + "__id__": 309 }, "ap_plus_label": { - "__id__": 192 + "__id__": 315 }, "hp_all_label": { - "__id__": 212 + "__id__": 335 }, "hp_plus_label": { - "__id__": 218 - }, - "crt_all_label": { - "__id__": 321 - }, - "crt_plus_label": { - "__id__": 327 - }, - "knockback_all_label": { - "__id__": 393 - }, - "knockback_plus_label": { - "__id__": 399 - }, - "wfuny_all_label": { - "__id__": 441 - }, - "wfuny_plus_label": { - "__id__": 447 - }, - "stun_all_label": { - "__id__": 297 - }, - "stun_plus_label": { - "__id__": 303 - }, - "speed_all_label": { - "__id__": 273 - }, - "speed_plus_label": { - "__id__": 279 - }, - "freeze_all_label": { - "__id__": 369 - }, - "freeze_plus_label": { - "__id__": 375 - }, - "puncture_all_label": { - "__id__": 417 - }, - "puncture_plus_label": { - "__id__": 423 - }, - "crit_dmg_all_label": { - "__id__": 345 - }, - "crit_dmg_plus_label": { - "__id__": 351 - }, - "attr_box": { - "__id__": 238 - }, - "more_btn": { - "__id__": 504 + "__id__": 341 }, "_id": "" }, @@ -12515,1142 +7789,39 @@ "__type__": "cc.CompPrefabInfo", "fileId": "22zW9ogYtIpJOfuAC6nPCq" }, - { - "__type__": "cc.Node", - "_name": "icon", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 645 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 679 - }, - { - "__id__": 681 - }, - { - "__id__": 683 - } - ], - "_prefab": { - "__id__": 685 - }, - "_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": -1.5, - "y": 1.5, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "Mask", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 27 - }, - "_children": [ - { - "__id__": 646 - }, - { - "__id__": 644 - }, - { - "__id__": 652 - }, - { - "__id__": 658 - }, - { - "__id__": 664 - } - ], - "_active": true, - "_components": [ - { - "__id__": 670 - }, - { - "__id__": 672 - }, - { - "__id__": 674 - }, - { - "__id__": 676 - } - ], - "_prefab": { - "__id__": 678 - }, - "_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": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "ItemFrame00~03_BgGlow", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 645 - }, - "_children": [], - "_active": true, - "_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.5, - "y": 0.5, - "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": 133, - "height": 133 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "104MEwfepJOojH2VuLhJOd" - }, - { - "__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@e217d", - "__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": "8eUcY/ZzxGerlWs7mB2pN3" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "1aXiaxY2xGibmv+6AL2LT7", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "skill", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 645 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 653 - }, - { - "__id__": 655 - } - ], - "_prefab": { - "__id__": 657 - }, - "_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.9, - "y": 0.9, - "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": 78, - "height": 78 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "acwGVgSsdCUIEmlLZVMZbN" - }, - { - "__type__": "cc.Sprite", - "_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 - }, - "_spriteFrame": null, - "_type": 1, - "_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": "8dbZob0aNPQJ3mFkIF47XB" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "146QBwBOlH6LhCFATSJzVj", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "equip", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 645 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 659 - }, - { - "__id__": 661 - } - ], - "_prefab": { - "__id__": 663 - }, - "_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.9, - "y": 0.9, - "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__": 658 - }, - "_enabled": true, - "__prefab": { - "__id__": 660 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 78, - "height": 78 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "23LtSLPpxPLbmAJs09fdIw" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 658 - }, - "_enabled": true, - "__prefab": { - "__id__": 662 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": null, - "_type": 1, - "_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": "5dzgwgV3tNZJEoewp8KY38" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "21Hk2mEnFEOJ/v55XuBpKw", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "item", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 645 - }, - "_children": [], - "_active": false, - "_components": [ - { - "__id__": 665 - }, - { - "__id__": 667 - } - ], - "_prefab": { - "__id__": 669 - }, - "_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.9, - "y": 0.9, - "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__": 664 - }, - "_enabled": true, - "__prefab": { - "__id__": 666 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 78, - "height": 78 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "c8GRaxM2BNv76iifo8Ck5A" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 664 - }, - "_enabled": true, - "__prefab": { - "__id__": 668 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": null, - "_type": 1, - "_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": "13FTxdrcpMHrkutB9UhlCj" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "ebx0efAj5OQo5tDYo7CJ1Y", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 645 - }, - "_enabled": true, - "__prefab": { - "__id__": 671 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 90, - "height": 90 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "03nWLvwvFC5YKsJgnNXuKJ" - }, - { - "__type__": "cc.Mask", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 645 - }, - "_enabled": true, - "__prefab": { - "__id__": 673 - }, - "_type": 0, - "_inverted": false, - "_segments": 64, - "_alphaThreshold": 0.1, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "08gc0G6tZOap5VMXyIUk96" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 645 - }, - "_enabled": true, - "__prefab": { - "__id__": 675 - }, - "_alignFlags": 45, - "_target": null, - "_left": 5, - "_right": 5, - "_top": 5, - "_bottom": 5, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 40, - "_originalHeight": 40, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "4aJp4RicZF+KFW5/t1OofP" - }, - { - "__type__": "cc.Graphics", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 645 - }, - "_enabled": true, - "__prefab": { - "__id__": 677 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_lineWidth": 1, - "_strokeColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_lineJoin": 2, - "_lineCap": 0, - "_fillColor": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 0 - }, - "_miterLimit": 10, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "c4keB0pt9LtbZHrkWB7R0n" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "c7ymg5OshHabafeZJICJug", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 644 - }, - "_enabled": true, - "__prefab": { - "__id__": 680 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 60, - "height": 60 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "fdak7SgstFMLwEvzn6+Pbp" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 644 - }, - "_enabled": true, - "__prefab": { - "__id__": 682 - }, - "_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": "7ekr/R70BLWL/gB7w5hxpx" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 644 - }, - "_enabled": true, - "__prefab": { - "__id__": 684 - }, - "_alignFlags": 45, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 78, - "_originalHeight": 78, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "adNh6YuLZEDqQM4/5x62ZG" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "93wpdyvytKPqGrBBUDf293", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "hbg", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 27 - }, - "_children": [ - { - "__id__": 687 - }, - { - "__id__": 688 - }, - { - "__id__": 689 - }, - { - "__id__": 690 - }, - { - "__id__": 691 - }, - { - "__id__": 692 - } - ], - "_active": true, - "_components": [ - { - "__id__": 693 - }, - { - "__id__": 695 - } - ], - "_prefab": { - "__id__": 697 - }, - "_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": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "__editorExtras__": {} - }, - { - "__type__": "cc.Node", - "__editorExtras__": {} - }, - { - "__type__": "cc.Node", - "__editorExtras__": {} - }, - { - "__type__": "cc.Node", - "__editorExtras__": {} - }, - { - "__type__": "cc.Node", - "__editorExtras__": {} - }, - { - "__type__": "cc.Node", - "__editorExtras__": {} - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 686 - }, - "_enabled": true, - "__prefab": { - "__id__": 694 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "2eJcm/MUhG+Yot4sacaUS0" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 686 - }, - "_enabled": true, - "__prefab": { - "__id__": 696 - }, - "_alignFlags": 45, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 80, - "_originalHeight": 80, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "25pGebs65M9Y7TMtr2s+A2" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "24RflxHORM1KH3RJbnrKDS", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, { "__type__": "cc.Node", "_name": "Node", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 565 + "__id__": 397 }, "_children": [ { - "__id__": 699 + "__id__": 477 }, { - "__id__": 705 + "__id__": 483 }, { - "__id__": 723 + "__id__": 501 } ], "_active": true, "_components": [ { - "__id__": 741 + "__id__": 519 }, { - "__id__": 743 + "__id__": 521 }, { - "__id__": 745 + "__id__": 523 } ], "_prefab": { - "__id__": 747 + "__id__": 525 }, "_lpos": { "__type__": "cc.Vec3", @@ -13689,20 +7860,20 @@ "mountedRoot": null }, "_parent": { - "__id__": 698 + "__id__": 476 }, "_children": [], "_active": true, "_components": [ { - "__id__": 700 + "__id__": 478 }, { - "__id__": 702 + "__id__": 480 } ], "_prefab": { - "__id__": 704 + "__id__": 482 }, "_lpos": { "__type__": "cc.Vec3", @@ -13739,11 +7910,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 699 + "__id__": 477 }, "_enabled": true, "__prefab": { - "__id__": 701 + "__id__": 479 }, "_contentSize": { "__type__": "cc.Size", @@ -13767,11 +7938,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 699 + "__id__": 477 }, "_enabled": true, "__prefab": { - "__id__": 703 + "__id__": 481 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13850,27 +8021,27 @@ "mountedRoot": null }, "_parent": { - "__id__": 698 + "__id__": 476 }, "_children": [ { - "__id__": 706 + "__id__": 484 }, { - "__id__": 712 + "__id__": 490 } ], "_active": true, "_components": [ { - "__id__": 718 + "__id__": 496 }, { - "__id__": 720 + "__id__": 498 } ], "_prefab": { - "__id__": 722 + "__id__": 500 }, "_lpos": { "__type__": "cc.Vec3", @@ -13907,20 +8078,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 705 + "__id__": 483 }, "_children": [], "_active": true, "_components": [ { - "__id__": 707 + "__id__": 485 }, { - "__id__": 709 + "__id__": 487 } ], "_prefab": { - "__id__": 711 + "__id__": 489 }, "_lpos": { "__type__": "cc.Vec3", @@ -13957,11 +8128,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 706 + "__id__": 484 }, "_enabled": true, "__prefab": { - "__id__": 708 + "__id__": 486 }, "_contentSize": { "__type__": "cc.Size", @@ -13985,11 +8156,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 706 + "__id__": 484 }, "_enabled": true, "__prefab": { - "__id__": 710 + "__id__": 488 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14043,20 +8214,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 705 + "__id__": 483 }, "_children": [], "_active": true, "_components": [ { - "__id__": 713 + "__id__": 491 }, { - "__id__": 715 + "__id__": 493 } ], "_prefab": { - "__id__": 717 + "__id__": 495 }, "_lpos": { "__type__": "cc.Vec3", @@ -14093,11 +8264,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 712 + "__id__": 490 }, "_enabled": true, "__prefab": { - "__id__": 714 + "__id__": 492 }, "_contentSize": { "__type__": "cc.Size", @@ -14121,11 +8292,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 712 + "__id__": 490 }, "_enabled": true, "__prefab": { - "__id__": 716 + "__id__": 494 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14202,11 +8373,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 705 + "__id__": 483 }, "_enabled": true, "__prefab": { - "__id__": 719 + "__id__": 497 }, "_contentSize": { "__type__": "cc.Size", @@ -14230,11 +8401,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 705 + "__id__": 483 }, "_enabled": true, "__prefab": { - "__id__": 721 + "__id__": 499 }, "_resizeMode": 1, "_layoutType": 1, @@ -14283,27 +8454,27 @@ "mountedRoot": null }, "_parent": { - "__id__": 698 + "__id__": 476 }, "_children": [ { - "__id__": 724 + "__id__": 502 }, { - "__id__": 730 + "__id__": 508 } ], "_active": false, "_components": [ { - "__id__": 736 + "__id__": 514 }, { - "__id__": 738 + "__id__": 516 } ], "_prefab": { - "__id__": 740 + "__id__": 518 }, "_lpos": { "__type__": "cc.Vec3", @@ -14340,20 +8511,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 723 + "__id__": 501 }, "_children": [], "_active": true, "_components": [ { - "__id__": 725 + "__id__": 503 }, { - "__id__": 727 + "__id__": 505 } ], "_prefab": { - "__id__": 729 + "__id__": 507 }, "_lpos": { "__type__": "cc.Vec3", @@ -14390,11 +8561,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 724 + "__id__": 502 }, "_enabled": true, "__prefab": { - "__id__": 726 + "__id__": 504 }, "_contentSize": { "__type__": "cc.Size", @@ -14418,11 +8589,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 724 + "__id__": 502 }, "_enabled": true, "__prefab": { - "__id__": 728 + "__id__": 506 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14479,20 +8650,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 723 + "__id__": 501 }, "_children": [], "_active": true, "_components": [ { - "__id__": 731 + "__id__": 509 }, { - "__id__": 733 + "__id__": 511 } ], "_prefab": { - "__id__": 735 + "__id__": 513 }, "_lpos": { "__type__": "cc.Vec3", @@ -14529,11 +8700,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 730 + "__id__": 508 }, "_enabled": true, "__prefab": { - "__id__": 732 + "__id__": 510 }, "_contentSize": { "__type__": "cc.Size", @@ -14557,11 +8728,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 730 + "__id__": 508 }, "_enabled": true, "__prefab": { - "__id__": 734 + "__id__": 512 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14638,11 +8809,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 723 + "__id__": 501 }, "_enabled": true, "__prefab": { - "__id__": 737 + "__id__": 515 }, "_contentSize": { "__type__": "cc.Size", @@ -14666,11 +8837,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 723 + "__id__": 501 }, "_enabled": true, "__prefab": { - "__id__": 739 + "__id__": 517 }, "_resizeMode": 1, "_layoutType": 1, @@ -14717,15 +8888,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 698 + "__id__": 476 }, "_enabled": true, "__prefab": { - "__id__": 742 + "__id__": 520 }, "_contentSize": { "__type__": "cc.Size", - "width": 100, + "width": 90, "height": 60.46 }, "_anchorPoint": { @@ -14745,11 +8916,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 698 + "__id__": 476 }, "_enabled": true, "__prefab": { - "__id__": 744 + "__id__": 522 }, "_alignFlags": 45, "_target": null, @@ -14781,11 +8952,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 698 + "__id__": 476 }, "_enabled": true, "__prefab": { - "__id__": 746 + "__id__": 524 }, "_resizeMode": 1, "_layoutType": 2, @@ -14832,11 +9003,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 527 }, "_enabled": true, "__prefab": { - "__id__": 797 + "__id__": 575 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14896,20 +9067,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 750 + "__id__": 528 }, "_children": [], "_active": true, "_components": [ { - "__id__": 794 + "__id__": 572 }, { - "__id__": 748 + "__id__": 526 } ], "_prefab": { - "__id__": 796 + "__id__": 574 }, "_lpos": { "__type__": "cc.Vec3", @@ -14948,27 +9119,27 @@ "mountedRoot": null }, "_parent": { - "__id__": 751 + "__id__": 529 }, "_children": [ { - "__id__": 783 + "__id__": 561 }, { - "__id__": 749 + "__id__": 527 } ], "_active": true, "_components": [ { - "__id__": 789 + "__id__": 567 }, { - "__id__": 791 + "__id__": 569 } ], "_prefab": { - "__id__": 793 + "__id__": 571 }, "_lpos": { "__type__": "cc.Vec3", @@ -15005,33 +9176,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 530 + "__id__": 362 }, "_children": [ { - "__id__": 752 + "__id__": 530 }, { - "__id__": 750 + "__id__": 528 }, { - "__id__": 758 + "__id__": 536 } ], "_active": true, "_components": [ { - "__id__": 776 + "__id__": 554 }, { - "__id__": 778 + "__id__": 556 }, { - "__id__": 780 + "__id__": 558 } ], "_prefab": { - "__id__": 782 + "__id__": 560 }, "_lpos": { "__type__": "cc.Vec3", @@ -15070,20 +9241,20 @@ "mountedRoot": null }, "_parent": { - "__id__": 751 + "__id__": 529 }, "_children": [], "_active": true, "_components": [ { - "__id__": 753 + "__id__": 531 }, { - "__id__": 755 + "__id__": 533 } ], "_prefab": { - "__id__": 757 + "__id__": 535 }, "_lpos": { "__type__": "cc.Vec3", @@ -15120,11 +9291,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 752 + "__id__": 530 }, "_enabled": true, "__prefab": { - "__id__": 754 + "__id__": 532 }, "_contentSize": { "__type__": "cc.Size", @@ -15148,11 +9319,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 752 + "__id__": 530 }, "_enabled": true, "__prefab": { - "__id__": 756 + "__id__": 534 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15231,27 +9402,27 @@ "mountedRoot": null }, "_parent": { - "__id__": 751 + "__id__": 529 }, "_children": [ { - "__id__": 759 + "__id__": 537 }, { - "__id__": 765 + "__id__": 543 } ], "_active": false, "_components": [ { - "__id__": 771 + "__id__": 549 }, { - "__id__": 773 + "__id__": 551 } ], "_prefab": { - "__id__": 775 + "__id__": 553 }, "_lpos": { "__type__": "cc.Vec3", @@ -15288,20 +9459,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 758 + "__id__": 536 }, "_children": [], "_active": true, "_components": [ { - "__id__": 760 + "__id__": 538 }, { - "__id__": 762 + "__id__": 540 } ], "_prefab": { - "__id__": 764 + "__id__": 542 }, "_lpos": { "__type__": "cc.Vec3", @@ -15338,11 +9509,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 759 + "__id__": 537 }, "_enabled": true, "__prefab": { - "__id__": 761 + "__id__": 539 }, "_contentSize": { "__type__": "cc.Size", @@ -15366,11 +9537,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 759 + "__id__": 537 }, "_enabled": true, "__prefab": { - "__id__": 763 + "__id__": 541 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15427,20 +9598,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 758 + "__id__": 536 }, "_children": [], "_active": true, "_components": [ { - "__id__": 766 + "__id__": 544 }, { - "__id__": 768 + "__id__": 546 } ], "_prefab": { - "__id__": 770 + "__id__": 548 }, "_lpos": { "__type__": "cc.Vec3", @@ -15477,11 +9648,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 765 + "__id__": 543 }, "_enabled": true, "__prefab": { - "__id__": 767 + "__id__": 545 }, "_contentSize": { "__type__": "cc.Size", @@ -15505,11 +9676,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 765 + "__id__": 543 }, "_enabled": true, "__prefab": { - "__id__": 769 + "__id__": 547 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15586,11 +9757,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 758 + "__id__": 536 }, "_enabled": true, "__prefab": { - "__id__": 772 + "__id__": 550 }, "_contentSize": { "__type__": "cc.Size", @@ -15614,11 +9785,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 758 + "__id__": 536 }, "_enabled": true, "__prefab": { - "__id__": 774 + "__id__": 552 }, "_resizeMode": 1, "_layoutType": 1, @@ -15665,11 +9836,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 751 + "__id__": 529 }, "_enabled": true, "__prefab": { - "__id__": 777 + "__id__": 555 }, "_contentSize": { "__type__": "cc.Size", @@ -15693,11 +9864,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 751 + "__id__": 529 }, "_enabled": true, "__prefab": { - "__id__": 779 + "__id__": 557 }, "_alignFlags": 45, "_target": null, @@ -15729,11 +9900,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 751 + "__id__": 529 }, "_enabled": true, "__prefab": { - "__id__": 781 + "__id__": 559 }, "_resizeMode": 1, "_layoutType": 2, @@ -15780,20 +9951,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 750 + "__id__": 528 }, "_children": [], "_active": true, "_components": [ { - "__id__": 784 + "__id__": 562 }, { - "__id__": 786 + "__id__": 564 } ], "_prefab": { - "__id__": 788 + "__id__": 566 }, "_lpos": { "__type__": "cc.Vec3", @@ -15830,11 +10001,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 783 + "__id__": 561 }, "_enabled": true, "__prefab": { - "__id__": 785 + "__id__": 563 }, "_contentSize": { "__type__": "cc.Size", @@ -15858,11 +10029,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 783 + "__id__": 561 }, "_enabled": true, "__prefab": { - "__id__": 787 + "__id__": 565 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15916,11 +10087,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 750 + "__id__": 528 }, "_enabled": true, "__prefab": { - "__id__": 790 + "__id__": 568 }, "_contentSize": { "__type__": "cc.Size", @@ -15944,11 +10115,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 750 + "__id__": 528 }, "_enabled": true, "__prefab": { - "__id__": 792 + "__id__": 570 }, "_resizeMode": 1, "_layoutType": 1, @@ -15995,11 +10166,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 527 }, "_enabled": true, "__prefab": { - "__id__": 795 + "__id__": 573 }, "_contentSize": { "__type__": "cc.Size", @@ -16046,42 +10217,54 @@ "instance": null, "targetOverrides": [ { - "__id__": 799 + "__id__": 577 }, { - "__id__": 801 + "__id__": 579 }, { - "__id__": 803 + "__id__": 581 }, { - "__id__": 805 + "__id__": 583 }, { - "__id__": 807 + "__id__": 585 }, { - "__id__": 809 + "__id__": 587 }, { - "__id__": 811 + "__id__": 589 } ], "nestedPrefabInstanceRoots": [ { - "__id__": 608 + "__id__": 440 }, { - "__id__": 565 + "__id__": 397 }, { - "__id__": 530 + "__id__": 362 }, { - "__id__": 239 + "__id__": 186 }, { - "__id__": 27 + "__id__": 152 + }, + { + "__id__": 118 + }, + { + "__id__": 84 + }, + { + "__id__": 50 + }, + { + "__id__": 29 }, { "__id__": 2 @@ -16095,11 +10278,9 @@ "propertyPath": [ "icon_node" ], - "target": { - "__id__": 27 - }, + "target": null, "targetInfo": { - "__id__": 800 + "__id__": 578 } }, { @@ -16115,11 +10296,9 @@ "propertyPath": [ "bg_node" ], - "target": { - "__id__": 27 - }, + "target": null, "targetInfo": { - "__id__": 802 + "__id__": 580 } }, { @@ -16131,17 +10310,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 642 + "__id__": 474 }, "sourceInfo": null, "propertyPath": [ "sell_btn" ], "target": { - "__id__": 565 + "__id__": 397 }, "targetInfo": { - "__id__": 804 + "__id__": 582 } }, { @@ -16153,17 +10332,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 642 + "__id__": 474 }, "sourceInfo": null, "propertyPath": [ "sell_price_label" ], "target": { - "__id__": 565 + "__id__": 397 }, "targetInfo": { - "__id__": 806 + "__id__": 584 } }, { @@ -16175,17 +10354,15 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 642 + "__id__": 474 }, "sourceInfo": null, "propertyPath": [ "icon_node" ], - "target": { - "__id__": 27 - }, + "target": null, "targetInfo": { - "__id__": 808 + "__id__": 586 } }, { @@ -16197,17 +10374,15 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 642 + "__id__": 474 }, "sourceInfo": null, "propertyPath": [ "bg_node" ], - "target": { - "__id__": 27 - }, + "target": null, "targetInfo": { - "__id__": 810 + "__id__": 588 } }, { @@ -16219,17 +10394,17 @@ { "__type__": "cc.TargetOverrideInfo", "source": { - "__id__": 642 + "__id__": 474 }, "sourceInfo": null, "propertyPath": [ "upgrade_price_label" ], "target": { - "__id__": 530 + "__id__": 362 }, "targetInfo": { - "__id__": 812 + "__id__": 590 } }, { diff --git a/assets/resources/gui/element/mission.prefab b/assets/resources/gui/element/mission.prefab index 9dc59b70..5c0cb2f8 100644 --- a/assets/resources/gui/element/mission.prefab +++ b/assets/resources/gui/element/mission.prefab @@ -28,59 +28,62 @@ "__id__": 153 }, { - "__id__": 307 + "__id__": 308 }, { - "__id__": 510 + "__id__": 417 }, { - "__id__": 576 + "__id__": 483 }, { - "__id__": 644 + "__id__": 583 }, { - "__id__": 710 + "__id__": 651 }, { - "__id__": 839 + "__id__": 717 }, { - "__id__": 879 + "__id__": 846 }, { - "__id__": 909 + "__id__": 886 + }, + { + "__id__": 916 } ], "_active": true, "_components": [ { - "__id__": 953 + "__id__": 960 }, { - "__id__": 955 + "__id__": 962 }, { - "__id__": 957 + "__id__": 964 }, { - "__id__": 959 + "__id__": 966 }, { - "__id__": 961 + "__id__": 968 }, { - "__id__": 963 + "__id__": 970 }, { - "__id__": 965 + "__id__": 972 }, { - "__id__": 967 + "__id__": 974 } ], "_prefab": { - "__id__": 969 + "__id__": 976 }, "_lpos": { "__type__": "cc.Vec3", @@ -2464,26 +2467,26 @@ "__id__": 154 }, { - "__id__": 170 + "__id__": 171 } ], "_active": true, "_components": [ { - "__id__": 298 + "__id__": 299 }, { - "__id__": 300 + "__id__": 301 }, { - "__id__": 302 + "__id__": 303 }, { - "__id__": 304 + "__id__": 305 } ], "_prefab": { - "__id__": 306 + "__id__": 307 }, "_lpos": { "__type__": "cc.Vec3", @@ -2572,6 +2575,9 @@ }, { "__id__": 168 + }, + { + "__id__": 170 } ], "removedComponents": [] @@ -2718,6 +2724,16 @@ "dbPtEc0lVC6b6/8Lozo2Vm" ] }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 158 + }, + "propertyPath": [ + "_active" + ], + "value": false + }, { "__type__": "cc.Node", "_name": "sbar", @@ -2728,32 +2744,32 @@ }, "_children": [ { - "__id__": 171 + "__id__": 172 }, { - "__id__": 208 + "__id__": 209 }, { - "__id__": 244 + "__id__": 245 } ], "_active": true, "_components": [ { - "__id__": 289 + "__id__": 290 }, { - "__id__": 291 + "__id__": 292 }, { - "__id__": 293 + "__id__": 294 }, { - "__id__": 295 + "__id__": 296 } ], "_prefab": { - "__id__": 297 + "__id__": 298 }, "_lpos": { "__type__": "cc.Vec3", @@ -2790,33 +2806,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 170 + "__id__": 171 }, "_children": [ { - "__id__": 172 + "__id__": 173 }, { - "__id__": 187 + "__id__": 188 }, { - "__id__": 193 + "__id__": 194 } ], "_active": true, "_components": [ { - "__id__": 201 + "__id__": 202 }, { - "__id__": 203 + "__id__": 204 }, { - "__id__": 205 + "__id__": 206 } ], "_prefab": { - "__id__": 207 + "__id__": 208 }, "_lpos": { "__type__": "cc.Vec3", @@ -2851,17 +2867,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 171 + "__id__": 172 }, "_prefab": { - "__id__": 173 + "__id__": 174 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 172 + "__id__": 173 }, "asset": { "__uuid__": "86a3c4cd-71c7-4502-b713-65f0ace7912a", @@ -2869,7 +2885,7 @@ }, "fileId": "d3jYvT7whFS5scQFZeO5AK", "instance": { - "__id__": 174 + "__id__": 175 }, "targetOverrides": null }, @@ -2883,10 +2899,7 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 175 - }, - { - "__id__": 177 + "__id__": 176 }, { "__id__": 178 @@ -2898,13 +2911,16 @@ "__id__": 180 }, { - "__id__": 182 + "__id__": 181 }, { - "__id__": 184 + "__id__": 183 }, { - "__id__": 186 + "__id__": 185 + }, + { + "__id__": 187 } ], "removedComponents": [] @@ -2912,7 +2928,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 176 + "__id__": 177 }, "propertyPath": [ "_name" @@ -2928,7 +2944,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 176 + "__id__": 177 }, "propertyPath": [ "_lpos" @@ -2943,7 +2959,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 176 + "__id__": 177 }, "propertyPath": [ "_lrot" @@ -2959,7 +2975,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 176 + "__id__": 177 }, "propertyPath": [ "_euler" @@ -2974,7 +2990,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 181 + "__id__": 182 }, "propertyPath": [ "_contentSize" @@ -2994,7 +3010,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 183 + "__id__": 184 }, "propertyPath": [ "_string" @@ -3010,7 +3026,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 185 + "__id__": 186 }, "propertyPath": [ "_contentSize" @@ -3030,7 +3046,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 176 + "__id__": 177 }, "propertyPath": [ "_active" @@ -3043,20 +3059,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 171 + "__id__": 172 }, "_children": [], "_active": true, "_components": [ { - "__id__": 188 + "__id__": 189 }, { - "__id__": 190 + "__id__": 191 } ], "_prefab": { - "__id__": 192 + "__id__": 193 }, "_lpos": { "__type__": "cc.Vec3", @@ -3093,11 +3109,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 187 + "__id__": 188 }, "_enabled": true, "__prefab": { - "__id__": 189 + "__id__": 190 }, "_contentSize": { "__type__": "cc.Size", @@ -3121,11 +3137,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 187 + "__id__": 188 }, "_enabled": true, "__prefab": { - "__id__": 191 + "__id__": 192 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3182,23 +3198,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 171 + "__id__": 172 }, "_children": [], "_active": true, "_components": [ { - "__id__": 194 + "__id__": 195 }, { - "__id__": 196 + "__id__": 197 }, { - "__id__": 198 + "__id__": 199 } ], "_prefab": { - "__id__": 200 + "__id__": 201 }, "_lpos": { "__type__": "cc.Vec3", @@ -3235,11 +3251,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 193 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 195 + "__id__": 196 }, "_contentSize": { "__type__": "cc.Size", @@ -3263,11 +3279,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 193 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 197 + "__id__": 198 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3331,11 +3347,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 193 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 199 + "__id__": 200 }, "templateMode": true, "watchPath": "0", @@ -3368,11 +3384,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 172 }, "_enabled": true, "__prefab": { - "__id__": 202 + "__id__": 203 }, "_contentSize": { "__type__": "cc.Size", @@ -3396,11 +3412,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 172 }, "_enabled": true, "__prefab": { - "__id__": 204 + "__id__": 205 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3438,11 +3454,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 172 }, "_enabled": false, "__prefab": { - "__id__": 206 + "__id__": 207 }, "_alignFlags": 40, "_target": null, @@ -3487,33 +3503,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 170 + "__id__": 171 }, "_children": [ { - "__id__": 209 + "__id__": 210 }, { - "__id__": 223 + "__id__": 224 }, { - "__id__": 229 + "__id__": 230 } ], "_active": true, "_components": [ { - "__id__": 237 + "__id__": 238 }, { - "__id__": 239 + "__id__": 240 }, { - "__id__": 241 + "__id__": 242 } ], "_prefab": { - "__id__": 243 + "__id__": 244 }, "_lpos": { "__type__": "cc.Vec3", @@ -3548,17 +3564,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 208 + "__id__": 209 }, "_prefab": { - "__id__": 210 + "__id__": 211 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 209 + "__id__": 210 }, "asset": { "__uuid__": "86a3c4cd-71c7-4502-b713-65f0ace7912a", @@ -3566,7 +3582,7 @@ }, "fileId": "d3jYvT7whFS5scQFZeO5AK", "instance": { - "__id__": 211 + "__id__": 212 }, "targetOverrides": null }, @@ -3580,10 +3596,7 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 212 - }, - { - "__id__": 214 + "__id__": 213 }, { "__id__": 215 @@ -3595,10 +3608,13 @@ "__id__": 217 }, { - "__id__": 219 + "__id__": 218 }, { - "__id__": 221 + "__id__": 220 + }, + { + "__id__": 222 } ], "removedComponents": [] @@ -3606,7 +3622,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 213 + "__id__": 214 }, "propertyPath": [ "_name" @@ -3622,7 +3638,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 213 + "__id__": 214 }, "propertyPath": [ "_lpos" @@ -3637,7 +3653,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 213 + "__id__": 214 }, "propertyPath": [ "_lrot" @@ -3653,7 +3669,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 213 + "__id__": 214 }, "propertyPath": [ "_euler" @@ -3668,7 +3684,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 218 + "__id__": 219 }, "propertyPath": [ "_contentSize" @@ -3688,7 +3704,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 220 + "__id__": 221 }, "propertyPath": [ "_string" @@ -3704,7 +3720,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 222 + "__id__": 223 }, "propertyPath": [ "_contentSize" @@ -3727,20 +3743,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 208 + "__id__": 209 }, "_children": [], "_active": true, "_components": [ { - "__id__": 224 + "__id__": 225 }, { - "__id__": 226 + "__id__": 227 } ], "_prefab": { - "__id__": 228 + "__id__": 229 }, "_lpos": { "__type__": "cc.Vec3", @@ -3777,11 +3793,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 223 + "__id__": 224 }, "_enabled": true, "__prefab": { - "__id__": 225 + "__id__": 226 }, "_contentSize": { "__type__": "cc.Size", @@ -3805,11 +3821,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 223 + "__id__": 224 }, "_enabled": true, "__prefab": { - "__id__": 227 + "__id__": 228 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3866,23 +3882,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 208 + "__id__": 209 }, "_children": [], "_active": true, "_components": [ { - "__id__": 230 + "__id__": 231 }, { - "__id__": 232 + "__id__": 233 }, { - "__id__": 234 + "__id__": 235 } ], "_prefab": { - "__id__": 236 + "__id__": 237 }, "_lpos": { "__type__": "cc.Vec3", @@ -3919,11 +3935,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 229 + "__id__": 230 }, "_enabled": true, "__prefab": { - "__id__": 231 + "__id__": 232 }, "_contentSize": { "__type__": "cc.Size", @@ -3947,11 +3963,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 229 + "__id__": 230 }, "_enabled": true, "__prefab": { - "__id__": 233 + "__id__": 234 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4015,11 +4031,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 229 + "__id__": 230 }, "_enabled": true, "__prefab": { - "__id__": 235 + "__id__": 236 }, "templateMode": true, "watchPath": "0", @@ -4052,11 +4068,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 208 + "__id__": 209 }, "_enabled": true, "__prefab": { - "__id__": 238 + "__id__": 239 }, "_contentSize": { "__type__": "cc.Size", @@ -4080,11 +4096,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 208 + "__id__": 209 }, "_enabled": true, "__prefab": { - "__id__": 240 + "__id__": 241 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4122,11 +4138,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 208 + "__id__": 209 }, "_enabled": false, "__prefab": { - "__id__": 242 + "__id__": 243 }, "_alignFlags": 40, "_target": null, @@ -4171,36 +4187,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 170 + "__id__": 171 }, "_children": [ { - "__id__": 245 + "__id__": 246 }, { - "__id__": 260 + "__id__": 261 }, { - "__id__": 268 + "__id__": 269 }, { - "__id__": 274 + "__id__": 275 } ], "_active": true, "_components": [ { - "__id__": 282 + "__id__": 283 }, { - "__id__": 284 + "__id__": 285 }, { - "__id__": 286 + "__id__": 287 } ], "_prefab": { - "__id__": 288 + "__id__": 289 }, "_lpos": { "__type__": "cc.Vec3", @@ -4235,17 +4251,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 244 + "__id__": 245 }, "_prefab": { - "__id__": 246 + "__id__": 247 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 245 + "__id__": 246 }, "asset": { "__uuid__": "86a3c4cd-71c7-4502-b713-65f0ace7912a", @@ -4253,7 +4269,7 @@ }, "fileId": "d3jYvT7whFS5scQFZeO5AK", "instance": { - "__id__": 247 + "__id__": 248 }, "targetOverrides": null }, @@ -4267,10 +4283,7 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 248 - }, - { - "__id__": 250 + "__id__": 249 }, { "__id__": 251 @@ -4282,13 +4295,16 @@ "__id__": 253 }, { - "__id__": 255 + "__id__": 254 }, { - "__id__": 257 + "__id__": 256 }, { - "__id__": 259 + "__id__": 258 + }, + { + "__id__": 260 } ], "removedComponents": [] @@ -4296,7 +4312,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 249 + "__id__": 250 }, "propertyPath": [ "_name" @@ -4312,7 +4328,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 249 + "__id__": 250 }, "propertyPath": [ "_lpos" @@ -4327,7 +4343,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 249 + "__id__": 250 }, "propertyPath": [ "_lrot" @@ -4343,7 +4359,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 249 + "__id__": 250 }, "propertyPath": [ "_euler" @@ -4358,7 +4374,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 254 + "__id__": 255 }, "propertyPath": [ "_contentSize" @@ -4378,7 +4394,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 256 + "__id__": 257 }, "propertyPath": [ "_string" @@ -4394,7 +4410,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 258 + "__id__": 259 }, "propertyPath": [ "_contentSize" @@ -4414,7 +4430,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 249 + "__id__": 250 }, "propertyPath": [ "_active" @@ -4427,23 +4443,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 244 + "__id__": 245 }, "_children": [], "_active": false, "_components": [ { - "__id__": 261 + "__id__": 262 }, { - "__id__": 263 + "__id__": 264 }, { - "__id__": 265 + "__id__": 266 } ], "_prefab": { - "__id__": 267 + "__id__": 268 }, "_lpos": { "__type__": "cc.Vec3", @@ -4480,11 +4496,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 260 + "__id__": 261 }, "_enabled": true, "__prefab": { - "__id__": 262 + "__id__": 263 }, "_contentSize": { "__type__": "cc.Size", @@ -4508,11 +4524,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 260 + "__id__": 261 }, "_enabled": true, "__prefab": { - "__id__": 264 + "__id__": 265 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4556,11 +4572,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 260 + "__id__": 261 }, "_enabled": true, "__prefab": { - "__id__": 266 + "__id__": 267 }, "_alignFlags": 45, "_target": null, @@ -4605,20 +4621,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 244 + "__id__": 245 }, "_children": [], "_active": true, "_components": [ { - "__id__": 269 + "__id__": 270 }, { - "__id__": 271 + "__id__": 272 } ], "_prefab": { - "__id__": 273 + "__id__": 274 }, "_lpos": { "__type__": "cc.Vec3", @@ -4655,11 +4671,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 268 + "__id__": 269 }, "_enabled": true, "__prefab": { - "__id__": 270 + "__id__": 271 }, "_contentSize": { "__type__": "cc.Size", @@ -4683,11 +4699,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 268 + "__id__": 269 }, "_enabled": true, "__prefab": { - "__id__": 272 + "__id__": 273 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4744,23 +4760,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 244 + "__id__": 245 }, "_children": [], "_active": true, "_components": [ { - "__id__": 275 + "__id__": 276 }, { - "__id__": 277 + "__id__": 278 }, { - "__id__": 279 + "__id__": 280 } ], "_prefab": { - "__id__": 281 + "__id__": 282 }, "_lpos": { "__type__": "cc.Vec3", @@ -4797,11 +4813,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 275 }, "_enabled": true, "__prefab": { - "__id__": 276 + "__id__": 277 }, "_contentSize": { "__type__": "cc.Size", @@ -4825,11 +4841,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 275 }, "_enabled": true, "__prefab": { - "__id__": 278 + "__id__": 279 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4893,11 +4909,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 275 }, "_enabled": true, "__prefab": { - "__id__": 280 + "__id__": 281 }, "templateMode": true, "watchPath": "", @@ -4931,11 +4947,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 245 }, "_enabled": true, "__prefab": { - "__id__": 283 + "__id__": 284 }, "_contentSize": { "__type__": "cc.Size", @@ -4959,11 +4975,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 245 }, "_enabled": true, "__prefab": { - "__id__": 285 + "__id__": 286 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5001,11 +5017,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 245 }, "_enabled": false, "__prefab": { - "__id__": 287 + "__id__": 288 }, "_alignFlags": 40, "_target": null, @@ -5050,11 +5066,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 170 + "__id__": 171 }, "_enabled": true, "__prefab": { - "__id__": 290 + "__id__": 291 }, "_contentSize": { "__type__": "cc.Size", @@ -5078,11 +5094,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 170 + "__id__": 171 }, "_enabled": false, "__prefab": { - "__id__": 292 + "__id__": 293 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5126,11 +5142,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 170 + "__id__": 171 }, "_enabled": true, "__prefab": { - "__id__": 294 + "__id__": 295 }, "_alignFlags": 45, "_target": null, @@ -5162,11 +5178,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 170 + "__id__": 171 }, "_enabled": true, "__prefab": { - "__id__": 296 + "__id__": 297 }, "_resizeMode": 0, "_layoutType": 1, @@ -5217,7 +5233,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 299 + "__id__": 300 }, "_contentSize": { "__type__": "cc.Size", @@ -5245,7 +5261,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 301 + "__id__": 302 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5293,7 +5309,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 303 + "__id__": 304 }, "_alignFlags": 44, "_target": null, @@ -5329,7 +5345,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 305 + "__id__": 306 }, "_resizeMode": 0, "_layoutType": 1, @@ -5380,32 +5396,29 @@ }, "_children": [ { - "__id__": 308 + "__id__": 309 }, { - "__id__": 327 - }, - { - "__id__": 401 + "__id__": 328 } ], "_active": true, "_components": [ { - "__id__": 501 + "__id__": 408 }, { - "__id__": 503 + "__id__": 410 }, { - "__id__": 505 + "__id__": 412 }, { - "__id__": 507 + "__id__": 414 } ], "_prefab": { - "__id__": 509 + "__id__": 416 }, "_lpos": { "__type__": "cc.Vec3", @@ -5440,17 +5453,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 307 + "__id__": 308 }, "_prefab": { - "__id__": 309 + "__id__": 310 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 308 + "__id__": 309 }, "asset": { "__uuid__": "555f7387-1025-41a8-a2a8-ff61c76004a3", @@ -5458,7 +5471,7 @@ }, "fileId": "50T0YGiGBH7qZZFeATiEP+", "instance": { - "__id__": 310 + "__id__": 311 }, "targetOverrides": null }, @@ -5472,10 +5485,7 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 311 - }, - { - "__id__": 313 + "__id__": 312 }, { "__id__": 314 @@ -5487,19 +5497,22 @@ "__id__": 316 }, { - "__id__": 318 + "__id__": 317 }, { - "__id__": 320 + "__id__": 319 }, { - "__id__": 322 + "__id__": 321 }, { - "__id__": 324 + "__id__": 323 }, { "__id__": 325 + }, + { + "__id__": 326 } ], "removedComponents": [] @@ -5507,7 +5520,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 312 + "__id__": 313 }, "propertyPath": [ "_name" @@ -5523,7 +5536,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 312 + "__id__": 313 }, "propertyPath": [ "_lpos" @@ -5538,7 +5551,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 312 + "__id__": 313 }, "propertyPath": [ "_lrot" @@ -5554,7 +5567,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 312 + "__id__": 313 }, "propertyPath": [ "_euler" @@ -5569,7 +5582,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 317 + "__id__": 318 }, "propertyPath": [ "_contentSize" @@ -5589,7 +5602,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 319 + "__id__": 320 }, "propertyPath": [ "_contentSize" @@ -5609,7 +5622,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 321 + "__id__": 322 }, "propertyPath": [ "_contentSize" @@ -5629,7 +5642,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 323 + "__id__": 324 }, "propertyPath": [ "_contentSize" @@ -5649,17 +5662,17 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 312 + "__id__": 313 }, "propertyPath": [ "_active" ], - "value": true + "value": false }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 326 + "__id__": 327 }, "propertyPath": [ "_active" @@ -5678,38 +5691,38 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 307 + "__id__": 308 }, "_children": [ { - "__id__": 328 + "__id__": 329 }, { - "__id__": 350 + "__id__": 353 }, { - "__id__": 372 + "__id__": 377 } ], "_active": true, "_components": [ { - "__id__": 394 + "__id__": 401 }, { - "__id__": 396 + "__id__": 403 }, { - "__id__": 398 + "__id__": 405 } ], "_prefab": { - "__id__": 400 + "__id__": 407 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 225, + "y": 308.67499999999995, "z": 0 }, "_lrot": { @@ -5739,17 +5752,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 327 + "__id__": 328 }, "_prefab": { - "__id__": 329 + "__id__": 330 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 328 + "__id__": 329 }, "asset": { "__uuid__": "f820a186-b9f6-44df-a534-bdcbaa6a639a", @@ -5757,11 +5770,11 @@ }, "fileId": "5dVotvOAFMoaprbNZVAkgY", "instance": { - "__id__": 330 + "__id__": 331 }, "targetOverrides": [ { - "__id__": 336 + "__id__": 337 }, { "__id__": 339 @@ -5777,12 +5790,15 @@ }, { "__id__": 348 + }, + { + "__id__": 350 } ] }, { "__type__": "cc.PrefabInstance", - "fileId": "b6zlAvMBhKbopDIP0HSYK0", + "fileId": "b24tGI2DVJlajA+Nw/cGog", "prefabRootNode": { "__id__": 1 }, @@ -5790,16 +5806,16 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 331 - }, - { - "__id__": 333 + "__id__": 332 }, { "__id__": 334 }, { "__id__": 335 + }, + { + "__id__": 336 } ], "removedComponents": [] @@ -5807,7 +5823,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 332 + "__id__": 333 }, "propertyPath": [ "_name" @@ -5823,22 +5839,22 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 332 + "__id__": 333 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": 0, - "y": 145, + "x": -230.1, + "y": 0, "z": 0 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 332 + "__id__": 333 }, "propertyPath": [ "_lrot" @@ -5854,7 +5870,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 332 + "__id__": 333 }, "propertyPath": [ "_euler" @@ -5873,17 +5889,11 @@ "propertyPath": [ "icon_node" ], - "target": { - "__id__": 337 - }, + "target": null, "targetInfo": { "__id__": 338 } }, - { - "__type__": "cc.Node", - "__editorExtras__": {} - }, { "__type__": "cc.TargetInfo", "localID": [ @@ -5897,9 +5907,7 @@ "propertyPath": [ "bg_node" ], - "target": { - "__id__": 337 - }, + "target": null, "targetInfo": { "__id__": 340 } @@ -5961,9 +5969,7 @@ "propertyPath": [ "icon_node" ], - "target": { - "__id__": 337 - }, + "target": null, "targetInfo": { "__id__": 347 } @@ -5981,9 +5987,7 @@ "propertyPath": [ "bg_node" ], - "target": { - "__id__": 337 - }, + "target": null, "targetInfo": { "__id__": 349 } @@ -5991,24 +5995,48 @@ { "__type__": "cc.TargetInfo", "localID": [ - "c8niXKCPZJkZO13m9+xJNN" + "24RflxHORM1KH3RJbnrKDS" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": null, + "sourceInfo": null, + "propertyPath": [ + "upgrade_price_label" + ], + "target": { + "__id__": 351 + }, + "targetInfo": { + "__id__": 352 + } + }, + { + "__type__": "cc.Node", + "__editorExtras__": {} + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "9deqZrZeZEEKkvtD7QlGHO" ] }, { "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 327 + "__id__": 328 }, "_prefab": { - "__id__": 351 + "__id__": 354 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 350 + "__id__": 353 }, "asset": { "__uuid__": "f820a186-b9f6-44df-a534-bdcbaa6a639a", @@ -6016,12 +6044,9 @@ }, "fileId": "5dVotvOAFMoaprbNZVAkgY", "instance": { - "__id__": 352 + "__id__": 355 }, "targetOverrides": [ - { - "__id__": 358 - }, { "__id__": 361 }, @@ -6029,36 +6054,42 @@ "__id__": 363 }, { - "__id__": 366 + "__id__": 365 }, { "__id__": 368 }, { "__id__": 370 + }, + { + "__id__": 372 + }, + { + "__id__": 374 } ] }, { "__type__": "cc.PrefabInstance", - "fileId": "83bIe/L5pHubxKuDbNOVsC", + "fileId": "b5gSpYVCNIFIWXG9yL4xpc", "prefabRootNode": { "__id__": 1 }, "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 353 - }, - { - "__id__": 355 - }, { "__id__": 356 }, { - "__id__": 357 + "__id__": 358 + }, + { + "__id__": 359 + }, + { + "__id__": 360 } ], "removedComponents": [] @@ -6066,7 +6097,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 354 + "__id__": 357 }, "propertyPath": [ "_name" @@ -6082,14 +6113,14 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 354 + "__id__": 357 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": 0, + "x": -0.29999999999998295, "y": 0, "z": 0 } @@ -6097,7 +6128,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 354 + "__id__": 357 }, "propertyPath": [ "_lrot" @@ -6113,7 +6144,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 354 + "__id__": 357 }, "propertyPath": [ "_euler" @@ -6132,17 +6163,11 @@ "propertyPath": [ "icon_node" ], - "target": { - "__id__": 359 - }, + "target": null, "targetInfo": { - "__id__": 360 + "__id__": 362 } }, - { - "__type__": "cc.Node", - "__editorExtras__": {} - }, { "__type__": "cc.TargetInfo", "localID": [ @@ -6156,11 +6181,9 @@ "propertyPath": [ "bg_node" ], - "target": { - "__id__": 359 - }, + "target": null, "targetInfo": { - "__id__": 362 + "__id__": 364 } }, { @@ -6177,10 +6200,10 @@ "sell_btn" ], "target": { - "__id__": 364 + "__id__": 366 }, "targetInfo": { - "__id__": 365 + "__id__": 367 } }, { @@ -6201,32 +6224,30 @@ "sell_price_label" ], "target": { - "__id__": 364 - }, - "targetInfo": { - "__id__": 367 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "9deqZrZeZEEKkvtD7QlGHO" - ] - }, - { - "__type__": "cc.TargetOverrideInfo", - "source": null, - "sourceInfo": null, - "propertyPath": [ - "icon_node" - ], - "target": { - "__id__": 359 + "__id__": 366 }, "targetInfo": { "__id__": 369 } }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "9deqZrZeZEEKkvtD7QlGHO" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": null, + "sourceInfo": null, + "propertyPath": [ + "icon_node" + ], + "target": null, + "targetInfo": { + "__id__": 371 + } + }, { "__type__": "cc.TargetInfo", "localID": [ @@ -6240,34 +6261,56 @@ "propertyPath": [ "bg_node" ], - "target": { - "__id__": 359 - }, + "target": null, "targetInfo": { - "__id__": 371 + "__id__": 373 } }, { "__type__": "cc.TargetInfo", "localID": [ - "c8niXKCPZJkZO13m9+xJNN" + "24RflxHORM1KH3RJbnrKDS" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": null, + "sourceInfo": null, + "propertyPath": [ + "upgrade_price_label" + ], + "target": { + "__id__": 375 + }, + "targetInfo": { + "__id__": 376 + } + }, + { + "__type__": "cc.Node", + "__editorExtras__": {} + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "9deqZrZeZEEKkvtD7QlGHO" ] }, { "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 327 + "__id__": 328 }, "_prefab": { - "__id__": 373 + "__id__": 378 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 372 + "__id__": 377 }, "asset": { "__uuid__": "f820a186-b9f6-44df-a534-bdcbaa6a639a", @@ -6275,32 +6318,35 @@ }, "fileId": "5dVotvOAFMoaprbNZVAkgY", "instance": { - "__id__": 374 + "__id__": 379 }, "targetOverrides": [ - { - "__id__": 380 - }, - { - "__id__": 383 - }, { "__id__": 385 }, { - "__id__": 388 + "__id__": 387 }, { - "__id__": 390 + "__id__": 389 }, { "__id__": 392 + }, + { + "__id__": 394 + }, + { + "__id__": 396 + }, + { + "__id__": 398 } ] }, { "__type__": "cc.PrefabInstance", - "fileId": "d3mg/ubRVOE7yafmXMliLl", + "fileId": "ccrsgT7t1MlYAK4vEEx3qN", "prefabRootNode": { "__id__": 1 }, @@ -6308,16 +6354,16 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 375 + "__id__": 380 }, { - "__id__": 377 + "__id__": 382 }, { - "__id__": 378 + "__id__": 383 }, { - "__id__": 379 + "__id__": 384 } ], "removedComponents": [] @@ -6325,7 +6371,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 376 + "__id__": 381 }, "propertyPath": [ "_name" @@ -6341,22 +6387,22 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 376 + "__id__": 381 }, "propertyPath": [ "_lpos" ], "value": { "__type__": "cc.Vec3", - "x": 0, - "y": -145, + "x": 229.50000000000003, + "y": 0, "z": 0 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 376 + "__id__": 381 }, "propertyPath": [ "_lrot" @@ -6372,7 +6418,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 376 + "__id__": 381 }, "propertyPath": [ "_euler" @@ -6391,17 +6437,11 @@ "propertyPath": [ "icon_node" ], - "target": { - "__id__": 381 - }, + "target": null, "targetInfo": { - "__id__": 382 + "__id__": 386 } }, - { - "__type__": "cc.Node", - "__editorExtras__": {} - }, { "__type__": "cc.TargetInfo", "localID": [ @@ -6415,11 +6455,9 @@ "propertyPath": [ "bg_node" ], - "target": { - "__id__": 381 - }, + "target": null, "targetInfo": { - "__id__": 384 + "__id__": 388 } }, { @@ -6436,10 +6474,10 @@ "sell_btn" ], "target": { - "__id__": 386 + "__id__": 390 }, "targetInfo": { - "__id__": 387 + "__id__": 391 } }, { @@ -6460,10 +6498,10 @@ "sell_price_label" ], "target": { - "__id__": 386 + "__id__": 390 }, "targetInfo": { - "__id__": 389 + "__id__": 393 } }, { @@ -6479,11 +6517,9 @@ "propertyPath": [ "icon_node" ], - "target": { - "__id__": 381 - }, + "target": null, "targetInfo": { - "__id__": 391 + "__id__": 395 } }, { @@ -6499,17 +6535,39 @@ "propertyPath": [ "bg_node" ], - "target": { - "__id__": 381 - }, + "target": null, "targetInfo": { - "__id__": 393 + "__id__": 397 } }, { "__type__": "cc.TargetInfo", "localID": [ - "c8niXKCPZJkZO13m9+xJNN" + "24RflxHORM1KH3RJbnrKDS" + ] + }, + { + "__type__": "cc.TargetOverrideInfo", + "source": null, + "sourceInfo": null, + "propertyPath": [ + "upgrade_price_label" + ], + "target": { + "__id__": 399 + }, + "targetInfo": { + "__id__": 400 + } + }, + { + "__type__": "cc.Node", + "__editorExtras__": {} + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "9deqZrZeZEEKkvtD7QlGHO" ] }, { @@ -6518,11 +6576,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 327 + "__id__": 328 }, "_enabled": true, "__prefab": { - "__id__": 395 + "__id__": 402 }, "_contentSize": { "__type__": "cc.Size", @@ -6546,18 +6604,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 327 + "__id__": 328 }, "_enabled": true, "__prefab": { - "__id__": 397 + "__id__": 404 }, "_alignFlags": 45, "_target": null, "_left": 10, "_right": 10, - "_top": 10, - "_bottom": 10, + "_top": -73.67499999999995, + "_bottom": 93.67499999999995, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -6582,25 +6640,25 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 327 + "__id__": 328 }, - "_enabled": false, + "_enabled": true, "__prefab": { - "__id__": 399 + "__id__": 406 }, "_resizeMode": 0, - "_layoutType": 2, + "_layoutType": 1, "_cellSize": { "__type__": "cc.Size", "width": 40, "height": 40 }, "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, + "_paddingLeft": 20, + "_paddingRight": 20, "_paddingTop": 0, "_paddingBottom": 5, - "_spacingX": 5, + "_spacingX": 30, "_spacingY": 5, "_verticalDirection": 1, "_horizontalDirection": 0, @@ -6627,47 +6685,180 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 308 + }, + "_enabled": true, + "__prefab": { + "__id__": 409 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 720, + "height": 450 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ccA8RdnjtDEq0ZO+Q6xsZD" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 308 + }, + "_enabled": true, + "__prefab": { + "__id__": 411 + }, + "_alignFlags": 44, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 600, + "_bottom": 105, + "_horizontalCenter": 0, + "_verticalCenter": -323.604, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 180, + "_originalHeight": 300, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b1bBeBY4dNJI0lfuJbL1Kt" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 308 + }, + "_enabled": false, + "__prefab": { + "__id__": 413 + }, + "_resizeMode": 1, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8bMVzIuPdAo6L4GA3JAklf" + }, + { + "__type__": "cc.BlockInputEvents", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 308 + }, + "_enabled": true, + "__prefab": { + "__id__": 415 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "43Mkd2UXBESYfv43hlqEcf" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a4u6iwSnpFA6rmUbWnX6QC", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, { "__type__": "cc.Node", - "_name": "cardsPanel", + "_name": "equips", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 307 + "__id__": 1 }, "_children": [ { - "__id__": 402 + "__id__": 418 }, { - "__id__": 443 + "__id__": 458 }, { - "__id__": 451 + "__id__": 466 } ], - "_active": false, + "_active": true, "_components": [ { - "__id__": 492 + "__id__": 474 }, { - "__id__": 494 + "__id__": 476 }, { - "__id__": 496 + "__id__": 478 }, { - "__id__": 498 + "__id__": 480 } ], "_prefab": { - "__id__": 500 + "__id__": 482 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0, + "y": -465.86, "z": 0 }, "_lrot": { @@ -6697,17 +6888,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 401 + "__id__": 417 }, "_prefab": { - "__id__": 403 + "__id__": 419 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 402 + "__id__": 418 }, "asset": { "__uuid__": "555f7387-1025-41a8-a2a8-ff61c76004a3", @@ -6715,52 +6906,49 @@ }, "fileId": "50T0YGiGBH7qZZFeATiEP+", "instance": { - "__id__": 404 + "__id__": 420 }, "targetOverrides": null }, { "__type__": "cc.PrefabInstance", - "fileId": "35xZULahFHnbb77CDWcwkw", + "fileId": "51URS1vY1EGZda9P/j0zje", "prefabRootNode": { "__id__": 1 }, "mountedChildren": [ { - "__id__": 405 + "__id__": 421 } ], "mountedComponents": [], "propertyOverrides": [ { - "__id__": 427 + "__id__": 443 }, { - "__id__": 429 + "__id__": 445 }, { - "__id__": 430 + "__id__": 446 }, { - "__id__": 431 + "__id__": 447 }, { - "__id__": 432 + "__id__": 448 }, { - "__id__": 434 + "__id__": 450 }, { - "__id__": 436 + "__id__": 452 }, { - "__id__": 438 + "__id__": 454 }, { - "__id__": 440 - }, - { - "__id__": 441 + "__id__": 456 } ], "removedComponents": [] @@ -6768,11 +6956,11 @@ { "__type__": "cc.MountedChildrenInfo", "targetInfo": { - "__id__": 406 + "__id__": 422 }, "nodes": [ { - "__id__": 407 + "__id__": 423 } ] }, @@ -6786,21 +6974,21 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 402 + "__id__": 418 }, "_prefab": { - "__id__": 408 + "__id__": 424 }, "__editorExtras__": { "mountedRoot": { - "__id__": 402 + "__id__": 418 } } }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 407 + "__id__": 423 }, "asset": { "__uuid__": "b5782405-f3d9-4d45-ba8c-01b5ec2748b2", @@ -6808,51 +6996,51 @@ }, "fileId": "99dvuw5eJJzqP11ZqucD+r", "instance": { - "__id__": 409 + "__id__": 425 }, "targetOverrides": null }, { "__type__": "cc.PrefabInstance", - "fileId": "b8eDCLZRdDPLXHlPtnQGGX", + "fileId": "96tN05lAVFbLDCmUNmdLZr", "prefabRootNode": { "__id__": 1 }, "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 410 - }, - { - "__id__": 412 - }, - { - "__id__": 413 - }, - { - "__id__": 414 - }, - { - "__id__": 415 - }, - { - "__id__": 417 - }, - { - "__id__": 419 - }, - { - "__id__": 420 - }, - { - "__id__": 422 - }, - { - "__id__": 424 - }, { "__id__": 426 + }, + { + "__id__": 428 + }, + { + "__id__": 429 + }, + { + "__id__": 430 + }, + { + "__id__": 431 + }, + { + "__id__": 433 + }, + { + "__id__": 435 + }, + { + "__id__": 436 + }, + { + "__id__": 438 + }, + { + "__id__": 440 + }, + { + "__id__": 442 } ], "removedComponents": [] @@ -6860,7 +7048,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 411 + "__id__": 427 }, "propertyPath": [ "_name" @@ -6876,7 +7064,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 411 + "__id__": 427 }, "propertyPath": [ "_lpos" @@ -6891,7 +7079,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 411 + "__id__": 427 }, "propertyPath": [ "_lrot" @@ -6907,7 +7095,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 411 + "__id__": 427 }, "propertyPath": [ "_euler" @@ -6922,7 +7110,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 416 + "__id__": 432 }, "propertyPath": [ "_top" @@ -6938,7 +7126,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 418 + "__id__": 434 }, "propertyPath": [ "_active" @@ -6954,7 +7142,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 416 + "__id__": 432 }, "propertyPath": [ "_left" @@ -6964,7 +7152,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 421 + "__id__": 437 }, "propertyPath": [ "_contentSize" @@ -6984,7 +7172,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 423 + "__id__": 439 }, "propertyPath": [ "_contentSize" @@ -7004,7 +7192,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 425 + "__id__": 441 }, "propertyPath": [ "_contentSize" @@ -7024,7 +7212,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 416 + "__id__": 432 }, "propertyPath": [ "_right" @@ -7034,7 +7222,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 428 + "__id__": 444 }, "propertyPath": [ "_name" @@ -7050,7 +7238,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 428 + "__id__": 444 }, "propertyPath": [ "_lpos" @@ -7065,7 +7253,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 428 + "__id__": 444 }, "propertyPath": [ "_lrot" @@ -7081,7 +7269,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 428 + "__id__": 444 }, "propertyPath": [ "_euler" @@ -7096,7 +7284,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 433 + "__id__": 449 }, "propertyPath": [ "_contentSize" @@ -7116,7 +7304,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 435 + "__id__": 451 }, "propertyPath": [ "_contentSize" @@ -7136,7 +7324,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 437 + "__id__": 453 }, "propertyPath": [ "_contentSize" @@ -7156,7 +7344,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 439 + "__id__": 455 }, "propertyPath": [ "_contentSize" @@ -7176,17 +7364,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 428 - }, - "propertyPath": [ - "_active" - ], - "value": true - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 442 + "__id__": 457 }, "propertyPath": [ "_active" @@ -7201,27 +7379,27 @@ }, { "__type__": "cc.Node", - "_name": "cbox", + "_name": "box", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 401 + "__id__": 417 }, "_children": [], "_active": true, "_components": [ { - "__id__": 444 + "__id__": 459 }, { - "__id__": 446 + "__id__": 461 }, { - "__id__": 448 + "__id__": 463 } ], "_prefab": { - "__id__": 450 + "__id__": 465 }, "_lpos": { "__type__": "cc.Vec3", @@ -7258,11 +7436,996 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 458 }, "_enabled": true, "__prefab": { - "__id__": 445 + "__id__": 460 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 720, + "height": 340 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5ehGNK3NpFzpdV4IkQJtkG" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 458 + }, + "_enabled": true, + "__prefab": { + "__id__": 462 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 110, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 100, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6ahZ8tLy9HyqdLsvY+IJW2" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 458 + }, + "_enabled": false, + "__prefab": { + "__id__": 464 + }, + "_resizeMode": 0, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 10, + "_paddingRight": 10, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 5, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": true, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c9NUjjPHFJVq4Lv31NVkUg" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "44V0nMugBLY5BnF67s6Kx4", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 417 + }, + "_prefab": { + "__id__": 467 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 466 + }, + "asset": { + "__uuid__": "506d0f89-1cf1-4c3b-be47-a3abaf3695e8", + "__expectedType__": "cc.Prefab" + }, + "fileId": "60RuUkpjBAGoLk3z4xlHcF", + "instance": { + "__id__": 468 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "faEIK/BbxJlpgVaCQh975N", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 469 + }, + { + "__id__": 471 + }, + { + "__id__": 472 + }, + { + "__id__": 473 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 470 + }, + "propertyPath": [ + "_name" + ], + "value": "button" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "60RuUkpjBAGoLk3z4xlHcF" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 470 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 57.388, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 470 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 470 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 417 + }, + "_enabled": true, + "__prefab": { + "__id__": 475 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 720, + "height": 450 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "71Rnrn5jlDI71mgkKxr65d" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 417 + }, + "_enabled": true, + "__prefab": { + "__id__": 477 + }, + "_alignFlags": 44, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 600, + "_bottom": -465.86, + "_horizontalCenter": 0, + "_verticalCenter": -270.13, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 180, + "_originalHeight": 300, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "400gyW+WVEa60lrQ4MW0do" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 417 + }, + "_enabled": false, + "__prefab": { + "__id__": 479 + }, + "_resizeMode": 1, + "_layoutType": 1, + "_cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_startAxis": 0, + "_paddingLeft": 0, + "_paddingRight": 0, + "_paddingTop": 0, + "_paddingBottom": 0, + "_spacingX": 3, + "_spacingY": 0, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 0, + "_constraintNum": 2, + "_affectedByScale": false, + "_isAlign": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4eEqfjnl1NpoVxJCQ0k8FP" + }, + { + "__type__": "cc.BlockInputEvents", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 417 + }, + "_enabled": true, + "__prefab": { + "__id__": 481 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b7Le1lzltFI4LXAZLaiPtN" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "65uC0hiTlCfIZ0SnjI7UH6", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "cardsPanel", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 484 + }, + { + "__id__": 525 + }, + { + "__id__": 533 + } + ], + "_active": true, + "_components": [ + { + "__id__": 574 + }, + { + "__id__": 576 + }, + { + "__id__": 578 + }, + { + "__id__": 580 + } + ], + "_prefab": { + "__id__": 582 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -465.86, + "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", + "_objFlags": 0, + "_parent": { + "__id__": 483 + }, + "_prefab": { + "__id__": 485 + }, + "__editorExtras__": {} + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 484 + }, + "asset": { + "__uuid__": "555f7387-1025-41a8-a2a8-ff61c76004a3", + "__expectedType__": "cc.Prefab" + }, + "fileId": "50T0YGiGBH7qZZFeATiEP+", + "instance": { + "__id__": 486 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "35xZULahFHnbb77CDWcwkw", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [ + { + "__id__": 487 + } + ], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 509 + }, + { + "__id__": 511 + }, + { + "__id__": 512 + }, + { + "__id__": 513 + }, + { + "__id__": 514 + }, + { + "__id__": 516 + }, + { + "__id__": 518 + }, + { + "__id__": 520 + }, + { + "__id__": 522 + }, + { + "__id__": 523 + } + ], + "removedComponents": [] + }, + { + "__type__": "cc.MountedChildrenInfo", + "targetInfo": { + "__id__": 488 + }, + "nodes": [ + { + "__id__": 489 + } + ] + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "50T0YGiGBH7qZZFeATiEP+" + ] + }, + { + "__type__": "cc.Node", + "_objFlags": 0, + "_parent": { + "__id__": 484 + }, + "_prefab": { + "__id__": 490 + }, + "__editorExtras__": { + "mountedRoot": { + "__id__": 484 + } + } + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 489 + }, + "asset": { + "__uuid__": "b5782405-f3d9-4d45-ba8c-01b5ec2748b2", + "__expectedType__": "cc.Prefab" + }, + "fileId": "99dvuw5eJJzqP11ZqucD+r", + "instance": { + "__id__": 491 + }, + "targetOverrides": null + }, + { + "__type__": "cc.PrefabInstance", + "fileId": "b8eDCLZRdDPLXHlPtnQGGX", + "prefabRootNode": { + "__id__": 1 + }, + "mountedChildren": [], + "mountedComponents": [], + "propertyOverrides": [ + { + "__id__": 492 + }, + { + "__id__": 494 + }, + { + "__id__": 495 + }, + { + "__id__": 496 + }, + { + "__id__": 497 + }, + { + "__id__": 499 + }, + { + "__id__": 501 + }, + { + "__id__": 502 + }, + { + "__id__": 504 + }, + { + "__id__": 506 + }, + { + "__id__": 508 + } + ], + "removedComponents": [] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 493 + }, + "propertyPath": [ + "_name" + ], + "value": "pbgt" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "99dvuw5eJJzqP11ZqucD+r" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 493 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": -188.471, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 493 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 493 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 498 + }, + "propertyPath": [ + "_top" + ], + "value": 338.471 + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "dechC9XwNBBqHd4blRjbaz" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 500 + }, + "propertyPath": [ + "_active" + ], + "value": false + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "7d6jdYqe1Awpw0A4D0ySEd" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 498 + }, + "propertyPath": [ + "_left" + ], + "value": 4 + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 503 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 712, + "height": 150 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "c39jb808hLF7vyG9o2MVCV" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 505 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 712, + "height": 150 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "14imXt2GlO7prNUkbDs9YB" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 507 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 712, + "height": 150 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "621J5eprROl7Tb48sTU8JN" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 498 + }, + "propertyPath": [ + "_right" + ], + "value": 4 + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 510 + }, + "propertyPath": [ + "_name" + ], + "value": "popup" + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "50T0YGiGBH7qZZFeATiEP+" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 510 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 225, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 510 + }, + "propertyPath": [ + "_lrot" + ], + "value": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 510 + }, + "propertyPath": [ + "_euler" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 515 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 720, + "height": 450 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "50XxsJbrFCN4H9VEVO1jhI" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 517 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 720, + "height": 450 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "89vNfbOw5OYLiuCSle5Cni" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 519 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 1440, + "height": 900 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "3dNz0H16xGpJqDZ5588nMV" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 521 + }, + "propertyPath": [ + "_contentSize" + ], + "value": { + "__type__": "cc.Size", + "width": 1408, + "height": 868 + } + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "dbPtEc0lVC6b6/8Lozo2Vm" + ] + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 510 + }, + "propertyPath": [ + "_active" + ], + "value": true + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 524 + }, + "propertyPath": [ + "_active" + ], + "value": false + }, + { + "__type__": "cc.TargetInfo", + "localID": [ + "edv/0Agw9E+qY3h4DiEUF9" + ] + }, + { + "__type__": "cc.Node", + "_name": "cbox", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 483 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 526 + }, + { + "__id__": 528 + }, + { + "__id__": 530 + } + ], + "_prefab": { + "__id__": 532 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 280, + "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", @@ -7286,11 +8449,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 525 }, "_enabled": true, "__prefab": { - "__id__": 447 + "__id__": 529 }, "_alignFlags": 45, "_target": null, @@ -7322,11 +8485,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 443 + "__id__": 525 }, "_enabled": false, "__prefab": { - "__id__": 449 + "__id__": 531 }, "_resizeMode": 0, "_layoutType": 1, @@ -7373,30 +8536,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 401 + "__id__": 483 }, "_children": [ { - "__id__": 452 + "__id__": 534 }, { - "__id__": 462 + "__id__": 544 } ], "_active": true, "_components": [ { - "__id__": 485 + "__id__": 567 }, { - "__id__": 487 + "__id__": 569 }, { - "__id__": 489 + "__id__": 571 } ], "_prefab": { - "__id__": 491 + "__id__": 573 }, "_lpos": { "__type__": "cc.Vec3", @@ -7431,17 +8594,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 451 + "__id__": 533 }, "_prefab": { - "__id__": 453 + "__id__": 535 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 452 + "__id__": 534 }, "asset": { "__uuid__": "506d0f89-1cf1-4c3b-be47-a3abaf3695e8", @@ -7449,7 +8612,7 @@ }, "fileId": "60RuUkpjBAGoLk3z4xlHcF", "instance": { - "__id__": 454 + "__id__": 536 }, "targetOverrides": null }, @@ -7463,31 +8626,31 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 455 + "__id__": 537 }, { - "__id__": 457 + "__id__": 539 }, { - "__id__": 458 + "__id__": 540 }, { - "__id__": 459 + "__id__": 541 } ], "removedComponents": [ { - "__id__": 460 + "__id__": 542 }, { - "__id__": 461 + "__id__": 543 } ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 456 + "__id__": 538 }, "propertyPath": [ "_name" @@ -7503,7 +8666,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 456 + "__id__": 538 }, "propertyPath": [ "_lpos" @@ -7518,7 +8681,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 456 + "__id__": 538 }, "propertyPath": [ "_lrot" @@ -7534,7 +8697,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 456 + "__id__": 538 }, "propertyPath": [ "_euler" @@ -7562,17 +8725,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 451 + "__id__": 533 }, "_prefab": { - "__id__": 463 + "__id__": 545 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 462 + "__id__": 544 }, "asset": { "__uuid__": "506d0f89-1cf1-4c3b-be47-a3abaf3695e8", @@ -7580,7 +8743,7 @@ }, "fileId": "60RuUkpjBAGoLk3z4xlHcF", "instance": { - "__id__": 464 + "__id__": 546 }, "targetOverrides": null }, @@ -7594,52 +8757,52 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 465 + "__id__": 547 }, { - "__id__": 467 + "__id__": 549 }, { - "__id__": 468 + "__id__": 550 }, { - "__id__": 469 + "__id__": 551 }, { - "__id__": 470 + "__id__": 552 }, { - "__id__": 472 + "__id__": 554 }, { - "__id__": 474 + "__id__": 556 }, { - "__id__": 476 + "__id__": 558 }, { - "__id__": 478 + "__id__": 560 }, { - "__id__": 479 + "__id__": 561 }, { - "__id__": 481 + "__id__": 563 } ], "removedComponents": [ { - "__id__": 483 + "__id__": 565 }, { - "__id__": 484 + "__id__": 566 } ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 466 + "__id__": 548 }, "propertyPath": [ "_name" @@ -7655,7 +8818,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 466 + "__id__": 548 }, "propertyPath": [ "_lpos" @@ -7670,7 +8833,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 466 + "__id__": 548 }, "propertyPath": [ "_lrot" @@ -7686,7 +8849,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 466 + "__id__": 548 }, "propertyPath": [ "_euler" @@ -7701,7 +8864,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 471 + "__id__": 553 }, "propertyPath": [ "_active" @@ -7717,7 +8880,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 473 + "__id__": 555 }, "propertyPath": [ "_lpos" @@ -7738,7 +8901,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 475 + "__id__": 557 }, "propertyPath": [ "_contentSize" @@ -7758,7 +8921,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 477 + "__id__": 559 }, "propertyPath": [ "_top" @@ -7774,7 +8937,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 477 + "__id__": 559 }, "propertyPath": [ "_bottom" @@ -7784,7 +8947,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 480 + "__id__": 562 }, "propertyPath": [ "_string" @@ -7800,7 +8963,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 482 + "__id__": 564 }, "propertyPath": [ "_contentSize" @@ -7835,11 +8998,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 533 }, "_enabled": true, "__prefab": { - "__id__": 486 + "__id__": 568 }, "_contentSize": { "__type__": "cc.Size", @@ -7863,11 +9026,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 533 }, "_enabled": true, "__prefab": { - "__id__": 488 + "__id__": 570 }, "_alignFlags": 41, "_target": null, @@ -7899,11 +9062,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 451 + "__id__": 533 }, "_enabled": true, "__prefab": { - "__id__": 490 + "__id__": 572 }, "_resizeMode": 1, "_layoutType": 1, @@ -7950,11 +9113,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 483 }, "_enabled": true, "__prefab": { - "__id__": 493 + "__id__": 575 }, "_contentSize": { "__type__": "cc.Size", @@ -7978,18 +9141,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 483 }, "_enabled": true, "__prefab": { - "__id__": 495 + "__id__": 577 }, "_alignFlags": 44, "_target": null, "_left": 0, "_right": 0, "_top": 600, - "_bottom": 0, + "_bottom": -465.86, "_horizontalCenter": 0, "_verticalCenter": -323.604, "_isAbsLeft": true, @@ -8014,11 +9177,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 483 }, "_enabled": false, "__prefab": { - "__id__": 497 + "__id__": 579 }, "_resizeMode": 1, "_layoutType": 1, @@ -8052,11 +9215,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 483 }, "_enabled": true, "__prefab": { - "__id__": 499 + "__id__": 581 }, "_id": "" }, @@ -8077,1111 +9240,6 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": null }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 307 - }, - "_enabled": true, - "__prefab": { - "__id__": 502 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 720, - "height": 450 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "ccA8RdnjtDEq0ZO+Q6xsZD" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 307 - }, - "_enabled": true, - "__prefab": { - "__id__": 504 - }, - "_alignFlags": 44, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 600, - "_bottom": 105, - "_horizontalCenter": 0, - "_verticalCenter": -323.604, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 180, - "_originalHeight": 300, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b1bBeBY4dNJI0lfuJbL1Kt" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 307 - }, - "_enabled": false, - "__prefab": { - "__id__": 506 - }, - "_resizeMode": 1, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 3, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "8bMVzIuPdAo6L4GA3JAklf" - }, - { - "__type__": "cc.BlockInputEvents", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 307 - }, - "_enabled": true, - "__prefab": { - "__id__": 508 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "43Mkd2UXBESYfv43hlqEcf" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "a4u6iwSnpFA6rmUbWnX6QC", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "equips", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [ - { - "__id__": 511 - }, - { - "__id__": 551 - }, - { - "__id__": 559 - } - ], - "_active": true, - "_components": [ - { - "__id__": 567 - }, - { - "__id__": 569 - }, - { - "__id__": 571 - }, - { - "__id__": 573 - } - ], - "_prefab": { - "__id__": 575 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 741.8530000000001, - "y": 105, - "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", - "_objFlags": 0, - "_parent": { - "__id__": 510 - }, - "_prefab": { - "__id__": 512 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 511 - }, - "asset": { - "__uuid__": "555f7387-1025-41a8-a2a8-ff61c76004a3", - "__expectedType__": "cc.Prefab" - }, - "fileId": "50T0YGiGBH7qZZFeATiEP+", - "instance": { - "__id__": 513 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "51URS1vY1EGZda9P/j0zje", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [ - { - "__id__": 514 - } - ], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 536 - }, - { - "__id__": 538 - }, - { - "__id__": 539 - }, - { - "__id__": 540 - }, - { - "__id__": 541 - }, - { - "__id__": 543 - }, - { - "__id__": 545 - }, - { - "__id__": 547 - }, - { - "__id__": 549 - } - ], - "removedComponents": [] - }, - { - "__type__": "cc.MountedChildrenInfo", - "targetInfo": { - "__id__": 515 - }, - "nodes": [ - { - "__id__": 516 - } - ] - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "50T0YGiGBH7qZZFeATiEP+" - ] - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 511 - }, - "_prefab": { - "__id__": 517 - }, - "__editorExtras__": { - "mountedRoot": { - "__id__": 511 - } - } - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 516 - }, - "asset": { - "__uuid__": "b5782405-f3d9-4d45-ba8c-01b5ec2748b2", - "__expectedType__": "cc.Prefab" - }, - "fileId": "99dvuw5eJJzqP11ZqucD+r", - "instance": { - "__id__": 518 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "96tN05lAVFbLDCmUNmdLZr", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 519 - }, - { - "__id__": 521 - }, - { - "__id__": 522 - }, - { - "__id__": 523 - }, - { - "__id__": 524 - }, - { - "__id__": 526 - }, - { - "__id__": 528 - }, - { - "__id__": 529 - }, - { - "__id__": 531 - }, - { - "__id__": 533 - }, - { - "__id__": 535 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 520 - }, - "propertyPath": [ - "_name" - ], - "value": "pbgt" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "99dvuw5eJJzqP11ZqucD+r" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 520 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": -188.471, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 520 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 520 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 525 - }, - "propertyPath": [ - "_top" - ], - "value": 338.471 - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "dechC9XwNBBqHd4blRjbaz" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 527 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "7d6jdYqe1Awpw0A4D0ySEd" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 525 - }, - "propertyPath": [ - "_left" - ], - "value": 4 - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 530 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 712.0000000000001, - "height": 150 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "c39jb808hLF7vyG9o2MVCV" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 532 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 712.0000000000001, - "height": 150 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "14imXt2GlO7prNUkbDs9YB" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 534 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 712.0000000000001, - "height": 150 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "621J5eprROl7Tb48sTU8JN" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 525 - }, - "propertyPath": [ - "_right" - ], - "value": 4 - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 537 - }, - "propertyPath": [ - "_name" - ], - "value": "popup" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "50T0YGiGBH7qZZFeATiEP+" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 537 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 225, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 537 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 537 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 542 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 720.0000000000001, - "height": 450 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "50XxsJbrFCN4H9VEVO1jhI" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 544 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 720.0000000000001, - "height": 450 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "89vNfbOw5OYLiuCSle5Cni" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 546 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 1440.0000000000002, - "height": 900 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "3dNz0H16xGpJqDZ5588nMV" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 548 - }, - "propertyPath": [ - "_contentSize" - ], - "value": { - "__type__": "cc.Size", - "width": 1408, - "height": 868 - } - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "dbPtEc0lVC6b6/8Lozo2Vm" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 550 - }, - "propertyPath": [ - "_active" - ], - "value": false - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "edv/0Agw9E+qY3h4DiEUF9" - ] - }, - { - "__type__": "cc.Node", - "_name": "box", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 510 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 552 - }, - { - "__id__": 554 - }, - { - "__id__": 556 - } - ], - "_prefab": { - "__id__": 558 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 280, - "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__": 551 - }, - "_enabled": true, - "__prefab": { - "__id__": 553 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 720.0000000000001, - "height": 340 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "5ehGNK3NpFzpdV4IkQJtkG" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 551 - }, - "_enabled": true, - "__prefab": { - "__id__": 555 - }, - "_alignFlags": 45, - "_target": null, - "_left": 0, - "_right": 0, - "_top": 0, - "_bottom": 110, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 100, - "_originalHeight": 100, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "6ahZ8tLy9HyqdLsvY+IJW2" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 551 - }, - "_enabled": false, - "__prefab": { - "__id__": 557 - }, - "_resizeMode": 0, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 10, - "_paddingRight": 10, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 5, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": true, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "c9NUjjPHFJVq4Lv31NVkUg" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "44V0nMugBLY5BnF67s6Kx4", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_objFlags": 0, - "_parent": { - "__id__": 510 - }, - "_prefab": { - "__id__": 560 - }, - "__editorExtras__": {} - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 559 - }, - "asset": { - "__uuid__": "506d0f89-1cf1-4c3b-be47-a3abaf3695e8", - "__expectedType__": "cc.Prefab" - }, - "fileId": "60RuUkpjBAGoLk3z4xlHcF", - "instance": { - "__id__": 561 - }, - "targetOverrides": null - }, - { - "__type__": "cc.PrefabInstance", - "fileId": "faEIK/BbxJlpgVaCQh975N", - "prefabRootNode": { - "__id__": 1 - }, - "mountedChildren": [], - "mountedComponents": [], - "propertyOverrides": [ - { - "__id__": 562 - }, - { - "__id__": 564 - }, - { - "__id__": 565 - }, - { - "__id__": 566 - } - ], - "removedComponents": [] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 563 - }, - "propertyPath": [ - "_name" - ], - "value": "button" - }, - { - "__type__": "cc.TargetInfo", - "localID": [ - "60RuUkpjBAGoLk3z4xlHcF" - ] - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 563 - }, - "propertyPath": [ - "_lpos" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 57.388, - "z": 0 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 563 - }, - "propertyPath": [ - "_lrot" - ], - "value": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - } - }, - { - "__type__": "CCPropertyOverrideInfo", - "targetInfo": { - "__id__": 563 - }, - "propertyPath": [ - "_euler" - ], - "value": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 510 - }, - "_enabled": true, - "__prefab": { - "__id__": 568 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 720.0000000000001, - "height": 450 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "71Rnrn5jlDI71mgkKxr65d" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 510 - }, - "_enabled": true, - "__prefab": { - "__id__": 570 - }, - "_alignFlags": 44, - "_target": null, - "_left": 741.853, - "_right": -741.853, - "_top": 600, - "_bottom": 105, - "_horizontalCenter": 0, - "_verticalCenter": -270.13, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 180, - "_originalHeight": 300, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "400gyW+WVEa60lrQ4MW0do" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 510 - }, - "_enabled": false, - "__prefab": { - "__id__": 572 - }, - "_resizeMode": 1, - "_layoutType": 1, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 0, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 3, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "4eEqfjnl1NpoVxJCQ0k8FP" - }, - { - "__type__": "cc.BlockInputEvents", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 510 - }, - "_enabled": true, - "__prefab": { - "__id__": 574 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b7Le1lzltFI4LXAZLaiPtN" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "65uC0hiTlCfIZ0SnjI7UH6", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, { "__type__": "cc.Node", "_name": "skills", @@ -9192,37 +9250,37 @@ }, "_children": [ { - "__id__": 577 + "__id__": 584 }, { - "__id__": 617 + "__id__": 624 }, { - "__id__": 625 + "__id__": 632 } ], "_active": true, "_components": [ { - "__id__": 635 + "__id__": 642 }, { - "__id__": 637 + "__id__": 644 }, { - "__id__": 639 + "__id__": 646 }, { - "__id__": 641 + "__id__": 648 } ], "_prefab": { - "__id__": 643 + "__id__": 650 }, "_lpos": { "__type__": "cc.Vec3", - "x": 1496.161, - "y": 105, + "x": 0, + "y": -465.86, "z": 0 }, "_lrot": { @@ -9252,17 +9310,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 576 + "__id__": 583 }, "_prefab": { - "__id__": 578 + "__id__": 585 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 577 + "__id__": 584 }, "asset": { "__uuid__": "555f7387-1025-41a8-a2a8-ff61c76004a3", @@ -9270,7 +9328,7 @@ }, "fileId": "50T0YGiGBH7qZZFeATiEP+", "instance": { - "__id__": 579 + "__id__": 586 }, "targetOverrides": null }, @@ -9282,37 +9340,37 @@ }, "mountedChildren": [ { - "__id__": 580 + "__id__": 587 } ], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 602 - }, - { - "__id__": 604 - }, - { - "__id__": 605 - }, - { - "__id__": 606 - }, - { - "__id__": 607 - }, { "__id__": 609 }, { "__id__": 611 }, + { + "__id__": 612 + }, { "__id__": 613 }, { - "__id__": 615 + "__id__": 614 + }, + { + "__id__": 616 + }, + { + "__id__": 618 + }, + { + "__id__": 620 + }, + { + "__id__": 622 } ], "removedComponents": [] @@ -9320,11 +9378,11 @@ { "__type__": "cc.MountedChildrenInfo", "targetInfo": { - "__id__": 581 + "__id__": 588 }, "nodes": [ { - "__id__": 582 + "__id__": 589 } ] }, @@ -9338,21 +9396,21 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 577 + "__id__": 584 }, "_prefab": { - "__id__": 583 + "__id__": 590 }, "__editorExtras__": { "mountedRoot": { - "__id__": 577 + "__id__": 584 } } }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 582 + "__id__": 589 }, "asset": { "__uuid__": "b5782405-f3d9-4d45-ba8c-01b5ec2748b2", @@ -9360,7 +9418,7 @@ }, "fileId": "99dvuw5eJJzqP11ZqucD+r", "instance": { - "__id__": 584 + "__id__": 591 }, "targetOverrides": null }, @@ -9373,21 +9431,6 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 585 - }, - { - "__id__": 587 - }, - { - "__id__": 588 - }, - { - "__id__": 589 - }, - { - "__id__": 590 - }, { "__id__": 592 }, @@ -9397,6 +9440,9 @@ { "__id__": 595 }, + { + "__id__": 596 + }, { "__id__": 597 }, @@ -9405,6 +9451,18 @@ }, { "__id__": 601 + }, + { + "__id__": 602 + }, + { + "__id__": 604 + }, + { + "__id__": 606 + }, + { + "__id__": 608 } ], "removedComponents": [] @@ -9412,7 +9470,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 586 + "__id__": 593 }, "propertyPath": [ "_name" @@ -9428,7 +9486,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 586 + "__id__": 593 }, "propertyPath": [ "_lpos" @@ -9443,7 +9501,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 586 + "__id__": 593 }, "propertyPath": [ "_lrot" @@ -9459,7 +9517,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 586 + "__id__": 593 }, "propertyPath": [ "_euler" @@ -9474,7 +9532,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 591 + "__id__": 598 }, "propertyPath": [ "_top" @@ -9490,7 +9548,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 593 + "__id__": 600 }, "propertyPath": [ "_active" @@ -9506,7 +9564,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 591 + "__id__": 598 }, "propertyPath": [ "_left" @@ -9516,7 +9574,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 596 + "__id__": 603 }, "propertyPath": [ "_contentSize" @@ -9536,7 +9594,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 598 + "__id__": 605 }, "propertyPath": [ "_contentSize" @@ -9556,7 +9614,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 600 + "__id__": 607 }, "propertyPath": [ "_contentSize" @@ -9576,7 +9634,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 591 + "__id__": 598 }, "propertyPath": [ "_right" @@ -9586,7 +9644,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 603 + "__id__": 610 }, "propertyPath": [ "_name" @@ -9602,7 +9660,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 603 + "__id__": 610 }, "propertyPath": [ "_lpos" @@ -9617,7 +9675,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 603 + "__id__": 610 }, "propertyPath": [ "_lrot" @@ -9633,7 +9691,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 603 + "__id__": 610 }, "propertyPath": [ "_euler" @@ -9648,7 +9706,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 608 + "__id__": 615 }, "propertyPath": [ "_contentSize" @@ -9668,7 +9726,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 610 + "__id__": 617 }, "propertyPath": [ "_contentSize" @@ -9688,7 +9746,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 612 + "__id__": 619 }, "propertyPath": [ "_contentSize" @@ -9708,7 +9766,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 614 + "__id__": 621 }, "propertyPath": [ "_contentSize" @@ -9728,7 +9786,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 616 + "__id__": 623 }, "propertyPath": [ "_active" @@ -9747,23 +9805,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 576 + "__id__": 583 }, "_children": [], "_active": true, "_components": [ { - "__id__": 618 + "__id__": 625 }, { - "__id__": 620 + "__id__": 627 }, { - "__id__": 622 + "__id__": 629 } ], "_prefab": { - "__id__": 624 + "__id__": 631 }, "_lpos": { "__type__": "cc.Vec3", @@ -9800,11 +9858,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 617 + "__id__": 624 }, "_enabled": true, "__prefab": { - "__id__": 619 + "__id__": 626 }, "_contentSize": { "__type__": "cc.Size", @@ -9828,11 +9886,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 617 + "__id__": 624 }, "_enabled": true, "__prefab": { - "__id__": 621 + "__id__": 628 }, "_alignFlags": 45, "_target": null, @@ -9864,11 +9922,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 617 + "__id__": 624 }, "_enabled": false, "__prefab": { - "__id__": 623 + "__id__": 630 }, "_resizeMode": 0, "_layoutType": 1, @@ -9913,17 +9971,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 576 + "__id__": 583 }, "_prefab": { - "__id__": 626 + "__id__": 633 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 625 + "__id__": 632 }, "asset": { "__uuid__": "506d0f89-1cf1-4c3b-be47-a3abaf3695e8", @@ -9931,7 +9989,7 @@ }, "fileId": "60RuUkpjBAGoLk3z4xlHcF", "instance": { - "__id__": 627 + "__id__": 634 }, "targetOverrides": null }, @@ -9945,31 +10003,31 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 628 + "__id__": 635 }, { - "__id__": 630 + "__id__": 637 }, { - "__id__": 631 + "__id__": 638 }, { - "__id__": 632 + "__id__": 639 } ], "removedComponents": [ { - "__id__": 633 + "__id__": 640 }, { - "__id__": 634 + "__id__": 641 } ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 629 + "__id__": 636 }, "propertyPath": [ "_name" @@ -9985,7 +10043,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 629 + "__id__": 636 }, "propertyPath": [ "_lpos" @@ -10000,7 +10058,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 629 + "__id__": 636 }, "propertyPath": [ "_lrot" @@ -10016,7 +10074,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 629 + "__id__": 636 }, "propertyPath": [ "_euler" @@ -10046,11 +10104,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 576 + "__id__": 583 }, "_enabled": true, "__prefab": { - "__id__": 636 + "__id__": 643 }, "_contentSize": { "__type__": "cc.Size", @@ -10074,18 +10132,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 576 + "__id__": 583 }, "_enabled": true, "__prefab": { - "__id__": 638 + "__id__": 645 }, "_alignFlags": 44, "_target": null, - "_left": 1496.161, - "_right": -1496.161, + "_left": 0, + "_right": 0, "_top": 600, - "_bottom": 105, + "_bottom": -465.86, "_horizontalCenter": 0, "_verticalCenter": -270.13, "_isAbsLeft": true, @@ -10110,11 +10168,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 576 + "__id__": 583 }, "_enabled": false, "__prefab": { - "__id__": 640 + "__id__": 647 }, "_resizeMode": 1, "_layoutType": 1, @@ -10148,11 +10206,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 576 + "__id__": 583 }, "_enabled": true, "__prefab": { - "__id__": 642 + "__id__": 649 }, "_id": "" }, @@ -10183,37 +10241,37 @@ }, "_children": [ { - "__id__": 645 + "__id__": 652 }, { - "__id__": 685 + "__id__": 692 }, { - "__id__": 693 + "__id__": 700 } ], "_active": true, "_components": [ { - "__id__": 701 + "__id__": 708 }, { - "__id__": 703 + "__id__": 710 }, { - "__id__": 705 + "__id__": 712 }, { - "__id__": 707 + "__id__": 714 } ], "_prefab": { - "__id__": 709 + "__id__": 716 }, "_lpos": { "__type__": "cc.Vec3", - "x": 2234.59, - "y": 105, + "x": 0, + "y": -465.86, "z": 0 }, "_lrot": { @@ -10243,17 +10301,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 644 + "__id__": 651 }, "_prefab": { - "__id__": 646 + "__id__": 653 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 645 + "__id__": 652 }, "asset": { "__uuid__": "555f7387-1025-41a8-a2a8-ff61c76004a3", @@ -10261,7 +10319,7 @@ }, "fileId": "50T0YGiGBH7qZZFeATiEP+", "instance": { - "__id__": 647 + "__id__": 654 }, "targetOverrides": null }, @@ -10273,37 +10331,37 @@ }, "mountedChildren": [ { - "__id__": 648 + "__id__": 655 } ], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 670 - }, - { - "__id__": 672 - }, - { - "__id__": 673 - }, - { - "__id__": 674 - }, - { - "__id__": 675 - }, { "__id__": 677 }, { "__id__": 679 }, + { + "__id__": 680 + }, { "__id__": 681 }, { - "__id__": 683 + "__id__": 682 + }, + { + "__id__": 684 + }, + { + "__id__": 686 + }, + { + "__id__": 688 + }, + { + "__id__": 690 } ], "removedComponents": [] @@ -10311,11 +10369,11 @@ { "__type__": "cc.MountedChildrenInfo", "targetInfo": { - "__id__": 649 + "__id__": 656 }, "nodes": [ { - "__id__": 650 + "__id__": 657 } ] }, @@ -10329,21 +10387,21 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 645 + "__id__": 652 }, "_prefab": { - "__id__": 651 + "__id__": 658 }, "__editorExtras__": { "mountedRoot": { - "__id__": 645 + "__id__": 652 } } }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 650 + "__id__": 657 }, "asset": { "__uuid__": "b5782405-f3d9-4d45-ba8c-01b5ec2748b2", @@ -10351,7 +10409,7 @@ }, "fileId": "99dvuw5eJJzqP11ZqucD+r", "instance": { - "__id__": 652 + "__id__": 659 }, "targetOverrides": null }, @@ -10364,21 +10422,6 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 653 - }, - { - "__id__": 655 - }, - { - "__id__": 656 - }, - { - "__id__": 657 - }, - { - "__id__": 658 - }, { "__id__": 660 }, @@ -10388,6 +10431,9 @@ { "__id__": 663 }, + { + "__id__": 664 + }, { "__id__": 665 }, @@ -10396,6 +10442,18 @@ }, { "__id__": 669 + }, + { + "__id__": 670 + }, + { + "__id__": 672 + }, + { + "__id__": 674 + }, + { + "__id__": 676 } ], "removedComponents": [] @@ -10403,7 +10461,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 654 + "__id__": 661 }, "propertyPath": [ "_name" @@ -10419,7 +10477,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 654 + "__id__": 661 }, "propertyPath": [ "_lpos" @@ -10434,7 +10492,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 654 + "__id__": 661 }, "propertyPath": [ "_lrot" @@ -10450,7 +10508,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 654 + "__id__": 661 }, "propertyPath": [ "_euler" @@ -10465,7 +10523,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 659 + "__id__": 666 }, "propertyPath": [ "_top" @@ -10481,7 +10539,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 661 + "__id__": 668 }, "propertyPath": [ "_active" @@ -10497,7 +10555,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 659 + "__id__": 666 }, "propertyPath": [ "_left" @@ -10507,7 +10565,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 664 + "__id__": 671 }, "propertyPath": [ "_contentSize" @@ -10527,7 +10585,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 666 + "__id__": 673 }, "propertyPath": [ "_contentSize" @@ -10547,7 +10605,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 668 + "__id__": 675 }, "propertyPath": [ "_contentSize" @@ -10567,7 +10625,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 659 + "__id__": 666 }, "propertyPath": [ "_right" @@ -10577,7 +10635,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 671 + "__id__": 678 }, "propertyPath": [ "_name" @@ -10593,7 +10651,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 671 + "__id__": 678 }, "propertyPath": [ "_lpos" @@ -10608,7 +10666,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 671 + "__id__": 678 }, "propertyPath": [ "_lrot" @@ -10624,7 +10682,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 671 + "__id__": 678 }, "propertyPath": [ "_euler" @@ -10639,7 +10697,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 676 + "__id__": 683 }, "propertyPath": [ "_contentSize" @@ -10659,7 +10717,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 678 + "__id__": 685 }, "propertyPath": [ "_contentSize" @@ -10679,7 +10737,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 680 + "__id__": 687 }, "propertyPath": [ "_contentSize" @@ -10699,7 +10757,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 682 + "__id__": 689 }, "propertyPath": [ "_contentSize" @@ -10719,7 +10777,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 684 + "__id__": 691 }, "propertyPath": [ "_active" @@ -10738,23 +10796,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 644 + "__id__": 651 }, "_children": [], "_active": true, "_components": [ { - "__id__": 686 + "__id__": 693 }, { - "__id__": 688 + "__id__": 695 }, { - "__id__": 690 + "__id__": 697 } ], "_prefab": { - "__id__": 692 + "__id__": 699 }, "_lpos": { "__type__": "cc.Vec3", @@ -10791,11 +10849,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 685 + "__id__": 692 }, "_enabled": true, "__prefab": { - "__id__": 687 + "__id__": 694 }, "_contentSize": { "__type__": "cc.Size", @@ -10819,11 +10877,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 685 + "__id__": 692 }, "_enabled": true, "__prefab": { - "__id__": 689 + "__id__": 696 }, "_alignFlags": 45, "_target": null, @@ -10855,11 +10913,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 685 + "__id__": 692 }, "_enabled": false, "__prefab": { - "__id__": 691 + "__id__": 698 }, "_resizeMode": 0, "_layoutType": 1, @@ -10904,17 +10962,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 644 + "__id__": 651 }, "_prefab": { - "__id__": 694 + "__id__": 701 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 693 + "__id__": 700 }, "asset": { "__uuid__": "506d0f89-1cf1-4c3b-be47-a3abaf3695e8", @@ -10922,7 +10980,7 @@ }, "fileId": "60RuUkpjBAGoLk3z4xlHcF", "instance": { - "__id__": 695 + "__id__": 702 }, "targetOverrides": null }, @@ -10936,16 +10994,16 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 696 + "__id__": 703 }, { - "__id__": 698 + "__id__": 705 }, { - "__id__": 699 + "__id__": 706 }, { - "__id__": 700 + "__id__": 707 } ], "removedComponents": [] @@ -10953,7 +11011,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 697 + "__id__": 704 }, "propertyPath": [ "_name" @@ -10969,7 +11027,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 697 + "__id__": 704 }, "propertyPath": [ "_lpos" @@ -10984,7 +11042,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 697 + "__id__": 704 }, "propertyPath": [ "_lrot" @@ -11000,7 +11058,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 697 + "__id__": 704 }, "propertyPath": [ "_euler" @@ -11018,11 +11076,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 644 + "__id__": 651 }, "_enabled": true, "__prefab": { - "__id__": 702 + "__id__": 709 }, "_contentSize": { "__type__": "cc.Size", @@ -11046,18 +11104,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 644 + "__id__": 651 }, "_enabled": true, "__prefab": { - "__id__": 704 + "__id__": 711 }, "_alignFlags": 44, "_target": null, - "_left": 2234.59, - "_right": -2234.59, + "_left": 0, + "_right": 0, "_top": 600, - "_bottom": 105, + "_bottom": -465.86, "_horizontalCenter": 0, "_verticalCenter": -323.604, "_isAbsLeft": true, @@ -11082,11 +11140,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 644 + "__id__": 651 }, "_enabled": false, "__prefab": { - "__id__": 706 + "__id__": 713 }, "_resizeMode": 1, "_layoutType": 1, @@ -11120,11 +11178,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 644 + "__id__": 651 }, "_enabled": true, "__prefab": { - "__id__": 708 + "__id__": 715 }, "_id": "" }, @@ -11155,32 +11213,32 @@ }, "_children": [ { - "__id__": 711 + "__id__": 718 }, { - "__id__": 740 + "__id__": 747 }, { - "__id__": 772 + "__id__": 779 }, { - "__id__": 801 + "__id__": 808 } ], "_active": true, "_components": [ { - "__id__": 832 + "__id__": 839 }, { - "__id__": 834 + "__id__": 841 }, { - "__id__": 836 + "__id__": 843 } ], "_prefab": { - "__id__": 838 + "__id__": 845 }, "_lpos": { "__type__": "cc.Vec3", @@ -11215,17 +11273,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 710 + "__id__": 717 }, "_prefab": { - "__id__": 712 + "__id__": 719 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 711 + "__id__": 718 }, "asset": { "__uuid__": "99b1fd19-5e71-4e63-9682-d82b23244510", @@ -11233,7 +11291,7 @@ }, "fileId": "cfWG6+EKVJ3IlHCuz5Pa35", "instance": { - "__id__": 713 + "__id__": 720 }, "targetOverrides": null }, @@ -11246,32 +11304,20 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 714 - }, - { - "__id__": 716 - }, - { - "__id__": 717 - }, - { - "__id__": 718 - }, - { - "__id__": 719 - }, { "__id__": 721 }, { "__id__": 723 }, + { + "__id__": 724 + }, { "__id__": 725 }, { - "__id__": 727 + "__id__": 726 }, { "__id__": 728 @@ -11283,7 +11329,7 @@ "__id__": 732 }, { - "__id__": 733 + "__id__": 734 }, { "__id__": 735 @@ -11292,7 +11338,19 @@ "__id__": 737 }, { - "__id__": 738 + "__id__": 739 + }, + { + "__id__": 740 + }, + { + "__id__": 742 + }, + { + "__id__": 744 + }, + { + "__id__": 745 } ], "removedComponents": [] @@ -11300,7 +11358,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 715 + "__id__": 722 }, "propertyPath": [ "_name" @@ -11316,7 +11374,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 715 + "__id__": 722 }, "propertyPath": [ "_lpos" @@ -11331,7 +11389,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 715 + "__id__": 722 }, "propertyPath": [ "_lrot" @@ -11347,7 +11405,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 715 + "__id__": 722 }, "propertyPath": [ "_euler" @@ -11362,7 +11420,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 720 + "__id__": 727 }, "propertyPath": [ "_contentSize" @@ -11382,7 +11440,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 722 + "__id__": 729 }, "propertyPath": [ "_contentSize" @@ -11402,7 +11460,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 724 + "__id__": 731 }, "propertyPath": [ "_contentSize" @@ -11422,7 +11480,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 726 + "__id__": 733 }, "propertyPath": [ "_spriteFrame" @@ -11441,7 +11499,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 726 + "__id__": 733 }, "propertyPath": [ "_atlas" @@ -11454,7 +11512,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 729 + "__id__": 736 }, "propertyPath": [ "_contentSize" @@ -11474,7 +11532,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 731 + "__id__": 738 }, "propertyPath": [ "_spriteFrame" @@ -11493,7 +11551,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 731 + "__id__": 738 }, "propertyPath": [ "_atlas" @@ -11506,7 +11564,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 734 + "__id__": 741 }, "propertyPath": [ "_string" @@ -11522,7 +11580,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 736 + "__id__": 743 }, "propertyPath": [ "_string" @@ -11538,7 +11596,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 720 + "__id__": 727 }, "propertyPath": [ "_anchorPoint" @@ -11552,7 +11610,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 739 + "__id__": 746 }, "propertyPath": [ "_lpos" @@ -11574,17 +11632,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 710 + "__id__": 717 }, "_prefab": { - "__id__": 741 + "__id__": 748 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 740 + "__id__": 747 }, "asset": { "__uuid__": "99b1fd19-5e71-4e63-9682-d82b23244510", @@ -11592,7 +11650,7 @@ }, "fileId": "cfWG6+EKVJ3IlHCuz5Pa35", "instance": { - "__id__": 742 + "__id__": 749 }, "targetOverrides": null }, @@ -11605,27 +11663,15 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 743 - }, - { - "__id__": 745 - }, - { - "__id__": 746 - }, - { - "__id__": 747 - }, - { - "__id__": 748 - }, { "__id__": 750 }, { "__id__": 752 }, + { + "__id__": 753 + }, { "__id__": 754 }, @@ -11639,7 +11685,7 @@ "__id__": 759 }, { - "__id__": 760 + "__id__": 761 }, { "__id__": 762 @@ -11648,7 +11694,7 @@ "__id__": 764 }, { - "__id__": 765 + "__id__": 766 }, { "__id__": 767 @@ -11657,7 +11703,19 @@ "__id__": 769 }, { - "__id__": 770 + "__id__": 771 + }, + { + "__id__": 772 + }, + { + "__id__": 774 + }, + { + "__id__": 776 + }, + { + "__id__": 777 } ], "removedComponents": [] @@ -11665,7 +11723,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 744 + "__id__": 751 }, "propertyPath": [ "_name" @@ -11681,7 +11739,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 744 + "__id__": 751 }, "propertyPath": [ "_lpos" @@ -11696,7 +11754,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 744 + "__id__": 751 }, "propertyPath": [ "_lrot" @@ -11712,7 +11770,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 744 + "__id__": 751 }, "propertyPath": [ "_euler" @@ -11727,7 +11785,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 749 + "__id__": 756 }, "propertyPath": [ "_contentSize" @@ -11747,7 +11805,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 751 + "__id__": 758 }, "propertyPath": [ "_contentSize" @@ -11767,7 +11825,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 753 + "__id__": 760 }, "propertyPath": [ "_active" @@ -11783,7 +11841,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 753 + "__id__": 760 }, "propertyPath": [ "_lpos" @@ -11798,7 +11856,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 756 + "__id__": 763 }, "propertyPath": [ "_contentSize" @@ -11818,7 +11876,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 758 + "__id__": 765 }, "propertyPath": [ "_spriteFrame" @@ -11837,7 +11895,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 758 + "__id__": 765 }, "propertyPath": [ "_atlas" @@ -11850,7 +11908,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 761 + "__id__": 768 }, "propertyPath": [ "_contentSize" @@ -11870,7 +11928,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 763 + "__id__": 770 }, "propertyPath": [ "_spriteFrame" @@ -11889,7 +11947,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 763 + "__id__": 770 }, "propertyPath": [ "_atlas" @@ -11902,7 +11960,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 766 + "__id__": 773 }, "propertyPath": [ "_string" @@ -11918,7 +11976,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 768 + "__id__": 775 }, "propertyPath": [ "_string" @@ -11934,7 +11992,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 749 + "__id__": 756 }, "propertyPath": [ "_anchorPoint" @@ -11948,7 +12006,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 771 + "__id__": 778 }, "propertyPath": [ "_lpos" @@ -11970,17 +12028,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 710 + "__id__": 717 }, "_prefab": { - "__id__": 773 + "__id__": 780 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 772 + "__id__": 779 }, "asset": { "__uuid__": "99b1fd19-5e71-4e63-9682-d82b23244510", @@ -11988,7 +12046,7 @@ }, "fileId": "cfWG6+EKVJ3IlHCuz5Pa35", "instance": { - "__id__": 774 + "__id__": 781 }, "targetOverrides": null }, @@ -12001,32 +12059,20 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 775 - }, - { - "__id__": 777 - }, - { - "__id__": 778 - }, - { - "__id__": 779 - }, - { - "__id__": 780 - }, { "__id__": 782 }, { "__id__": 784 }, + { + "__id__": 785 + }, { "__id__": 786 }, { - "__id__": 788 + "__id__": 787 }, { "__id__": 789 @@ -12038,7 +12084,7 @@ "__id__": 793 }, { - "__id__": 794 + "__id__": 795 }, { "__id__": 796 @@ -12047,7 +12093,19 @@ "__id__": 798 }, { - "__id__": 799 + "__id__": 800 + }, + { + "__id__": 801 + }, + { + "__id__": 803 + }, + { + "__id__": 805 + }, + { + "__id__": 806 } ], "removedComponents": [] @@ -12055,7 +12113,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 776 + "__id__": 783 }, "propertyPath": [ "_name" @@ -12071,7 +12129,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 776 + "__id__": 783 }, "propertyPath": [ "_lpos" @@ -12086,7 +12144,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 776 + "__id__": 783 }, "propertyPath": [ "_lrot" @@ -12102,7 +12160,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 776 + "__id__": 783 }, "propertyPath": [ "_euler" @@ -12117,7 +12175,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 781 + "__id__": 788 }, "propertyPath": [ "_contentSize" @@ -12137,7 +12195,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 783 + "__id__": 790 }, "propertyPath": [ "_contentSize" @@ -12157,7 +12215,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 785 + "__id__": 792 }, "propertyPath": [ "_contentSize" @@ -12177,7 +12235,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 787 + "__id__": 794 }, "propertyPath": [ "_spriteFrame" @@ -12196,7 +12254,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 787 + "__id__": 794 }, "propertyPath": [ "_atlas" @@ -12209,7 +12267,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 790 + "__id__": 797 }, "propertyPath": [ "_contentSize" @@ -12229,7 +12287,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 792 + "__id__": 799 }, "propertyPath": [ "_spriteFrame" @@ -12248,7 +12306,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 792 + "__id__": 799 }, "propertyPath": [ "_atlas" @@ -12261,7 +12319,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 795 + "__id__": 802 }, "propertyPath": [ "_string" @@ -12277,7 +12335,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 797 + "__id__": 804 }, "propertyPath": [ "_string" @@ -12293,7 +12351,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 781 + "__id__": 788 }, "propertyPath": [ "_anchorPoint" @@ -12307,7 +12365,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 800 + "__id__": 807 }, "propertyPath": [ "_lpos" @@ -12329,17 +12387,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 710 + "__id__": 717 }, "_prefab": { - "__id__": 802 + "__id__": 809 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 801 + "__id__": 808 }, "asset": { "__uuid__": "99b1fd19-5e71-4e63-9682-d82b23244510", @@ -12347,7 +12405,7 @@ }, "fileId": "cfWG6+EKVJ3IlHCuz5Pa35", "instance": { - "__id__": 803 + "__id__": 810 }, "targetOverrides": null }, @@ -12360,32 +12418,20 @@ "mountedChildren": [], "mountedComponents": [], "propertyOverrides": [ - { - "__id__": 804 - }, - { - "__id__": 806 - }, - { - "__id__": 807 - }, - { - "__id__": 808 - }, - { - "__id__": 809 - }, { "__id__": 811 }, { "__id__": 813 }, + { + "__id__": 814 + }, { "__id__": 815 }, { - "__id__": 817 + "__id__": 816 }, { "__id__": 818 @@ -12397,7 +12443,7 @@ "__id__": 822 }, { - "__id__": 823 + "__id__": 824 }, { "__id__": 825 @@ -12410,6 +12456,18 @@ }, { "__id__": 830 + }, + { + "__id__": 832 + }, + { + "__id__": 834 + }, + { + "__id__": 836 + }, + { + "__id__": 837 } ], "removedComponents": [] @@ -12417,7 +12475,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 805 + "__id__": 812 }, "propertyPath": [ "_name" @@ -12433,7 +12491,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 805 + "__id__": 812 }, "propertyPath": [ "_lpos" @@ -12448,7 +12506,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 805 + "__id__": 812 }, "propertyPath": [ "_lrot" @@ -12464,7 +12522,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 805 + "__id__": 812 }, "propertyPath": [ "_euler" @@ -12479,7 +12537,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 810 + "__id__": 817 }, "propertyPath": [ "_contentSize" @@ -12499,7 +12557,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 812 + "__id__": 819 }, "propertyPath": [ "_contentSize" @@ -12519,7 +12577,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 814 + "__id__": 821 }, "propertyPath": [ "_contentSize" @@ -12539,7 +12597,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 816 + "__id__": 823 }, "propertyPath": [ "_spriteFrame" @@ -12558,7 +12616,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 816 + "__id__": 823 }, "propertyPath": [ "_atlas" @@ -12571,7 +12629,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 819 + "__id__": 826 }, "propertyPath": [ "_contentSize" @@ -12591,7 +12649,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 821 + "__id__": 828 }, "propertyPath": [ "_spriteFrame" @@ -12610,7 +12668,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 821 + "__id__": 828 }, "propertyPath": [ "_atlas" @@ -12623,7 +12681,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 824 + "__id__": 831 }, "propertyPath": [ "_string" @@ -12639,7 +12697,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 826 + "__id__": 833 }, "propertyPath": [ "_string" @@ -12655,7 +12713,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 828 + "__id__": 835 }, "propertyPath": [ "_contentSize" @@ -12675,7 +12733,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 810 + "__id__": 817 }, "propertyPath": [ "_anchorPoint" @@ -12689,7 +12747,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 831 + "__id__": 838 }, "propertyPath": [ "_lpos" @@ -12713,11 +12771,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 710 + "__id__": 717 }, "_enabled": true, "__prefab": { - "__id__": 833 + "__id__": 840 }, "_contentSize": { "__type__": "cc.Size", @@ -12741,11 +12799,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 710 + "__id__": 717 }, "_enabled": true, "__prefab": { - "__id__": 835 + "__id__": 842 }, "_alignFlags": 44, "_target": null, @@ -12777,11 +12835,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 710 + "__id__": 717 }, "_enabled": true, "__prefab": { - "__id__": 837 + "__id__": 844 }, "_resizeMode": 0, "_layoutType": 1, @@ -12832,32 +12890,32 @@ }, "_children": [ { - "__id__": 840 + "__id__": 847 }, { - "__id__": 850 + "__id__": 857 }, { - "__id__": 860 + "__id__": 867 } ], "_active": false, "_components": [ { - "__id__": 870 + "__id__": 877 }, { - "__id__": 872 + "__id__": 879 }, { - "__id__": 874 + "__id__": 881 }, { - "__id__": 876 + "__id__": 883 } ], "_prefab": { - "__id__": 878 + "__id__": 885 }, "_lpos": { "__type__": "cc.Vec3", @@ -12894,21 +12952,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 839 + "__id__": 846 }, "_children": [ { - "__id__": 841 + "__id__": 848 } ], "_active": true, "_components": [ { - "__id__": 847 + "__id__": 854 } ], "_prefab": { - "__id__": 849 + "__id__": 856 }, "_lpos": { "__type__": "cc.Vec3", @@ -12945,20 +13003,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 840 + "__id__": 847 }, "_children": [], "_active": true, "_components": [ { - "__id__": 842 + "__id__": 849 }, { - "__id__": 844 + "__id__": 851 } ], "_prefab": { - "__id__": 846 + "__id__": 853 }, "_lpos": { "__type__": "cc.Vec3", @@ -12995,11 +13053,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 841 + "__id__": 848 }, "_enabled": true, "__prefab": { - "__id__": 843 + "__id__": 850 }, "_contentSize": { "__type__": "cc.Size", @@ -13023,11 +13081,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 841 + "__id__": 848 }, "_enabled": true, "__prefab": { - "__id__": 845 + "__id__": 852 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13081,11 +13139,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 840 + "__id__": 847 }, "_enabled": true, "__prefab": { - "__id__": 848 + "__id__": 855 }, "_contentSize": { "__type__": "cc.Size", @@ -13122,21 +13180,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 839 + "__id__": 846 }, "_children": [ { - "__id__": 851 + "__id__": 858 } ], "_active": true, "_components": [ { - "__id__": 857 + "__id__": 864 } ], "_prefab": { - "__id__": 859 + "__id__": 866 }, "_lpos": { "__type__": "cc.Vec3", @@ -13173,20 +13231,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 850 + "__id__": 857 }, "_children": [], "_active": true, "_components": [ { - "__id__": 852 + "__id__": 859 }, { - "__id__": 854 + "__id__": 861 } ], "_prefab": { - "__id__": 856 + "__id__": 863 }, "_lpos": { "__type__": "cc.Vec3", @@ -13223,11 +13281,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 851 + "__id__": 858 }, "_enabled": true, "__prefab": { - "__id__": 853 + "__id__": 860 }, "_contentSize": { "__type__": "cc.Size", @@ -13251,11 +13309,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 851 + "__id__": 858 }, "_enabled": true, "__prefab": { - "__id__": 855 + "__id__": 862 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13309,11 +13367,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 850 + "__id__": 857 }, "_enabled": true, "__prefab": { - "__id__": 858 + "__id__": 865 }, "_contentSize": { "__type__": "cc.Size", @@ -13350,21 +13408,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 839 + "__id__": 846 }, "_children": [ { - "__id__": 861 + "__id__": 868 } ], "_active": true, "_components": [ { - "__id__": 867 + "__id__": 874 } ], "_prefab": { - "__id__": 869 + "__id__": 876 }, "_lpos": { "__type__": "cc.Vec3", @@ -13401,20 +13459,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 860 + "__id__": 867 }, "_children": [], "_active": true, "_components": [ { - "__id__": 862 + "__id__": 869 }, { - "__id__": 864 + "__id__": 871 } ], "_prefab": { - "__id__": 866 + "__id__": 873 }, "_lpos": { "__type__": "cc.Vec3", @@ -13451,11 +13509,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 861 + "__id__": 868 }, "_enabled": true, "__prefab": { - "__id__": 863 + "__id__": 870 }, "_contentSize": { "__type__": "cc.Size", @@ -13479,11 +13537,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 861 + "__id__": 868 }, "_enabled": true, "__prefab": { - "__id__": 865 + "__id__": 872 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13537,11 +13595,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 860 + "__id__": 867 }, "_enabled": true, "__prefab": { - "__id__": 868 + "__id__": 875 }, "_contentSize": { "__type__": "cc.Size", @@ -13578,11 +13636,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 839 + "__id__": 846 }, "_enabled": true, "__prefab": { - "__id__": 871 + "__id__": 878 }, "_contentSize": { "__type__": "cc.Size", @@ -13606,11 +13664,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 839 + "__id__": 846 }, "_enabled": true, "__prefab": { - "__id__": 873 + "__id__": 880 }, "_alignFlags": 44, "_target": null, @@ -13642,11 +13700,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 839 + "__id__": 846 }, "_enabled": true, "__prefab": { - "__id__": 875 + "__id__": 882 }, "_resizeMode": 0, "_layoutType": 1, @@ -13680,11 +13738,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 839 + "__id__": 846 }, "_enabled": true, "__prefab": { - "__id__": 877 + "__id__": 884 }, "_id": "" }, @@ -13715,26 +13773,26 @@ }, "_children": [ { - "__id__": 880 + "__id__": 887 }, { - "__id__": 886 + "__id__": 893 }, { - "__id__": 894 + "__id__": 901 } ], "_active": true, "_components": [ { - "__id__": 904 + "__id__": 911 }, { - "__id__": 906 + "__id__": 913 } ], "_prefab": { - "__id__": 908 + "__id__": 915 }, "_lpos": { "__type__": "cc.Vec3", @@ -13771,20 +13829,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 879 + "__id__": 886 }, "_children": [], "_active": true, "_components": [ { - "__id__": 881 + "__id__": 888 }, { - "__id__": 883 + "__id__": 890 } ], "_prefab": { - "__id__": 885 + "__id__": 892 }, "_lpos": { "__type__": "cc.Vec3", @@ -13821,11 +13879,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 880 + "__id__": 887 }, "_enabled": true, "__prefab": { - "__id__": 882 + "__id__": 889 }, "_contentSize": { "__type__": "cc.Size", @@ -13849,11 +13907,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 880 + "__id__": 887 }, "_enabled": true, "__prefab": { - "__id__": 884 + "__id__": 891 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13907,23 +13965,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 879 + "__id__": 886 }, "_children": [], "_active": false, "_components": [ { - "__id__": 887 + "__id__": 894 }, { - "__id__": 889 + "__id__": 896 }, { - "__id__": 891 + "__id__": 898 } ], "_prefab": { - "__id__": 893 + "__id__": 900 }, "_lpos": { "__type__": "cc.Vec3", @@ -13960,11 +14018,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 886 + "__id__": 893 }, "_enabled": true, "__prefab": { - "__id__": 888 + "__id__": 895 }, "_contentSize": { "__type__": "cc.Size", @@ -13988,11 +14046,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 886 + "__id__": 893 }, "_enabled": true, "__prefab": { - "__id__": 890 + "__id__": 897 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14036,11 +14094,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 886 + "__id__": 893 }, "_enabled": true, "__prefab": { - "__id__": 892 + "__id__": 899 }, "_alignFlags": 40, "_target": null, @@ -14085,26 +14143,26 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 879 + "__id__": 886 }, "_children": [], "_active": true, "_components": [ { - "__id__": 895 + "__id__": 902 }, { - "__id__": 897 + "__id__": 904 }, { - "__id__": 899 + "__id__": 906 }, { - "__id__": 901 + "__id__": 908 } ], "_prefab": { - "__id__": 903 + "__id__": 910 }, "_lpos": { "__type__": "cc.Vec3", @@ -14141,11 +14199,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 894 + "__id__": 901 }, "_enabled": true, "__prefab": { - "__id__": 896 + "__id__": 903 }, "_contentSize": { "__type__": "cc.Size", @@ -14169,11 +14227,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 894 + "__id__": 901 }, "_enabled": true, "__prefab": { - "__id__": 898 + "__id__": 905 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14237,11 +14295,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 894 + "__id__": 901 }, "_enabled": true, "__prefab": { - "__id__": 900 + "__id__": 907 }, "_params": [], "_dataID": "", @@ -14257,11 +14315,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 894 + "__id__": 901 }, "_enabled": true, "__prefab": { - "__id__": 902 + "__id__": 909 }, "_alignFlags": 45, "_target": null, @@ -14306,11 +14364,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 879 + "__id__": 886 }, "_enabled": true, "__prefab": { - "__id__": 905 + "__id__": 912 }, "_contentSize": { "__type__": "cc.Size", @@ -14334,11 +14392,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 879 + "__id__": 886 }, "_enabled": true, "__prefab": { - "__id__": 907 + "__id__": 914 }, "_alignFlags": 1, "_target": null, @@ -14387,26 +14445,26 @@ }, "_children": [ { - "__id__": 910 + "__id__": 917 }, { - "__id__": 926 + "__id__": 933 }, { - "__id__": 936 + "__id__": 943 } ], "_active": true, "_components": [ { - "__id__": 948 + "__id__": 955 }, { - "__id__": 950 + "__id__": 957 } ], "_prefab": { - "__id__": 952 + "__id__": 959 }, "_lpos": { "__type__": "cc.Vec3", @@ -14443,24 +14501,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 909 + "__id__": 916 }, "_children": [ { - "__id__": 911 + "__id__": 918 }, { - "__id__": 917 + "__id__": 924 } ], "_active": true, "_components": [ { - "__id__": 923 + "__id__": 930 } ], "_prefab": { - "__id__": 925 + "__id__": 932 }, "_lpos": { "__type__": "cc.Vec3", @@ -14497,20 +14555,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 910 + "__id__": 917 }, "_children": [], "_active": true, "_components": [ { - "__id__": 912 + "__id__": 919 }, { - "__id__": 914 + "__id__": 921 } ], "_prefab": { - "__id__": 916 + "__id__": 923 }, "_lpos": { "__type__": "cc.Vec3", @@ -14547,11 +14605,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 911 + "__id__": 918 }, "_enabled": true, "__prefab": { - "__id__": 913 + "__id__": 920 }, "_contentSize": { "__type__": "cc.Size", @@ -14575,11 +14633,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 911 + "__id__": 918 }, "_enabled": true, "__prefab": { - "__id__": 915 + "__id__": 922 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14636,20 +14694,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 910 + "__id__": 917 }, "_children": [], "_active": true, "_components": [ { - "__id__": 918 + "__id__": 925 }, { - "__id__": 920 + "__id__": 927 } ], "_prefab": { - "__id__": 922 + "__id__": 929 }, "_lpos": { "__type__": "cc.Vec3", @@ -14686,11 +14744,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 917 + "__id__": 924 }, "_enabled": true, "__prefab": { - "__id__": 919 + "__id__": 926 }, "_contentSize": { "__type__": "cc.Size", @@ -14714,11 +14772,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 917 + "__id__": 924 }, "_enabled": true, "__prefab": { - "__id__": 921 + "__id__": 928 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14795,11 +14853,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 910 + "__id__": 917 }, "_enabled": true, "__prefab": { - "__id__": 924 + "__id__": 931 }, "_contentSize": { "__type__": "cc.Size", @@ -14836,21 +14894,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 909 + "__id__": 916 }, "_children": [ { - "__id__": 927 + "__id__": 934 } ], "_active": false, "_components": [ { - "__id__": 933 + "__id__": 940 } ], "_prefab": { - "__id__": 935 + "__id__": 942 }, "_lpos": { "__type__": "cc.Vec3", @@ -14887,20 +14945,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 926 + "__id__": 933 }, "_children": [], "_active": true, "_components": [ { - "__id__": 928 + "__id__": 935 }, { - "__id__": 930 + "__id__": 937 } ], "_prefab": { - "__id__": 932 + "__id__": 939 }, "_lpos": { "__type__": "cc.Vec3", @@ -14937,11 +14995,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 934 }, "_enabled": true, "__prefab": { - "__id__": 929 + "__id__": 936 }, "_contentSize": { "__type__": "cc.Size", @@ -14965,11 +15023,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 927 + "__id__": 934 }, "_enabled": true, "__prefab": { - "__id__": 931 + "__id__": 938 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15046,11 +15104,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 926 + "__id__": 933 }, "_enabled": true, "__prefab": { - "__id__": 934 + "__id__": 941 }, "_contentSize": { "__type__": "cc.Size", @@ -15087,24 +15145,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 909 + "__id__": 916 }, "_children": [ { - "__id__": 937 + "__id__": 944 } ], "_active": true, "_components": [ { - "__id__": 943 + "__id__": 950 }, { - "__id__": 945 + "__id__": 952 } ], "_prefab": { - "__id__": 947 + "__id__": 954 }, "_lpos": { "__type__": "cc.Vec3", @@ -15141,20 +15199,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 936 + "__id__": 943 }, "_children": [], "_active": true, "_components": [ { - "__id__": 938 + "__id__": 945 }, { - "__id__": 940 + "__id__": 947 } ], "_prefab": { - "__id__": 942 + "__id__": 949 }, "_lpos": { "__type__": "cc.Vec3", @@ -15191,11 +15249,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 937 + "__id__": 944 }, "_enabled": true, "__prefab": { - "__id__": 939 + "__id__": 946 }, "_contentSize": { "__type__": "cc.Size", @@ -15219,11 +15277,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 937 + "__id__": 944 }, "_enabled": true, "__prefab": { - "__id__": 941 + "__id__": 948 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15280,11 +15338,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 936 + "__id__": 943 }, "_enabled": true, "__prefab": { - "__id__": 944 + "__id__": 951 }, "_contentSize": { "__type__": "cc.Size", @@ -15308,11 +15366,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 936 + "__id__": 943 }, "_enabled": true, "__prefab": { - "__id__": 946 + "__id__": 953 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15389,11 +15447,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 909 + "__id__": 916 }, "_enabled": true, "__prefab": { - "__id__": 949 + "__id__": 956 }, "_contentSize": { "__type__": "cc.Size", @@ -15417,11 +15475,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 909 + "__id__": 916 }, "_enabled": true, "__prefab": { - "__id__": 951 + "__id__": 958 }, "_alignFlags": 41, "_target": null, @@ -15470,7 +15528,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 954 + "__id__": 961 }, "_contentSize": { "__type__": "cc.Size", @@ -15498,7 +15556,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 956 + "__id__": 963 }, "_alignFlags": 21, "_target": null, @@ -15534,16 +15592,16 @@ }, "_enabled": true, "__prefab": { - "__id__": 958 + "__id__": 965 }, "debugMode": false, "showMemoryPanel": true, "start_btn": null, "time_node": { - "__id__": 909 + "__id__": 916 }, "tooltip": { - "__id__": 879 + "__id__": 886 }, "_id": "" }, @@ -15561,92 +15619,92 @@ }, "_enabled": true, "__prefab": { - "__id__": 960 + "__id__": 967 }, "cardPanNode": { - "__id__": 401 + "__id__": 483 }, "cards_node": { - "__id__": 443 + "__id__": 525 }, "cardPrefab": { "__uuid__": "f2f9a3e0-d0f5-46f4-84bd-dd54c2248470", "__expectedType__": "cc.Prefab" }, "closeCards": { - "__id__": 462 + "__id__": 544 }, "nock_node": { - "__id__": 839 + "__id__": 846 }, "showHeros": { - "__id__": 711 + "__id__": 718 }, "herosPanNode": { - "__id__": 307 + "__id__": 308 }, "herosBoxNode": { - "__id__": 327 + "__id__": 328 }, "showEquips": { - "__id__": 740 + "__id__": 747 }, "equipsPanNode": { - "__id__": 510 + "__id__": 417 }, "equipsBoxNode": { - "__id__": 551 + "__id__": 458 }, "equipPrefab": { "__uuid__": "f30f91b1-3100-4d9e-befb-cdde5f86e6f8", "__expectedType__": "cc.Prefab" }, "showSkills": { - "__id__": 772 + "__id__": 779 }, "skillPanNode": { - "__id__": 576 + "__id__": 583 }, "skillBoxNode": { - "__id__": 617 + "__id__": 624 }, "sCardPrefab": { "__uuid__": "78a5b2d1-a34b-4190-895d-7d0aa22037cc", "__expectedType__": "cc.Prefab" }, "showShop": { - "__id__": 801 + "__id__": 808 }, "shopPanNode": { - "__id__": 644 + "__id__": 651 }, "shopBoxNode": { - "__id__": 685 + "__id__": 692 }, "itemPrefab": { "__uuid__": "abae16b3-c2a2-4971-95b1-fc121f769554", "__expectedType__": "cc.Prefab" }, "skill_refresh": { - "__id__": 625 + "__id__": 632 }, "equip_refresh": { - "__id__": 559 + "__id__": 466 }, "shop_refresh": { - "__id__": 693 + "__id__": 700 }, "cards_chou": { - "__id__": 452 + "__id__": 534 }, "coins_node": { - "__id__": 171 + "__id__": 172 }, "hero_num_node": { - "__id__": 244 + "__id__": 245 }, "refresh_stone_num_node": { - "__id__": 208 + "__id__": 209 }, "_id": "" }, @@ -15664,7 +15722,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 962 + "__id__": 969 }, "_id": "" }, @@ -15682,7 +15740,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 964 + "__id__": 971 }, "debugMode": false, "_id": "" @@ -15701,7 +15759,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 966 + "__id__": 973 }, "skill_box": { "__uuid__": "d19cde30-f5d0-47de-a0d5-3a272b696343", @@ -15723,7 +15781,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 968 + "__id__": 975 }, "equip_box": { "__uuid__": "66d7902d-2a85-43d5-8cbb-671cc7dbb275", @@ -15748,76 +15806,76 @@ "targetOverrides": [], "nestedPrefabInstanceRoots": [ { - "__id__": 801 + "__id__": 808 }, { - "__id__": 772 + "__id__": 779 }, { - "__id__": 740 + "__id__": 747 }, { - "__id__": 711 + "__id__": 718 }, { - "__id__": 693 + "__id__": 700 }, { - "__id__": 645 + "__id__": 652 }, { - "__id__": 650 + "__id__": 657 }, { - "__id__": 625 + "__id__": 632 }, { - "__id__": 577 + "__id__": 584 }, { - "__id__": 582 + "__id__": 589 }, { - "__id__": 559 + "__id__": 544 }, { - "__id__": 511 + "__id__": 534 }, { - "__id__": 516 + "__id__": 484 }, { - "__id__": 462 + "__id__": 489 }, { - "__id__": 452 + "__id__": 466 }, { - "__id__": 402 + "__id__": 418 }, { - "__id__": 407 + "__id__": 423 }, { - "__id__": 372 + "__id__": 377 }, { - "__id__": 350 + "__id__": 353 }, { - "__id__": 328 + "__id__": 329 }, { - "__id__": 308 + "__id__": 309 }, { - "__id__": 245 + "__id__": 246 }, { - "__id__": 209 + "__id__": 210 }, { - "__id__": 172 + "__id__": 173 }, { "__id__": 154 diff --git a/assets/script/game/common/config/GameUIConfig.ts b/assets/script/game/common/config/GameUIConfig.ts index 6f19940a..b61849a4 100644 --- a/assets/script/game/common/config/GameUIConfig.ts +++ b/assets/script/game/common/config/GameUIConfig.ts @@ -30,6 +30,8 @@ export enum UIID { Guide2, Guide3, Guide4, + /** 英雄信息弹窗(长按英雄盒查看次级属性与技能描述) */ + HeroMore, } /** 打开界面方式的配置数据 */ @@ -51,4 +53,5 @@ export var UIConfigData: { [key: number]: UIConfig } = { [UIID.Guide2]: { layer: LayerType.PopUp, prefab: "gui/element/guide2" }, [UIID.Guide3]: { layer: LayerType.PopUp, prefab: "gui/element/guide3" }, [UIID.Guide4]: { layer: LayerType.PopUp, prefab: "gui/element/guide4" }, + [UIID.HeroMore]: { layer: LayerType.PopUp, prefab: "gui/auie/more" }, } \ No newline at end of file diff --git a/assets/script/game/map/HeroBoxComp.ts b/assets/script/game/map/HeroBoxComp.ts index a8cfd69b..0b144233 100644 --- a/assets/script/game/map/HeroBoxComp.ts +++ b/assets/script/game/map/HeroBoxComp.ts @@ -3,16 +3,17 @@ * @description 英雄面板单个英雄盒组件(UI 视图层) * * 职责: - * 1. 同步显示一个已登场英雄的详细信息(图标 / 名称 / 等级 / AP / HP / 描述)。 - * 2. 由 MissionCardComp 实例化到 herosBoxNode 下,最多 3 个,与场上英雄一一对应。 - * 3. 英雄卖出 / 死亡后槽位保留,通过 applyEmpty() 显示为空英雄信息。 + * 1. 同步显示一个已登场英雄的基础信息(图标 / 名称 / 等级 / AP / HP)。 + * 2. 长按英雄盒弹出信息面板(UIID.HeroMore → more.prefab),展示次级属性与技能描述。 + * 3. 由 MissionCardComp 实例化到 herosBoxNode 下,最多 3 个,与场上英雄一一对应。 + * 4. 英雄卖出 / 死亡后槽位保留,通过 applyEmpty() 显示为空英雄信息。 * * 依赖: * - HeroAttrsComp —— 英雄属性数据模型 * - HeroInfo(heroSet)—— 英雄静态配置 */ import { mLogger } from "../common/Logger"; -import { _decorator, Node, Sprite, Label, RichText, resources, AnimationClip, SpriteFrame, NodeEventType, Tween, tween, Vec3, Color } from "cc"; +import { _decorator, Node, Sprite, Label, resources, AnimationClip, SpriteFrame, NodeEventType, EventTouch, Tween, tween, Vec3, Color } from "cc"; import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS"; import { CCComp } from "../../../../extensions/oops-plugin-framework/assets/module/common/CCComp"; import { oops } from "db://oops-framework/core/Oops"; @@ -21,7 +22,7 @@ import { HeroInfo } from "../common/config/heroSet"; import { HeroAttrsComp } from "../hero/HeroAttrsComp"; import { Hero } from "../hero/Hero"; import { FacSet, FightSet, getLvColor } from "../common/config/GameSet"; -import { buildSkillDesc, buildSkillDescRich, ISkillDescSource } from "../common/config/HeroSkillDesc"; +import { buildSkillDesc, ISkillDescSource } from "../common/config/HeroSkillDesc"; import { MissionEconomy } from "./MissionEconomy"; import { UIID } from "../common/config/GameUIConfig"; @@ -75,12 +76,6 @@ export class HeroBoxComp extends CCComp { @property(Label) private upgrade_price_label: Label = null; - /** 技能描述富文本(多行,展示当前等级触发技能,数值高亮) */ - @property(RichText) - private skill_label: RichText = null; - /** 技能描述富文本内容缓存(避免 refresh 降频内重复重解析排版) */ - private skillDescCache: string = ""; - // ======================== 战斗信息标签(总值 + 附加值) ======================== /** 攻击总值 */ @@ -95,63 +90,6 @@ export class HeroBoxComp extends CCComp { /** 生命附加值 */ @property(Label) private hp_plus_label: Label = null; - /** 暴击率总值(百分点) */ - @property(Label) - private crt_all_label: Label = null; - /** 暴击率附加值 */ - @property(Label) - private crt_plus_label: Label = null; - /** 击退率总值(百分点) */ - @property(Label) - private knockback_all_label: Label = null; - /** 击退率附加值 */ - @property(Label) - private knockback_plus_label: Label = null; - /** 风怒率总值(百分点) */ - @property(Label) - private wfuny_all_label: Label = null; - /** 风怒率附加值 */ - @property(Label) - private wfuny_plus_label: Label = null; - /** 击晕率总值(百分点) */ - @property(Label) - private stun_all_label: Label = null; - /** 击晕率附加值 */ - @property(Label) - private stun_plus_label: Label = null; - /** 攻击速度总值(攻击间隔,秒;速度提升时间隔变短,附加值为负) */ - @property(Label) - private speed_all_label: Label = null; - /** 攻击速度附加值 */ - @property(Label) - private speed_plus_label: Label = null; - /** 冰冻率总值(百分点) */ - @property(Label) - private freeze_all_label: Label = null; - /** 冰冻率附加值 */ - @property(Label) - private freeze_plus_label: Label = null; - /** 穿透率总值(百分点) */ - @property(Label) - private puncture_all_label: Label = null; - /** 穿透率附加值 */ - @property(Label) - private puncture_plus_label: Label = null; - /** 暴击伤害总值(额外暴伤,百分点) */ - @property(Label) - private crit_dmg_all_label: Label = null; - /** 暴击伤害附加值 */ - @property(Label) - private crit_dmg_plus_label: Label = null; - - // ======================== 更多属性折叠栏 ======================== - - /** 次级属性栏容器(默认隐藏,长按更多按钮时显示) */ - @property(Node) - private attr_box: Node = null; - /** 更多按钮(长按显示次级属性栏,放开隐藏) */ - @property(Node) - private more_btn: Node = null; // ======================== 运行时状态 ======================== @@ -164,16 +102,24 @@ export class HeroBoxComp extends CCComp { /** 当前显示的英雄 UUID(避免相同 UUID 重复加载动画) */ private iconHeroUuid: number = 0; + /** 长按判定:当前按下触摸 ID(-1 表示无) */ + private longPressTouchId: number = -1; + /** 长按判定:按下起点 UI 坐标 */ + private longPressStartX: number = 0; + private longPressStartY: number = 0; + /** 长按触发时长(秒) */ + private static readonly LONG_PRESS_DURATION = 0.5; + /** 长按最大位移容差(像素),超出则取消判定 */ + private static readonly LONG_PRESS_SLOP = 30; + // ======================== 生命周期 ======================== onLoad() { - // 次级属性栏默认隐藏,长按更多按钮时显示,放开隐藏 - if (this.attr_box && this.attr_box.isValid) { - this.attr_box.active = false; - } - this.more_btn?.on(NodeEventType.TOUCH_START, this.onMoreBtnTouchStart, this); - this.more_btn?.on(NodeEventType.TOUCH_END, this.onMoreBtnTouchEnd, this); - this.more_btn?.on(NodeEventType.TOUCH_CANCEL, this.onMoreBtnTouchEnd, this); + // 长按英雄盒任意区域弹出信息面板(UIID.HeroMore → more.prefab);出售/升级按钮上的触摸不触发 + this.node.on(NodeEventType.TOUCH_START, this.onBoxTouchStart, this); + this.node.on(NodeEventType.TOUCH_MOVE, this.onBoxTouchMove, this); + this.node.on(NodeEventType.TOUCH_END, this.onBoxTouchEnd, this); + this.node.on(NodeEventType.TOUCH_CANCEL, this.onBoxTouchCancel, this); // 空槽位点击 → 打开英雄卡池 this.noHero?.on(NodeEventType.TOUCH_END, this.onNoHeroClick, this); // 出售按钮点击 → 出售当前绑定英雄 @@ -183,10 +129,11 @@ export class HeroBoxComp extends CCComp { } onDestroy() { - if (this.more_btn && this.more_btn.isValid) { - this.more_btn.off(NodeEventType.TOUCH_START, this.onMoreBtnTouchStart, this); - this.more_btn.off(NodeEventType.TOUCH_END, this.onMoreBtnTouchEnd, this); - this.more_btn.off(NodeEventType.TOUCH_CANCEL, this.onMoreBtnTouchEnd, this); + if (this.node && this.node.isValid) { + this.node.off(NodeEventType.TOUCH_START, this.onBoxTouchStart, this); + this.node.off(NodeEventType.TOUCH_MOVE, this.onBoxTouchMove, this); + this.node.off(NodeEventType.TOUCH_END, this.onBoxTouchEnd, this); + this.node.off(NodeEventType.TOUCH_CANCEL, this.onBoxTouchCancel, this); } if (this.noHero && this.noHero.isValid) { this.noHero.off(NodeEventType.TOUCH_END, this.onNoHeroClick, this); @@ -376,24 +323,76 @@ export class HeroBoxComp extends CCComp { this.refresh(); } - /** 更多按钮按下:显示次级属性栏 */ - private onMoreBtnTouchStart() { - oops.audio.playEffect("music/button"); - this.setAttrBoxVisible(true); + /** + * 英雄盒按下:记录起点并启动长按判定。 + * 出售/升级按钮上的触摸不触发长按(按钮有各自的 TOUCH_END 行为)。 + */ + private onBoxTouchStart(event: EventTouch) { + if (!this.hasHero) return; + const target = event.target as Node | null; + if (this.isNodeWithin(target, this.sell_btn) || this.isNodeWithin(target, this.upgrade_btn)) return; + this.longPressTouchId = event.touch?.getID() ?? -1; + const pos = event.getUILocation(); + this.longPressStartX = pos.x; + this.longPressStartY = pos.y; + this.scheduleOnce(this.onLongPressFired, HeroBoxComp.LONG_PRESS_DURATION); } - /** 更多按钮放开/取消:隐藏次级属性栏 */ - private onMoreBtnTouchEnd() { - this.setAttrBoxVisible(false); - } - - /** 切换次级属性栏容器可见性 */ - private setAttrBoxVisible(visible: boolean) { - if (this.attr_box && this.attr_box.isValid) { - this.attr_box.active = visible; + /** 英雄盒拖动:位移超出容差取消长按判定 */ + private onBoxTouchMove(event: EventTouch) { + if (this.longPressTouchId < 0) return; + if ((event.touch?.getID() ?? -1) !== this.longPressTouchId) return; + const pos = event.getUILocation(); + const dx = pos.x - this.longPressStartX; + const dy = pos.y - this.longPressStartY; + if (dx * dx + dy * dy > HeroBoxComp.LONG_PRESS_SLOP * HeroBoxComp.LONG_PRESS_SLOP) { + this.cancelLongPress(); } } + /** 英雄盒抬起:取消未触发的长按判定 */ + private onBoxTouchEnd(event: EventTouch) { + if (this.longPressTouchId < 0) return; + if ((event.touch?.getID() ?? -1) !== this.longPressTouchId) return; + this.cancelLongPress(); + } + + /** 英雄盒触摸被系统打断:取消长按判定 */ + private onBoxTouchCancel(event: EventTouch) { + this.onBoxTouchEnd(event); + } + + /** 取消长按判定(复位触摸 ID 并移除定时) */ + private cancelLongPress() { + this.longPressTouchId = -1; + this.unschedule(this.onLongPressFired); + } + + /** 长按触发:弹出英雄信息面板(more.prefab,展示次级属性与技能描述) */ + private onLongPressFired() { + this.longPressTouchId = -1; + if (!this.hasHero || !(this.model as any)?.ent) return; + oops.audio.playEffect("music/button"); + oops.gui.open(UIID.HeroMore, { eid: this.eid }); + } + + /** + * 判断触摸目标节点是否位于指定祖先节点(含自身)之内。 + * @param target 触摸命中的节点(可能为空) + * @param ancestor 祖先节点(可能为空,空时返回 false) + * @returns 命中节点是否为 ancestor 的后代或自身 + */ + private isNodeWithin(target: Node | null, ancestor: Node | null): boolean { + if (!target || !ancestor || !ancestor.isValid) return false; + let cur: Node | null = target; + while (cur) { + if (cur === ancestor) return true; + if (cur === this.node) break; + cur = cur.parent; + } + return false; + } + /** ECS 组件移除时销毁节点 */ reset() { if (this.node && this.node.isValid) { @@ -470,22 +469,10 @@ export class HeroBoxComp extends CCComp { } this.clearStatRow(this.ap_all_label, this.ap_plus_label); this.clearStatRow(this.hp_all_label, this.hp_plus_label); - this.clearStatRow(this.crt_all_label, this.crt_plus_label); - this.clearStatRow(this.knockback_all_label, this.knockback_plus_label); - this.clearStatRow(this.wfuny_all_label, this.wfuny_plus_label); - this.clearStatRow(this.stun_all_label, this.stun_plus_label); - this.clearStatRow(this.speed_all_label, this.speed_plus_label); - this.clearStatRow(this.freeze_all_label, this.freeze_plus_label); - this.clearStatRow(this.puncture_all_label, this.puncture_plus_label); - this.clearStatRow(this.crit_dmg_all_label, this.crit_dmg_plus_label); - if (this.skill_label && this.skill_label.isValid) { - this.skill_label.string = ""; - } - this.skillDescCache = ""; } /** - * 刷新显示:同步英雄等级、名称、AP / HP、描述与图标。 + * 刷新显示:同步英雄等级、名称、AP / HP 与图标(次级属性与技能描述已分离至 HeroMoreCom 弹窗)。 * 绑定的英雄实体已失效时自动切换为空状态。 */ public refresh() { @@ -537,48 +524,6 @@ export class HeroBoxComp extends CCComp { const baseHp = Math.max(0, Math.floor(this.model.base_hp ?? 0)); this.setStatRow(this.hp_all_label, this.hp_plus_label, finalHp, finalHp - baseHp); - // ---- 暴击率 / 击退率 / 风怒率 / 击晕率(百分点,附加 = 最终 - 基础配置值) ---- - const finalCrit = this.model.getFinalCritical(); - this.setStatRow(this.crt_all_label, this.crt_plus_label, finalCrit, finalCrit - (this.model.critical ?? 0), "%"); - - const finalKnockback = this.model.getFinalKnockbackChance(); - this.setStatRow(this.knockback_all_label, this.knockback_plus_label, finalKnockback, finalKnockback - (this.model.knockback_chance ?? 0), "%"); - - const finalWfuny = this.model.getFinalWindFury(); - this.setStatRow(this.wfuny_all_label, this.wfuny_plus_label, finalWfuny, finalWfuny - (this.model.wfuny ?? 0), "%"); - - const finalStun = this.model.getFinalStunChance(); - this.setStatRow(this.stun_all_label, this.stun_plus_label, finalStun, finalStun - (this.model.stun_chance ?? 0), "%"); - - // ---- 攻击速度(攻击间隔,秒;速度提升 → 间隔变短,附加值为负) ---- - const skillIds = this.model.getSkillIds(); - const displaySkillId = skillIds[1] ?? skillIds[0] ?? 0; - const baseCd = displaySkillId ? (this.model.skills[displaySkillId]?.cd ?? 0) : 0; - const finalCd = displaySkillId ? this.model.getEffectiveSkillCd(displaySkillId) : 0; - this.setStatRow(this.speed_all_label, this.speed_plus_label, finalCd, finalCd - baseCd, "s", 1); - - // ---- 冰冻率 / 穿透率(百分点,附加 = 最终 - 基础配置值) ---- - const finalFreeze = this.model.getFinalFreezeChance(); - this.setStatRow(this.freeze_all_label, this.freeze_plus_label, finalFreeze, finalFreeze - (this.model.freeze_chance ?? 0), "%"); - - const finalPuncture = this.model.getFinalPunctureChance(); - this.setStatRow(this.puncture_all_label, this.puncture_plus_label, finalPuncture, finalPuncture - (this.model.puncture_chance ?? 0), "%"); - - // ---- 暴击伤害(额外暴伤,百分点,附加 = 最终 - 基础配置值) ---- - const finalCritDmg = this.model.getFinalCritDamage(); - this.setStatRow(this.crit_dmg_all_label, this.crit_dmg_plus_label, finalCritDmg, finalCritDmg - (this.model.crit_damage ?? 0), "%"); - - // ---- 技能描述(全档位合并:每技能一行,等级置前 + 已/未激活状态,数值富文本高亮) ---- - if (this.skill_label && this.skill_label.isValid) { - // 缓存未变则跳过重设,避免 refresh 降频内 RichText 重复重解析排版 - // showName=false 不显示技能名仅保留效果;showLocked=true 合并全档位(未来档数值灰色拼接,未激活技能整行灰色) - const desc = buildSkillDescRich(this.model, false, true); - if (desc !== this.skillDescCache) { - this.skillDescCache = desc; - this.skill_label.string = desc; - } - } - // ---- 图标(UUID 变化时重新加载首帧动画) ---- if (hero && heroUuid !== this.iconHeroUuid) { this.iconHeroUuid = heroUuid; diff --git a/assets/script/game/map/HeroMoreCom.ts b/assets/script/game/map/HeroMoreCom.ts new file mode 100644 index 00000000..cf7bfcee --- /dev/null +++ b/assets/script/game/map/HeroMoreCom.ts @@ -0,0 +1,252 @@ +/** + * @file HeroMoreCom.ts + * @description 英雄信息弹窗组件(UI 视图层) + * + * 职责: + * 1. 展示单个英雄的次级属性(攻速/击晕/暴击/爆伤/冰冻/击退/穿透/风怒)与技能描述, + * 展示内容由原 HeroBoxComp 分离而来,计算口径与其完全一致。 + * 2. 由 HeroBoxComp 长按英雄盒时通过 oops.gui.open(UIID.HeroMore, { eid }) 打开(oops.gui 模块)。 + * 3. 属性受 buff/光环影响实时变化,打开期间按固定间隔降频刷新;英雄死亡/被卖出自动关闭。 + * 4. 点击弹窗内任意位置(含全屏透明遮罩)关闭。 + * + * 依赖: + * - HeroAttrsComp —— 英雄属性数据模型 + * - HeroSkillDesc —— 技能描述富文本标准层 + */ +import { _decorator, Component, Label, NodeEventType, RichText } from "cc"; +import { oops } from "db://oops-framework/core/Oops"; +import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS"; +import { HeroAttrsComp } from "../hero/HeroAttrsComp"; +import { buildSkillDescRich } from "../common/config/HeroSkillDesc"; + +const { ccclass, property } = _decorator; + +/** 英雄信息弹窗参数 */ +export interface HeroMoreParams { + /** 英雄 ECS 实体 ID */ + eid?: number; +} + +/** + * HeroMoreCom —— 英雄信息弹窗(more.prefab 根节点组件) + * + * 与长按的英雄盒一一绑定(eid),英雄移除后自动关闭。 + * 序列化引用(8 行属性 Label + 技能 RichText)直接写在 more.prefab 中。 + */ +@ccclass('HeroMoreCom') +export class HeroMoreCom extends Component { + // ======================== 编辑器绑定节点(more.prefab attr_more 下 8 行) ======================== + + /** 攻速(攻击间隔,秒)总值 */ + @property(Label) + private speed_all_label: Label = null; + /** 攻速附加值 */ + @property(Label) + private speed_plus_label: Label = null; + /** 击晕率总值(百分点) */ + @property(Label) + private stun_all_label: Label = null; + /** 击晕率附加值 */ + @property(Label) + private stun_plus_label: Label = null; + /** 暴击率总值(百分点) */ + @property(Label) + private crt_all_label: Label = null; + /** 暴击率附加值 */ + @property(Label) + private crt_plus_label: Label = null; + /** 暴击伤害总值(额外暴伤,百分点) */ + @property(Label) + private crit_dmg_all_label: Label = null; + /** 暴击伤害附加值 */ + @property(Label) + private crit_dmg_plus_label: Label = null; + /** 冰冻率总值(百分点) */ + @property(Label) + private freeze_all_label: Label = null; + /** 冰冻率附加值 */ + @property(Label) + private freeze_plus_label: Label = null; + /** 击退率总值(百分点) */ + @property(Label) + private knockback_all_label: Label = null; + /** 击退率附加值 */ + @property(Label) + private knockback_plus_label: Label = null; + /** 穿透率总值(百分点) */ + @property(Label) + private puncture_all_label: Label = null; + /** 穿透率附加值 */ + @property(Label) + private puncture_plus_label: Label = null; + /** 风怒率总值(百分点) */ + @property(Label) + private wfuny_all_label: Label = null; + /** 风怒率附加值 */ + @property(Label) + private wfuny_plus_label: Label = null; + /** 技能描述富文本(全档位合并,数值高亮) */ + @property(RichText) + private skill_label: RichText = null; + + // ======================== 运行时状态 ======================== + + /** 绑定的英雄属性数据模型引用 */ + private model: HeroAttrsComp | null = null; + /** 是否正在关闭(防止重复调用 remove) */ + private isClosing: boolean = false; + /** 刷新计时累计(降频刷新实时属性) */ + private refreshElapsed: number = 0; + /** 实时刷新间隔(秒) */ + private static readonly REFRESH_INTERVAL = 0.25; + /** 技能描述富文本内容缓存(避免降频内重复重解析排版) */ + private skillDescCache: string = ""; + + // ======================== 生命周期 ======================== + + onLoad() { + // 全屏透明遮罩为根节点子节点,点击任意处触摸事件冒泡至此 → 关闭弹窗 + this.node.on(NodeEventType.TOUCH_END, this.onTouchEndClose, this); + } + + onDestroy() { + if (this.node && this.node.isValid) { + this.node.off(NodeEventType.TOUCH_END, this.onTouchEndClose, this); + } + } + + /** + * oops.gui 添加到舞台回调(框架约定入口)。 + * @param params 见 HeroMoreParams;eid 对应实体不存在时立即关闭 + */ + onAdded(params: HeroMoreParams = {}) { + this.isClosing = false; + this.refreshElapsed = 0; + this.skillDescCache = ""; + + const eid = params?.eid ?? 0; + if (!eid) { + this.closeSelf(); + return; + } + // 按 eid 查找英雄实体(与 HInfoComp 口径一致) + let foundModel: HeroAttrsComp | null = null; + ecs.query(ecs.allOf(HeroAttrsComp)).forEach((entity: ecs.Entity) => { + if (entity.eid === eid) { + foundModel = entity.get(HeroAttrsComp); + } + }); + if (!foundModel) { + this.closeSelf(); + return; + } + this.model = foundModel; + this.refresh(); + } + + /** + * 帧更新:降频刷新实时属性;英雄实体失效(死亡/卖出)时自动关闭。 + */ + update(dt: number) { + if (this.isClosing || !this.model) return; + if (!(this.model as any).ent) { + this.closeSelf(); + return; + } + this.refreshElapsed += dt; + if (this.refreshElapsed < HeroMoreCom.REFRESH_INTERVAL) return; + this.refreshElapsed = 0; + this.refresh(); + } + + // ======================== 显示刷新 ======================== + + /** + * 刷新显示:8 行次级属性(总值 + 附加值)+ 技能描述富文本。 + * 附加 = 最终生效值 - 基础配置值,与原 HeroBoxComp 口径一致。 + */ + private refresh() { + if (!this.model) return; + + // ---- 攻速(攻击间隔,秒;速度提升 → 间隔变短,附加值为负) ---- + const skillIds = this.model.getSkillIds(); + const displaySkillId = skillIds[1] ?? skillIds[0] ?? 0; + const baseCd = displaySkillId ? (this.model.skills[displaySkillId]?.cd ?? 0) : 0; + const finalCd = displaySkillId ? this.model.getEffectiveSkillCd(displaySkillId) : 0; + this.setStatRow(this.speed_all_label, this.speed_plus_label, finalCd, finalCd - baseCd, "s", 1); + + // ---- 击晕率 / 暴击率 / 暴击伤害(百分点) ---- + const finalStun = this.model.getFinalStunChance(); + this.setStatRow(this.stun_all_label, this.stun_plus_label, finalStun, finalStun - (this.model.stun_chance ?? 0), "%"); + + const finalCrit = this.model.getFinalCritical(); + this.setStatRow(this.crt_all_label, this.crt_plus_label, finalCrit, finalCrit - (this.model.critical ?? 0), "%"); + + const finalCritDmg = this.model.getFinalCritDamage(); + this.setStatRow(this.crit_dmg_all_label, this.crit_dmg_plus_label, finalCritDmg, finalCritDmg - (this.model.crit_damage ?? 0), "%"); + + // ---- 冰冻率 / 击退率 / 穿透率 / 风怒率(百分点) ---- + const finalFreeze = this.model.getFinalFreezeChance(); + this.setStatRow(this.freeze_all_label, this.freeze_plus_label, finalFreeze, finalFreeze - (this.model.freeze_chance ?? 0), "%"); + + const finalKnockback = this.model.getFinalKnockbackChance(); + this.setStatRow(this.knockback_all_label, this.knockback_plus_label, finalKnockback, finalKnockback - (this.model.knockback_chance ?? 0), "%"); + + const finalPuncture = this.model.getFinalPunctureChance(); + this.setStatRow(this.puncture_all_label, this.puncture_plus_label, finalPuncture, finalPuncture - (this.model.puncture_chance ?? 0), "%"); + + const finalWfuny = this.model.getFinalWindFury(); + this.setStatRow(this.wfuny_all_label, this.wfuny_plus_label, finalWfuny, finalWfuny - (this.model.wfuny ?? 0), "%"); + + // ---- 技能描述(全档位合并:每技能一行,已/未激活状态 + 数值富文本高亮) ---- + if (this.skill_label && this.skill_label.isValid) { + // 缓存未变则跳过重设,避免降频内 RichText 重复重解析排版 + // showName=false 不显示技能名仅保留效果;showLocked=true 合并全档位 + const desc = buildSkillDescRich(this.model, false, true); + if (desc !== this.skillDescCache) { + this.skillDescCache = desc; + this.skill_label.string = desc; + } + } + } + + /** + * 写入一行属性(总值 + 附加值)。 + * 总值始终显示(0 不隐藏);附加值为 0 时隐藏,正/负分别显示 (+x) / (x)。 + * + * @param allLabel 总值标签(可为空,空时跳过) + * @param plusLabel 附加值标签(可为空) + * @param total 总数值(最终生效值) + * @param bonus 附加数值(最终值 - 基础值) + * @param suffix 数值后缀(如 "%") + * @param decimals 保留小数位数(默认 0,取整) + */ + private setStatRow(allLabel: Label | null, plusLabel: Label | null, total: number, bonus: number, suffix: string = "", decimals: number = 0) { + const fmt = (v: number) => decimals > 0 ? v.toFixed(decimals) : `${Math.floor(v)}`; + if (allLabel && allLabel.isValid) { + allLabel.string = `${fmt(total)}${suffix}`; + } + if (plusLabel && plusLabel.isValid) { + if (bonus !== 0) { + plusLabel.string = bonus > 0 ? `(+${fmt(bonus)}${suffix})` : `(${fmt(bonus)}${suffix})`; + } else { + plusLabel.string = ""; + } + } + } + + // ======================== 交互 ======================== + + /** 点击面板任意处(含遮罩)关闭 */ + private onTouchEndClose() { + oops.audio.playEffect("music/button"); + this.closeSelf(); + } + + /** 关闭弹窗(交还 oops.gui 缓存,下次打开复用节点并重新触发 onAdded) */ + private closeSelf() { + if (this.isClosing) return; + this.isClosing = true; + oops.gui.removeByNode(this.node); + } +} diff --git a/assets/script/game/map/HeroMoreCom.ts.meta b/assets/script/game/map/HeroMoreCom.ts.meta new file mode 100644 index 00000000..b0c07e78 --- /dev/null +++ b/assets/script/game/map/HeroMoreCom.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.24", + "importer": "typescript", + "imported": true, + "uuid": "6b2e9f14-7a3c-4d85-9e62-c4f8a1b7d3e0", + "files": [], + "subMetas": {}, + "userData": {} +}