From a5bff0fcba45e8b65d458239b33f8a3a63b7cf79 Mon Sep 17 00:00:00 2001 From: walkpan Date: Sun, 26 Apr 2026 11:18:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=A4=A9=E8=B5=8B?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=95=8C=E9=9D=A2=E5=8F=8A=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 TalentsComp 组件实现天赋系统界面,包含等级展示、天赋列表和升级功能 - 在 GameUIConfig 中注册天赋界面配置 - 扩展 SingletonModuleComp 数据结构以支持玩家等级、经验和天赋点存储 - 新增天赋系统设计文档和界面预制体资源 - 启用角色控制器中的天赋界面节点 --- assets/resources/gui/anim/bs4.anim | 16 +- .../gui/element/prefab_talent_item.prefab | 1646 ++++++ .../element/prefab_talent_item.prefab.meta | 13 + assets/resources/gui/element/talents.prefab | 2212 +++++++ .../resources/gui/element/talents.prefab.meta | 13 + assets/resources/gui/element/victory.prefab | 5157 +++++++++-------- assets/resources/gui/role_controller.prefab | 2 +- .../script/game/common/SingletonModuleComp.ts | 14 +- .../script/game/common/config/GameUIConfig.ts | 2 + .../game/common/config/talent-system.md | 180 + .../game/common/config/talent-system.md.meta | 11 + assets/script/game/map/TalentsComp.ts | 301 + assets/script/game/map/TalentsComp.ts.meta | 1 + 13 files changed, 7146 insertions(+), 2422 deletions(-) create mode 100644 assets/resources/gui/element/prefab_talent_item.prefab create mode 100644 assets/resources/gui/element/prefab_talent_item.prefab.meta create mode 100644 assets/resources/gui/element/talents.prefab create mode 100644 assets/resources/gui/element/talents.prefab.meta create mode 100644 assets/script/game/common/config/talent-system.md create mode 100644 assets/script/game/common/config/talent-system.md.meta create mode 100644 assets/script/game/map/TalentsComp.ts create mode 100644 assets/script/game/map/TalentsComp.ts.meta diff --git a/assets/resources/gui/anim/bs4.anim b/assets/resources/gui/anim/bs4.anim index 7afa9df4..e6ac54f7 100644 --- a/assets/resources/gui/anim/bs4.anim +++ b/assets/resources/gui/anim/bs4.anim @@ -67,8 +67,8 @@ "__type__": "cc.RealCurve", "_times": [ 0, - 0.3333333333333333, - 0.6666666666666666 + 0.3333333432674408, + 0.6666666865348816 ], "_values": [ { @@ -89,7 +89,7 @@ "__type__": "cc.RealKeyframeValue", "interpolationMode": 0, "tangentWeightMode": 0, - "value": 1.1, + "value": 1.100000023841858, "rightTangent": 0, "rightTangentWeight": 1, "leftTangent": 0, @@ -127,8 +127,8 @@ "__type__": "cc.RealCurve", "_times": [ 0, - 0.3333333333333333, - 0.6666666666666666 + 0.3333333432674408, + 0.6666666865348816 ], "_values": [ { @@ -149,7 +149,7 @@ "__type__": "cc.RealKeyframeValue", "interpolationMode": 0, "tangentWeightMode": 0, - "value": 1.1, + "value": 1.100000023841858, "rightTangent": 0, "rightTangentWeight": 1, "leftTangent": 0, @@ -187,8 +187,8 @@ "__type__": "cc.RealCurve", "_times": [ 0, - 0.3333333333333333, - 0.6666666666666666 + 0.3333333432674408, + 0.6666666865348816 ], "_values": [ { diff --git a/assets/resources/gui/element/prefab_talent_item.prefab b/assets/resources/gui/element/prefab_talent_item.prefab new file mode 100644 index 00000000..f60f2fbf --- /dev/null +++ b/assets/resources/gui/element/prefab_talent_item.prefab @@ -0,0 +1,1646 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "prefab_talent_item", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "prefab_talent_item", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + }, + { + "__id__": 10 + }, + { + "__id__": 16 + }, + { + "__id__": 22 + }, + { + "__id__": 28 + }, + { + "__id__": 42 + }, + { + "__id__": 56 + } + ], + "_active": true, + "_components": [ + { + "__id__": 62 + }, + { + "__id__": 64 + } + ], + "_prefab": { + "__id__": 66 + }, + "_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": "bg_list", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 3 + }, + { + "__id__": 5 + }, + { + "__id__": 7 + } + ], + "_prefab": { + "__id__": 9 + }, + "_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__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 4 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 660, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a68Z1K1PNBSpMzMJQqo+KG" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 6 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@d3d89", + "__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": "33BCO8CxVD55LyJzeAu/p4" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 8 + }, + "_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": 510, + "_originalHeight": 66, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e2XE/9DNJEbIr/heWZ/2jx" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "73y6WlD75NJq4yxVlyYPBM", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lbl_name", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 11 + }, + { + "__id__": 13 + } + ], + "_prefab": { + "__id__": 15 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -212.452, + "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__": 10 + }, + "_enabled": true, + "__prefab": { + "__id__": 12 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 200, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5bjF+rU5BOOY9hCthitgo1" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 10 + }, + "_enabled": true, + "__prefab": { + "__id__": 14 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "label", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 31, + "_fontSize": 30, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c1dkHIVGpGAINrWXErE6GE" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0d1++6tJJI56GVRMiO58Yj", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lbl_desc", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 17 + }, + { + "__id__": 19 + } + ], + "_prefab": { + "__id__": 21 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -28.319, + "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__": 16 + }, + "_enabled": true, + "__prefab": { + "__id__": 18 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 150, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f4AAoflbFJXplLsmQQurZ8" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 16 + }, + "_enabled": true, + "__prefab": { + "__id__": 20 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "label", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 21, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ecLACH/VBDE46rm5GLxHBW" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "afVdUIejBBB6IWy2qf0LHv", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lbl_level", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 23 + }, + { + "__id__": 25 + } + ], + "_prefab": { + "__id__": 27 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 73.797, + "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__": 22 + }, + "_enabled": true, + "__prefab": { + "__id__": 24 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 49.576171875, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f7rWeV3xFBEJpxWCPCkBk7" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 22 + }, + "_enabled": true, + "__prefab": { + "__id__": 26 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "label", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_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": "3cGXuCsYhPTKiRgqO/Rq6c" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e63SJMugNB+phZ36KXOa7R", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "pb_level", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 29 + } + ], + "_active": true, + "_components": [ + { + "__id__": 35 + }, + { + "__id__": 37 + }, + { + "__id__": 39 + } + ], + "_prefab": { + "__id__": 41 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 152.864, + "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": "Bar", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 28 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 30 + }, + { + "__id__": 32 + } + ], + "_prefab": { + "__id__": 34 + }, + "_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.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 29 + }, + "_enabled": true, + "__prefab": { + "__id__": 31 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "98D+2hN8lPsJoIydMyaZVu" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 29 + }, + "_enabled": true, + "__prefab": { + "__id__": 33 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "24a704da-2867-446d-8d1a-5e920c75e09d@f9941", + "__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": "1dTj8qJSVEhKwRxQIKVTPc" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "daEpuCGJVEvJeTwUAPmf0+", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 28 + }, + "_enabled": true, + "__prefab": { + "__id__": 36 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e2MawzpZFPmJDJPY6Ukqvh" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 28 + }, + "_enabled": true, + "__prefab": { + "__id__": 38 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "9fd900dd-221b-4f89-8f2c-fba34243c835@f9941", + "__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": "d7YTUArFVNFLk0yn9RKFUs" + }, + { + "__type__": "cc.ProgressBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 28 + }, + "_enabled": true, + "__prefab": { + "__id__": 40 + }, + "_barSprite": { + "__id__": 32 + }, + "_mode": 0, + "_totalLength": 100, + "_progress": 1, + "_reverse": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d6xWqOU7hEVY1zPiTNGwnT" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4aw0JIWyhJvaBKMUiVysD8", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "btn_upgrade", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 43 + } + ], + "_active": true, + "_components": [ + { + "__id__": 49 + }, + { + "__id__": 51 + }, + { + "__id__": 53 + } + ], + "_prefab": { + "__id__": 55 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 267.032, + "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": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 42 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 44 + }, + { + "__id__": 46 + } + ], + "_prefab": { + "__id__": 48 + }, + "_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__": 43 + }, + "_enabled": true, + "__prefab": { + "__id__": 45 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2cYHODPBZHuJbBODm1uYNx" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 43 + }, + "_enabled": true, + "__prefab": { + "__id__": 47 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "button", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_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": "96DZMs0atH1LD6O/1RTu1K" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "aefOgghpxN64VrjruvSmuI", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 42 + }, + "_enabled": true, + "__prefab": { + "__id__": 50 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "b3AQM+h9BHpLnrygPlZana" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 42 + }, + "_enabled": true, + "__prefab": { + "__id__": 52 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__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": "21xdOE3ARMt6tBixkm+eM3" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 42 + }, + "_enabled": true, + "__prefab": { + "__id__": 54 + }, + "clickEvents": [], + "_interactable": true, + "_transition": 2, + "_normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_hoverSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_pressedSprite": { + "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_disabledSprite": { + "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": { + "__id__": 42 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "749cZz+AZKvbjpOipO5pmF" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a0rPZ7GARH9YkKvzyZ4YU7", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lbl_cost", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 57 + }, + { + "__id__": 59 + } + ], + "_prefab": { + "__id__": 61 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 267.57, + "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__": 56 + }, + "_enabled": true, + "__prefab": { + "__id__": 58 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 42.255859375, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "74yfxkJd5OpKlsduwh4puC" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 56 + }, + "_enabled": true, + "__prefab": { + "__id__": 60 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "label", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_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": "e7Wg+LT69GkLIcdT1XdEAo" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "cdtA7rnB5M46HnWCl0H0kv", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 63 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 660, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "59TzhZExBILo2siAilWmBr" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 65 + }, + "_alignFlags": 40, + "_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": 100, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "87/dUplZ5PAJ7HGdPOhbyo" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "9ai0wNGzpNXJsQGNNoy6Le", + "targetOverrides": null + } +] \ No newline at end of file diff --git a/assets/resources/gui/element/prefab_talent_item.prefab.meta b/assets/resources/gui/element/prefab_talent_item.prefab.meta new file mode 100644 index 00000000..d3c1cb0d --- /dev/null +++ b/assets/resources/gui/element/prefab_talent_item.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.50", + "importer": "prefab", + "imported": true, + "uuid": "a0cdb31c-0abb-4e12-9dfe-0bd9e8cd7272", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "prefab_talent_item" + } +} diff --git a/assets/resources/gui/element/talents.prefab b/assets/resources/gui/element/talents.prefab new file mode 100644 index 00000000..0e18b79c --- /dev/null +++ b/assets/resources/gui/element/talents.prefab @@ -0,0 +1,2212 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "talents", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "talents", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + }, + { + "__id__": 8 + }, + { + "__id__": 46 + }, + { + "__id__": 52 + } + ], + "_active": true, + "_components": [ + { + "__id__": 84 + }, + { + "__id__": 86 + }, + { + "__id__": 88 + } + ], + "_prefab": { + "__id__": 90 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 100, + "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": "title", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 3 + }, + { + "__id__": 5 + } + ], + "_prefab": { + "__id__": 7 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 465, + "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__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 4 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 720, + "height": 150 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "af75pBD+FNi7HlNhqnUEdY" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 6 + }, + "_alignFlags": 41, + "_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": 100, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "91SU/1puxIRL6U9SPI97Gk" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "11VrHl6eRDUZcnp0HDuPD/", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 9 + }, + { + "__id__": 15 + }, + { + "__id__": 29 + }, + { + "__id__": 35 + } + ], + "_active": true, + "_components": [ + { + "__id__": 41 + }, + { + "__id__": 43 + } + ], + "_prefab": { + "__id__": 45 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 330, + "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": "lbl_level", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 8 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 10 + }, + { + "__id__": 12 + } + ], + "_prefab": { + "__id__": 14 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -280.614, + "y": 30.724, + "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__": 9 + }, + "_enabled": true, + "__prefab": { + "__id__": 11 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 49.576171875, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e8FUgvCQ5GUIp8RVa57Tn4" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 9 + }, + "_enabled": true, + "__prefab": { + "__id__": 13 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "label", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_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": "88LRMCj+tOLotUQRuSD5yc" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "86e16c3TRID5ermghC8QkP", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "pb_exp", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 8 + }, + "_children": [ + { + "__id__": 16 + } + ], + "_active": true, + "_components": [ + { + "__id__": 22 + }, + { + "__id__": 24 + }, + { + "__id__": 26 + } + ], + "_prefab": { + "__id__": 28 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 32.818, + "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": "Bar", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 15 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 17 + }, + { + "__id__": 19 + } + ], + "_prefab": { + "__id__": 21 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -150, + "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__": 16 + }, + "_enabled": true, + "__prefab": { + "__id__": 18 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 150, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "604+fgCPVNeYnwN0Tb01md" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 16 + }, + "_enabled": true, + "__prefab": { + "__id__": 20 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "24a704da-2867-446d-8d1a-5e920c75e09d@f9941", + "__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": "d6CNuZeHBDXpypRx+DBWf4" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c8MwjO0i1JgJP1WnnmyhpX", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 15 + }, + "_enabled": true, + "__prefab": { + "__id__": 23 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 300, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f1f0GL2f9NO4bdycLio0YX" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 15 + }, + "_enabled": true, + "__prefab": { + "__id__": 25 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "9fd900dd-221b-4f89-8f2c-fba34243c835@f9941", + "__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": "34/IH9Y3RL/oTr0qsornh2" + }, + { + "__type__": "cc.ProgressBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 15 + }, + "_enabled": true, + "__prefab": { + "__id__": 27 + }, + "_barSprite": { + "__id__": 19 + }, + "_mode": 0, + "_totalLength": 300, + "_progress": 0.5, + "_reverse": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "992mD4cqNMg7CSeTKHvhcx" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "42cm4V+vBCMJKIRYnl/qdt", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lbl_exp", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 8 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 30 + }, + { + "__id__": 32 + } + ], + "_prefab": { + "__id__": 34 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 36.31, + "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__": 29 + }, + "_enabled": true, + "__prefab": { + "__id__": 31 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 49.576171875, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a3WpbMZ91FnLtmHBsTzWUT" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 29 + }, + "_enabled": true, + "__prefab": { + "__id__": 33 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "label", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_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": "c2rF3cnhRATrQ+I0lkgvFG" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8b/mp33ApKG5QX+Pz8UDoF", + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lbl_points", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 8 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 36 + }, + { + "__id__": 38 + } + ], + "_prefab": { + "__id__": 40 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -278.868, + "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__": 35 + }, + "_enabled": true, + "__prefab": { + "__id__": 37 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 49.576171875, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "66Fwl6HjJHgJTyStqCfaK7" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 35 + }, + "_enabled": true, + "__prefab": { + "__id__": 39 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "label", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_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": "bbM+neL5VBtYpQ0z6rzT2l" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "6ea/GBD+NDhrgxqnnnOBB8", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 8 + }, + "_enabled": true, + "__prefab": { + "__id__": 42 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 720, + "height": 120 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "1bXhe8h4dL+r03OEkz+Blc" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 8 + }, + "_enabled": true, + "__prefab": { + "__id__": 44 + }, + "_alignFlags": 41, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 150, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2bRL6b5slN5pzdln6vrHXI" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b1H6RGITZKh5QSIJmhDrYD", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "talents_content", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 47 + }, + { + "__id__": 49 + } + ], + "_prefab": { + "__id__": 51 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -135, + "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__": 46 + }, + "_enabled": true, + "__prefab": { + "__id__": 48 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 660, + "height": 610 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e8bRLkEuNOt5FrarUf2kYD" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 46 + }, + "_enabled": true, + "__prefab": { + "__id__": 50 + }, + "_alignFlags": 45, + "_target": null, + "_left": 30, + "_right": 30, + "_top": 370, + "_bottom": 100, + "_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": "09GKJGtAZGu7qePqzOb1eE" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0fx1XcUHlLKr05lvsTZcUJ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "bar", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 53 + }, + { + "__id__": 67 + } + ], + "_active": true, + "_components": [ + { + "__id__": 81 + } + ], + "_prefab": { + "__id__": 83 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -162.606, + "y": -641.604, + "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": "btn_reset", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 52 + }, + "_children": [ + { + "__id__": 54 + } + ], + "_active": true, + "_components": [ + { + "__id__": 60 + }, + { + "__id__": 62 + }, + { + "__id__": 64 + } + ], + "_prefab": { + "__id__": 66 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 164.063, + "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": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 53 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 55 + }, + { + "__id__": 57 + } + ], + "_prefab": { + "__id__": 59 + }, + "_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__": 54 + }, + "_enabled": true, + "__prefab": { + "__id__": 56 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "33/A5tCHdJ2I/FHFtcmgqt" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 54 + }, + "_enabled": true, + "__prefab": { + "__id__": 58 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "button", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_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": "eea3EXoTpOd5kT5ItLk2HK" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c9rWL77QNHC5WoLNZwXR35", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 53 + }, + "_enabled": true, + "__prefab": { + "__id__": 61 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "faENevkg9KPJ1B/UWK4IL3" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 53 + }, + "_enabled": true, + "__prefab": { + "__id__": 63 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__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": "5apDcYZ/FP/a0E+7dwF5Iu" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 53 + }, + "_enabled": true, + "__prefab": { + "__id__": 65 + }, + "clickEvents": [], + "_interactable": true, + "_transition": 2, + "_normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_hoverSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_pressedSprite": { + "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_disabledSprite": { + "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": { + "__id__": 53 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "04vIr9c1VIc5zvD0PumBOm" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c7K2ZYAuFNmpv6qsakWMSw", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "btn_close", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 52 + }, + "_children": [ + { + "__id__": 68 + } + ], + "_active": true, + "_components": [ + { + "__id__": 74 + }, + { + "__id__": 76 + }, + { + "__id__": 78 + } + ], + "_prefab": { + "__id__": 80 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 340.408, + "y": 165.639, + "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": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 67 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 69 + }, + { + "__id__": 71 + } + ], + "_prefab": { + "__id__": 73 + }, + "_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__": 68 + }, + "_enabled": true, + "__prefab": { + "__id__": 70 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9evgBaQANDQaIKf/niOW1Y" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 68 + }, + "_enabled": true, + "__prefab": { + "__id__": 72 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "button", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_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": "19GyPspSJM6ZMR9NmFEzCs" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "beyLJIFRVNiabpbld7Yv3r", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 67 + }, + "_enabled": true, + "__prefab": { + "__id__": 75 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "46xMahV9JOmofHbeWY5fkI" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 67 + }, + "_enabled": true, + "__prefab": { + "__id__": 77 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__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": "67YAkhyMRHz480nqrMIxJ5" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 67 + }, + "_enabled": true, + "__prefab": { + "__id__": 79 + }, + "clickEvents": [], + "_interactable": true, + "_transition": 2, + "_normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_hoverSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_pressedSprite": { + "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_disabledSprite": { + "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": { + "__id__": 67 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "30px0kLktK/plcH7sWI2L+" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f1P71vSFFGZJeOtVLWtUeO", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 52 + }, + "_enabled": true, + "__prefab": { + "__id__": 82 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "35k8XGTodK/667eA/E1JcH" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4f97SDqsVGhIqeXVHMjuDG", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 85 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 720, + "height": 1080 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "63u2SAfRxHNpmm+8vugrEZ" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 87 + }, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 200, + "_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": "caZUiPQo9Jd6tSzQcqjkBz" + }, + { + "__type__": "52d81SVdSZD/pHYO6HUw/yJ", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 89 + }, + "title_node": { + "__id__": 2 + }, + "lbl_level": { + "__id__": 12 + }, + "lbl_exp": { + "__id__": 32 + }, + "pb_exp": { + "__id__": 26 + }, + "lbl_points": { + "__id__": 38 + }, + "talents_content": { + "__id__": 46 + }, + "prefab_talent_item": { + "__uuid__": "a0cdb31c-0abb-4e12-9dfe-0bd9e8cd7272", + "__expectedType__": "cc.Prefab" + }, + "btn_reset": { + "__id__": 64 + }, + "btn_close": { + "__id__": 78 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fctHnXSe1Gr5KhZBW3cE7i" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f2zPd6AOdBrIgj89xLzmRM", + "instance": null, + "targetOverrides": null + } +] \ No newline at end of file diff --git a/assets/resources/gui/element/talents.prefab.meta b/assets/resources/gui/element/talents.prefab.meta new file mode 100644 index 00000000..a1fa604f --- /dev/null +++ b/assets/resources/gui/element/talents.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.50", + "importer": "prefab", + "imported": true, + "uuid": "b0c70366-b71c-4ccd-b0fd-90af5149be5e", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "talents" + } +} diff --git a/assets/resources/gui/element/victory.prefab b/assets/resources/gui/element/victory.prefab index 5458aeed..c8fecd6f 100644 --- a/assets/resources/gui/element/victory.prefab +++ b/assets/resources/gui/element/victory.prefab @@ -28,32 +28,32 @@ "__id__": 24 }, { - "__id__": 837 + "__id__": 851 }, { - "__id__": 890 + "__id__": 904 } ], "_active": true, "_components": [ { - "__id__": 903 + "__id__": 917 }, { - "__id__": 905 + "__id__": 919 }, { - "__id__": 907 + "__id__": 921 }, { - "__id__": 909 + "__id__": 923 }, { - "__id__": 911 + "__id__": 925 } ], "_prefab": { - "__id__": 913 + "__id__": 927 }, "_lpos": { "__type__": "cc.Vec3", @@ -613,35 +613,35 @@ "__id__": 25 }, { - "__id__": 61 + "__id__": 255 }, { - "__id__": 291 + "__id__": 305 }, { - "__id__": 299 + "__id__": 313 }, { - "__id__": 307 + "__id__": 321 }, { - "__id__": 798 + "__id__": 812 }, { - "__id__": 804 + "__id__": 818 } ], "_active": true, "_components": [ { - "__id__": 832 + "__id__": 846 }, { - "__id__": 834 + "__id__": 848 } ], "_prefab": { - "__id__": 836 + "__id__": 850 }, "_lpos": { "__type__": "cc.Vec3", @@ -674,7 +674,7 @@ }, { "__type__": "cc.Node", - "_name": "total", + "_name": "info", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -685,855 +685,35 @@ "__id__": 26 }, { - "__id__": 34 + "__id__": 70 + }, + { + "__id__": 114 + }, + { + "__id__": 158 + }, + { + "__id__": 202 } ], "_active": true, "_components": [ { - "__id__": 56 + "__id__": 246 }, { - "__id__": 58 + "__id__": 248 + }, + { + "__id__": 250 + }, + { + "__id__": 252 } ], "_prefab": { - "__id__": 60 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -146.286, - "y": 309.257, - "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": "score_label", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 25 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 27 - }, - { - "__id__": 29 - }, - { - "__id__": 31 - } - ], - "_prefab": { - "__id__": 33 - }, - "_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__": 26 - }, - "_enabled": true, - "__prefab": { - "__id__": 28 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 50.4 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "4fk0iBlFJKJocySQGwyC9T" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 26 - }, - "_enabled": true, - "__prefab": { - "__id__": 30 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "99999", - "_horizontalAlign": 0, - "_verticalAlign": 1, - "_actualFontSize": 31, - "_fontSize": 30, - "_fontFamily": "Arial", - "_lineHeight": 40, - "_overflow": 2, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": true, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": true, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { - "__type__": "cc.Vec2", - "x": 2, - "y": 2 - }, - "_shadowBlur": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "94mv6rx35D3KyU0wTqwTF7" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 26 - }, - "_enabled": true, - "__prefab": { - "__id__": 32 - }, - "_alignFlags": 8, - "_target": null, - "_left": 0, - "_right": 118.8720703125, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 42.255859375, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "87qQ0ERtBJZq+2ybJg5sw6" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "1buDDwlEFN4oUAqy4VePPW", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "ProgressBar", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 25 - }, - "_children": [ - { - "__id__": 35 - }, - { - "__id__": 41 - } - ], - "_active": false, - "_components": [ - { - "__id__": 49 - }, - { - "__id__": 51 - }, - { - "__id__": 53 - } - ], - "_prefab": { - "__id__": 55 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 122.253, - "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": "Bar", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 34 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 36 - }, - { - "__id__": 38 - } - ], - "_prefab": { - "__id__": 40 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -150, - "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__": 35 - }, - "_enabled": true, - "__prefab": { - "__id__": 37 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 150, - "height": 30 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e3V9nFGhpC0J/qNmUhgB6R" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 35 - }, - "_enabled": true, - "__prefab": { - "__id__": 39 - }, - "_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@835d4", - "__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": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e7ueyPw6NHCaiXaNTAhm6l" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "4cJBagv2RMCpVjRa4CXK3W", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "Slider_Level_03_InnerBorder1", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 34 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 42 - }, - { - "__id__": 44 - }, - { - "__id__": 46 - } - ], - "_prefab": { - "__id__": 48 - }, - "_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__": 41 - }, - "_enabled": true, - "__prefab": { - "__id__": 43 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 300, - "height": 30 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "c5aabt4U5EjZPz0YVIgGb6" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 41 - }, - "_enabled": true, - "__prefab": { - "__id__": 45 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@95588", - "__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": "40m7Y7cQpIMaJwq4NLaiBd" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 41 - }, - "_enabled": true, - "__prefab": { - "__id__": 47 - }, - "_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": 23, - "_originalHeight": 24, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "86CgLbq8BJ3qLJbEO9w53m" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "62iy9/dCtMjIQnalmoGScw", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 34 - }, - "_enabled": true, - "__prefab": { - "__id__": 50 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 300, - "height": 30 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e3NGPRdhZOUJo8059OQRsG" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 34 - }, - "_enabled": false, - "__prefab": { - "__id__": 52 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@46c83", - "__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": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "6aFgOoJGNGy7NM/djI8Yzs" - }, - { - "__type__": "cc.ProgressBar", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 34 - }, - "_enabled": true, - "__prefab": { - "__id__": 54 - }, - "_barSprite": { - "__id__": 38 - }, - "_mode": 0, - "_totalLength": 300, - "_progress": 0.5, - "_reverse": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e5gmPR1WhHm4eMd/zQH1U9" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "18aimsMw9NDKJOZ22lzQRG", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 25 - }, - "_enabled": true, - "__prefab": { - "__id__": 57 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 300, - "height": 40 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "28MQFdIdpNyLjY7G65z1RZ" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 25 - }, - "_enabled": true, - "__prefab": { - "__id__": 59 - }, - "_alignFlags": 40, - "_target": null, - "_left": 33.71400000000028, - "_right": 326.2860000000003, - "_top": 0, - "_bottom": 0, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 100, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "3djr0VU2lNmau4PBYunqMU" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "0d9guH8sRJpLeB5ct3O/1n", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "info", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 24 - }, - "_children": [ - { - "__id__": 62 - }, - { - "__id__": 106 - }, - { - "__id__": 150 - }, - { - "__id__": 194 - }, - { - "__id__": 238 - } - ], - "_active": true, - "_components": [ - { - "__id__": 282 - }, - { - "__id__": 284 - }, - { - "__id__": 286 - }, - { - "__id__": 288 - } - ], - "_prefab": { - "__id__": 290 + "__id__": 254 }, "_lpos": { "__type__": "cc.Vec3", @@ -1570,30 +750,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 61 + "__id__": 25 }, "_children": [ { - "__id__": 63 + "__id__": 27 }, { - "__id__": 71 + "__id__": 35 }, { - "__id__": 93 + "__id__": 57 } ], "_active": true, "_components": [ { - "__id__": 101 + "__id__": 65 }, { - "__id__": 103 + "__id__": 67 } ], "_prefab": { - "__id__": 105 + "__id__": 69 }, "_lpos": { "__type__": "cc.Vec3", @@ -1630,23 +810,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 62 + "__id__": 26 }, "_children": [], "_active": true, "_components": [ { - "__id__": 64 + "__id__": 28 }, { - "__id__": 66 + "__id__": 30 }, { - "__id__": 68 + "__id__": 32 } ], "_prefab": { - "__id__": 70 + "__id__": 34 }, "_lpos": { "__type__": "cc.Vec3", @@ -1683,11 +863,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 63 + "__id__": 27 }, "_enabled": true, "__prefab": { - "__id__": 65 + "__id__": 29 }, "_contentSize": { "__type__": "cc.Size", @@ -1711,11 +891,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 63 + "__id__": 27 }, "_enabled": true, "__prefab": { - "__id__": 67 + "__id__": 31 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1779,11 +959,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 63 + "__id__": 27 }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 33 }, "_alignFlags": 8, "_target": null, @@ -1828,30 +1008,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 62 + "__id__": 26 }, "_children": [ { - "__id__": 72 + "__id__": 36 }, { - "__id__": 78 + "__id__": 42 } ], "_active": true, "_components": [ { - "__id__": 86 + "__id__": 50 }, { - "__id__": 88 + "__id__": 52 }, { - "__id__": 90 + "__id__": 54 } ], "_prefab": { - "__id__": 92 + "__id__": 56 }, "_lpos": { "__type__": "cc.Vec3", @@ -1888,20 +1068,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 71 + "__id__": 35 }, "_children": [], "_active": true, "_components": [ { - "__id__": 73 + "__id__": 37 }, { - "__id__": 75 + "__id__": 39 } ], "_prefab": { - "__id__": 77 + "__id__": 41 }, "_lpos": { "__type__": "cc.Vec3", @@ -1938,11 +1118,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 72 + "__id__": 36 }, "_enabled": true, "__prefab": { - "__id__": 74 + "__id__": 38 }, "_contentSize": { "__type__": "cc.Size", @@ -1966,11 +1146,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 72 + "__id__": 36 }, "_enabled": true, "__prefab": { - "__id__": 76 + "__id__": 40 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2027,23 +1207,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 71 + "__id__": 35 }, "_children": [], "_active": true, "_components": [ { - "__id__": 79 + "__id__": 43 }, { - "__id__": 81 + "__id__": 45 }, { - "__id__": 83 + "__id__": 47 } ], "_prefab": { - "__id__": 85 + "__id__": 49 }, "_lpos": { "__type__": "cc.Vec3", @@ -2080,11 +1260,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 78 + "__id__": 42 }, "_enabled": true, "__prefab": { - "__id__": 80 + "__id__": 44 }, "_contentSize": { "__type__": "cc.Size", @@ -2108,11 +1288,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 78 + "__id__": 42 }, "_enabled": true, "__prefab": { - "__id__": 82 + "__id__": 46 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2153,11 +1333,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 78 + "__id__": 42 }, "_enabled": true, "__prefab": { - "__id__": 84 + "__id__": 48 }, "_alignFlags": 45, "_target": null, @@ -2202,11 +1382,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 71 + "__id__": 35 }, "_enabled": true, "__prefab": { - "__id__": 87 + "__id__": 51 }, "_contentSize": { "__type__": "cc.Size", @@ -2230,11 +1410,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 71 + "__id__": 35 }, "_enabled": false, "__prefab": { - "__id__": 89 + "__id__": 53 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2278,14 +1458,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 71 + "__id__": 35 }, "_enabled": true, "__prefab": { - "__id__": 91 + "__id__": 55 }, "_barSprite": { - "__id__": 75 + "__id__": 39 }, "_mode": 0, "_totalLength": 200, @@ -2316,23 +1496,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 62 + "__id__": 26 }, "_children": [], "_active": true, "_components": [ { - "__id__": 94 + "__id__": 58 }, { - "__id__": 96 + "__id__": 60 }, { - "__id__": 98 + "__id__": 62 } ], "_prefab": { - "__id__": 100 + "__id__": 64 }, "_lpos": { "__type__": "cc.Vec3", @@ -2369,11 +1549,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 57 }, "_enabled": true, "__prefab": { - "__id__": 95 + "__id__": 59 }, "_contentSize": { "__type__": "cc.Size", @@ -2397,11 +1577,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 57 }, "_enabled": true, "__prefab": { - "__id__": 97 + "__id__": 61 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2465,11 +1645,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 93 + "__id__": 57 }, "_enabled": true, "__prefab": { - "__id__": 99 + "__id__": 63 }, "_alignFlags": 8, "_target": null, @@ -2514,11 +1694,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 62 + "__id__": 26 }, "_enabled": true, "__prefab": { - "__id__": 102 + "__id__": 66 }, "_contentSize": { "__type__": "cc.Size", @@ -2542,11 +1722,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 62 + "__id__": 26 }, "_enabled": true, "__prefab": { - "__id__": 104 + "__id__": 68 }, "_alignFlags": 40, "_target": null, @@ -2591,30 +1771,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 61 + "__id__": 25 }, "_children": [ { - "__id__": 107 + "__id__": 71 }, { - "__id__": 115 + "__id__": 79 }, { - "__id__": 137 + "__id__": 101 } ], "_active": true, "_components": [ { - "__id__": 145 + "__id__": 109 }, { - "__id__": 147 + "__id__": 111 } ], "_prefab": { - "__id__": 149 + "__id__": 113 }, "_lpos": { "__type__": "cc.Vec3", @@ -2651,23 +1831,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 106 + "__id__": 70 }, "_children": [], "_active": true, "_components": [ { - "__id__": 108 + "__id__": 72 }, { - "__id__": 110 + "__id__": 74 }, { - "__id__": 112 + "__id__": 76 } ], "_prefab": { - "__id__": 114 + "__id__": 78 }, "_lpos": { "__type__": "cc.Vec3", @@ -2704,11 +1884,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 107 + "__id__": 71 }, "_enabled": true, "__prefab": { - "__id__": 109 + "__id__": 73 }, "_contentSize": { "__type__": "cc.Size", @@ -2732,11 +1912,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 107 + "__id__": 71 }, "_enabled": true, "__prefab": { - "__id__": 111 + "__id__": 75 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2800,11 +1980,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 107 + "__id__": 71 }, "_enabled": true, "__prefab": { - "__id__": 113 + "__id__": 77 }, "_alignFlags": 8, "_target": null, @@ -2849,30 +2029,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 106 + "__id__": 70 }, "_children": [ { - "__id__": 116 + "__id__": 80 }, { - "__id__": 122 + "__id__": 86 } ], "_active": true, "_components": [ { - "__id__": 130 + "__id__": 94 }, { - "__id__": 132 + "__id__": 96 }, { - "__id__": 134 + "__id__": 98 } ], "_prefab": { - "__id__": 136 + "__id__": 100 }, "_lpos": { "__type__": "cc.Vec3", @@ -2909,20 +2089,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 115 + "__id__": 79 }, "_children": [], "_active": true, "_components": [ { - "__id__": 117 + "__id__": 81 }, { - "__id__": 119 + "__id__": 83 } ], "_prefab": { - "__id__": 121 + "__id__": 85 }, "_lpos": { "__type__": "cc.Vec3", @@ -2959,11 +2139,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 116 + "__id__": 80 }, "_enabled": true, "__prefab": { - "__id__": 118 + "__id__": 82 }, "_contentSize": { "__type__": "cc.Size", @@ -2987,11 +2167,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 116 + "__id__": 80 }, "_enabled": true, "__prefab": { - "__id__": 120 + "__id__": 84 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3048,23 +2228,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 115 + "__id__": 79 }, "_children": [], "_active": true, "_components": [ { - "__id__": 123 + "__id__": 87 }, { - "__id__": 125 + "__id__": 89 }, { - "__id__": 127 + "__id__": 91 } ], "_prefab": { - "__id__": 129 + "__id__": 93 }, "_lpos": { "__type__": "cc.Vec3", @@ -3101,11 +2281,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 122 + "__id__": 86 }, "_enabled": true, "__prefab": { - "__id__": 124 + "__id__": 88 }, "_contentSize": { "__type__": "cc.Size", @@ -3129,11 +2309,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 122 + "__id__": 86 }, "_enabled": true, "__prefab": { - "__id__": 126 + "__id__": 90 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3174,11 +2354,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 122 + "__id__": 86 }, "_enabled": true, "__prefab": { - "__id__": 128 + "__id__": 92 }, "_alignFlags": 45, "_target": null, @@ -3223,11 +2403,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 115 + "__id__": 79 }, "_enabled": true, "__prefab": { - "__id__": 131 + "__id__": 95 }, "_contentSize": { "__type__": "cc.Size", @@ -3251,11 +2431,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 115 + "__id__": 79 }, "_enabled": false, "__prefab": { - "__id__": 133 + "__id__": 97 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3299,14 +2479,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 115 + "__id__": 79 }, "_enabled": true, "__prefab": { - "__id__": 135 + "__id__": 99 }, "_barSprite": { - "__id__": 119 + "__id__": 83 }, "_mode": 0, "_totalLength": 200, @@ -3337,23 +2517,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 106 + "__id__": 70 }, "_children": [], "_active": true, "_components": [ { - "__id__": 138 + "__id__": 102 }, { - "__id__": 140 + "__id__": 104 }, { - "__id__": 142 + "__id__": 106 } ], "_prefab": { - "__id__": 144 + "__id__": 108 }, "_lpos": { "__type__": "cc.Vec3", @@ -3390,11 +2570,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 137 + "__id__": 101 }, "_enabled": true, "__prefab": { - "__id__": 139 + "__id__": 103 }, "_contentSize": { "__type__": "cc.Size", @@ -3418,11 +2598,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 137 + "__id__": 101 }, "_enabled": true, "__prefab": { - "__id__": 141 + "__id__": 105 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3486,11 +2666,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 137 + "__id__": 101 }, "_enabled": true, "__prefab": { - "__id__": 143 + "__id__": 107 }, "_alignFlags": 8, "_target": null, @@ -3535,11 +2715,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 106 + "__id__": 70 }, "_enabled": true, "__prefab": { - "__id__": 146 + "__id__": 110 }, "_contentSize": { "__type__": "cc.Size", @@ -3563,11 +2743,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 106 + "__id__": 70 }, "_enabled": true, "__prefab": { - "__id__": 148 + "__id__": 112 }, "_alignFlags": 40, "_target": null, @@ -3612,30 +2792,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 61 + "__id__": 25 }, "_children": [ { - "__id__": 151 + "__id__": 115 }, { - "__id__": 159 + "__id__": 123 }, { - "__id__": 181 + "__id__": 145 } ], "_active": true, "_components": [ { - "__id__": 189 + "__id__": 153 }, { - "__id__": 191 + "__id__": 155 } ], "_prefab": { - "__id__": 193 + "__id__": 157 }, "_lpos": { "__type__": "cc.Vec3", @@ -3672,23 +2852,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 150 + "__id__": 114 }, "_children": [], "_active": true, "_components": [ { - "__id__": 152 + "__id__": 116 }, { - "__id__": 154 + "__id__": 118 }, { - "__id__": 156 + "__id__": 120 } ], "_prefab": { - "__id__": 158 + "__id__": 122 }, "_lpos": { "__type__": "cc.Vec3", @@ -3725,11 +2905,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 151 + "__id__": 115 }, "_enabled": true, "__prefab": { - "__id__": 153 + "__id__": 117 }, "_contentSize": { "__type__": "cc.Size", @@ -3753,11 +2933,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 151 + "__id__": 115 }, "_enabled": true, "__prefab": { - "__id__": 155 + "__id__": 119 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3821,11 +3001,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 151 + "__id__": 115 }, "_enabled": true, "__prefab": { - "__id__": 157 + "__id__": 121 }, "_alignFlags": 8, "_target": null, @@ -3870,30 +3050,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 150 + "__id__": 114 }, "_children": [ { - "__id__": 160 + "__id__": 124 }, { - "__id__": 166 + "__id__": 130 } ], "_active": true, "_components": [ { - "__id__": 174 + "__id__": 138 }, { - "__id__": 176 + "__id__": 140 }, { - "__id__": 178 + "__id__": 142 } ], "_prefab": { - "__id__": 180 + "__id__": 144 }, "_lpos": { "__type__": "cc.Vec3", @@ -3930,20 +3110,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 159 + "__id__": 123 }, "_children": [], "_active": true, "_components": [ { - "__id__": 161 + "__id__": 125 }, { - "__id__": 163 + "__id__": 127 } ], "_prefab": { - "__id__": 165 + "__id__": 129 }, "_lpos": { "__type__": "cc.Vec3", @@ -3980,11 +3160,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 160 + "__id__": 124 }, "_enabled": true, "__prefab": { - "__id__": 162 + "__id__": 126 }, "_contentSize": { "__type__": "cc.Size", @@ -4008,11 +3188,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 160 + "__id__": 124 }, "_enabled": true, "__prefab": { - "__id__": 164 + "__id__": 128 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4069,23 +3249,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 159 + "__id__": 123 }, "_children": [], "_active": true, "_components": [ { - "__id__": 167 + "__id__": 131 }, { - "__id__": 169 + "__id__": 133 }, { - "__id__": 171 + "__id__": 135 } ], "_prefab": { - "__id__": 173 + "__id__": 137 }, "_lpos": { "__type__": "cc.Vec3", @@ -4122,11 +3302,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 166 + "__id__": 130 }, "_enabled": true, "__prefab": { - "__id__": 168 + "__id__": 132 }, "_contentSize": { "__type__": "cc.Size", @@ -4150,11 +3330,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 166 + "__id__": 130 }, "_enabled": true, "__prefab": { - "__id__": 170 + "__id__": 134 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4195,11 +3375,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 166 + "__id__": 130 }, "_enabled": true, "__prefab": { - "__id__": 172 + "__id__": 136 }, "_alignFlags": 45, "_target": null, @@ -4244,11 +3424,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 159 + "__id__": 123 }, "_enabled": true, "__prefab": { - "__id__": 175 + "__id__": 139 }, "_contentSize": { "__type__": "cc.Size", @@ -4272,11 +3452,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 159 + "__id__": 123 }, "_enabled": false, "__prefab": { - "__id__": 177 + "__id__": 141 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4320,14 +3500,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 159 + "__id__": 123 }, "_enabled": true, "__prefab": { - "__id__": 179 + "__id__": 143 }, "_barSprite": { - "__id__": 163 + "__id__": 127 }, "_mode": 0, "_totalLength": 200, @@ -4358,23 +3538,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 150 + "__id__": 114 }, "_children": [], "_active": true, "_components": [ { - "__id__": 182 + "__id__": 146 }, { - "__id__": 184 + "__id__": 148 }, { - "__id__": 186 + "__id__": 150 } ], "_prefab": { - "__id__": 188 + "__id__": 152 }, "_lpos": { "__type__": "cc.Vec3", @@ -4411,11 +3591,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 181 + "__id__": 145 }, "_enabled": true, "__prefab": { - "__id__": 183 + "__id__": 147 }, "_contentSize": { "__type__": "cc.Size", @@ -4439,11 +3619,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 181 + "__id__": 145 }, "_enabled": true, "__prefab": { - "__id__": 185 + "__id__": 149 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4507,11 +3687,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 181 + "__id__": 145 }, "_enabled": true, "__prefab": { - "__id__": 187 + "__id__": 151 }, "_alignFlags": 8, "_target": null, @@ -4556,11 +3736,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 150 + "__id__": 114 }, "_enabled": true, "__prefab": { - "__id__": 190 + "__id__": 154 }, "_contentSize": { "__type__": "cc.Size", @@ -4584,11 +3764,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 150 + "__id__": 114 }, "_enabled": true, "__prefab": { - "__id__": 192 + "__id__": 156 }, "_alignFlags": 40, "_target": null, @@ -4633,30 +3813,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 61 + "__id__": 25 }, "_children": [ { - "__id__": 195 + "__id__": 159 }, { - "__id__": 203 + "__id__": 167 }, { - "__id__": 225 + "__id__": 189 } ], "_active": true, "_components": [ { - "__id__": 233 + "__id__": 197 }, { - "__id__": 235 + "__id__": 199 } ], "_prefab": { - "__id__": 237 + "__id__": 201 }, "_lpos": { "__type__": "cc.Vec3", @@ -4693,23 +3873,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 194 + "__id__": 158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 196 + "__id__": 160 }, { - "__id__": 198 + "__id__": 162 }, { - "__id__": 200 + "__id__": 164 } ], "_prefab": { - "__id__": 202 + "__id__": 166 }, "_lpos": { "__type__": "cc.Vec3", @@ -4746,11 +3926,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 195 + "__id__": 159 }, "_enabled": true, "__prefab": { - "__id__": 197 + "__id__": 161 }, "_contentSize": { "__type__": "cc.Size", @@ -4774,11 +3954,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 195 + "__id__": 159 }, "_enabled": true, "__prefab": { - "__id__": 199 + "__id__": 163 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4842,11 +4022,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 195 + "__id__": 159 }, "_enabled": true, "__prefab": { - "__id__": 201 + "__id__": 165 }, "_alignFlags": 8, "_target": null, @@ -4891,30 +4071,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 194 + "__id__": 158 }, "_children": [ { - "__id__": 204 + "__id__": 168 }, { - "__id__": 210 + "__id__": 174 } ], "_active": true, "_components": [ { - "__id__": 218 + "__id__": 182 }, { - "__id__": 220 + "__id__": 184 }, { - "__id__": 222 + "__id__": 186 } ], "_prefab": { - "__id__": 224 + "__id__": 188 }, "_lpos": { "__type__": "cc.Vec3", @@ -4951,20 +4131,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 203 + "__id__": 167 }, "_children": [], "_active": true, "_components": [ { - "__id__": 205 + "__id__": 169 }, { - "__id__": 207 + "__id__": 171 } ], "_prefab": { - "__id__": 209 + "__id__": 173 }, "_lpos": { "__type__": "cc.Vec3", @@ -5001,11 +4181,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 204 + "__id__": 168 }, "_enabled": true, "__prefab": { - "__id__": 206 + "__id__": 170 }, "_contentSize": { "__type__": "cc.Size", @@ -5029,11 +4209,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 204 + "__id__": 168 }, "_enabled": true, "__prefab": { - "__id__": 208 + "__id__": 172 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5090,23 +4270,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 203 + "__id__": 167 }, "_children": [], "_active": true, "_components": [ { - "__id__": 211 + "__id__": 175 }, { - "__id__": 213 + "__id__": 177 }, { - "__id__": 215 + "__id__": 179 } ], "_prefab": { - "__id__": 217 + "__id__": 181 }, "_lpos": { "__type__": "cc.Vec3", @@ -5143,11 +4323,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 210 + "__id__": 174 }, "_enabled": true, "__prefab": { - "__id__": 212 + "__id__": 176 }, "_contentSize": { "__type__": "cc.Size", @@ -5171,11 +4351,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 210 + "__id__": 174 }, "_enabled": true, "__prefab": { - "__id__": 214 + "__id__": 178 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5216,11 +4396,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 210 + "__id__": 174 }, "_enabled": true, "__prefab": { - "__id__": 216 + "__id__": 180 }, "_alignFlags": 45, "_target": null, @@ -5265,11 +4445,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 203 + "__id__": 167 }, "_enabled": true, "__prefab": { - "__id__": 219 + "__id__": 183 }, "_contentSize": { "__type__": "cc.Size", @@ -5293,11 +4473,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 203 + "__id__": 167 }, "_enabled": false, "__prefab": { - "__id__": 221 + "__id__": 185 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5341,14 +4521,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 203 + "__id__": 167 }, "_enabled": true, "__prefab": { - "__id__": 223 + "__id__": 187 }, "_barSprite": { - "__id__": 207 + "__id__": 171 }, "_mode": 0, "_totalLength": 200, @@ -5379,23 +4559,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 194 + "__id__": 158 }, "_children": [], "_active": true, "_components": [ { - "__id__": 226 + "__id__": 190 }, { - "__id__": 228 + "__id__": 192 }, { - "__id__": 230 + "__id__": 194 } ], "_prefab": { - "__id__": 232 + "__id__": 196 }, "_lpos": { "__type__": "cc.Vec3", @@ -5432,11 +4612,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 225 + "__id__": 189 }, "_enabled": true, "__prefab": { - "__id__": 227 + "__id__": 191 }, "_contentSize": { "__type__": "cc.Size", @@ -5460,11 +4640,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 225 + "__id__": 189 }, "_enabled": true, "__prefab": { - "__id__": 229 + "__id__": 193 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5528,11 +4708,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 225 + "__id__": 189 }, "_enabled": true, "__prefab": { - "__id__": 231 + "__id__": 195 }, "_alignFlags": 8, "_target": null, @@ -5577,11 +4757,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 194 + "__id__": 158 }, "_enabled": true, "__prefab": { - "__id__": 234 + "__id__": 198 }, "_contentSize": { "__type__": "cc.Size", @@ -5605,11 +4785,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 194 + "__id__": 158 }, "_enabled": true, "__prefab": { - "__id__": 236 + "__id__": 200 }, "_alignFlags": 40, "_target": null, @@ -5654,30 +4834,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 61 + "__id__": 25 }, "_children": [ { - "__id__": 239 + "__id__": 203 }, { - "__id__": 247 + "__id__": 211 }, { - "__id__": 269 + "__id__": 233 } ], "_active": true, "_components": [ { - "__id__": 277 + "__id__": 241 }, { - "__id__": 279 + "__id__": 243 } ], "_prefab": { - "__id__": 281 + "__id__": 245 }, "_lpos": { "__type__": "cc.Vec3", @@ -5714,23 +4894,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 238 + "__id__": 202 }, "_children": [], "_active": true, "_components": [ { - "__id__": 240 + "__id__": 204 }, { - "__id__": 242 + "__id__": 206 }, { - "__id__": 244 + "__id__": 208 } ], "_prefab": { - "__id__": 246 + "__id__": 210 }, "_lpos": { "__type__": "cc.Vec3", @@ -5767,11 +4947,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 239 + "__id__": 203 }, "_enabled": true, "__prefab": { - "__id__": 241 + "__id__": 205 }, "_contentSize": { "__type__": "cc.Size", @@ -5795,11 +4975,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 239 + "__id__": 203 }, "_enabled": true, "__prefab": { - "__id__": 243 + "__id__": 207 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5863,11 +5043,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 239 + "__id__": 203 }, "_enabled": true, "__prefab": { - "__id__": 245 + "__id__": 209 }, "_alignFlags": 8, "_target": null, @@ -5912,30 +5092,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 238 + "__id__": 202 }, "_children": [ { - "__id__": 248 + "__id__": 212 }, { - "__id__": 254 + "__id__": 218 } ], "_active": true, "_components": [ { - "__id__": 262 + "__id__": 226 }, { - "__id__": 264 + "__id__": 228 }, { - "__id__": 266 + "__id__": 230 } ], "_prefab": { - "__id__": 268 + "__id__": 232 }, "_lpos": { "__type__": "cc.Vec3", @@ -5972,20 +5152,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 247 + "__id__": 211 }, "_children": [], "_active": true, "_components": [ { - "__id__": 249 + "__id__": 213 }, { - "__id__": 251 + "__id__": 215 } ], "_prefab": { - "__id__": 253 + "__id__": 217 }, "_lpos": { "__type__": "cc.Vec3", @@ -6022,11 +5202,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 248 + "__id__": 212 }, "_enabled": true, "__prefab": { - "__id__": 250 + "__id__": 214 }, "_contentSize": { "__type__": "cc.Size", @@ -6050,11 +5230,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 248 + "__id__": 212 }, "_enabled": true, "__prefab": { - "__id__": 252 + "__id__": 216 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6111,23 +5291,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 247 + "__id__": 211 }, "_children": [], "_active": true, "_components": [ { - "__id__": 255 + "__id__": 219 }, { - "__id__": 257 + "__id__": 221 }, { - "__id__": 259 + "__id__": 223 } ], "_prefab": { - "__id__": 261 + "__id__": 225 }, "_lpos": { "__type__": "cc.Vec3", @@ -6164,11 +5344,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 254 + "__id__": 218 }, "_enabled": true, "__prefab": { - "__id__": 256 + "__id__": 220 }, "_contentSize": { "__type__": "cc.Size", @@ -6192,11 +5372,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 254 + "__id__": 218 }, "_enabled": true, "__prefab": { - "__id__": 258 + "__id__": 222 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6237,11 +5417,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 254 + "__id__": 218 }, "_enabled": true, "__prefab": { - "__id__": 260 + "__id__": 224 }, "_alignFlags": 45, "_target": null, @@ -6286,11 +5466,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 247 + "__id__": 211 }, "_enabled": true, "__prefab": { - "__id__": 263 + "__id__": 227 }, "_contentSize": { "__type__": "cc.Size", @@ -6314,11 +5494,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 247 + "__id__": 211 }, "_enabled": false, "__prefab": { - "__id__": 265 + "__id__": 229 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6362,14 +5542,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 247 + "__id__": 211 }, "_enabled": true, "__prefab": { - "__id__": 267 + "__id__": 231 }, "_barSprite": { - "__id__": 251 + "__id__": 215 }, "_mode": 0, "_totalLength": 200, @@ -6400,23 +5580,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 238 + "__id__": 202 }, "_children": [], "_active": true, "_components": [ { - "__id__": 270 + "__id__": 234 }, { - "__id__": 272 + "__id__": 236 }, { - "__id__": 274 + "__id__": 238 } ], "_prefab": { - "__id__": 276 + "__id__": 240 }, "_lpos": { "__type__": "cc.Vec3", @@ -6453,11 +5633,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 269 + "__id__": 233 }, "_enabled": true, "__prefab": { - "__id__": 271 + "__id__": 235 }, "_contentSize": { "__type__": "cc.Size", @@ -6481,11 +5661,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 269 + "__id__": 233 }, "_enabled": true, "__prefab": { - "__id__": 273 + "__id__": 237 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6549,11 +5729,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 269 + "__id__": 233 }, "_enabled": true, "__prefab": { - "__id__": 275 + "__id__": 239 }, "_alignFlags": 8, "_target": null, @@ -6598,11 +5778,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 238 + "__id__": 202 }, "_enabled": true, "__prefab": { - "__id__": 278 + "__id__": 242 }, "_contentSize": { "__type__": "cc.Size", @@ -6626,11 +5806,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 238 + "__id__": 202 }, "_enabled": true, "__prefab": { - "__id__": 280 + "__id__": 244 }, "_alignFlags": 40, "_target": null, @@ -6675,11 +5855,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 61 + "__id__": 25 }, "_enabled": true, "__prefab": { - "__id__": 283 + "__id__": 247 }, "_contentSize": { "__type__": "cc.Size", @@ -6703,11 +5883,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 61 + "__id__": 25 }, "_enabled": false, "__prefab": { - "__id__": 285 + "__id__": 249 }, "_alignFlags": 44, "_target": null, @@ -6739,11 +5919,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 61 + "__id__": 25 }, "_enabled": true, "__prefab": { - "__id__": 287 + "__id__": 251 }, "_resizeMode": 0, "_layoutType": 3, @@ -6777,11 +5957,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 61 + "__id__": 25 }, "_enabled": false, "__prefab": { - "__id__": 289 + "__id__": 253 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6834,27 +6014,816 @@ }, { "__type__": "cc.Node", - "_name": "blue dialog main box", + "_name": "total", "_objFlags": 0, "__editorExtras__": {}, "_parent": { "__id__": 24 }, + "_children": [ + { + "__id__": 256 + }, + { + "__id__": 278 + } + ], + "_active": true, + "_components": [ + { + "__id__": 300 + }, + { + "__id__": 302 + } + ], + "_prefab": { + "__id__": 304 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -146.286, + "y": 309.257, + "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": "score_label", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 255 + }, + "_children": [ + { + "__id__": 257 + } + ], + "_active": true, + "_components": [ + { + "__id__": 271 + }, + { + "__id__": 273 + }, + { + "__id__": 275 + } + ], + "_prefab": { + "__id__": 277 + }, + "_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.Node", + "_name": "new", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 256 + }, + "_children": [ + { + "__id__": 258 + } + ], + "_active": false, + "_components": [ + { + "__id__": 264 + }, + { + "__id__": 266 + }, + { + "__id__": 268 + } + ], + "_prefab": { + "__id__": 270 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 74.5, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 257 + }, "_children": [], "_active": true, "_components": [ { - "__id__": 292 + "__id__": 259 }, { - "__id__": 294 - }, - { - "__id__": 296 + "__id__": 261 } ], "_prefab": { - "__id__": 298 + "__id__": 263 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 7.264, + "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__": 258 + }, + "_enabled": true, + "__prefab": { + "__id__": 260 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 45.123046875, + "height": 54.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "9dRHjBG1RCUJ+GHjYiAADQ" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 258 + }, + "_enabled": true, + "__prefab": { + "__id__": 262 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "New", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_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": "83YUh2xftBHJFFZE4qsr6j" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f8+a7leKpLZ4VtTnTddHwQ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 257 + }, + "_enabled": true, + "__prefab": { + "__id__": 265 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 85, + "height": 64 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2cJQBOVNpPJbWE+zw5tTnA" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 257 + }, + "_enabled": true, + "__prefab": { + "__id__": 267 + }, + "_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@491a0", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "2a7BtcahpCobWBoPrleIWB" + }, + { + "__type__": "cc.Animation", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 257 + }, + "_enabled": true, + "__prefab": { + "__id__": 269 + }, + "playOnLoad": true, + "_clips": [ + { + "__uuid__": "6bb4dd88-c4ab-4519-8295-a64ad4c6f121", + "__expectedType__": "cc.AnimationClip" + } + ], + "_defaultClip": { + "__uuid__": "6bb4dd88-c4ab-4519-8295-a64ad4c6f121", + "__expectedType__": "cc.AnimationClip" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "23GA/K88xA6o4aHpicq15P" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a6sIQnEy5HTaFeaGu7d/GD", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 256 + }, + "_enabled": true, + "__prefab": { + "__id__": 272 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4fk0iBlFJKJocySQGwyC9T" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 256 + }, + "_enabled": true, + "__prefab": { + "__id__": 274 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "99999", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 31, + "_fontSize": 30, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": true, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "94mv6rx35D3KyU0wTqwTF7" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 256 + }, + "_enabled": true, + "__prefab": { + "__id__": 276 + }, + "_alignFlags": 8, + "_target": null, + "_left": 0, + "_right": 118.8720703125, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 42.255859375, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "87qQ0ERtBJZq+2ybJg5sw6" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "1buDDwlEFN4oUAqy4VePPW", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "ProgressBar", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 255 + }, + "_children": [ + { + "__id__": 279 + }, + { + "__id__": 285 + } + ], + "_active": false, + "_components": [ + { + "__id__": 293 + }, + { + "__id__": 295 + }, + { + "__id__": 297 + } + ], + "_prefab": { + "__id__": 299 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 122.253, + "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": "Bar", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 278 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 280 + }, + { + "__id__": 282 + } + ], + "_prefab": { + "__id__": 284 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -150, + "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__": 279 + }, + "_enabled": true, + "__prefab": { + "__id__": 281 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 150, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e3V9nFGhpC0J/qNmUhgB6R" + }, + { + "__type__": "cc.Sprite", + "_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 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@835d4", + "__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": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e7ueyPw6NHCaiXaNTAhm6l" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4cJBagv2RMCpVjRa4CXK3W", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Slider_Level_03_InnerBorder1", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 278 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 286 + }, + { + "__id__": 288 + }, + { + "__id__": 290 + } + ], + "_prefab": { + "__id__": 292 }, "_lpos": { "__type__": "cc.Vec3", @@ -6891,11 +6860,377 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 291 + "__id__": 285 }, "_enabled": true, "__prefab": { - "__id__": 293 + "__id__": 287 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 300, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "c5aabt4U5EjZPz0YVIgGb6" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 285 + }, + "_enabled": true, + "__prefab": { + "__id__": 289 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@95588", + "__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": "40m7Y7cQpIMaJwq4NLaiBd" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 285 + }, + "_enabled": true, + "__prefab": { + "__id__": 291 + }, + "_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": 23, + "_originalHeight": 24, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "86CgLbq8BJ3qLJbEO9w53m" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "62iy9/dCtMjIQnalmoGScw", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 278 + }, + "_enabled": true, + "__prefab": { + "__id__": 294 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 300, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e3NGPRdhZOUJo8059OQRsG" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 278 + }, + "_enabled": false, + "__prefab": { + "__id__": 296 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@46c83", + "__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": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6aFgOoJGNGy7NM/djI8Yzs" + }, + { + "__type__": "cc.ProgressBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 278 + }, + "_enabled": true, + "__prefab": { + "__id__": 298 + }, + "_barSprite": { + "__id__": 282 + }, + "_mode": 0, + "_totalLength": 300, + "_progress": 0.5, + "_reverse": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e5gmPR1WhHm4eMd/zQH1U9" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "18aimsMw9NDKJOZ22lzQRG", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 255 + }, + "_enabled": true, + "__prefab": { + "__id__": 301 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 300, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "28MQFdIdpNyLjY7G65z1RZ" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 255 + }, + "_enabled": true, + "__prefab": { + "__id__": 303 + }, + "_alignFlags": 40, + "_target": null, + "_left": 33.71400000000028, + "_right": 326.2860000000003, + "_top": 0, + "_bottom": 0, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3djr0VU2lNmau4PBYunqMU" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0d9guH8sRJpLeB5ct3O/1n", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "blue dialog main box", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 24 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 306 + }, + { + "__id__": 308 + }, + { + "__id__": 310 + } + ], + "_prefab": { + "__id__": 312 + }, + "_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__": 305 + }, + "_enabled": true, + "__prefab": { + "__id__": 307 }, "_contentSize": { "__type__": "cc.Size", @@ -6919,11 +7254,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 291 + "__id__": 305 }, "_enabled": false, "__prefab": { - "__id__": 295 + "__id__": 309 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6967,11 +7302,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 291 + "__id__": 305 }, "_enabled": true, "__prefab": { - "__id__": 297 + "__id__": 311 }, "_alignFlags": 45, "_target": null, @@ -7022,17 +7357,17 @@ "_active": false, "_components": [ { - "__id__": 300 + "__id__": 314 }, { - "__id__": 302 + "__id__": 316 }, { - "__id__": 304 + "__id__": 318 } ], "_prefab": { - "__id__": 306 + "__id__": 320 }, "_lpos": { "__type__": "cc.Vec3", @@ -7069,11 +7404,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 299 + "__id__": 313 }, "_enabled": true, "__prefab": { - "__id__": 301 + "__id__": 315 }, "_contentSize": { "__type__": "cc.Size", @@ -7097,11 +7432,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 299 + "__id__": 313 }, "_enabled": true, "__prefab": { - "__id__": 303 + "__id__": 317 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7142,11 +7477,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 299 + "__id__": 313 }, "_enabled": true, "__prefab": { - "__id__": 305 + "__id__": 319 }, "_alignFlags": 1, "_target": null, @@ -7195,29 +7530,29 @@ }, "_children": [ { - "__id__": 308 + "__id__": 322 }, { - "__id__": 314 + "__id__": 328 }, { - "__id__": 320 + "__id__": 334 } ], "_active": true, "_components": [ { - "__id__": 791 + "__id__": 805 }, { - "__id__": 793 + "__id__": 807 }, { - "__id__": 795 + "__id__": 809 } ], "_prefab": { - "__id__": 797 + "__id__": 811 }, "_lpos": { "__type__": "cc.Vec3", @@ -7254,20 +7589,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 307 + "__id__": 321 }, "_children": [], "_active": true, "_components": [ { - "__id__": 309 + "__id__": 323 }, { - "__id__": 311 + "__id__": 325 } ], "_prefab": { - "__id__": 313 + "__id__": 327 }, "_lpos": { "__type__": "cc.Vec3", @@ -7304,11 +7639,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 308 + "__id__": 322 }, "_enabled": true, "__prefab": { - "__id__": 310 + "__id__": 324 }, "_contentSize": { "__type__": "cc.Size", @@ -7332,11 +7667,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 308 + "__id__": 322 }, "_enabled": true, "__prefab": { - "__id__": 312 + "__id__": 326 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7390,20 +7725,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 307 + "__id__": 321 }, "_children": [], "_active": true, "_components": [ { - "__id__": 315 + "__id__": 329 }, { - "__id__": 317 + "__id__": 331 } ], "_prefab": { - "__id__": 319 + "__id__": 333 }, "_lpos": { "__type__": "cc.Vec3", @@ -7440,11 +7775,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 314 + "__id__": 328 }, "_enabled": true, "__prefab": { - "__id__": 316 + "__id__": 330 }, "_contentSize": { "__type__": "cc.Size", @@ -7468,11 +7803,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 314 + "__id__": 328 }, "_enabled": true, "__prefab": { - "__id__": 318 + "__id__": 332 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7526,20 +7861,14 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 307 + "__id__": 321 }, "_children": [ { - "__id__": 321 + "__id__": 335 }, { - "__id__": 405 - }, - { - "__id__": 413 - }, - { - "__id__": 421 + "__id__": 419 }, { "__id__": 427 @@ -7548,32 +7877,38 @@ "__id__": 435 }, { - "__id__": 506 + "__id__": 441 }, { - "__id__": 528 + "__id__": 449 }, { - "__id__": 558 + "__id__": 520 }, { - "__id__": 720 + "__id__": 542 }, { - "__id__": 748 + "__id__": 572 }, { - "__id__": 776 + "__id__": 734 + }, + { + "__id__": 762 + }, + { + "__id__": 790 } ], "_active": true, "_components": [ { - "__id__": 788 + "__id__": 802 } ], "_prefab": { - "__id__": 790 + "__id__": 804 }, "_lpos": { "__type__": "cc.Vec3", @@ -7610,14 +7945,11 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [ { - "__id__": 322 - }, - { - "__id__": 330 + "__id__": 336 }, { "__id__": 344 @@ -7630,19 +7962,22 @@ }, { "__id__": 386 + }, + { + "__id__": 400 } ], "_active": true, "_components": [ { - "__id__": 400 + "__id__": 414 }, { - "__id__": 402 + "__id__": 416 } ], "_prefab": { - "__id__": 404 + "__id__": 418 }, "_lpos": { "__type__": "cc.Vec3", @@ -7679,23 +8014,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 321 + "__id__": 335 }, "_children": [], "_active": false, "_components": [ { - "__id__": 323 + "__id__": 337 }, { - "__id__": 325 + "__id__": 339 }, { - "__id__": 327 + "__id__": 341 } ], "_prefab": { - "__id__": 329 + "__id__": 343 }, "_lpos": { "__type__": "cc.Vec3", @@ -7732,11 +8067,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 322 + "__id__": 336 }, "_enabled": true, "__prefab": { - "__id__": 324 + "__id__": 338 }, "_contentSize": { "__type__": "cc.Size", @@ -7760,11 +8095,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 322 + "__id__": 336 }, "_enabled": true, "__prefab": { - "__id__": 326 + "__id__": 340 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7808,11 +8143,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 322 + "__id__": 336 }, "_enabled": true, "__prefab": { - "__id__": 328 + "__id__": 342 }, "_alignFlags": 45, "_target": null, @@ -7857,27 +8192,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 321 + "__id__": 335 }, "_children": [ { - "__id__": 331 + "__id__": 345 } ], "_active": false, "_components": [ { - "__id__": 337 + "__id__": 351 }, { - "__id__": 339 + "__id__": 353 }, { - "__id__": 341 + "__id__": 355 } ], "_prefab": { - "__id__": 343 + "__id__": 357 }, "_lpos": { "__type__": "cc.Vec3", @@ -7914,20 +8249,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 330 + "__id__": 344 }, "_children": [], "_active": true, "_components": [ { - "__id__": 332 + "__id__": 346 }, { - "__id__": 334 + "__id__": 348 } ], "_prefab": { - "__id__": 336 + "__id__": 350 }, "_lpos": { "__type__": "cc.Vec3", @@ -7964,11 +8299,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 331 + "__id__": 345 }, "_enabled": true, "__prefab": { - "__id__": 333 + "__id__": 347 }, "_contentSize": { "__type__": "cc.Size", @@ -7992,11 +8327,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 331 + "__id__": 345 }, "_enabled": true, "__prefab": { - "__id__": 335 + "__id__": 349 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8053,11 +8388,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 330 + "__id__": 344 }, "_enabled": true, "__prefab": { - "__id__": 338 + "__id__": 352 }, "_contentSize": { "__type__": "cc.Size", @@ -8081,11 +8416,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 330 + "__id__": 344 }, "_enabled": true, "__prefab": { - "__id__": 340 + "__id__": 354 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8129,11 +8464,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 330 + "__id__": 344 }, "_enabled": true, "__prefab": { - "__id__": 342 + "__id__": 356 }, "_alignFlags": 45, "_target": null, @@ -8178,27 +8513,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 321 + "__id__": 335 }, "_children": [ { - "__id__": 345 + "__id__": 359 } ], "_active": true, "_components": [ { - "__id__": 351 + "__id__": 365 }, { - "__id__": 353 + "__id__": 367 }, { - "__id__": 355 + "__id__": 369 } ], "_prefab": { - "__id__": 357 + "__id__": 371 }, "_lpos": { "__type__": "cc.Vec3", @@ -8234,327 +8569,6 @@ "_name": "CardFrame_Rectangle_02_BgGradient-001", "_objFlags": 0, "__editorExtras__": {}, - "_parent": { - "__id__": 344 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 346 - }, - { - "__id__": 348 - } - ], - "_prefab": { - "__id__": 350 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 30.192999999999984, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 0.2, - "y": 0.2, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 345 - }, - "_enabled": true, - "__prefab": { - "__id__": 347 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 597, - "height": 597 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "35wEIRmzhM8aLJ2ytl9u3J" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 345 - }, - "_enabled": true, - "__prefab": { - "__id__": 349 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 235, - "b": 0, - "a": 111 - }, - "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@a3f0f", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "7985y6i+lGGJpMl5UnXvoG" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "88ymrDSfBAYKGPWrGC3xXV", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 344 - }, - "_enabled": true, - "__prefab": { - "__id__": 352 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 216, - "height": 310 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "6cRhgeeDlICJ/GH30riVkt" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 344 - }, - "_enabled": true, - "__prefab": { - "__id__": 354 - }, - "_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@536b9", - "__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": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", - "__expectedType__": "cc.SpriteAtlas" - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "62hwat8ENMM626yFL+A6z9" - }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 344 - }, - "_enabled": true, - "__prefab": { - "__id__": 356 - }, - "_alignFlags": 45, - "_target": null, - "_left": 7, - "_right": 7, - "_top": 10, - "_bottom": 10, - "_horizontalCenter": 0, - "_verticalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 181, - "_originalHeight": 202, - "_alignMode": 2, - "_lockFlags": 0, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "15ntYZS4NLBI5YaN+6KJus" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "93DrACDcVAc6xMEwvvVGG9", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "Skill", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 321 - }, - "_children": [ - { - "__id__": 359 - } - ], - "_active": false, - "_components": [ - { - "__id__": 365 - }, - { - "__id__": 367 - }, - { - "__id__": 369 - } - ], - "_prefab": { - "__id__": 371 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0.5, - "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": "CardFrame_Rectangle_02_BgGradient-003", - "_objFlags": 0, - "__editorExtras__": {}, "_parent": { "__id__": 358 }, @@ -8626,7 +8640,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "ccVlc5qqFMQq5sMIA2CfkO" + "fileId": "35wEIRmzhM8aLJ2ytl9u3J" }, { "__type__": "cc.Sprite", @@ -8656,7 +8670,7 @@ }, "_type": 0, "_fillType": 0, - "_sizeMode": 1, + "_sizeMode": 0, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, @@ -8674,7 +8688,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "85XYBAKTxHEpThBzYrZYaJ" + "fileId": "7985y6i+lGGJpMl5UnXvoG" }, { "__type__": "cc.PrefabInfo", @@ -8684,7 +8698,7 @@ "asset": { "__id__": 0 }, - "fileId": "absb7VzPxL7ZvuugW7ZqvW", + "fileId": "88ymrDSfBAYKGPWrGC3xXV", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -8703,8 +8717,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 164, - "height": 223 + "width": 216, + "height": 310 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -8715,7 +8729,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "e42aWtFmBOJJLGeOTjTPPe" + "fileId": "6cRhgeeDlICJ/GH30riVkt" }, { "__type__": "cc.Sprite", @@ -8740,7 +8754,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@19b1d", + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@536b9", "__expectedType__": "cc.SpriteFrame" }, "_type": 1, @@ -8763,7 +8777,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "1eW3mk82FP/ru0gW1bg/RK" + "fileId": "62hwat8ENMM626yFL+A6z9" }, { "__type__": "cc.Widget", @@ -8799,7 +8813,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "b9gFtKzI1EPaOAzFXbrqFs" + "fileId": "15ntYZS4NLBI5YaN+6KJus" }, { "__type__": "cc.PrefabInfo", @@ -8809,25 +8823,25 @@ "asset": { "__id__": 0 }, - "fileId": "168f7Y3QFCcaYIapB08SvX", + "fileId": "93DrACDcVAc6xMEwvvVGG9", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "Potion", + "_name": "Skill", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 321 + "__id__": 335 }, "_children": [ { "__id__": 373 } ], - "_active": true, + "_active": false, "_components": [ { "__id__": 379 @@ -8845,7 +8859,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0, + "y": 0.5, "z": 0 }, "_lrot": { @@ -8873,7 +8887,7 @@ }, { "__type__": "cc.Node", - "_name": "CardFrame_Rectangle_02_BgGradient-004", + "_name": "CardFrame_Rectangle_02_BgGradient-003", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -8947,7 +8961,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "f7aSD2qHBIMJdVQKDIZnd3" + "fileId": "ccVlc5qqFMQq5sMIA2CfkO" }, { "__type__": "cc.Sprite", @@ -8977,7 +8991,7 @@ }, "_type": 0, "_fillType": 0, - "_sizeMode": 0, + "_sizeMode": 1, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, @@ -8995,7 +9009,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "66pa6KBUVKeoT1Xtbb8nW7" + "fileId": "85XYBAKTxHEpThBzYrZYaJ" }, { "__type__": "cc.PrefabInfo", @@ -9005,7 +9019,7 @@ "asset": { "__id__": 0 }, - "fileId": "60wZ8Hci9KDKxQGbctSREp", + "fileId": "absb7VzPxL7ZvuugW7ZqvW", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -9024,8 +9038,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 216, - "height": 310 + "width": 164, + "height": 223 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -9036,7 +9050,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "92GestBLpIW6bqZLSlJVe6" + "fileId": "e42aWtFmBOJJLGeOTjTPPe" }, { "__type__": "cc.Sprite", @@ -9061,7 +9075,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@9d4d9", + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@19b1d", "__expectedType__": "cc.SpriteFrame" }, "_type": 1, @@ -9084,7 +9098,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "6eBnxMTbVMcIS7ypCqSkog" + "fileId": "1eW3mk82FP/ru0gW1bg/RK" }, { "__type__": "cc.Widget", @@ -9120,7 +9134,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "34Bs8bcP9MfqNqdHaSr61A" + "fileId": "b9gFtKzI1EPaOAzFXbrqFs" }, { "__type__": "cc.PrefabInfo", @@ -9130,25 +9144,25 @@ "asset": { "__id__": 0 }, - "fileId": "60OZPpkwBJd5MMq8pdRQKd", + "fileId": "168f7Y3QFCcaYIapB08SvX", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "lv5", + "_name": "Potion", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 321 + "__id__": 335 }, "_children": [ { "__id__": 387 } ], - "_active": false, + "_active": true, "_components": [ { "__id__": 393 @@ -9166,7 +9180,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0.5, + "y": 0, "z": 0 }, "_lrot": { @@ -9194,7 +9208,7 @@ }, { "__type__": "cc.Node", - "_name": "CardFrame_Rectangle_02_BgGradient-002", + "_name": "CardFrame_Rectangle_02_BgGradient-004", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -9268,7 +9282,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "afC1iYyTRHaLHvZ+tXXX9E" + "fileId": "f7aSD2qHBIMJdVQKDIZnd3" }, { "__type__": "cc.Sprite", @@ -9298,6 +9312,327 @@ }, "_type": 0, "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "66pa6KBUVKeoT1Xtbb8nW7" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "60wZ8Hci9KDKxQGbctSREp", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 386 + }, + "_enabled": true, + "__prefab": { + "__id__": 394 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 216, + "height": 310 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "92GestBLpIW6bqZLSlJVe6" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 386 + }, + "_enabled": true, + "__prefab": { + "__id__": 396 + }, + "_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@9d4d9", + "__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": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "6eBnxMTbVMcIS7ypCqSkog" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 386 + }, + "_enabled": true, + "__prefab": { + "__id__": 398 + }, + "_alignFlags": 45, + "_target": null, + "_left": 7, + "_right": 7, + "_top": 10, + "_bottom": 10, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 181, + "_originalHeight": 202, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "34Bs8bcP9MfqNqdHaSr61A" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "60OZPpkwBJd5MMq8pdRQKd", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "lv5", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 335 + }, + "_children": [ + { + "__id__": 401 + } + ], + "_active": false, + "_components": [ + { + "__id__": 407 + }, + { + "__id__": 409 + }, + { + "__id__": 411 + } + ], + "_prefab": { + "__id__": 413 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0.5, + "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": "CardFrame_Rectangle_02_BgGradient-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 400 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 402 + }, + { + "__id__": 404 + } + ], + "_prefab": { + "__id__": 406 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 30.192999999999984, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 0.2, + "y": 0.2, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 401 + }, + "_enabled": true, + "__prefab": { + "__id__": 403 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 597, + "height": 597 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "afC1iYyTRHaLHvZ+tXXX9E" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 401 + }, + "_enabled": true, + "__prefab": { + "__id__": 405 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 235, + "b": 0, + "a": 111 + }, + "_spriteFrame": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@a3f0f", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, "_sizeMode": 1, "_fillCenter": { "__type__": "cc.Vec2", @@ -9337,11 +9672,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 386 + "__id__": 400 }, "_enabled": true, "__prefab": { - "__id__": 394 + "__id__": 408 }, "_contentSize": { "__type__": "cc.Size", @@ -9365,11 +9700,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 386 + "__id__": 400 }, "_enabled": true, "__prefab": { - "__id__": 396 + "__id__": 410 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9413,11 +9748,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 386 + "__id__": 400 }, "_enabled": true, "__prefab": { - "__id__": 398 + "__id__": 412 }, "_alignFlags": 45, "_target": null, @@ -9462,11 +9797,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 321 + "__id__": 335 }, "_enabled": true, "__prefab": { - "__id__": 401 + "__id__": 415 }, "_contentSize": { "__type__": "cc.Size", @@ -9490,11 +9825,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 321 + "__id__": 335 }, "_enabled": true, "__prefab": { - "__id__": 403 + "__id__": 417 }, "_alignFlags": 45, "_target": null, @@ -9539,23 +9874,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [], "_active": true, "_components": [ { - "__id__": 406 + "__id__": 420 }, { - "__id__": 408 + "__id__": 422 }, { - "__id__": 410 + "__id__": 424 } ], "_prefab": { - "__id__": 412 + "__id__": 426 }, "_lpos": { "__type__": "cc.Vec3", @@ -9592,11 +9927,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 405 + "__id__": 419 }, "_enabled": true, "__prefab": { - "__id__": 407 + "__id__": 421 }, "_contentSize": { "__type__": "cc.Size", @@ -9620,11 +9955,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 405 + "__id__": 419 }, "_enabled": true, "__prefab": { - "__id__": 409 + "__id__": 423 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9668,11 +10003,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 405 + "__id__": 419 }, "_enabled": true, "__prefab": { - "__id__": 411 + "__id__": 425 }, "playOnLoad": false, "_clips": [], @@ -9702,23 +10037,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [], "_active": false, "_components": [ { - "__id__": 414 + "__id__": 428 }, { - "__id__": 416 + "__id__": 430 }, { - "__id__": 418 + "__id__": 432 } ], "_prefab": { - "__id__": 420 + "__id__": 434 }, "_lpos": { "__type__": "cc.Vec3", @@ -9755,11 +10090,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 413 + "__id__": 427 }, "_enabled": true, "__prefab": { - "__id__": 415 + "__id__": 429 }, "_contentSize": { "__type__": "cc.Size", @@ -9783,11 +10118,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 413 + "__id__": 427 }, "_enabled": true, "__prefab": { - "__id__": 417 + "__id__": 431 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9831,11 +10166,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 413 + "__id__": 427 }, "_enabled": true, "__prefab": { - "__id__": 419 + "__id__": 433 }, "_alignFlags": 44, "_target": null, @@ -9880,20 +10215,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [], "_active": false, "_components": [ { - "__id__": 422 + "__id__": 436 }, { - "__id__": 424 + "__id__": 438 } ], "_prefab": { - "__id__": 426 + "__id__": 440 }, "_lpos": { "__type__": "cc.Vec3", @@ -9930,11 +10265,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 421 + "__id__": 435 }, "_enabled": true, "__prefab": { - "__id__": 423 + "__id__": 437 }, "_contentSize": { "__type__": "cc.Size", @@ -9958,11 +10293,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 421 + "__id__": 435 }, "_enabled": true, "__prefab": { - "__id__": 425 + "__id__": 439 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10019,23 +10354,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [], "_active": true, "_components": [ { - "__id__": 428 + "__id__": 442 }, { - "__id__": 430 + "__id__": 444 }, { - "__id__": 432 + "__id__": 446 } ], "_prefab": { - "__id__": 434 + "__id__": 448 }, "_lpos": { "__type__": "cc.Vec3", @@ -10072,11 +10407,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 427 + "__id__": 441 }, "_enabled": true, "__prefab": { - "__id__": 429 + "__id__": 443 }, "_contentSize": { "__type__": "cc.Size", @@ -10100,11 +10435,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 427 + "__id__": 441 }, "_enabled": true, "__prefab": { - "__id__": 431 + "__id__": 445 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10168,11 +10503,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 427 + "__id__": 441 }, "_enabled": true, "__prefab": { - "__id__": 433 + "__id__": 447 }, "_alignFlags": 17, "_target": null, @@ -10217,45 +10552,45 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [ { - "__id__": 436 + "__id__": 450 }, { - "__id__": 444 + "__id__": 458 }, { - "__id__": 452 + "__id__": 466 }, { - "__id__": 460 + "__id__": 474 }, { - "__id__": 468 + "__id__": 482 }, { - "__id__": 476 + "__id__": 490 }, { - "__id__": 484 + "__id__": 498 }, { - "__id__": 492 + "__id__": 506 } ], "_active": true, "_components": [ { - "__id__": 501 + "__id__": 515 }, { - "__id__": 503 + "__id__": 517 } ], "_prefab": { - "__id__": 505 + "__id__": 519 }, "_lpos": { "__type__": "cc.Vec3", @@ -10292,23 +10627,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 435 + "__id__": 449 }, "_children": [], "_active": false, "_components": [ { - "__id__": 437 + "__id__": 451 }, { - "__id__": 439 + "__id__": 453 }, { - "__id__": 441 + "__id__": 455 } ], "_prefab": { - "__id__": 443 + "__id__": 457 }, "_lpos": { "__type__": "cc.Vec3", @@ -10345,11 +10680,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 436 + "__id__": 450 }, "_enabled": true, "__prefab": { - "__id__": 438 + "__id__": 452 }, "_contentSize": { "__type__": "cc.Size", @@ -10373,11 +10708,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 436 + "__id__": 450 }, "_enabled": true, "__prefab": { - "__id__": 440 + "__id__": 454 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10421,11 +10756,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 436 + "__id__": 450 }, "_enabled": true, "__prefab": { - "__id__": 442 + "__id__": 456 }, "_alignFlags": 45, "_target": null, @@ -10470,23 +10805,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 435 + "__id__": 449 }, "_children": [], "_active": false, "_components": [ { - "__id__": 445 + "__id__": 459 }, { - "__id__": 447 + "__id__": 461 }, { - "__id__": 449 + "__id__": 463 } ], "_prefab": { - "__id__": 451 + "__id__": 465 }, "_lpos": { "__type__": "cc.Vec3", @@ -10523,11 +10858,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 444 + "__id__": 458 }, "_enabled": true, "__prefab": { - "__id__": 446 + "__id__": 460 }, "_contentSize": { "__type__": "cc.Size", @@ -10551,11 +10886,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 444 + "__id__": 458 }, "_enabled": true, "__prefab": { - "__id__": 448 + "__id__": 462 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10599,11 +10934,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 444 + "__id__": 458 }, "_enabled": true, "__prefab": { - "__id__": 450 + "__id__": 464 }, "_alignFlags": 45, "_target": null, @@ -10648,23 +10983,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 435 + "__id__": 449 }, "_children": [], "_active": false, "_components": [ { - "__id__": 453 + "__id__": 467 }, { - "__id__": 455 + "__id__": 469 }, { - "__id__": 457 + "__id__": 471 } ], "_prefab": { - "__id__": 459 + "__id__": 473 }, "_lpos": { "__type__": "cc.Vec3", @@ -10701,11 +11036,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 452 + "__id__": 466 }, "_enabled": true, "__prefab": { - "__id__": 454 + "__id__": 468 }, "_contentSize": { "__type__": "cc.Size", @@ -10729,11 +11064,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 452 + "__id__": 466 }, "_enabled": true, "__prefab": { - "__id__": 456 + "__id__": 470 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10777,11 +11112,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 452 + "__id__": 466 }, "_enabled": true, "__prefab": { - "__id__": 458 + "__id__": 472 }, "_alignFlags": 45, "_target": null, @@ -10826,23 +11161,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 435 + "__id__": 449 }, "_children": [], "_active": false, "_components": [ { - "__id__": 461 + "__id__": 475 }, { - "__id__": 463 + "__id__": 477 }, { - "__id__": 465 + "__id__": 479 } ], "_prefab": { - "__id__": 467 + "__id__": 481 }, "_lpos": { "__type__": "cc.Vec3", @@ -10879,11 +11214,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 460 + "__id__": 474 }, "_enabled": true, "__prefab": { - "__id__": 462 + "__id__": 476 }, "_contentSize": { "__type__": "cc.Size", @@ -10907,11 +11242,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 460 + "__id__": 474 }, "_enabled": true, "__prefab": { - "__id__": 464 + "__id__": 478 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10955,11 +11290,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 460 + "__id__": 474 }, "_enabled": true, "__prefab": { - "__id__": 466 + "__id__": 480 }, "_alignFlags": 45, "_target": null, @@ -11004,23 +11339,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 435 + "__id__": 449 }, "_children": [], "_active": true, "_components": [ { - "__id__": 469 + "__id__": 483 }, { - "__id__": 471 + "__id__": 485 }, { - "__id__": 473 + "__id__": 487 } ], "_prefab": { - "__id__": 475 + "__id__": 489 }, "_lpos": { "__type__": "cc.Vec3", @@ -11057,11 +11392,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 468 + "__id__": 482 }, "_enabled": true, "__prefab": { - "__id__": 470 + "__id__": 484 }, "_contentSize": { "__type__": "cc.Size", @@ -11085,11 +11420,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 468 + "__id__": 482 }, "_enabled": true, "__prefab": { - "__id__": 472 + "__id__": 486 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11133,11 +11468,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 468 + "__id__": 482 }, "_enabled": true, "__prefab": { - "__id__": 474 + "__id__": 488 }, "_alignFlags": 45, "_target": null, @@ -11182,23 +11517,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 435 + "__id__": 449 }, "_children": [], "_active": false, "_components": [ { - "__id__": 477 + "__id__": 491 }, { - "__id__": 479 + "__id__": 493 }, { - "__id__": 481 + "__id__": 495 } ], "_prefab": { - "__id__": 483 + "__id__": 497 }, "_lpos": { "__type__": "cc.Vec3", @@ -11235,11 +11570,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 490 }, "_enabled": true, "__prefab": { - "__id__": 478 + "__id__": 492 }, "_contentSize": { "__type__": "cc.Size", @@ -11263,11 +11598,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 490 }, "_enabled": true, "__prefab": { - "__id__": 480 + "__id__": 494 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11311,11 +11646,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 476 + "__id__": 490 }, "_enabled": true, "__prefab": { - "__id__": 482 + "__id__": 496 }, "_alignFlags": 45, "_target": null, @@ -11360,23 +11695,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 435 + "__id__": 449 }, "_children": [], "_active": false, "_components": [ { - "__id__": 485 + "__id__": 499 }, { - "__id__": 487 + "__id__": 501 }, { - "__id__": 489 + "__id__": 503 } ], "_prefab": { - "__id__": 491 + "__id__": 505 }, "_lpos": { "__type__": "cc.Vec3", @@ -11413,11 +11748,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 484 + "__id__": 498 }, "_enabled": true, "__prefab": { - "__id__": 486 + "__id__": 500 }, "_contentSize": { "__type__": "cc.Size", @@ -11441,11 +11776,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 484 + "__id__": 498 }, "_enabled": true, "__prefab": { - "__id__": 488 + "__id__": 502 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11486,11 +11821,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 484 + "__id__": 498 }, "_enabled": true, "__prefab": { - "__id__": 490 + "__id__": 504 }, "_alignFlags": 44, "_target": null, @@ -11533,17 +11868,17 @@ "__type__": "cc.Node", "_objFlags": 0, "_parent": { - "__id__": 435 + "__id__": 449 }, "_prefab": { - "__id__": 493 + "__id__": 507 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 492 + "__id__": 506 }, "asset": { "__uuid__": "5aae4a6d-b697-4c4b-86d3-8ea91be92be6", @@ -11551,7 +11886,7 @@ }, "fileId": "7347RlFLBEdJZ/A06wfR5f", "instance": { - "__id__": 494 + "__id__": 508 }, "targetOverrides": null }, @@ -11565,19 +11900,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 495 + "__id__": 509 }, { - "__id__": 497 + "__id__": 511 }, { - "__id__": 498 + "__id__": 512 }, { - "__id__": 499 + "__id__": 513 }, { - "__id__": 500 + "__id__": 514 } ], "removedComponents": [] @@ -11585,7 +11920,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 496 + "__id__": 510 }, "propertyPath": [ "_name" @@ -11601,7 +11936,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 496 + "__id__": 510 }, "propertyPath": [ "_lpos" @@ -11616,7 +11951,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 496 + "__id__": 510 }, "propertyPath": [ "_lrot" @@ -11632,7 +11967,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 496 + "__id__": 510 }, "propertyPath": [ "_euler" @@ -11647,7 +11982,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 496 + "__id__": 510 }, "propertyPath": [ "_active" @@ -11660,11 +11995,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 435 + "__id__": 449 }, "_enabled": true, "__prefab": { - "__id__": 502 + "__id__": 516 }, "_contentSize": { "__type__": "cc.Size", @@ -11688,11 +12023,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 435 + "__id__": 449 }, "_enabled": true, "__prefab": { - "__id__": 504 + "__id__": 518 }, "_alignFlags": 45, "_target": null, @@ -11737,27 +12072,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [ { - "__id__": 507 + "__id__": 521 }, { - "__id__": 515 + "__id__": 529 } ], "_active": true, "_components": [ { - "__id__": 523 + "__id__": 537 }, { - "__id__": 525 + "__id__": 539 } ], "_prefab": { - "__id__": 527 + "__id__": 541 }, "_lpos": { "__type__": "cc.Vec3", @@ -11794,23 +12129,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 506 + "__id__": 520 }, "_children": [], "_active": true, "_components": [ { - "__id__": 508 + "__id__": 522 }, { - "__id__": 510 + "__id__": 524 }, { - "__id__": 512 + "__id__": 526 } ], "_prefab": { - "__id__": 514 + "__id__": 528 }, "_lpos": { "__type__": "cc.Vec3", @@ -11847,11 +12182,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 521 }, "_enabled": true, "__prefab": { - "__id__": 509 + "__id__": 523 }, "_contentSize": { "__type__": "cc.Size", @@ -11875,11 +12210,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 521 }, "_enabled": true, "__prefab": { - "__id__": 511 + "__id__": 525 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11920,11 +12255,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 507 + "__id__": 521 }, "_enabled": true, "__prefab": { - "__id__": 513 + "__id__": 527 }, "_alignFlags": 45, "_target": null, @@ -11969,23 +12304,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 506 + "__id__": 520 }, "_children": [], "_active": true, "_components": [ { - "__id__": 516 + "__id__": 530 }, { - "__id__": 518 + "__id__": 532 }, { - "__id__": 520 + "__id__": 534 } ], "_prefab": { - "__id__": 522 + "__id__": 536 }, "_lpos": { "__type__": "cc.Vec3", @@ -12022,11 +12357,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 515 + "__id__": 529 }, "_enabled": true, "__prefab": { - "__id__": 517 + "__id__": 531 }, "_contentSize": { "__type__": "cc.Size", @@ -12050,11 +12385,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 515 + "__id__": 529 }, "_enabled": true, "__prefab": { - "__id__": 519 + "__id__": 533 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12118,11 +12453,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 515 + "__id__": 529 }, "_enabled": true, "__prefab": { - "__id__": 521 + "__id__": 535 }, "_alignFlags": 45, "_target": null, @@ -12167,11 +12502,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 506 + "__id__": 520 }, "_enabled": true, "__prefab": { - "__id__": 524 + "__id__": 538 }, "_contentSize": { "__type__": "cc.Size", @@ -12195,11 +12530,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 506 + "__id__": 520 }, "_enabled": true, "__prefab": { - "__id__": 526 + "__id__": 540 }, "_alignFlags": 16, "_target": null, @@ -12244,33 +12579,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [ { - "__id__": 529 + "__id__": 543 }, { - "__id__": 535 + "__id__": 549 }, { - "__id__": 541 + "__id__": 555 }, { - "__id__": 547 + "__id__": 561 } ], "_active": false, "_components": [ { - "__id__": 553 + "__id__": 567 }, { - "__id__": 555 + "__id__": 569 } ], "_prefab": { - "__id__": 557 + "__id__": 571 }, "_lpos": { "__type__": "cc.Vec3", @@ -12307,20 +12642,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 528 + "__id__": 542 }, "_children": [], "_active": true, "_components": [ { - "__id__": 530 + "__id__": 544 }, { - "__id__": 532 + "__id__": 546 } ], "_prefab": { - "__id__": 534 + "__id__": 548 }, "_lpos": { "__type__": "cc.Vec3", @@ -12357,11 +12692,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 529 + "__id__": 543 }, "_enabled": true, "__prefab": { - "__id__": 531 + "__id__": 545 }, "_contentSize": { "__type__": "cc.Size", @@ -12385,11 +12720,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 529 + "__id__": 543 }, "_enabled": true, "__prefab": { - "__id__": 533 + "__id__": 547 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12443,20 +12778,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 528 + "__id__": 542 }, "_children": [], "_active": true, "_components": [ { - "__id__": 536 + "__id__": 550 }, { - "__id__": 538 + "__id__": 552 } ], "_prefab": { - "__id__": 540 + "__id__": 554 }, "_lpos": { "__type__": "cc.Vec3", @@ -12493,11 +12828,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 535 + "__id__": 549 }, "_enabled": true, "__prefab": { - "__id__": 537 + "__id__": 551 }, "_contentSize": { "__type__": "cc.Size", @@ -12521,11 +12856,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 535 + "__id__": 549 }, "_enabled": true, "__prefab": { - "__id__": 539 + "__id__": 553 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12582,20 +12917,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 528 + "__id__": 542 }, "_children": [], "_active": true, "_components": [ { - "__id__": 542 + "__id__": 556 }, { - "__id__": 544 + "__id__": 558 } ], "_prefab": { - "__id__": 546 + "__id__": 560 }, "_lpos": { "__type__": "cc.Vec3", @@ -12632,11 +12967,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 541 + "__id__": 555 }, "_enabled": true, "__prefab": { - "__id__": 543 + "__id__": 557 }, "_contentSize": { "__type__": "cc.Size", @@ -12660,11 +12995,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 541 + "__id__": 555 }, "_enabled": true, "__prefab": { - "__id__": 545 + "__id__": 559 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12721,20 +13056,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 528 + "__id__": 542 }, "_children": [], "_active": true, "_components": [ { - "__id__": 548 + "__id__": 562 }, { - "__id__": 550 + "__id__": 564 } ], "_prefab": { - "__id__": 552 + "__id__": 566 }, "_lpos": { "__type__": "cc.Vec3", @@ -12771,11 +13106,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 547 + "__id__": 561 }, "_enabled": true, "__prefab": { - "__id__": 549 + "__id__": 563 }, "_contentSize": { "__type__": "cc.Size", @@ -12799,11 +13134,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 547 + "__id__": 561 }, "_enabled": true, "__prefab": { - "__id__": 551 + "__id__": 565 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12860,11 +13195,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 528 + "__id__": 542 }, "_enabled": true, "__prefab": { - "__id__": 554 + "__id__": 568 }, "_contentSize": { "__type__": "cc.Size", @@ -12888,11 +13223,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 528 + "__id__": 542 }, "_enabled": true, "__prefab": { - "__id__": 556 + "__id__": 570 }, "_alignFlags": 33, "_target": null, @@ -12937,42 +13272,42 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [ { - "__id__": 559 + "__id__": 573 }, { - "__id__": 565 + "__id__": 579 }, { - "__id__": 575 + "__id__": 589 }, { - "__id__": 591 + "__id__": 605 }, { - "__id__": 613 + "__id__": 627 }, { - "__id__": 641 + "__id__": 655 }, { - "__id__": 675 + "__id__": 689 } ], "_active": true, "_components": [ { - "__id__": 715 + "__id__": 729 }, { - "__id__": 717 + "__id__": 731 } ], "_prefab": { - "__id__": 719 + "__id__": 733 }, "_lpos": { "__type__": "cc.Vec3", @@ -13009,20 +13344,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 572 }, "_children": [], "_active": true, "_components": [ { - "__id__": 560 + "__id__": 574 }, { - "__id__": 562 + "__id__": 576 } ], "_prefab": { - "__id__": 564 + "__id__": 578 }, "_lpos": { "__type__": "cc.Vec3", @@ -13059,11 +13394,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 573 }, "_enabled": true, "__prefab": { - "__id__": 561 + "__id__": 575 }, "_contentSize": { "__type__": "cc.Size", @@ -13087,11 +13422,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 573 }, "_enabled": true, "__prefab": { - "__id__": 563 + "__id__": 577 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13145,21 +13480,21 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 572 }, "_children": [ { - "__id__": 566 + "__id__": 580 } ], "_active": true, "_components": [ { - "__id__": 572 + "__id__": 586 } ], "_prefab": { - "__id__": 574 + "__id__": 588 }, "_lpos": { "__type__": "cc.Vec3", @@ -13196,20 +13531,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 565 + "__id__": 579 }, "_children": [], "_active": true, "_components": [ { - "__id__": 567 + "__id__": 581 }, { - "__id__": 569 + "__id__": 583 } ], "_prefab": { - "__id__": 571 + "__id__": 585 }, "_lpos": { "__type__": "cc.Vec3", @@ -13246,11 +13581,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 566 + "__id__": 580 }, "_enabled": true, "__prefab": { - "__id__": 568 + "__id__": 582 }, "_contentSize": { "__type__": "cc.Size", @@ -13274,11 +13609,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 566 + "__id__": 580 }, "_enabled": true, "__prefab": { - "__id__": 570 + "__id__": 584 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13332,11 +13667,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 565 + "__id__": 579 }, "_enabled": true, "__prefab": { - "__id__": 573 + "__id__": 587 }, "_contentSize": { "__type__": "cc.Size", @@ -13373,24 +13708,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 572 }, "_children": [ { - "__id__": 576 + "__id__": 590 }, { - "__id__": 582 + "__id__": 596 } ], "_active": true, "_components": [ { - "__id__": 588 + "__id__": 602 } ], "_prefab": { - "__id__": 590 + "__id__": 604 }, "_lpos": { "__type__": "cc.Vec3", @@ -13427,20 +13762,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 575 + "__id__": 589 }, "_children": [], "_active": true, "_components": [ { - "__id__": 577 + "__id__": 591 }, { - "__id__": 579 + "__id__": 593 } ], "_prefab": { - "__id__": 581 + "__id__": 595 }, "_lpos": { "__type__": "cc.Vec3", @@ -13477,11 +13812,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 576 + "__id__": 590 }, "_enabled": true, "__prefab": { - "__id__": 578 + "__id__": 592 }, "_contentSize": { "__type__": "cc.Size", @@ -13505,11 +13840,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 576 + "__id__": 590 }, "_enabled": true, "__prefab": { - "__id__": 580 + "__id__": 594 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13563,20 +13898,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 575 + "__id__": 589 }, "_children": [], "_active": true, "_components": [ { - "__id__": 583 + "__id__": 597 }, { - "__id__": 585 + "__id__": 599 } ], "_prefab": { - "__id__": 587 + "__id__": 601 }, "_lpos": { "__type__": "cc.Vec3", @@ -13613,11 +13948,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 582 + "__id__": 596 }, "_enabled": true, "__prefab": { - "__id__": 584 + "__id__": 598 }, "_contentSize": { "__type__": "cc.Size", @@ -13641,11 +13976,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 582 + "__id__": 596 }, "_enabled": true, "__prefab": { - "__id__": 586 + "__id__": 600 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13699,11 +14034,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 575 + "__id__": 589 }, "_enabled": true, "__prefab": { - "__id__": 589 + "__id__": 603 }, "_contentSize": { "__type__": "cc.Size", @@ -13740,27 +14075,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 572 }, "_children": [ { - "__id__": 592 + "__id__": 606 }, { - "__id__": 598 + "__id__": 612 }, { - "__id__": 604 + "__id__": 618 } ], "_active": true, "_components": [ { - "__id__": 610 + "__id__": 624 } ], "_prefab": { - "__id__": 612 + "__id__": 626 }, "_lpos": { "__type__": "cc.Vec3", @@ -13797,20 +14132,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 591 + "__id__": 605 }, "_children": [], "_active": true, "_components": [ { - "__id__": 593 + "__id__": 607 }, { - "__id__": 595 + "__id__": 609 } ], "_prefab": { - "__id__": 597 + "__id__": 611 }, "_lpos": { "__type__": "cc.Vec3", @@ -13847,11 +14182,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 592 + "__id__": 606 }, "_enabled": true, "__prefab": { - "__id__": 594 + "__id__": 608 }, "_contentSize": { "__type__": "cc.Size", @@ -13875,11 +14210,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 592 + "__id__": 606 }, "_enabled": true, "__prefab": { - "__id__": 596 + "__id__": 610 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13933,20 +14268,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 591 + "__id__": 605 }, "_children": [], "_active": true, "_components": [ { - "__id__": 599 + "__id__": 613 }, { - "__id__": 601 + "__id__": 615 } ], "_prefab": { - "__id__": 603 + "__id__": 617 }, "_lpos": { "__type__": "cc.Vec3", @@ -13983,11 +14318,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 598 + "__id__": 612 }, "_enabled": true, "__prefab": { - "__id__": 600 + "__id__": 614 }, "_contentSize": { "__type__": "cc.Size", @@ -14011,11 +14346,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 598 + "__id__": 612 }, "_enabled": true, "__prefab": { - "__id__": 602 + "__id__": 616 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14069,20 +14404,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 591 + "__id__": 605 }, "_children": [], "_active": true, "_components": [ { - "__id__": 605 + "__id__": 619 }, { - "__id__": 607 + "__id__": 621 } ], "_prefab": { - "__id__": 609 + "__id__": 623 }, "_lpos": { "__type__": "cc.Vec3", @@ -14119,11 +14454,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 604 + "__id__": 618 }, "_enabled": true, "__prefab": { - "__id__": 606 + "__id__": 620 }, "_contentSize": { "__type__": "cc.Size", @@ -14147,11 +14482,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 604 + "__id__": 618 }, "_enabled": true, "__prefab": { - "__id__": 608 + "__id__": 622 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14205,11 +14540,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 591 + "__id__": 605 }, "_enabled": true, "__prefab": { - "__id__": 611 + "__id__": 625 }, "_contentSize": { "__type__": "cc.Size", @@ -14246,30 +14581,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 572 }, "_children": [ { - "__id__": 614 + "__id__": 628 }, { - "__id__": 620 + "__id__": 634 }, { - "__id__": 626 + "__id__": 640 }, { - "__id__": 632 + "__id__": 646 } ], "_active": true, "_components": [ { - "__id__": 638 + "__id__": 652 } ], "_prefab": { - "__id__": 640 + "__id__": 654 }, "_lpos": { "__type__": "cc.Vec3", @@ -14306,20 +14641,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 613 + "__id__": 627 }, "_children": [], "_active": true, "_components": [ { - "__id__": 615 + "__id__": 629 }, { - "__id__": 617 + "__id__": 631 } ], "_prefab": { - "__id__": 619 + "__id__": 633 }, "_lpos": { "__type__": "cc.Vec3", @@ -14356,11 +14691,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 614 + "__id__": 628 }, "_enabled": true, "__prefab": { - "__id__": 616 + "__id__": 630 }, "_contentSize": { "__type__": "cc.Size", @@ -14384,11 +14719,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 614 + "__id__": 628 }, "_enabled": true, "__prefab": { - "__id__": 618 + "__id__": 632 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14442,20 +14777,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 613 + "__id__": 627 }, "_children": [], "_active": true, "_components": [ { - "__id__": 621 + "__id__": 635 }, { - "__id__": 623 + "__id__": 637 } ], "_prefab": { - "__id__": 625 + "__id__": 639 }, "_lpos": { "__type__": "cc.Vec3", @@ -14492,11 +14827,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 620 + "__id__": 634 }, "_enabled": true, "__prefab": { - "__id__": 622 + "__id__": 636 }, "_contentSize": { "__type__": "cc.Size", @@ -14520,11 +14855,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 620 + "__id__": 634 }, "_enabled": true, "__prefab": { - "__id__": 624 + "__id__": 638 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14578,20 +14913,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 613 + "__id__": 627 }, "_children": [], "_active": true, "_components": [ { - "__id__": 627 + "__id__": 641 }, { - "__id__": 629 + "__id__": 643 } ], "_prefab": { - "__id__": 631 + "__id__": 645 }, "_lpos": { "__type__": "cc.Vec3", @@ -14628,11 +14963,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 626 + "__id__": 640 }, "_enabled": true, "__prefab": { - "__id__": 628 + "__id__": 642 }, "_contentSize": { "__type__": "cc.Size", @@ -14656,11 +14991,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 626 + "__id__": 640 }, "_enabled": true, "__prefab": { - "__id__": 630 + "__id__": 644 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14714,20 +15049,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 613 + "__id__": 627 }, "_children": [], "_active": true, "_components": [ { - "__id__": 633 + "__id__": 647 }, { - "__id__": 635 + "__id__": 649 } ], "_prefab": { - "__id__": 637 + "__id__": 651 }, "_lpos": { "__type__": "cc.Vec3", @@ -14764,11 +15099,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 632 + "__id__": 646 }, "_enabled": true, "__prefab": { - "__id__": 634 + "__id__": 648 }, "_contentSize": { "__type__": "cc.Size", @@ -14792,11 +15127,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 632 + "__id__": 646 }, "_enabled": true, "__prefab": { - "__id__": 636 + "__id__": 650 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -14850,11 +15185,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 613 + "__id__": 627 }, "_enabled": true, "__prefab": { - "__id__": 639 + "__id__": 653 }, "_contentSize": { "__type__": "cc.Size", @@ -14891,33 +15226,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 572 }, "_children": [ { - "__id__": 642 + "__id__": 656 }, { - "__id__": 648 + "__id__": 662 }, { - "__id__": 654 + "__id__": 668 }, { - "__id__": 660 + "__id__": 674 }, { - "__id__": 666 + "__id__": 680 } ], "_active": true, "_components": [ { - "__id__": 672 + "__id__": 686 } ], "_prefab": { - "__id__": 674 + "__id__": 688 }, "_lpos": { "__type__": "cc.Vec3", @@ -14954,20 +15289,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 641 + "__id__": 655 }, "_children": [], "_active": true, "_components": [ { - "__id__": 643 + "__id__": 657 }, { - "__id__": 645 + "__id__": 659 } ], "_prefab": { - "__id__": 647 + "__id__": 661 }, "_lpos": { "__type__": "cc.Vec3", @@ -15004,11 +15339,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 642 + "__id__": 656 }, "_enabled": true, "__prefab": { - "__id__": 644 + "__id__": 658 }, "_contentSize": { "__type__": "cc.Size", @@ -15032,11 +15367,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 642 + "__id__": 656 }, "_enabled": true, "__prefab": { - "__id__": 646 + "__id__": 660 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15090,20 +15425,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 641 + "__id__": 655 }, "_children": [], "_active": true, "_components": [ { - "__id__": 649 + "__id__": 663 }, { - "__id__": 651 + "__id__": 665 } ], "_prefab": { - "__id__": 653 + "__id__": 667 }, "_lpos": { "__type__": "cc.Vec3", @@ -15140,11 +15475,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 648 + "__id__": 662 }, "_enabled": true, "__prefab": { - "__id__": 650 + "__id__": 664 }, "_contentSize": { "__type__": "cc.Size", @@ -15168,11 +15503,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 648 + "__id__": 662 }, "_enabled": true, "__prefab": { - "__id__": 652 + "__id__": 666 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15226,20 +15561,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 641 + "__id__": 655 }, "_children": [], "_active": true, "_components": [ { - "__id__": 655 + "__id__": 669 }, { - "__id__": 657 + "__id__": 671 } ], "_prefab": { - "__id__": 659 + "__id__": 673 }, "_lpos": { "__type__": "cc.Vec3", @@ -15276,11 +15611,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 654 + "__id__": 668 }, "_enabled": true, "__prefab": { - "__id__": 656 + "__id__": 670 }, "_contentSize": { "__type__": "cc.Size", @@ -15304,11 +15639,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 654 + "__id__": 668 }, "_enabled": true, "__prefab": { - "__id__": 658 + "__id__": 672 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15362,20 +15697,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 641 + "__id__": 655 }, "_children": [], "_active": true, "_components": [ { - "__id__": 661 + "__id__": 675 }, { - "__id__": 663 + "__id__": 677 } ], "_prefab": { - "__id__": 665 + "__id__": 679 }, "_lpos": { "__type__": "cc.Vec3", @@ -15412,11 +15747,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 660 + "__id__": 674 }, "_enabled": true, "__prefab": { - "__id__": 662 + "__id__": 676 }, "_contentSize": { "__type__": "cc.Size", @@ -15440,11 +15775,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 660 + "__id__": 674 }, "_enabled": true, "__prefab": { - "__id__": 664 + "__id__": 678 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15498,20 +15833,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 641 + "__id__": 655 }, "_children": [], "_active": true, "_components": [ { - "__id__": 667 + "__id__": 681 }, { - "__id__": 669 + "__id__": 683 } ], "_prefab": { - "__id__": 671 + "__id__": 685 }, "_lpos": { "__type__": "cc.Vec3", @@ -15548,11 +15883,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 666 + "__id__": 680 }, "_enabled": true, "__prefab": { - "__id__": 668 + "__id__": 682 }, "_contentSize": { "__type__": "cc.Size", @@ -15576,11 +15911,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 666 + "__id__": 680 }, "_enabled": true, "__prefab": { - "__id__": 670 + "__id__": 684 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15634,11 +15969,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 641 + "__id__": 655 }, "_enabled": true, "__prefab": { - "__id__": 673 + "__id__": 687 }, "_contentSize": { "__type__": "cc.Size", @@ -15675,36 +16010,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 572 }, "_children": [ { - "__id__": 676 + "__id__": 690 }, { - "__id__": 682 + "__id__": 696 }, { - "__id__": 688 + "__id__": 702 }, { - "__id__": 694 + "__id__": 708 }, { - "__id__": 700 + "__id__": 714 }, { - "__id__": 706 + "__id__": 720 } ], "_active": true, "_components": [ { - "__id__": 712 + "__id__": 726 } ], "_prefab": { - "__id__": 714 + "__id__": 728 }, "_lpos": { "__type__": "cc.Vec3", @@ -15741,20 +16076,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 675 + "__id__": 689 }, "_children": [], "_active": true, "_components": [ { - "__id__": 677 + "__id__": 691 }, { - "__id__": 679 + "__id__": 693 } ], "_prefab": { - "__id__": 681 + "__id__": 695 }, "_lpos": { "__type__": "cc.Vec3", @@ -15791,11 +16126,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 676 + "__id__": 690 }, "_enabled": true, "__prefab": { - "__id__": 678 + "__id__": 692 }, "_contentSize": { "__type__": "cc.Size", @@ -15819,11 +16154,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 676 + "__id__": 690 }, "_enabled": true, "__prefab": { - "__id__": 680 + "__id__": 694 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -15877,20 +16212,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 675 + "__id__": 689 }, "_children": [], "_active": true, "_components": [ { - "__id__": 683 + "__id__": 697 }, { - "__id__": 685 + "__id__": 699 } ], "_prefab": { - "__id__": 687 + "__id__": 701 }, "_lpos": { "__type__": "cc.Vec3", @@ -15927,11 +16262,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 682 + "__id__": 696 }, "_enabled": true, "__prefab": { - "__id__": 684 + "__id__": 698 }, "_contentSize": { "__type__": "cc.Size", @@ -15955,11 +16290,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 682 + "__id__": 696 }, "_enabled": true, "__prefab": { - "__id__": 686 + "__id__": 700 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16013,20 +16348,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 675 + "__id__": 689 }, "_children": [], "_active": true, "_components": [ { - "__id__": 689 + "__id__": 703 }, { - "__id__": 691 + "__id__": 705 } ], "_prefab": { - "__id__": 693 + "__id__": 707 }, "_lpos": { "__type__": "cc.Vec3", @@ -16063,11 +16398,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 688 + "__id__": 702 }, "_enabled": true, "__prefab": { - "__id__": 690 + "__id__": 704 }, "_contentSize": { "__type__": "cc.Size", @@ -16091,11 +16426,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 688 + "__id__": 702 }, "_enabled": true, "__prefab": { - "__id__": 692 + "__id__": 706 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16149,20 +16484,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 675 + "__id__": 689 }, "_children": [], "_active": true, "_components": [ { - "__id__": 695 + "__id__": 709 }, { - "__id__": 697 + "__id__": 711 } ], "_prefab": { - "__id__": 699 + "__id__": 713 }, "_lpos": { "__type__": "cc.Vec3", @@ -16199,11 +16534,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 694 + "__id__": 708 }, "_enabled": true, "__prefab": { - "__id__": 696 + "__id__": 710 }, "_contentSize": { "__type__": "cc.Size", @@ -16227,11 +16562,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 694 + "__id__": 708 }, "_enabled": true, "__prefab": { - "__id__": 698 + "__id__": 712 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16285,20 +16620,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 675 + "__id__": 689 }, "_children": [], "_active": true, "_components": [ { - "__id__": 701 + "__id__": 715 }, { - "__id__": 703 + "__id__": 717 } ], "_prefab": { - "__id__": 705 + "__id__": 719 }, "_lpos": { "__type__": "cc.Vec3", @@ -16335,11 +16670,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 700 + "__id__": 714 }, "_enabled": true, "__prefab": { - "__id__": 702 + "__id__": 716 }, "_contentSize": { "__type__": "cc.Size", @@ -16363,11 +16698,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 700 + "__id__": 714 }, "_enabled": true, "__prefab": { - "__id__": 704 + "__id__": 718 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16421,20 +16756,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 675 + "__id__": 689 }, "_children": [], "_active": true, "_components": [ { - "__id__": 707 + "__id__": 721 }, { - "__id__": 709 + "__id__": 723 } ], "_prefab": { - "__id__": 711 + "__id__": 725 }, "_lpos": { "__type__": "cc.Vec3", @@ -16471,11 +16806,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 706 + "__id__": 720 }, "_enabled": true, "__prefab": { - "__id__": 708 + "__id__": 722 }, "_contentSize": { "__type__": "cc.Size", @@ -16499,11 +16834,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 706 + "__id__": 720 }, "_enabled": true, "__prefab": { - "__id__": 710 + "__id__": 724 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16557,11 +16892,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 675 + "__id__": 689 }, "_enabled": true, "__prefab": { - "__id__": 713 + "__id__": 727 }, "_contentSize": { "__type__": "cc.Size", @@ -16598,11 +16933,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 558 + "__id__": 572 }, "_enabled": true, "__prefab": { - "__id__": 716 + "__id__": 730 }, "_contentSize": { "__type__": "cc.Size", @@ -16626,11 +16961,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 558 + "__id__": 572 }, "_enabled": true, "__prefab": { - "__id__": 718 + "__id__": 732 }, "_alignFlags": 9, "_target": null, @@ -16675,33 +17010,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [ - { - "__id__": 721 - }, - { - "__id__": 729 - }, { "__id__": 735 - } - ], - "_active": true, - "_components": [ - { - "__id__": 741 }, { "__id__": 743 }, { - "__id__": 745 + "__id__": 749 + } + ], + "_active": true, + "_components": [ + { + "__id__": 755 + }, + { + "__id__": 757 + }, + { + "__id__": 759 } ], "_prefab": { - "__id__": 747 + "__id__": 761 }, "_lpos": { "__type__": "cc.Vec3", @@ -16738,23 +17073,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 720 + "__id__": 734 }, "_children": [], "_active": true, "_components": [ { - "__id__": 722 + "__id__": 736 }, { - "__id__": 724 + "__id__": 738 }, { - "__id__": 726 + "__id__": 740 } ], "_prefab": { - "__id__": 728 + "__id__": 742 }, "_lpos": { "__type__": "cc.Vec3", @@ -16791,11 +17126,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 735 }, "_enabled": true, "__prefab": { - "__id__": 723 + "__id__": 737 }, "_contentSize": { "__type__": "cc.Size", @@ -16819,11 +17154,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 735 }, "_enabled": false, "__prefab": { - "__id__": 725 + "__id__": 739 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -16864,11 +17199,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 721 + "__id__": 735 }, "_enabled": true, "__prefab": { - "__id__": 727 + "__id__": 741 }, "_alignFlags": 45, "_target": null, @@ -16913,20 +17248,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 720 + "__id__": 734 }, "_children": [], "_active": true, "_components": [ { - "__id__": 730 + "__id__": 744 }, { - "__id__": 732 + "__id__": 746 } ], "_prefab": { - "__id__": 734 + "__id__": 748 }, "_lpos": { "__type__": "cc.Vec3", @@ -16963,11 +17298,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 729 + "__id__": 743 }, "_enabled": true, "__prefab": { - "__id__": 731 + "__id__": 745 }, "_contentSize": { "__type__": "cc.Size", @@ -16991,11 +17326,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 729 + "__id__": 743 }, "_enabled": true, "__prefab": { - "__id__": 733 + "__id__": 747 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17049,20 +17384,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 720 + "__id__": 734 }, "_children": [], "_active": true, "_components": [ { - "__id__": 736 + "__id__": 750 }, { - "__id__": 738 + "__id__": 752 } ], "_prefab": { - "__id__": 740 + "__id__": 754 }, "_lpos": { "__type__": "cc.Vec3", @@ -17099,11 +17434,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 735 + "__id__": 749 }, "_enabled": true, "__prefab": { - "__id__": 737 + "__id__": 751 }, "_contentSize": { "__type__": "cc.Size", @@ -17127,11 +17462,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 735 + "__id__": 749 }, "_enabled": true, "__prefab": { - "__id__": 739 + "__id__": 753 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17208,11 +17543,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 720 + "__id__": 734 }, "_enabled": true, "__prefab": { - "__id__": 742 + "__id__": 756 }, "_contentSize": { "__type__": "cc.Size", @@ -17236,11 +17571,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 720 + "__id__": 734 }, "_enabled": false, "__prefab": { - "__id__": 744 + "__id__": 758 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17281,11 +17616,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 720 + "__id__": 734 }, "_enabled": true, "__prefab": { - "__id__": 746 + "__id__": 760 }, "_alignFlags": 36, "_target": null, @@ -17330,33 +17665,33 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [ - { - "__id__": 749 - }, - { - "__id__": 757 - }, { "__id__": 763 - } - ], - "_active": true, - "_components": [ - { - "__id__": 769 }, { "__id__": 771 }, { - "__id__": 773 + "__id__": 777 + } + ], + "_active": true, + "_components": [ + { + "__id__": 783 + }, + { + "__id__": 785 + }, + { + "__id__": 787 } ], "_prefab": { - "__id__": 775 + "__id__": 789 }, "_lpos": { "__type__": "cc.Vec3", @@ -17393,23 +17728,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 748 + "__id__": 762 }, "_children": [], "_active": true, "_components": [ { - "__id__": 750 + "__id__": 764 }, { - "__id__": 752 + "__id__": 766 }, { - "__id__": 754 + "__id__": 768 } ], "_prefab": { - "__id__": 756 + "__id__": 770 }, "_lpos": { "__type__": "cc.Vec3", @@ -17446,11 +17781,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 763 }, "_enabled": true, "__prefab": { - "__id__": 751 + "__id__": 765 }, "_contentSize": { "__type__": "cc.Size", @@ -17474,11 +17809,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 763 }, "_enabled": false, "__prefab": { - "__id__": 753 + "__id__": 767 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17519,11 +17854,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 749 + "__id__": 763 }, "_enabled": true, "__prefab": { - "__id__": 755 + "__id__": 769 }, "_alignFlags": 45, "_target": null, @@ -17568,20 +17903,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 748 + "__id__": 762 }, "_children": [], "_active": true, "_components": [ { - "__id__": 758 + "__id__": 772 }, { - "__id__": 760 + "__id__": 774 } ], "_prefab": { - "__id__": 762 + "__id__": 776 }, "_lpos": { "__type__": "cc.Vec3", @@ -17618,11 +17953,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 757 + "__id__": 771 }, "_enabled": true, "__prefab": { - "__id__": 759 + "__id__": 773 }, "_contentSize": { "__type__": "cc.Size", @@ -17646,11 +17981,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 757 + "__id__": 771 }, "_enabled": true, "__prefab": { - "__id__": 761 + "__id__": 775 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17704,20 +18039,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 748 + "__id__": 762 }, "_children": [], "_active": true, "_components": [ { - "__id__": 764 + "__id__": 778 }, { - "__id__": 766 + "__id__": 780 } ], "_prefab": { - "__id__": 768 + "__id__": 782 }, "_lpos": { "__type__": "cc.Vec3", @@ -17754,11 +18089,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 763 + "__id__": 777 }, "_enabled": true, "__prefab": { - "__id__": 765 + "__id__": 779 }, "_contentSize": { "__type__": "cc.Size", @@ -17782,11 +18117,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 763 + "__id__": 777 }, "_enabled": true, "__prefab": { - "__id__": 767 + "__id__": 781 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17863,11 +18198,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 748 + "__id__": 762 }, "_enabled": true, "__prefab": { - "__id__": 770 + "__id__": 784 }, "_contentSize": { "__type__": "cc.Size", @@ -17891,11 +18226,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 748 + "__id__": 762 }, "_enabled": false, "__prefab": { - "__id__": 772 + "__id__": 786 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -17936,11 +18271,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 748 + "__id__": 762 }, "_enabled": true, "__prefab": { - "__id__": 774 + "__id__": 788 }, "_alignFlags": 12, "_target": null, @@ -17985,24 +18320,24 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 320 + "__id__": 334 }, "_children": [ { - "__id__": 777 + "__id__": 791 } ], "_active": true, "_components": [ { - "__id__": 783 + "__id__": 797 }, { - "__id__": 785 + "__id__": 799 } ], "_prefab": { - "__id__": 787 + "__id__": 801 }, "_lpos": { "__type__": "cc.Vec3", @@ -18039,20 +18374,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 776 + "__id__": 790 }, "_children": [], "_active": true, "_components": [ { - "__id__": 778 + "__id__": 792 }, { - "__id__": 780 + "__id__": 794 } ], "_prefab": { - "__id__": 782 + "__id__": 796 }, "_lpos": { "__type__": "cc.Vec3", @@ -18089,11 +18424,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 777 + "__id__": 791 }, "_enabled": true, "__prefab": { - "__id__": 779 + "__id__": 793 }, "_contentSize": { "__type__": "cc.Size", @@ -18117,11 +18452,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 777 + "__id__": 791 }, "_enabled": true, "__prefab": { - "__id__": 781 + "__id__": 795 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18198,11 +18533,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 776 + "__id__": 790 }, "_enabled": true, "__prefab": { - "__id__": 784 + "__id__": 798 }, "_contentSize": { "__type__": "cc.Size", @@ -18226,11 +18561,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 776 + "__id__": 790 }, "_enabled": true, "__prefab": { - "__id__": 786 + "__id__": 800 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18287,11 +18622,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 320 + "__id__": 334 }, "_enabled": true, "__prefab": { - "__id__": 789 + "__id__": 803 }, "_contentSize": { "__type__": "cc.Size", @@ -18328,11 +18663,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 307 + "__id__": 321 }, "_enabled": true, "__prefab": { - "__id__": 792 + "__id__": 806 }, "_contentSize": { "__type__": "cc.Size", @@ -18356,11 +18691,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 307 + "__id__": 321 }, "_enabled": true, "__prefab": { - "__id__": 794 + "__id__": 808 }, "_alignFlags": 45, "_target": null, @@ -18392,11 +18727,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 307 + "__id__": 321 }, "_enabled": true, "__prefab": { - "__id__": 796 + "__id__": 810 }, "playOnLoad": false, "_clips": [ @@ -18440,14 +18775,14 @@ "_active": true, "_components": [ { - "__id__": 799 + "__id__": 813 }, { - "__id__": 801 + "__id__": 815 } ], "_prefab": { - "__id__": 803 + "__id__": 817 }, "_lpos": { "__type__": "cc.Vec3", @@ -18484,11 +18819,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 798 + "__id__": 812 }, "_enabled": true, "__prefab": { - "__id__": 800 + "__id__": 814 }, "_contentSize": { "__type__": "cc.Size", @@ -18512,11 +18847,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 798 + "__id__": 812 }, "_enabled": true, "__prefab": { - "__id__": 802 + "__id__": 816 }, "_alignFlags": 40, "_target": null, @@ -18565,26 +18900,26 @@ }, "_children": [ { - "__id__": 805 + "__id__": 819 }, { - "__id__": 811 + "__id__": 825 }, { - "__id__": 817 + "__id__": 831 }, { - "__id__": 823 + "__id__": 837 } ], "_active": true, "_components": [ { - "__id__": 829 + "__id__": 843 } ], "_prefab": { - "__id__": 831 + "__id__": 845 }, "_lpos": { "__type__": "cc.Vec3", @@ -18621,20 +18956,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 804 + "__id__": 818 }, "_children": [], "_active": true, "_components": [ { - "__id__": 806 + "__id__": 820 }, { - "__id__": 808 + "__id__": 822 } ], "_prefab": { - "__id__": 810 + "__id__": 824 }, "_lpos": { "__type__": "cc.Vec3", @@ -18671,11 +19006,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 805 + "__id__": 819 }, "_enabled": true, "__prefab": { - "__id__": 807 + "__id__": 821 }, "_contentSize": { "__type__": "cc.Size", @@ -18699,11 +19034,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 805 + "__id__": 819 }, "_enabled": true, "__prefab": { - "__id__": 809 + "__id__": 823 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18780,20 +19115,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 804 + "__id__": 818 }, "_children": [], "_active": true, "_components": [ { - "__id__": 812 + "__id__": 826 }, { - "__id__": 814 + "__id__": 828 } ], "_prefab": { - "__id__": 816 + "__id__": 830 }, "_lpos": { "__type__": "cc.Vec3", @@ -18830,11 +19165,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 825 }, "_enabled": true, "__prefab": { - "__id__": 813 + "__id__": 827 }, "_contentSize": { "__type__": "cc.Size", @@ -18858,11 +19193,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 811 + "__id__": 825 }, "_enabled": true, "__prefab": { - "__id__": 815 + "__id__": 829 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -18916,20 +19251,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 804 + "__id__": 818 }, "_children": [], "_active": true, "_components": [ { - "__id__": 818 + "__id__": 832 }, { - "__id__": 820 + "__id__": 834 } ], "_prefab": { - "__id__": 822 + "__id__": 836 }, "_lpos": { "__type__": "cc.Vec3", @@ -18966,11 +19301,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 817 + "__id__": 831 }, "_enabled": true, "__prefab": { - "__id__": 819 + "__id__": 833 }, "_contentSize": { "__type__": "cc.Size", @@ -18994,11 +19329,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 817 + "__id__": 831 }, "_enabled": true, "__prefab": { - "__id__": 821 + "__id__": 835 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19075,20 +19410,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 804 + "__id__": 818 }, "_children": [], "_active": true, "_components": [ { - "__id__": 824 + "__id__": 838 }, { - "__id__": 826 + "__id__": 840 } ], "_prefab": { - "__id__": 828 + "__id__": 842 }, "_lpos": { "__type__": "cc.Vec3", @@ -19125,11 +19460,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 823 + "__id__": 837 }, "_enabled": true, "__prefab": { - "__id__": 825 + "__id__": 839 }, "_contentSize": { "__type__": "cc.Size", @@ -19153,11 +19488,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 823 + "__id__": 837 }, "_enabled": true, "__prefab": { - "__id__": 827 + "__id__": 841 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19234,11 +19569,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 804 + "__id__": 818 }, "_enabled": true, "__prefab": { - "__id__": 830 + "__id__": 844 }, "_contentSize": { "__type__": "cc.Size", @@ -19279,7 +19614,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 833 + "__id__": 847 }, "_contentSize": { "__type__": "cc.Size", @@ -19307,7 +19642,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 835 + "__id__": 849 }, "_alignFlags": 45, "_target": null, @@ -19356,29 +19691,29 @@ }, "_children": [ { - "__id__": 838 + "__id__": 852 }, { - "__id__": 853 + "__id__": 867 }, { - "__id__": 868 + "__id__": 882 } ], "_active": true, "_components": [ { - "__id__": 883 + "__id__": 897 }, { - "__id__": 885 + "__id__": 899 }, { - "__id__": 887 + "__id__": 901 } ], "_prefab": { - "__id__": 889 + "__id__": 903 }, "_lpos": { "__type__": "cc.Vec3", @@ -19415,27 +19750,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 837 + "__id__": 851 }, "_children": [ { - "__id__": 839 + "__id__": 853 } ], "_active": true, "_components": [ { - "__id__": 845 + "__id__": 859 }, { - "__id__": 847 + "__id__": 861 }, { - "__id__": 849 + "__id__": 863 } ], "_prefab": { - "__id__": 852 + "__id__": 866 }, "_lpos": { "__type__": "cc.Vec3", @@ -19472,20 +19807,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 838 + "__id__": 852 }, "_children": [], "_active": true, "_components": [ { - "__id__": 840 + "__id__": 854 }, { - "__id__": 842 + "__id__": 856 } ], "_prefab": { - "__id__": 844 + "__id__": 858 }, "_lpos": { "__type__": "cc.Vec3", @@ -19522,11 +19857,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 839 + "__id__": 853 }, "_enabled": true, "__prefab": { - "__id__": 841 + "__id__": 855 }, "_contentSize": { "__type__": "cc.Size", @@ -19550,11 +19885,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 839 + "__id__": 853 }, "_enabled": true, "__prefab": { - "__id__": 843 + "__id__": 857 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19631,11 +19966,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 838 + "__id__": 852 }, "_enabled": true, "__prefab": { - "__id__": 846 + "__id__": 860 }, "_contentSize": { "__type__": "cc.Size", @@ -19659,11 +19994,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 838 + "__id__": 852 }, "_enabled": true, "__prefab": { - "__id__": 848 + "__id__": 862 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -19707,15 +20042,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 838 + "__id__": 852 }, "_enabled": true, "__prefab": { - "__id__": 850 + "__id__": 864 }, "clickEvents": [ { - "__id__": 851 + "__id__": 865 } ], "_interactable": true, @@ -19790,27 +20125,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 837 + "__id__": 851 }, "_children": [ { - "__id__": 854 + "__id__": 868 } ], "_active": true, "_components": [ { - "__id__": 860 + "__id__": 874 }, { - "__id__": 862 + "__id__": 876 }, { - "__id__": 864 + "__id__": 878 } ], "_prefab": { - "__id__": 867 + "__id__": 881 }, "_lpos": { "__type__": "cc.Vec3", @@ -19847,20 +20182,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 853 + "__id__": 867 }, "_children": [], "_active": true, "_components": [ { - "__id__": 855 + "__id__": 869 }, { - "__id__": 857 + "__id__": 871 } ], "_prefab": { - "__id__": 859 + "__id__": 873 }, "_lpos": { "__type__": "cc.Vec3", @@ -19897,11 +20232,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 854 + "__id__": 868 }, "_enabled": true, "__prefab": { - "__id__": 856 + "__id__": 870 }, "_contentSize": { "__type__": "cc.Size", @@ -19925,11 +20260,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 854 + "__id__": 868 }, "_enabled": true, "__prefab": { - "__id__": 858 + "__id__": 872 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20006,11 +20341,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 853 + "__id__": 867 }, "_enabled": true, "__prefab": { - "__id__": 861 + "__id__": 875 }, "_contentSize": { "__type__": "cc.Size", @@ -20034,11 +20369,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 853 + "__id__": 867 }, "_enabled": true, "__prefab": { - "__id__": 863 + "__id__": 877 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20082,15 +20417,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 853 + "__id__": 867 }, "_enabled": true, "__prefab": { - "__id__": 865 + "__id__": 879 }, "clickEvents": [ { - "__id__": 866 + "__id__": 880 } ], "_interactable": true, @@ -20165,27 +20500,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 837 + "__id__": 851 }, "_children": [ { - "__id__": 869 + "__id__": 883 } ], "_active": false, "_components": [ { - "__id__": 875 + "__id__": 889 }, { - "__id__": 877 + "__id__": 891 }, { - "__id__": 879 + "__id__": 893 } ], "_prefab": { - "__id__": 882 + "__id__": 896 }, "_lpos": { "__type__": "cc.Vec3", @@ -20222,20 +20557,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 868 + "__id__": 882 }, "_children": [], "_active": true, "_components": [ { - "__id__": 870 + "__id__": 884 }, { - "__id__": 872 + "__id__": 886 } ], "_prefab": { - "__id__": 874 + "__id__": 888 }, "_lpos": { "__type__": "cc.Vec3", @@ -20272,11 +20607,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 869 + "__id__": 883 }, "_enabled": true, "__prefab": { - "__id__": 871 + "__id__": 885 }, "_contentSize": { "__type__": "cc.Size", @@ -20300,11 +20635,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 869 + "__id__": 883 }, "_enabled": true, "__prefab": { - "__id__": 873 + "__id__": 887 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20381,11 +20716,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 868 + "__id__": 882 }, "_enabled": true, "__prefab": { - "__id__": 876 + "__id__": 890 }, "_contentSize": { "__type__": "cc.Size", @@ -20409,11 +20744,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 868 + "__id__": 882 }, "_enabled": true, "__prefab": { - "__id__": 878 + "__id__": 892 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20457,15 +20792,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 868 + "__id__": 882 }, "_enabled": true, "__prefab": { - "__id__": 880 + "__id__": 894 }, "clickEvents": [ { - "__id__": 881 + "__id__": 895 } ], "_interactable": true, @@ -20540,11 +20875,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 837 + "__id__": 851 }, "_enabled": true, "__prefab": { - "__id__": 884 + "__id__": 898 }, "_contentSize": { "__type__": "cc.Size", @@ -20568,11 +20903,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 837 + "__id__": 851 }, "_enabled": true, "__prefab": { - "__id__": 886 + "__id__": 900 }, "_resizeMode": 1, "_layoutType": 1, @@ -20606,11 +20941,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 837 + "__id__": 851 }, "_enabled": true, "__prefab": { - "__id__": 888 + "__id__": 902 }, "_alignFlags": 4, "_target": null, @@ -20656,14 +20991,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 891 + "__id__": 905 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 890 + "__id__": 904 }, "asset": { "__uuid__": "26bff847-cd29-48a5-bbfa-c3e2dbda688d", @@ -20671,7 +21006,7 @@ }, "fileId": "5a9CMsVQhKP5Y+UJfTKPbx", "instance": { - "__id__": 892 + "__id__": 906 }, "targetOverrides": null }, @@ -20685,25 +21020,25 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 893 + "__id__": 907 }, { - "__id__": 895 + "__id__": 909 }, { - "__id__": 896 + "__id__": 910 }, { - "__id__": 897 + "__id__": 911 }, { - "__id__": 898 + "__id__": 912 }, { - "__id__": 899 + "__id__": 913 }, { - "__id__": 901 + "__id__": 915 } ], "removedComponents": [] @@ -20711,7 +21046,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 894 + "__id__": 908 }, "propertyPath": [ "_name" @@ -20727,7 +21062,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 894 + "__id__": 908 }, "propertyPath": [ "_lpos" @@ -20742,7 +21077,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 894 + "__id__": 908 }, "propertyPath": [ "_lrot" @@ -20758,7 +21093,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 894 + "__id__": 908 }, "propertyPath": [ "_euler" @@ -20773,7 +21108,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 894 + "__id__": 908 }, "propertyPath": [ "_active" @@ -20783,7 +21118,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 900 + "__id__": 914 }, "propertyPath": [ "_contentSize" @@ -20803,7 +21138,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 902 + "__id__": 916 }, "propertyPath": [ "_contentSize" @@ -20830,7 +21165,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 904 + "__id__": 918 }, "_contentSize": { "__type__": "cc.Size", @@ -20858,31 +21193,31 @@ }, "_enabled": true, "__prefab": { - "__id__": 906 + "__id__": 920 }, "mvp_node": { - "__id__": 320 + "__id__": 334 }, "total_score_label": { - "__id__": 29 + "__id__": 273 }, "combat_node": { - "__id__": 62 + "__id__": 26 }, "output_node": { - "__id__": 106 + "__id__": 70 }, "defense_node": { - "__id__": 150 + "__id__": 114 }, "build_node": { - "__id__": 194 + "__id__": 158 }, "efficiency_node": { - "__id__": 238 + "__id__": 202 }, "highlights_container": { - "__id__": 798 + "__id__": 812 }, "highlight_prefab": { "__uuid__": "12df63de-cda7-4be2-8e23-ea387fbba6f5", @@ -20904,7 +21239,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 908 + "__id__": 922 }, "_alignFlags": 45, "_target": null, @@ -20940,7 +21275,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 910 + "__id__": 924 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -20982,7 +21317,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 912 + "__id__": 926 }, "_id": "" }, @@ -21003,10 +21338,10 @@ "targetOverrides": null, "nestedPrefabInstanceRoots": [ { - "__id__": 890 + "__id__": 904 }, { - "__id__": 492 + "__id__": 506 } ] } diff --git a/assets/resources/gui/role_controller.prefab b/assets/resources/gui/role_controller.prefab index b3ce433f..af5d4391 100644 --- a/assets/resources/gui/role_controller.prefab +++ b/assets/resources/gui/role_controller.prefab @@ -19118,7 +19118,7 @@ "__id__": 1109 } ], - "_active": false, + "_active": true, "_components": [ { "__id__": 1126 diff --git a/assets/script/game/common/SingletonModuleComp.ts b/assets/script/game/common/SingletonModuleComp.ts index 50d159ce..fe3b9714 100644 --- a/assets/script/game/common/SingletonModuleComp.ts +++ b/assets/script/game/common/SingletonModuleComp.ts @@ -17,8 +17,11 @@ interface GameDate{ fight_hero:number, collection?: { talents: Record, - skills: {uuid:0,count:0}, - friend:{uuid:0,count:0}, + player_level: number, + player_exp: number, + talent_points: number, + skills?: {uuid:0,count:0}, + friend?: {uuid:0,count:0}, } } interface CloudData { @@ -126,6 +129,13 @@ export class SingletonModuleComp extends ecs.Comp { } as GameScoreStats, gold: 0, // 金币数据(MVVM绑定字段) + + collection: { + talents: {}, // 存储各个天赋的等级: { talent_id: level } + player_level: 1, // 玩家等级 + player_exp: 0, // 玩家当前经验 + talent_points: 0, // 当前可用天赋点 + }, }; diff --git a/assets/script/game/common/config/GameUIConfig.ts b/assets/script/game/common/config/GameUIConfig.ts index 0aace9d9..8ef52a22 100644 --- a/assets/script/game/common/config/GameUIConfig.ts +++ b/assets/script/game/common/config/GameUIConfig.ts @@ -19,6 +19,7 @@ export enum UIID { Notity, Ranks, Heros, + Talents, } /** 打开界面方式的配置数据 */ @@ -31,4 +32,5 @@ export var UIConfigData: { [key: number]: UIConfig } = { [UIID.Notity]: { layer: LayerType.UI, prefab: "gui/element/notity" }, [UIID.Ranks]: { layer: LayerType.UI, prefab: "gui/element/ranks" }, [UIID.Heros]: { layer: LayerType.UI, prefab: "gui/element/heros" }, + [UIID.Talents]: { layer: LayerType.UI, prefab: "gui/element/talents" }, } \ No newline at end of file diff --git a/assets/script/game/common/config/talent-system.md b/assets/script/game/common/config/talent-system.md new file mode 100644 index 00000000..cfa31028 --- /dev/null +++ b/assets/script/game/common/config/talent-system.md @@ -0,0 +1,180 @@ +# 天赋系统设计 — Draftmaster Arena + +*Created: 2026-04-26* +*Updated: 2026-04-26* +*Status: Draft* + +--- + +## 概述 + +局外成长系统。通过每局获取的经验值提升玩家等级,获得天赋点数,用于升级天赋。升级即激活,无需单独激活步骤。看广告可重置所有天赋等级并退还天赋点。 + +**设计原则**:天赋提供小幅加成,不改变核心策略体验。高评分 = 更多经验 = 更快升级,但天赋不是胜利的决定性因素。 + +**成长闭环**:评分 → 经验 → 等级 → 天赋点 → 天赋升级 → 下一局更强 → 更高评分 + +--- + +## 经验与等级 + +### 经验获取 + +每局结束根据评分获得经验值: + +| 评分区间 | 经验值 | +|---------|-------| +| 0 - 1,000 | 50 | +| 1,001 - 2,500 | 100 | +| 2,501 - 4,000 | 150 | +| 4,001 - 6,000 | 200 | +| 6,001+ | 300 | + +### 升级经验 + +| 等级区间 | 每级所需经验 | +|---------|------------| +| 1-10级 | 100 | +| 11-20级 | 150 | +| 21-30级 | 200 | + +**最高30级 = 30个天赋点** + +### 升级速度估算 + +| 玩家水平 | 平均经验/局 | 升满30级约需 | +|---------|-----------|------------| +| 高手(6,001+) | 300 | ~20局 | +| 中等(2,501-4,000) | 150 | ~40局 | +| 新手(0-1,000) | 50 | ~120局 | + +--- + +## 天赋列表 + +### 战斗属性类(全局加成) + +| 天赋 | 每级效果 | 5级总效果 | +|------|---------|----------| +| **攻击强化** | 所有英雄 ATK +3% | +15% | +| **生命强化** | 所有英雄 HP +5% | +25% | +| **暴击强化** | 所有英雄暴击率 +2% | +10% | +| **风怒强化** | 所有英雄风怒率 +2% | +10% | +| **冰冻强化** | 所有英雄冰冻率 +2% | +10% | +| **穿刺强化** | 所有英雄穿刺 +0.2 | +1 | +| **护盾强化** | 所有护盾效果 +5% | +25% | + +### 经济类(金币减免/补贴) + +| 天赋 | 每级效果 | 5级总效果 | +|------|---------|----------| +| **采购优惠** | 购买英雄 -1金 | -5金(10→5) | +| **刷新优惠** | 刷新重抽 -0.5金 | -2.5金(3→0.5) | +| **出售补贴** | 出售英雄返还 +10%金币 | +50% | + +--- + +## 天赋升级费用 + +| 天赋等级 | 消耗天赋点 | 累计 | +|---------|-----------|------| +| 1级 | 1点 | 1 | +| 2级 | 1点 | 2 | +| 3级 | 2点 | 4 | +| 4级 | 2点 | 6 | +| 5级 | 3点 | 9 | + +**一个天赋升满 = 9点** + +30个天赋点的分配选择: +- 专精:升满3个天赋(27点)+ 3点分散 +- 均衡:6-7个天赋各1-2级 +- 经济:采购+刷新+出售全满(27点) + +--- + +## 核心规则 + +### 升级即激活 + +- 消耗天赋点升级天赋 → 立即生效 +- 无需单独"激活"步骤 +- 所有已升级的天赋在下一局同时生效 +- 没有激活数量上限(天赋点本身就是限制) + +### 重置(看广告) + +- 观看广告 → **所有天赋等级归零** +- **退还全部天赋点**(30点内已消耗的) +- 玩家等级不变(经验永久累积) +- 重新自由分配天赋点 +- 每次看广告重置1次 + +--- + +## 分配策略示例 + +**暴击流专精**(27点): +``` +暴击强化 Lv5(9) + 攻击强化 Lv5(9) + 采购优惠 Lv5(9) = 27点 +→ 全局暴击+10%, ATK+15%, 买卡-5金 +``` + +**护盾流专精**(27点): +``` +护盾强化 Lv5(9) + 生命强化 Lv5(9) + 冰冻强化 Lv5(9) = 27点 +→ 护盾+25%, HP+25%, 冰冻+10% +``` + +**经济流**(27点): +``` +采购优惠 Lv5(9) + 刷新优惠 Lv5(9) + 出售补贴 Lv5(9) = 27点 +→ 买卡5金, 刷新0.5金, 出售+50%返还 +``` + +**均衡新手**(26点): +``` +攻击 Lv3(4) + 生命 Lv3(4) + 采购 Lv3(4) + +暴击 Lv2(2) + 护盾 Lv2(2) + 刷新 Lv2(2) + +风怒 Lv2(2) + 冰冻 Lv2(2) = 22点 + 4点备用 +``` + +--- + +## 界面布局 + +``` +┌─────────────────────────┐ +│ Lv.12 ████████░░ 150/200│ +│ 天赋点: 4/30 │ +├─────────────────────────┤ +│ │ +│ ⚔️ 攻击强化 Lv.3 ███░░ │ +│ ATK +9% [+1点] │ +│ │ +│ ❤️ 生命强化 Lv.2 ██░░░ │ +│ HP +10% [+2点] │ +│ │ +│ 🔥 暴击强化 Lv.1 █░░░░ │ +│ 暴击 +2% [+1点] │ +│ │ +│ ⚡ 风怒强化 Lv.0 ░░░░░ │ +│ 风怒 +0% [+1点] │ +│ │ +│ ❄️ 冰冻强化 Lv.0 ░░░░░ │ +│ 冰冻 +0% [+1点] │ +│ │ +│ 🛡️ 护盾强化 Lv.0 ░░░░░ │ +│ 🗡️ 穿刺强化 Lv.0 ░░░░░ │ +│ 🛒 采购优惠 Lv.2 ██░░░ │ +│ 🔄 刷新优惠 Lv.0 ░░░░░ │ +│ 💰 出售补贴 Lv.0 ░░░░░ │ +│ │ +│ [🎬 看广告重置天赋] │ +│ [← 返回] │ +└─────────────────────────┘ +``` + +--- + +*与评分系统联动:评分 → 经验 → 等级 → 天赋点 → 天赋 → 下一局更强 → 更高评分 → 更多经验* diff --git a/assets/script/game/common/config/talent-system.md.meta b/assets/script/game/common/config/talent-system.md.meta new file mode 100644 index 00000000..7add509f --- /dev/null +++ b/assets/script/game/common/config/talent-system.md.meta @@ -0,0 +1,11 @@ +{ + "ver": "1.0.1", + "importer": "text", + "imported": true, + "uuid": "2ce819ee-ce1b-4e09-af8f-c5f0a296e96d", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/game/map/TalentsComp.ts b/assets/script/game/map/TalentsComp.ts new file mode 100644 index 00000000..e998e07f --- /dev/null +++ b/assets/script/game/map/TalentsComp.ts @@ -0,0 +1,301 @@ +/** + * @file TalentsComp.ts + * @description 战斗结算弹窗组件(UI 视图层) + * + * 职责: + * 1. 在战斗结束时弹出,展示结算信息(得分、奖励)。 + * 2. 根据传入参数判断是否可复活,切换"下一步"或"复活"按钮。 + * 3. 计算单局总分并存储到 smc.vmdata.scores.score。 + * 4. 提供"重新开始"和"退出"两个操作入口。 + * + * 关键设计: + * - onAdded(args) 接收战斗结果参数(Talents / rewards / game_data / can_revive)。 + * - calculateTotalScore() 根据 ScoreWeights 配置加权计算各项得分。 + * - restart() 和 Talents_end() 通过分发 MissionEnd / MissionStart 事件驱动游戏状态切换。 + * + * 依赖: + * - smc.vmdata.scores —— 全局战斗统计数据 + * - ScoreWeights(ScoreSet)—— 得分权重配置 + * - GameEvent.MissionEnd / MissionStart —— 游戏生命周期事件 + */ +import { _decorator, Node, Label, Button, ProgressBar, instantiate, Prefab } 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 { mLogger } from "../common/Logger"; +import { smc } from "../common/SingletonModuleComp"; +import { oops } from "../../../../extensions/oops-plugin-framework/assets/core/Oops"; + +const { ccclass, property } = _decorator; + +/** + * 天赋系统配置数据 + */ +export const TalentConfig = { + // 升级所需经验配置 + expRequirements: [ + { maxLevel: 10, expPerLevel: 100 }, + { maxLevel: 20, expPerLevel: 150 }, + { maxLevel: 30, expPerLevel: 200 } + ], + // 天赋升级消耗点数 + costPerLevel: [1, 1, 2, 2, 3], // 第1到第5级消耗 + + // 天赋列表 + talents: [ + { id: 1, name: "攻击强化", desc: "所有英雄 ATK +3%", maxLevel: 5 }, + { id: 2, name: "生命强化", desc: "所有英雄 HP +5%", maxLevel: 5 }, + { id: 3, name: "暴击强化", desc: "所有英雄暴击率 +2%", maxLevel: 5 }, + { id: 4, name: "风怒强化", desc: "所有英雄风怒率 +2%", maxLevel: 5 }, + { id: 5, name: "冰冻强化", desc: "所有英雄冰冻率 +2%", maxLevel: 5 }, + { id: 6, name: "穿刺强化", desc: "所有英雄穿刺 +0.2", maxLevel: 5 }, + { id: 7, name: "护盾强化", desc: "所有护盾效果 +5%", maxLevel: 5 }, + { id: 8, name: "采购优惠", desc: "购买英雄 -1金", maxLevel: 5 }, + { id: 9, name: "刷新优惠", desc: "刷新重抽 -0.5金", maxLevel: 5 }, + { id: 10, name: "出售补贴", desc: "出售英雄返还 +10%金币", maxLevel: 5 } + ] +}; + +/** + * TalentsComp —— 天赋系统界面组件 + * + * 职责: + * 1. 展示玩家等级、当前经验、进度条、可用天赋点。 + * 2. 展示天赋列表及每个天赋的当前等级。 + * 3. 处理天赋升级点击事件,扣除天赋点并保存。 + * 4. 处理重置天赋(看广告)功能。 + */ +@ccclass('TalentsComp') +@ecs.register('Talents', false) +export class TalentsComp extends CCComp { + + @property({ type: Node, tooltip: "标题节点" }) + title_node: Node = null!; + + @property({ type: Label, tooltip: "玩家等级文本,例如 'Lv.12'" }) + lbl_level: Label = null!; + + @property({ type: Label, tooltip: "经验文本,例如 '150/200'" }) + lbl_exp: Label = null!; + + @property({ type: ProgressBar, tooltip: "经验进度条" }) + pb_exp: ProgressBar = null!; + + @property({ type: Label, tooltip: "当前可用天赋点数文本,例如 '4/30'" }) + lbl_points: Label = null!; + + @property({ type: Node, tooltip: "天赋列表容器,用于动态添加天赋项" }) + talents_content: Node = null!; + + @property({ type: Prefab, tooltip: "天赋项预制体\n预制体结构要求:\n- 根节点\n - lbl_name (Label): 天赋名称\n - lbl_desc (Label): 天赋描述\n - lbl_level (Label): 当前等级\n - lbl_cost (Label): 升级消耗\n - btn_upgrade (Button): 升级按钮\n - pb_level (ProgressBar或一组节点): 等级进度展示(可选)" }) + prefab_talent_item: Prefab = null!; + + @property({ type: Button, tooltip: "看广告重置天赋按钮" }) + btn_reset: Button = null!; + + @property({ type: Button, tooltip: "返回按钮" }) + btn_close: Button = null!; + + + + /** 调试日志开关 */ + debugMode: boolean = false; + + /** 最大玩家等级 */ + private readonly MAX_PLAYER_LEVEL = 30; + + protected onLoad(): void { + // 绑定按钮事件 + if (this.btn_reset) { + this.btn_reset.node.on(Button.EventType.CLICK, this.onResetClicked, this); + } + if (this.btn_close) { + this.btn_close.node.on(Button.EventType.CLICK, this.onCloseClicked, this); + } + } + + onAdded(args: any) { + this.refreshUI(); + } + + /** 刷新整体界面 */ + private refreshUI() { + this.updatePlayerInfo(); + this.updateTalentList(); + } + + /** 更新玩家等级、经验、天赋点信息 */ + private updatePlayerInfo() { + const collection = smc.vmdata.collection; + let level = collection.player_level || 1; + let exp = collection.player_exp || 0; + let points = collection.talent_points || 0; + + // 限制最大等级 + if (level > this.MAX_PLAYER_LEVEL) { + level = this.MAX_PLAYER_LEVEL; + } + + if (this.lbl_level) this.lbl_level.string = `Lv.${level}`; + if (this.lbl_points) this.lbl_points.string = `天赋点: ${points}/${this.MAX_PLAYER_LEVEL}`; + + // 计算当前等级升级所需经验 + let expRequired = this.getExpRequirement(level); + + if (level >= this.MAX_PLAYER_LEVEL) { + if (this.lbl_exp) this.lbl_exp.string = "已满级"; + if (this.pb_exp) this.pb_exp.progress = 1; + } else { + if (this.lbl_exp) this.lbl_exp.string = `${exp}/${expRequired}`; + if (this.pb_exp) this.pb_exp.progress = exp / expRequired; + } + } + + /** 获取对应等级的升级所需经验 */ + private getExpRequirement(level: number): number { + for (let config of TalentConfig.expRequirements) { + if (level <= config.maxLevel) { + return config.expPerLevel; + } + } + return TalentConfig.expRequirements[TalentConfig.expRequirements.length - 1].expPerLevel; + } + + /** 动态生成或更新天赋列表 */ + private updateTalentList() { + if (!this.talents_content || !this.prefab_talent_item) return; + + const collection = smc.vmdata.collection; + if (!collection.talents) collection.talents = {}; + + // 如果内容为空,则实例化预制体 + if (this.talents_content.children.length === 0) { + TalentConfig.talents.forEach(talentInfo => { + let itemNode = instantiate(this.prefab_talent_item); + this.talents_content.addChild(itemNode); + this.updateTalentItem(itemNode, talentInfo, collection.talents[talentInfo.id] || 0); + }); + } else { + // 否则直接更新现有节点 + TalentConfig.talents.forEach((talentInfo, index) => { + let itemNode = this.talents_content.children[index]; + if (itemNode) { + this.updateTalentItem(itemNode, talentInfo, collection.talents[talentInfo.id] || 0); + } + }); + } + } + + /** 更新单个天赋项的显示 */ + private updateTalentItem(itemNode: Node, talentInfo: any, currentLevel: number) { + let lblName = itemNode.getChildByName("lbl_name")?.getComponent(Label); + let lblDesc = itemNode.getChildByName("lbl_desc")?.getComponent(Label); + let lblLevel = itemNode.getChildByName("lbl_level")?.getComponent(Label); + let lblCost = itemNode.getChildByName("lbl_cost")?.getComponent(Label); + let btnUpgradeNode = itemNode.getChildByName("btn_upgrade"); + let btnUpgrade = btnUpgradeNode?.getComponent(Button); + + if (lblName) lblName.string = talentInfo.name; + if (lblDesc) lblDesc.string = talentInfo.desc; + if (lblLevel) lblLevel.string = `Lv.${currentLevel}`; + + let isMax = currentLevel >= talentInfo.maxLevel; + let cost = isMax ? 0 : TalentConfig.costPerLevel[currentLevel]; + let points = smc.vmdata.collection.talent_points || 0; + + if (lblCost) { + lblCost.string = isMax ? "已满级" : `消耗: ${cost}点`; + } + + if (btnUpgrade) { + btnUpgrade.interactable = !isMax && points >= cost; + // 清除旧的监听,避免重复绑定 + btnUpgradeNode?.off(Button.EventType.CLICK); + btnUpgradeNode?.on(Button.EventType.CLICK, () => { + this.onUpgradeClicked(talentInfo.id, currentLevel, cost); + }, this); + } + } + + /** 点击升级按钮 */ + private onUpgradeClicked(talentId: number, currentLevel: number, cost: number) { + const collection = smc.vmdata.collection; + let points = collection.talent_points || 0; + + if (points >= cost && currentLevel < 5) { + // 扣除天赋点 + collection.talent_points -= cost; + // 增加天赋等级 + collection.talents[talentId] = currentLevel + 1; + + // 同步到云端 + smc.updateCloudData(); + + // 刷新界面 + this.refreshUI(); + + oops.gui.toast("天赋升级成功"); + } else { + oops.gui.toast("天赋点不足或已满级"); + } + } + + /** 点击重置按钮 */ + private onResetClicked() { + // 看广告回调(预留) + this.watch_ad().then(success => { + if (success) { + const collection = smc.vmdata.collection; + // 计算已消耗的天赋点总和 + let refundedPoints = 0; + for (let id in collection.talents) { + let level = collection.talents[id]; + for (let i = 0; i < level; i++) { + refundedPoints += TalentConfig.costPerLevel[i]; + } + } + + // 重置天赋等级并返还点数 + collection.talents = {}; + collection.talent_points += refundedPoints; + + // 限制不超过最大点数(30) + if (collection.talent_points > this.MAX_PLAYER_LEVEL) { + collection.talent_points = this.MAX_PLAYER_LEVEL; + } + + // 同步到云端 + smc.updateCloudData(); + + // 刷新界面 + this.refreshUI(); + oops.gui.toast("天赋已重置,点数已返还"); + } else { + oops.gui.toast("广告观看失败,无法重置"); + } + }); + } + + /** 模拟看广告回调,实际项目中需要替换为真实的广告SDK调用 */ + private watch_ad(): Promise { + return new Promise((resolve) => { + // 模拟广告播放延迟 + setTimeout(() => { + resolve(true); + }, 500); + }); + } + + /** 点击返回按钮 */ + private onCloseClicked() { + oops.gui.removeByNode(this.node); // + } + + protected onDestroy(): void { + mLogger.log(this.debugMode, 'TalentsComp', "释放界面"); + } + + /** ECS 组件移除时销毁节点 */ + reset() { + this.node.destroy(); + } +} \ No newline at end of file diff --git a/assets/script/game/map/TalentsComp.ts.meta b/assets/script/game/map/TalentsComp.ts.meta new file mode 100644 index 00000000..09741c42 --- /dev/null +++ b/assets/script/game/map/TalentsComp.ts.meta @@ -0,0 +1 @@ +{"ver":"4.0.24","importer":"typescript","imported":true,"uuid":"52d81495-7526-43fe-91d8-3ba1d4c3fc89","files":[],"subMetas":{},"userData":{}}