From 2d4d564c1f187439284463dc6ecac58540b245f0 Mon Sep 17 00:00:00 2001 From: walkpan Date: Mon, 25 Nov 2024 00:02:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=81=9A=20=E5=B1=80=E5=86=85?= =?UTF-8?q?=E7=BB=8F=E9=AA=8C=E7=9A=84=E5=88=A9=E7=94=A8=EF=BC=8C=E5=8A=A0?= =?UTF-8?q?=E6=94=BB=20=E5=8A=A0=E8=A1=80=EF=BC=8C=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E6=8A=80=E8=83=BD=EF=BC=8Ctodo=EF=BC=9A=E5=85=88=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E7=89=A9=E5=93=81=E8=AE=BE=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resources/game/gui.meta | 9 + assets/resources/game/gui/item.prefab | 561 ++++ assets/resources/game/gui/item.prefab.meta | 13 + .../{game/map => gui/element}/exp.prefab | 1805 +++++----- .../{game/map => gui/element}/exp.prefab.meta | 0 .../{game/map => gui/element}/mexp.prefab | 1561 ++++----- .../map => gui/element}/mexp.prefab.meta | 2 +- assets/resources/gui/items.plist | 377 +-- assets/resources/gui/items.plist.meta | 1092 +++--- assets/resources/gui/items.png | Bin 21054 -> 66956 bytes assets/resources/gui/role_controller.prefab | 2916 +++++++---------- assets/resources/gui/victory.prefab | 2558 +++++---------- assets/script/game/Boss/BossViewComp.ts | 2 +- assets/script/game/Role/Role.ts | 4 +- assets/script/game/Role/RoleViewComp.ts | 16 +- assets/script/game/Role/TalentComp.ts | 2 +- .../script/game/common/SingletonModuleComp.ts | 45 +- assets/script/game/common/config/Items.ts | 31 +- assets/script/game/hero/Hero.ts | 4 +- assets/script/game/hero/HeroViewComp.ts | 16 +- assets/script/game/map/CardController.ots | 76 +- assets/script/game/map/CardController.ts | 18 +- assets/script/game/map/HCard.ts | 10 - assets/script/game/map/Item.ts | 30 + assets/script/game/map/Item.ts.meta | 9 + assets/script/game/map/ItemComp.ts | 24 + assets/script/game/map/ItemComp.ts.meta | 9 + assets/script/game/map/MIssionController.ts | 193 +- assets/script/game/map/VictoryComp.ts | 37 +- assets/script/game/mon/MonViewComp.ts | 2 +- assets/script/game/skills/MSkillComp.ts | 2 +- 31 files changed, 5212 insertions(+), 6212 deletions(-) create mode 100644 assets/resources/game/gui.meta create mode 100644 assets/resources/game/gui/item.prefab create mode 100644 assets/resources/game/gui/item.prefab.meta rename assets/resources/{game/map => gui/element}/exp.prefab (82%) rename assets/resources/{game/map => gui/element}/exp.prefab.meta (100%) rename assets/resources/{game/map => gui/element}/mexp.prefab (79%) rename assets/resources/{game/map => gui/element}/mexp.prefab.meta (76%) create mode 100644 assets/script/game/map/Item.ts create mode 100644 assets/script/game/map/Item.ts.meta create mode 100644 assets/script/game/map/ItemComp.ts create mode 100644 assets/script/game/map/ItemComp.ts.meta diff --git a/assets/resources/game/gui.meta b/assets/resources/game/gui.meta new file mode 100644 index 00000000..8d092e12 --- /dev/null +++ b/assets/resources/game/gui.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "4d1a9382-0a99-4c52-9f52-d0867ebf0f12", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/resources/game/gui/item.prefab b/assets/resources/game/gui/item.prefab new file mode 100644 index 00000000..5b80ab27 --- /dev/null +++ b/assets/resources/game/gui/item.prefab @@ -0,0 +1,561 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "item", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "persistent": false + }, + { + "__type__": "cc.Node", + "_name": "item", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + }, + { + "__id__": 8 + }, + { + "__id__": 14 + } + ], + "_active": true, + "_components": [ + { + "__id__": 20 + }, + { + "__id__": 22 + } + ], + "_prefab": { + "__id__": 24 + }, + "_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", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 3 + }, + { + "__id__": 5 + } + ], + "_prefab": { + "__id__": 7 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 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": 128, + "height": 130 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "08/hD4/ZlOkZoJDDjU95Xj" + }, + { + "__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__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@b03fe", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e6ZZ/ngyBLE5TAa6uoynsh" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0dLGvtUJJGQplUEIoE7XXw", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "icon", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 9 + }, + { + "__id__": 11 + } + ], + "_prefab": { + "__id__": 13 + }, + "_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__": 8 + }, + "_enabled": true, + "__prefab": { + "__id__": 10 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "51tobGXK5GZrXW3D4sTQql" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 8 + }, + "_enabled": true, + "__prefab": { + "__id__": 12 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 147, + "g": 153, + "b": 122, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@87926", + "__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": "bcFOmAjrZGSJ7YaDS9vORF" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c5SVMybnRAR4HoIGOlG0SF", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "num", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 15 + }, + { + "__id__": 17 + } + ], + "_prefab": { + "__id__": 19 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 14.988, + "y": -34.972, + "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__": 14 + }, + "_enabled": true, + "__prefab": { + "__id__": 16 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 90, + "height": 56.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "81SMffAS9PNqslRdyen4BR" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 14 + }, + "_enabled": true, + "__prefab": { + "__id__": 18 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "99999", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 31, + "_fontSize": 30, + "_fontFamily": "Arial", + "_lineHeight": 30, + "_overflow": 2, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 3, + "_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": "64kGiRb6lK5L7/ncZplLMZ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a0r58OZEBFnZJPySGwmYEb", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 21 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "53rR9JSr5FAoUbwo0ZB5s8" + }, + { + "__type__": "b3d7bQfUYVKCraQiXgA4mTv", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 23 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "a3fT984fVMY6kPqXqb9G8d" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c46/YsCPVOJYA4mWEpNYRx", + "instance": null, + "targetOverrides": null + } +] \ No newline at end of file diff --git a/assets/resources/game/gui/item.prefab.meta b/assets/resources/game/gui/item.prefab.meta new file mode 100644 index 00000000..ab8db17d --- /dev/null +++ b/assets/resources/game/gui/item.prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.50", + "importer": "prefab", + "imported": true, + "uuid": "a8eef812-551a-46fc-9dc2-b5b544e00d36", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": { + "syncNodeName": "item" + } +} diff --git a/assets/resources/game/map/exp.prefab b/assets/resources/gui/element/exp.prefab similarity index 82% rename from assets/resources/game/map/exp.prefab rename to assets/resources/gui/element/exp.prefab index de51d52c..6b6c1696 100644 --- a/assets/resources/game/map/exp.prefab +++ b/assets/resources/gui/element/exp.prefab @@ -22,34 +22,28 @@ "__id__": 2 }, { - "__id__": 26 + "__id__": 28 }, { - "__id__": 50 - }, - { - "__id__": 74 + "__id__": 68 } ], "_active": true, "_components": [ { - "__id__": 98 + "__id__": 108 }, { - "__id__": 100 - }, - { - "__id__": 102 + "__id__": 110 } ], "_prefab": { - "__id__": 104 + "__id__": 112 }, "_lpos": { "__type__": "cc.Vec3", - "x": -360, - "y": 1057.701, + "x": 0, + "y": 417.701, "z": 0 }, "_lrot": { @@ -77,7 +71,7 @@ }, { "__type__": "cc.Node", - "_name": "d_exp", + "_name": "mskill", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -88,25 +82,22 @@ "__id__": 3 }, { - "__id__": 9 - }, - { - "__id__": 17 + "__id__": 19 } ], - "_active": false, + "_active": true, "_components": [ { - "__id__": 23 + "__id__": 25 } ], "_prefab": { - "__id__": 25 + "__id__": 27 }, "_lpos": { "__type__": "cc.Vec3", - "x": 30, - "y": 50, + "x": 0, + "y": 0, "z": 0 }, "_lrot": { @@ -134,24 +125,84 @@ }, { "__type__": "cc.Node", - "_name": "data_bg", + "_name": "exp", "_objFlags": 0, "__editorExtras__": {}, "_parent": { "__id__": 2 }, + "_children": [ + { + "__id__": 4 + } + ], + "_active": true, + "_components": [ + { + "__id__": 10 + }, + { + "__id__": 12 + }, + { + "__id__": 14 + }, + { + "__id__": 16 + } + ], + "_prefab": { + "__id__": 18 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -0.558, + "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__": 3 + }, "_children": [], "_active": true, "_components": [ { - "__id__": 4 + "__id__": 5 }, { - "__id__": 6 + "__id__": 7 } ], "_prefab": { - "__id__": 8 + "__id__": 9 }, "_lpos": { "__type__": "cc.Vec3", @@ -173,7 +224,7 @@ "z": 1 }, "_mobility": 0, - "_layer": 1073741824, + "_layer": 33554432, "_euler": { "__type__": "cc.Vec3", "x": 0, @@ -188,16 +239,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3 + "__id__": 4 }, "_enabled": true, "__prefab": { - "__id__": 5 + "__id__": 6 }, "_contentSize": { "__type__": "cc.Size", - "width": 70, - "height": 30 + "width": 100, + "height": 20 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -208,7 +259,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "50OAcrWJRAcohIqkxmMeFL" + "fileId": "13Mq7JaqxNprdZrdnnOrRe" }, { "__type__": "cc.Sprite", @@ -216,11 +267,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3 + "__id__": 4 }, "_enabled": true, "__prefab": { - "__id__": 7 + "__id__": 8 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -233,10 +284,10 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@5304c", + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@44c8a", "__expectedType__": "cc.SpriteFrame" }, - "_type": 0, + "_type": 1, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -253,7 +304,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "33TcEMerJHUpCLGtTtzzaR" + "fileId": "f1lmRPqANJY5q27gKHZ7OM" }, { "__type__": "cc.PrefabInfo", @@ -263,71 +314,18 @@ "asset": { "__id__": 0 }, - "fileId": "24vmGfRyhF0ZePYyyPDyOu", + "fileId": "30i/Nn3nhOI5d8CxuIN5Fi", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, - { - "__type__": "cc.Node", - "_name": "data", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 2 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 10 - }, - { - "__id__": 12 - }, - { - "__id__": 14 - } - ], - "_prefab": { - "__id__": 16 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 15, - "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__": 9 + "__id__": 3 }, "_enabled": true, "__prefab": { @@ -335,8 +333,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 50, - "height": 31.5 + "width": 100, + "height": 20 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -347,15 +345,15 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "12Bz3vfU5HRoDRM+aJIy+X" + "fileId": "9bV0zmfjNHGoGq6aZqCxuw" }, { - "__type__": "cc.Label", + "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 9 + "__id__": 3 }, "_enabled": true, "__prefab": { @@ -371,426 +369,11 @@ "b": 255, "a": 255 }, - "_string": "999", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 16, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 20, - "_overflow": 2, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": 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": "f1jQKUtMFFbaWtDjwLq3Lg" - }, - { - "__type__": "545c05XsG9GDJispEGWKvYv", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 9 - }, - "_enabled": true, - "__prefab": { - "__id__": 15 - }, - "templateMode": false, - "watchPath": "data.mission.d_exp", - "labelType": "cc.Label", - "watchPathArr": [], - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "64v48fv2xA4aZmKdvR4dnl" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "63y5fwvIBPrbSqyiRyYGpb", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "RoleIcon_Sword", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 2 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 18 - }, - { - "__id__": 20 - } - ], - "_prefab": { - "__id__": 22 - }, - "_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__": 17 - }, - "_enabled": true, - "__prefab": { - "__id__": 19 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 29, - "height": 40 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "3bt9wWsrNPVZRC684/mcC3" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 17 - }, - "_enabled": true, - "__prefab": { - "__id__": 21 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 230, - "g": 250, - "b": 0, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@4a940", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "128elBd2FKmp+KIg5/bZ7e" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "ca5Cz79UJLIJ83z8pBlfkY", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 2 - }, - "_enabled": true, - "__prefab": { - "__id__": 24 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 88, - "height": 100 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "386iUZOY1BtZzVFGKN3vYJ" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "36IzpX3r1Ir78k2LvNMgMH", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "c_exp", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 1 - }, - "_children": [ - { - "__id__": 27 - }, - { - "__id__": 33 - }, - { - "__id__": 41 - } - ], - "_active": true, - "_components": [ - { - "__id__": 47 - } - ], - "_prefab": { - "__id__": 49 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 38, - "y": 50, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "data_bg", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 26 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 28 - }, - { - "__id__": 30 - } - ], - "_prefab": { - "__id__": 32 - }, - "_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__": 27 - }, - "_enabled": true, - "__prefab": { - "__id__": 29 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 70, - "height": 30 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "16tvocnlJMvLIdz65PWcUs" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 27 - }, - "_enabled": true, - "__prefab": { - "__id__": 31 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, "_spriteFrame": { "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@5304c", "__expectedType__": "cc.SpriteFrame" }, - "_type": 0, + "_type": 1, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -807,7 +390,60 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "b5X1FGa3hCoabPvIBZEJMF" + "fileId": "efZSh9UKNAvaTD72nozHRf" + }, + { + "__type__": "cc.ProgressBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 3 + }, + "_enabled": true, + "__prefab": { + "__id__": 15 + }, + "_barSprite": { + "__id__": 7 + }, + "_mode": 0, + "_totalLength": 100, + "_progress": 1, + "_reverse": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "fc5O1YDTBM6agUuHvuk6XT" + }, + { + "__type__": "2a50eqI7JZNV5Sh0y/Qd9C6", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 3 + }, + "_enabled": true, + "__prefab": { + "__id__": 17 + }, + "controller": false, + "watchPath": "", + "componentName": "", + "componentProperty": "", + "refreshRate": 0.1, + "watchPathArr": [ + "data.mission.s_exp", + "data.mission.s_up_exp" + ], + "stringFormat": "", + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "22SHEwQvZKG44rV3cOwhMj" }, { "__type__": "cc.PrefabInfo", @@ -817,215 +453,31 @@ "asset": { "__id__": 0 }, - "fileId": "4a2rLvKQRCfZOgjBml44GE", + "fileId": "1fy1Ir1O1Al5PXjadniymH", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "data", + "_name": "icon", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 26 + "__id__": 2 }, "_children": [], "_active": true, "_components": [ { - "__id__": 34 + "__id__": 20 }, { - "__id__": 36 - }, - { - "__id__": 38 + "__id__": 22 } ], "_prefab": { - "__id__": 40 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 15, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 33 - }, - "_enabled": true, - "__prefab": { - "__id__": 35 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 50, - "height": 30 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "77MGWb2jlJdaesl5cNNUB8" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 33 - }, - "_enabled": true, - "__prefab": { - "__id__": 37 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "999", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 21, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 20, - "_overflow": 2, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": 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": "2bosU3j6JFE5biYdN7m2Ie" - }, - { - "__type__": "545c05XsG9GDJispEGWKvYv", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 33 - }, - "_enabled": true, - "__prefab": { - "__id__": 39 - }, - "templateMode": false, - "watchPath": "data.mission.c_exp", - "labelType": "cc.Label", - "watchPathArr": [], - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "cdZJKIHGJA7a1zLszl7jUV" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "5f0av+9IBEwJV5rOKixIFz", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "RoleIcon_Sword", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 26 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 42 - }, - { - "__id__": 44 - } - ], - "_prefab": { - "__id__": 46 + "__id__": 24 }, "_lpos": { "__type__": "cc.Vec3", @@ -1062,16 +514,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 41 + "__id__": 19 }, "_enabled": true, "__prefab": { - "__id__": 43 + "__id__": 21 }, "_contentSize": { "__type__": "cc.Size", - "width": 39, - "height": 34 + "width": 29, + "height": 40 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1090,11 +542,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 41 + "__id__": 19 }, "_enabled": true, "__prefab": { - "__id__": 45 + "__id__": 23 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1107,7 +559,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@fe0af", + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@4a940", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -1148,11 +600,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 26 + "__id__": 2 }, "_enabled": true, "__prefab": { - "__id__": 48 + "__id__": 26 }, "_contentSize": { "__type__": "cc.Size", @@ -1185,35 +637,38 @@ }, { "__type__": "cc.Node", - "_name": "b_exp", + "_name": "hp", "_objFlags": 0, "__editorExtras__": {}, "_parent": { "__id__": 1 }, "_children": [ + { + "__id__": 29 + }, + { + "__id__": 35 + }, { "__id__": 51 }, { - "__id__": 57 - }, - { - "__id__": 65 + "__id__": 59 } ], "_active": true, "_components": [ { - "__id__": 71 + "__id__": 65 } ], "_prefab": { - "__id__": 73 + "__id__": 67 }, "_lpos": { "__type__": "cc.Vec3", - "x": 126, + "x": 0, "y": 50, "z": 0 }, @@ -1242,24 +697,24 @@ }, { "__type__": "cc.Node", - "_name": "data_bg", + "_name": "bg", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 50 + "__id__": 28 }, "_children": [], "_active": true, "_components": [ { - "__id__": 52 + "__id__": 30 }, { - "__id__": 54 + "__id__": 32 } ], "_prefab": { - "__id__": 56 + "__id__": 34 }, "_lpos": { "__type__": "cc.Vec3", @@ -1296,15 +751,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 51 + "__id__": 29 }, "_enabled": true, "__prefab": { - "__id__": 53 + "__id__": 31 }, "_contentSize": { "__type__": "cc.Size", - "width": 70, + "width": 100, "height": 30 }, "_anchorPoint": { @@ -1324,11 +779,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 51 + "__id__": 29 }, "_enabled": true, "__prefab": { - "__id__": 55 + "__id__": 33 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1378,27 +833,359 @@ }, { "__type__": "cc.Node", - "_name": "data", + "_name": "exp", "_objFlags": 0, "__editorExtras__": {}, "_parent": { + "__id__": 28 + }, + "_children": [ + { + "__id__": 36 + } + ], + "_active": true, + "_components": [ + { + "__id__": 42 + }, + { + "__id__": 44 + }, + { + "__id__": 46 + }, + { + "__id__": 48 + } + ], + "_prefab": { "__id__": 50 }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -10.434, + "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__": 35 + }, "_children": [], "_active": true, "_components": [ { - "__id__": 58 + "__id__": 37 }, { - "__id__": 60 - }, - { - "__id__": 62 + "__id__": 39 } ], "_prefab": { - "__id__": 64 + "__id__": 41 + }, + "_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": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 36 + }, + "_enabled": true, + "__prefab": { + "__id__": 38 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 5 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "65vhJesvFO3K9ZJs1Tb6QZ" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 36 + }, + "_enabled": true, + "__prefab": { + "__id__": 40 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@44c8a", + "__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": "2diOT6pqtF17m0BBSk9p+P" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f6QXEugHxHAYXHPAxacLkf", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 35 + }, + "_enabled": true, + "__prefab": { + "__id__": 43 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 5 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "40a92FTkdF4a18ppmFI3oL" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 35 + }, + "_enabled": true, + "__prefab": { + "__id__": 45 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ad9293LHtBO4sHYr2HwabV" + }, + { + "__type__": "cc.ProgressBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 35 + }, + "_enabled": true, + "__prefab": { + "__id__": 47 + }, + "_barSprite": { + "__id__": 39 + }, + "_mode": 0, + "_totalLength": 100, + "_progress": 1, + "_reverse": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "339t2FhmFHm4OUIGo3kZXl" + }, + { + "__type__": "2a50eqI7JZNV5Sh0y/Qd9C6", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 35 + }, + "_enabled": true, + "__prefab": { + "__id__": 49 + }, + "controller": false, + "watchPath": "", + "componentName": "", + "componentProperty": "", + "refreshRate": 0.1, + "watchPathArr": [ + "data.mission.h_exp", + "data.mission.h_up_exp" + ], + "stringFormat": "", + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "923siYk5pMoq/DkE5l/oYp" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c2NAqChjpIzbktopbA71JL", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "data", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 28 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 52 + }, + { + "__id__": 54 + }, + { + "__id__": 56 + } + ], + "_prefab": { + "__id__": 58 }, "_lpos": { "__type__": "cc.Vec3", @@ -1435,15 +1222,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 57 + "__id__": 51 }, "_enabled": true, "__prefab": { - "__id__": 59 + "__id__": 53 }, "_contentSize": { "__type__": "cc.Size", - "width": 50, + "width": 80, "height": 30 }, "_anchorPoint": { @@ -1463,11 +1250,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 57 + "__id__": 51 }, "_enabled": true, "__prefab": { - "__id__": 61 + "__id__": 55 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1479,13 +1266,13 @@ "b": 255, "a": 255 }, - "_string": "999", + "_string": "9999", "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 21, - "_fontSize": 20, + "_actualFontSize": 26, + "_fontSize": 25, "_fontFamily": "Arial", - "_lineHeight": 20, + "_lineHeight": 25, "_overflow": 2, "_enableWrapText": true, "_font": null, @@ -1496,7 +1283,7 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, - "_enableOutline": false, + "_enableOutline": true, "_outlineColor": { "__type__": "cc.Color", "r": 0, @@ -1531,14 +1318,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 57 + "__id__": 51 }, "_enabled": true, "__prefab": { - "__id__": 63 + "__id__": 57 }, "templateMode": false, - "watchPath": "data.mission.b_exp", + "watchPath": "data.mission.hp", "labelType": "cc.Label", "watchPathArr": [], "_id": "" @@ -1562,24 +1349,24 @@ }, { "__type__": "cc.Node", - "_name": "RoleIcon_Sword", + "_name": "icon", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 50 + "__id__": 28 }, "_children": [], "_active": true, "_components": [ { - "__id__": 66 + "__id__": 60 }, { - "__id__": 68 + "__id__": 62 } ], "_prefab": { - "__id__": 70 + "__id__": 64 }, "_lpos": { "__type__": "cc.Vec3", @@ -1616,16 +1403,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 65 + "__id__": 59 }, "_enabled": true, "__prefab": { - "__id__": 67 + "__id__": 61 }, "_contentSize": { "__type__": "cc.Size", - "width": 33, - "height": 36 + "width": 37, + "height": 35 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1644,24 +1431,24 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 65 + "__id__": 59 }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 63 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 46, - "g": 155, - "b": 255, + "r": 255, + "g": 0, + "b": 0, "a": 255 }, "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@398ce", + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@ee721", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -1702,11 +1489,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 50 + "__id__": 28 }, "_enabled": true, "__prefab": { - "__id__": 72 + "__id__": 66 }, "_contentSize": { "__type__": "cc.Size", @@ -1739,36 +1526,39 @@ }, { "__type__": "cc.Node", - "_name": "a_exp", + "_name": "ap", "_objFlags": 0, "__editorExtras__": {}, "_parent": { "__id__": 1 }, "_children": [ + { + "__id__": 69 + }, { "__id__": 75 }, { - "__id__": 81 + "__id__": 91 }, { - "__id__": 89 + "__id__": 99 } ], "_active": true, "_components": [ { - "__id__": 95 + "__id__": 105 } ], "_prefab": { - "__id__": 97 + "__id__": 107 }, "_lpos": { "__type__": "cc.Vec3", - "x": 214, - "y": 50, + "x": 0, + "y": 100, "z": 0 }, "_lrot": { @@ -1796,24 +1586,24 @@ }, { "__type__": "cc.Node", - "_name": "data_bg", + "_name": "bg", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 74 + "__id__": 68 }, "_children": [], "_active": true, "_components": [ { - "__id__": 76 + "__id__": 70 }, { - "__id__": 78 + "__id__": 72 } ], "_prefab": { - "__id__": 80 + "__id__": 74 }, "_lpos": { "__type__": "cc.Vec3", @@ -1850,15 +1640,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 69 }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 71 }, "_contentSize": { "__type__": "cc.Size", - "width": 70, + "width": 100, "height": 30 }, "_anchorPoint": { @@ -1878,11 +1668,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 69 }, "_enabled": true, "__prefab": { - "__id__": 79 + "__id__": 73 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1932,13 +1722,17 @@ }, { "__type__": "cc.Node", - "_name": "data", + "_name": "exp", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 74 + "__id__": 68 }, - "_children": [], + "_children": [ + { + "__id__": 76 + } + ], "_active": true, "_components": [ { @@ -1949,10 +1743,338 @@ }, { "__id__": 86 + }, + { + "__id__": 88 } ], "_prefab": { - "__id__": 88 + "__id__": 90 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -10.434, + "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__": 75 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 77 + }, + { + "__id__": 79 + } + ], + "_prefab": { + "__id__": 81 + }, + "_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": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 76 + }, + "_enabled": true, + "__prefab": { + "__id__": 78 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 5 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "98MxZFqyNNb4T3gkbTbORg" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 76 + }, + "_enabled": true, + "__prefab": { + "__id__": 80 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@44c8a", + "__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": "96oENNPUZB2KJzNeU6UhjO" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "90BEchGvNE76WDaVGaY4jA", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 75 + }, + "_enabled": true, + "__prefab": { + "__id__": 83 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 5 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0eIUwcsehF+IRS1KehPH/y" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 75 + }, + "_enabled": true, + "__prefab": { + "__id__": 85 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "474LJ52bpF2Jb3AYPgl7c7" + }, + { + "__type__": "cc.ProgressBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 75 + }, + "_enabled": true, + "__prefab": { + "__id__": 87 + }, + "_barSprite": { + "__id__": 79 + }, + "_mode": 0, + "_totalLength": 100, + "_progress": 1, + "_reverse": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "31eOPtoJ9J3YZU7ZFDyEKS" + }, + { + "__type__": "2a50eqI7JZNV5Sh0y/Qd9C6", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 75 + }, + "_enabled": true, + "__prefab": { + "__id__": 89 + }, + "controller": false, + "watchPath": "", + "componentName": "", + "componentProperty": "", + "refreshRate": 0.1, + "watchPathArr": [ + "data.mission.a_exp", + "data.mission.a_up_exp" + ], + "stringFormat": "", + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d8+t8NOmtBQIKJD7zUziUZ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5c7YSwFehCeYqYSTgTdQRi", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "data", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 68 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 92 + }, + { + "__id__": 94 + }, + { + "__id__": 96 + } + ], + "_prefab": { + "__id__": 98 }, "_lpos": { "__type__": "cc.Vec3", @@ -1989,15 +2111,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 81 + "__id__": 91 }, "_enabled": true, "__prefab": { - "__id__": 83 + "__id__": 93 }, "_contentSize": { "__type__": "cc.Size", - "width": 50, + "width": 80, "height": 30 }, "_anchorPoint": { @@ -2017,11 +2139,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 81 + "__id__": 91 }, "_enabled": true, "__prefab": { - "__id__": 85 + "__id__": 95 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2033,13 +2155,13 @@ "b": 255, "a": 255 }, - "_string": "999", + "_string": "9999", "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 21, - "_fontSize": 20, + "_actualFontSize": 26, + "_fontSize": 25, "_fontFamily": "Arial", - "_lineHeight": 20, + "_lineHeight": 25, "_overflow": 2, "_enableWrapText": true, "_font": null, @@ -2050,7 +2172,7 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, - "_enableOutline": false, + "_enableOutline": true, "_outlineColor": { "__type__": "cc.Color", "r": 0, @@ -2085,14 +2207,14 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 81 + "__id__": 91 }, "_enabled": true, "__prefab": { - "__id__": 87 + "__id__": 97 }, "templateMode": false, - "watchPath": "data.mission.a_exp", + "watchPath": "data.mission.ap", "labelType": "cc.Label", "watchPathArr": [], "_id": "" @@ -2116,24 +2238,24 @@ }, { "__type__": "cc.Node", - "_name": "RoleIcon_Sword", + "_name": "icon", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 74 + "__id__": 68 }, "_children": [], "_active": true, "_components": [ { - "__id__": 90 + "__id__": 100 }, { - "__id__": 92 + "__id__": 102 } ], "_prefab": { - "__id__": 94 + "__id__": 104 }, "_lpos": { "__type__": "cc.Vec3", @@ -2170,15 +2292,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 99 }, "_enabled": true, "__prefab": { - "__id__": 91 + "__id__": 101 }, "_contentSize": { "__type__": "cc.Size", - "width": 30, + "width": 36, "height": 39 }, "_anchorPoint": { @@ -2198,24 +2320,24 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 99 }, "_enabled": true, "__prefab": { - "__id__": 93 + "__id__": 103 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 250, - "g": 0, - "b": 0, + "r": 0, + "g": 190, + "b": 250, "a": 255 }, "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@12d6e", + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@69993", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -2256,11 +2378,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 74 + "__id__": 68 }, "_enabled": true, "__prefab": { - "__id__": 96 + "__id__": 106 }, "_contentSize": { "__type__": "cc.Size", @@ -2301,7 +2423,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 99 + "__id__": 109 }, "_contentSize": { "__type__": "cc.Size", @@ -2329,11 +2451,11 @@ }, "_enabled": true, "__prefab": { - "__id__": 101 + "__id__": 111 }, "_alignFlags": 12, "_target": null, - "_left": -50, + "_left": 310, "_right": 310, "_top": 0, "_bottom": 1057.701, @@ -2355,44 +2477,6 @@ "__type__": "cc.CompPrefabInfo", "fileId": "eabvpWEV5OHqPmwA2WXAMU" }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1 - }, - "_enabled": true, - "__prefab": { - "__id__": 103 - }, - "_resizeMode": 0, - "_layoutType": 3, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 1, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 0, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 0, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "13EYwZZDJLUKfV2pvEi60P" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -2402,6 +2486,7 @@ "__id__": 0 }, "fileId": "ffp6oQdtlN2pWzPVxr5j9Y", + "instance": null, "targetOverrides": null } ] \ No newline at end of file diff --git a/assets/resources/game/map/exp.prefab.meta b/assets/resources/gui/element/exp.prefab.meta similarity index 100% rename from assets/resources/game/map/exp.prefab.meta rename to assets/resources/gui/element/exp.prefab.meta diff --git a/assets/resources/game/map/mexp.prefab b/assets/resources/gui/element/mexp.prefab similarity index 79% rename from assets/resources/game/map/mexp.prefab rename to assets/resources/gui/element/mexp.prefab index 5b672fce..98f0a3e2 100644 --- a/assets/resources/game/map/mexp.prefab +++ b/assets/resources/gui/element/mexp.prefab @@ -22,34 +22,28 @@ "__id__": 2 }, { - "__id__": 26 + "__id__": 28 }, { - "__id__": 50 - }, - { - "__id__": 74 + "__id__": 68 } ], "_active": true, "_components": [ { - "__id__": 98 + "__id__": 108 }, { - "__id__": 100 - }, - { - "__id__": 102 + "__id__": 110 } ], "_prefab": { - "__id__": 104 + "__id__": 112 }, "_lpos": { "__type__": "cc.Vec3", - "x": 310, - "y": 1057.701, + "x": 0, + "y": 417.701, "z": 0 }, "_lrot": { @@ -77,7 +71,7 @@ }, { "__type__": "cc.Node", - "_name": "d_exp", + "_name": "mskill", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -88,25 +82,22 @@ "__id__": 3 }, { - "__id__": 9 - }, - { - "__id__": 17 + "__id__": 19 } ], - "_active": false, + "_active": true, "_components": [ { - "__id__": 23 + "__id__": 25 } ], "_prefab": { - "__id__": 25 + "__id__": 27 }, "_lpos": { "__type__": "cc.Vec3", - "x": 50, - "y": 50, + "x": 0, + "y": 0, "z": 0 }, "_lrot": { @@ -134,24 +125,84 @@ }, { "__type__": "cc.Node", - "_name": "data_bg", + "_name": "exp", "_objFlags": 0, "__editorExtras__": {}, "_parent": { "__id__": 2 }, + "_children": [ + { + "__id__": 4 + } + ], + "_active": true, + "_components": [ + { + "__id__": 10 + }, + { + "__id__": 12 + }, + { + "__id__": 14 + }, + { + "__id__": 16 + } + ], + "_prefab": { + "__id__": 18 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -0.558, + "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__": 3 + }, "_children": [], "_active": true, "_components": [ { - "__id__": 4 + "__id__": 5 }, { - "__id__": 6 + "__id__": 7 } ], "_prefab": { - "__id__": 8 + "__id__": 9 }, "_lpos": { "__type__": "cc.Vec3", @@ -173,7 +224,7 @@ "z": 1 }, "_mobility": 0, - "_layer": 1073741824, + "_layer": 33554432, "_euler": { "__type__": "cc.Vec3", "x": 0, @@ -188,16 +239,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3 + "__id__": 4 }, "_enabled": true, "__prefab": { - "__id__": 5 + "__id__": 6 }, "_contentSize": { "__type__": "cc.Size", - "width": 70, - "height": 30 + "width": 100, + "height": 20 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -208,7 +259,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "94oisxUO1CNI2AgRyF0sgo" + "fileId": "13Mq7JaqxNprdZrdnnOrRe" }, { "__type__": "cc.Sprite", @@ -216,11 +267,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 3 + "__id__": 4 }, "_enabled": true, "__prefab": { - "__id__": 7 + "__id__": 8 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -233,10 +284,10 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@5304c", + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@44c8a", "__expectedType__": "cc.SpriteFrame" }, - "_type": 0, + "_type": 1, "_fillType": 0, "_sizeMode": 0, "_fillCenter": { @@ -253,7 +304,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "1926ZZuXlFx4VRCMS0W7QG" + "fileId": "f1lmRPqANJY5q27gKHZ7OM" }, { "__type__": "cc.PrefabInfo", @@ -263,71 +314,18 @@ "asset": { "__id__": 0 }, - "fileId": "acT2oLVD5HH6PdImnBduOe", + "fileId": "30i/Nn3nhOI5d8CxuIN5Fi", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, - { - "__type__": "cc.Node", - "_name": "data", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 2 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 10 - }, - { - "__id__": 12 - }, - { - "__id__": 14 - } - ], - "_prefab": { - "__id__": 16 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 15, - "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__": 9 + "__id__": 3 }, "_enabled": true, "__prefab": { @@ -335,8 +333,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 50, - "height": 31.5 + "width": 100, + "height": 20 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -347,15 +345,15 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "b6xSW20gtEnqBv2XjhYc+x" + "fileId": "9bV0zmfjNHGoGq6aZqCxuw" }, { - "__type__": "cc.Label", + "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 9 + "__id__": 3 }, "_enabled": true, "__prefab": { @@ -371,73 +369,81 @@ "b": 255, "a": 255 }, - "_string": "99/99", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 16, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 20, - "_overflow": 2, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": false, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@5304c", + "__expectedType__": "cc.SpriteFrame" }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { "__type__": "cc.Vec2", - "x": 2, - "y": 2 + "x": 0, + "y": 0 }, - "_shadowBlur": 2, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "92AjAqZV1FJpRvdoxVhRUe" + "fileId": "efZSh9UKNAvaTD72nozHRf" }, { - "__type__": "545c05XsG9GDJispEGWKvYv", + "__type__": "cc.ProgressBar", "_name": "", "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 9 + "__id__": 3 }, "_enabled": true, "__prefab": { "__id__": 15 }, - "templateMode": false, - "watchPath": "data.mission.md_exp", - "labelType": "cc.Label", - "watchPathArr": [], + "_barSprite": { + "__id__": 7 + }, + "_mode": 0, + "_totalLength": 100, + "_progress": 1, + "_reverse": false, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "69smLF3m1FvaLfmXW8ARFK" + "fileId": "fc5O1YDTBM6agUuHvuk6XT" + }, + { + "__type__": "2a50eqI7JZNV5Sh0y/Qd9C6", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 3 + }, + "_enabled": true, + "__prefab": { + "__id__": 17 + }, + "controller": false, + "watchPath": "", + "componentName": "", + "componentProperty": "", + "refreshRate": 0.1, + "watchPathArr": [ + "data.mission.ms_exp", + "data.mission.ms_up_exp" + ], + "stringFormat": "", + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "22SHEwQvZKG44rV3cOwhMj" }, { "__type__": "cc.PrefabInfo", @@ -447,14 +453,14 @@ "asset": { "__id__": 0 }, - "fileId": "eeDqoP011CtYbzTC1vNEt+", + "fileId": "1fy1Ir1O1Al5PXjadniymH", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "RoleIcon_Sword", + "_name": "icon", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -464,14 +470,14 @@ "_active": true, "_components": [ { - "__id__": 18 + "__id__": 20 }, { - "__id__": 20 + "__id__": 22 } ], "_prefab": { - "__id__": 22 + "__id__": 24 }, "_lpos": { "__type__": "cc.Vec3", @@ -508,11 +514,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 19 }, "_enabled": true, "__prefab": { - "__id__": 19 + "__id__": 21 }, "_contentSize": { "__type__": "cc.Size", @@ -528,7 +534,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "ab1QNYIg9DjKKB7XyoG25p" + "fileId": "37872AutlChquv25Q/tzp8" }, { "__type__": "cc.Sprite", @@ -536,18 +542,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 17 + "__id__": 19 }, "_enabled": true, "__prefab": { - "__id__": 21 + "__id__": 23 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 230, + "r": 40, "g": 250, "b": 0, "a": 255 @@ -573,7 +579,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "11wKVgyi9O+KBdd8TQi3rw" + "fileId": "f66yhEUgFMtIZ97OFqPR+J" }, { "__type__": "cc.PrefabInfo", @@ -583,7 +589,7 @@ "asset": { "__id__": 0 }, - "fileId": "02W1DrTdlOGq0znCluuIoj", + "fileId": "5e0YQwccREBJlMLwtxmiWV", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -598,7 +604,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 24 + "__id__": 26 }, "_contentSize": { "__type__": "cc.Size", @@ -614,7 +620,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "09BNND9bJM2I2kEwwaqDU0" + "fileId": "d4OeofRr1GgbdSBJl/7Njy" }, { "__type__": "cc.PrefabInfo", @@ -624,14 +630,14 @@ "asset": { "__id__": 0 }, - "fileId": "bcMbfB0nBARYVsVoSbwEJM", + "fileId": "0dMs0Isi5JZqXYLdloaJyd", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "c_exp", + "_name": "hp", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -639,27 +645,30 @@ }, "_children": [ { - "__id__": 27 + "__id__": 29 }, { - "__id__": 33 + "__id__": 35 }, { - "__id__": 41 + "__id__": 51 + }, + { + "__id__": 59 } ], "_active": true, "_components": [ { - "__id__": 47 + "__id__": 65 } ], "_prefab": { - "__id__": 49 + "__id__": 67 }, "_lpos": { "__type__": "cc.Vec3", - "x": -38, + "x": 0, "y": 50, "z": 0 }, @@ -688,24 +697,24 @@ }, { "__type__": "cc.Node", - "_name": "data_bg", + "_name": "bg", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 26 + "__id__": 28 }, "_children": [], "_active": true, "_components": [ { - "__id__": 28 + "__id__": 30 }, { - "__id__": 30 + "__id__": 32 } ], "_prefab": { - "__id__": 32 + "__id__": 34 }, "_lpos": { "__type__": "cc.Vec3", @@ -722,7 +731,7 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, + "x": -1, "y": 1, "z": 1 }, @@ -742,15 +751,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 27 + "__id__": 29 }, "_enabled": true, "__prefab": { - "__id__": 29 + "__id__": 31 }, "_contentSize": { "__type__": "cc.Size", - "width": 70, + "width": 100, "height": 30 }, "_anchorPoint": { @@ -762,7 +771,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "41iTFj3TFOIoRoYqJCfPxi" + "fileId": "fdvr5Zje5HYZj0mC3LtWsQ" }, { "__type__": "cc.Sprite", @@ -770,11 +779,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 27 + "__id__": 29 }, "_enabled": true, "__prefab": { - "__id__": 31 + "__id__": 33 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -807,7 +816,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "33LCxL9hdHVbSMWlso7UWi" + "fileId": "04HDR5sXlCRJJd/CP69P/K" }, { "__type__": "cc.PrefabInfo", @@ -817,38 +826,95 @@ "asset": { "__id__": 0 }, - "fileId": "ecxTuSQR9CRZAIz+yW6vd3", + "fileId": "4dycsZ5O1MtKgNXJWahWLr", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "data", + "_name": "exp", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 26 + "__id__": 28 + }, + "_children": [ + { + "__id__": 36 + } + ], + "_active": true, + "_components": [ + { + "__id__": 42 + }, + { + "__id__": 44 + }, + { + "__id__": 46 + }, + { + "__id__": 48 + } + ], + "_prefab": { + "__id__": 50 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -10.434, + "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__": 35 }, "_children": [], "_active": true, "_components": [ { - "__id__": 34 + "__id__": 37 }, { - "__id__": 36 - }, - { - "__id__": 38 + "__id__": 39 } ], "_prefab": { - "__id__": 40 + "__id__": 41 }, "_lpos": { "__type__": "cc.Vec3", - "x": 15, + "x": 0, "y": 0, "z": 0 }, @@ -866,7 +932,7 @@ "z": 1 }, "_mobility": 0, - "_layer": 1073741824, + "_layer": 33554432, "_euler": { "__type__": "cc.Vec3", "x": 0, @@ -881,16 +947,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 33 + "__id__": 36 }, "_enabled": true, "__prefab": { - "__id__": 35 + "__id__": 38 }, "_contentSize": { "__type__": "cc.Size", - "width": 50, - "height": 30 + "width": 100, + "height": 5 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -901,19 +967,19 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "2b/M5NLcVFcLKI80RAs55A" + "fileId": "65vhJesvFO3K9ZJs1Tb6QZ" }, { - "__type__": "cc.Label", + "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 33 + "__id__": 36 }, "_enabled": true, "__prefab": { - "__id__": 37 + "__id__": 40 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -925,194 +991,13 @@ "b": 255, "a": 255 }, - "_string": "999", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 21, - "_fontSize": 20, - "_fontFamily": "Arial", - "_lineHeight": 20, - "_overflow": 2, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": 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": "b7CtE2n3pEB6HPJJjzXORy" - }, - { - "__type__": "545c05XsG9GDJispEGWKvYv", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 33 - }, - "_enabled": true, - "__prefab": { - "__id__": 39 - }, - "templateMode": false, - "watchPath": "data.mission.mc_exp", - "labelType": "cc.Label", - "watchPathArr": [], - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "51VqGDR31Iaog4fMXCLAqD" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "0360qhwsxMJIAefDDJcT3E", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "RoleIcon_Sword", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 26 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 42 - }, - { - "__id__": 44 - } - ], - "_prefab": { - "__id__": 46 - }, - "_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": 39, - "height": 34 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "25+abCEiFLIJsDsM9XCtf1" - }, - { - "__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": 117, - "g": 117, - "b": 117, - "a": 255 - }, "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@fe0af", + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@44c8a", "__expectedType__": "cc.SpriteFrame" }, - "_type": 0, + "_type": 1, "_fillType": 0, - "_sizeMode": 1, + "_sizeMode": 0, "_fillCenter": { "__type__": "cc.Vec2", "x": 0, @@ -1127,7 +1012,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "bac0rZHeBGF7rObr/3HTWc" + "fileId": "2diOT6pqtF17m0BBSk9p+P" }, { "__type__": "cc.PrefabInfo", @@ -1137,7 +1022,7 @@ "asset": { "__id__": 0 }, - "fileId": "15CDxrzB5LnJw+6w3UzKlr", + "fileId": "f6QXEugHxHAYXHPAxacLkf", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -1148,16 +1033,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 26 + "__id__": 35 }, "_enabled": true, "__prefab": { - "__id__": 48 + "__id__": 43 }, "_contentSize": { "__type__": "cc.Size", - "width": 88, - "height": 100 + "width": 100, + "height": 5 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1168,7 +1053,102 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "06s3/bk8lMg7NRiJxgH5BD" + "fileId": "40a92FTkdF4a18ppmFI3oL" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 35 + }, + "_enabled": true, + "__prefab": { + "__id__": 45 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ad9293LHtBO4sHYr2HwabV" + }, + { + "__type__": "cc.ProgressBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 35 + }, + "_enabled": true, + "__prefab": { + "__id__": 47 + }, + "_barSprite": { + "__id__": 39 + }, + "_mode": 0, + "_totalLength": 100, + "_progress": 0.5, + "_reverse": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "339t2FhmFHm4OUIGo3kZXl" + }, + { + "__type__": "2a50eqI7JZNV5Sh0y/Qd9C6", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 35 + }, + "_enabled": true, + "__prefab": { + "__id__": 49 + }, + "controller": false, + "watchPath": "", + "componentName": "", + "componentProperty": "", + "refreshRate": 0.1, + "watchPathArr": [ + "data.mission.mh_exp", + "data.mission.mh_up_exp" + ], + "stringFormat": "", + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "923siYk5pMoq/DkE5l/oYp" }, { "__type__": "cc.PrefabInfo", @@ -1178,75 +1158,18 @@ "asset": { "__id__": 0 }, - "fileId": "fd1rBxSShF/6WyPoy1VnkW", + "fileId": "c2NAqChjpIzbktopbA71JL", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "b_exp", + "_name": "data", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 1 - }, - "_children": [ - { - "__id__": 51 - }, - { - "__id__": 57 - }, - { - "__id__": 65 - } - ], - "_active": true, - "_components": [ - { - "__id__": 71 - } - ], - "_prefab": { - "__id__": 73 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -126, - "y": 50, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.Node", - "_name": "data_bg", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 50 + "__id__": 28 }, "_children": [], "_active": true, @@ -1256,14 +1179,17 @@ }, { "__id__": 54 + }, + { + "__id__": 56 } ], "_prefab": { - "__id__": 56 + "__id__": 58 }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, + "x": -95, "y": 0, "z": 0 }, @@ -1304,7 +1230,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 70, + "width": 80, "height": 30 }, "_anchorPoint": { @@ -1316,10 +1242,10 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "dbRHeJqBhIvLLHynA9pw0H" + "fileId": "c9T8vIgO1IGYjhofmb98k0" }, { - "__type__": "cc.Sprite", + "__type__": "cc.Label", "_name": "", "_objFlags": 0, "__editorExtras__": {}, @@ -1340,152 +1266,13 @@ "b": 255, "a": 255 }, - "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@5304c", - "__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": "a28uCVCCFO5YsrGjsvNlSl" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "b8KiHnu5lEvIwbygkPyzTG", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "data", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 50 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 58 - }, - { - "__id__": 60 - }, - { - "__id__": 62 - } - ], - "_prefab": { - "__id__": 64 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 15, - "y": 0, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 57 - }, - "_enabled": true, - "__prefab": { - "__id__": 59 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 50, - "height": 30 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b8zHoSHY9Ag5X0hggxseLq" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 57 - }, - "_enabled": true, - "__prefab": { - "__id__": 61 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "999", + "_string": "9999", "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 21, - "_fontSize": 20, + "_actualFontSize": 26, + "_fontSize": 25, "_fontFamily": "Arial", - "_lineHeight": 20, + "_lineHeight": 25, "_overflow": 2, "_enableWrapText": true, "_font": null, @@ -1496,7 +1283,7 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, - "_enableOutline": false, + "_enableOutline": true, "_outlineColor": { "__type__": "cc.Color", "r": 0, @@ -1523,7 +1310,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "31hBspuBpBzIlPfJ+Wq+Sm" + "fileId": "5c5iovKpxNDqzuBIw+dj4i" }, { "__type__": "545c05XsG9GDJispEGWKvYv", @@ -1531,21 +1318,21 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 57 + "__id__": 51 }, "_enabled": true, "__prefab": { - "__id__": 63 + "__id__": 57 }, "templateMode": false, - "watchPath": "data.mission.mb_exp", + "watchPath": "data.mission.mhp", "labelType": "cc.Label", "watchPathArr": [], "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "71FasyquBB4YcpGu2j945h" + "fileId": "006KQ8zxpOEog74qm2gk0k" }, { "__type__": "cc.PrefabInfo", @@ -1555,31 +1342,31 @@ "asset": { "__id__": 0 }, - "fileId": "a1zlVZ8v1JhpWyUOY3A10E", + "fileId": "73MlXPY2NPIL0MVUPpSqhA", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "RoleIcon_Sword", + "_name": "icon", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 50 + "__id__": 28 }, "_children": [], "_active": true, "_components": [ { - "__id__": 66 + "__id__": 60 }, { - "__id__": 68 + "__id__": 62 } ], "_prefab": { - "__id__": 70 + "__id__": 64 }, "_lpos": { "__type__": "cc.Vec3", @@ -1616,16 +1403,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 65 + "__id__": 59 }, "_enabled": true, "__prefab": { - "__id__": 67 + "__id__": 61 }, "_contentSize": { "__type__": "cc.Size", - "width": 33, - "height": 36 + "width": 37, + "height": 35 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1636,7 +1423,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "f53TzMjCtBYZbvdkGneNVl" + "fileId": "0debtnVXlMy7rOG6lVAQn7" }, { "__type__": "cc.Sprite", @@ -1644,24 +1431,24 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 65 + "__id__": 59 }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 63 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 117, - "g": 117, - "b": 117, + "r": 255, + "g": 0, + "b": 0, "a": 255 }, "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@398ce", + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@ee721", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -1681,7 +1468,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "29S/tu06FFdqSmPvN01jWH" + "fileId": "38IY35uPZNwaZk27BJXxNE" }, { "__type__": "cc.PrefabInfo", @@ -1691,7 +1478,7 @@ "asset": { "__id__": 0 }, - "fileId": "f5BAfraydF3Lh3P+KnT1kH", + "fileId": "54rUdjjR5CnquWWSrFYjxu", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -1702,11 +1489,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 50 + "__id__": 28 }, "_enabled": true, "__prefab": { - "__id__": 72 + "__id__": 66 }, "_contentSize": { "__type__": "cc.Size", @@ -1722,7 +1509,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "235XQrv/NH24d9IKD2NiMq" + "fileId": "06bhdWouBGF55hR0EW6lKj" }, { "__type__": "cc.PrefabInfo", @@ -1732,43 +1519,46 @@ "asset": { "__id__": 0 }, - "fileId": "4dsbvdwtVKbpOMs9hAFBqe", + "fileId": "0c9pFAstVMq5zqLUJShZkZ", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "a_exp", + "_name": "ap", "_objFlags": 0, "__editorExtras__": {}, "_parent": { "__id__": 1 }, "_children": [ + { + "__id__": 69 + }, { "__id__": 75 }, { - "__id__": 81 + "__id__": 91 }, { - "__id__": 89 + "__id__": 99 } ], "_active": true, "_components": [ { - "__id__": 95 + "__id__": 105 } ], "_prefab": { - "__id__": 97 + "__id__": 107 }, "_lpos": { "__type__": "cc.Vec3", - "x": -214, - "y": 50, + "x": 0, + "y": 100, "z": 0 }, "_lrot": { @@ -1796,24 +1586,24 @@ }, { "__type__": "cc.Node", - "_name": "data_bg", + "_name": "bg", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 74 + "__id__": 68 }, "_children": [], "_active": true, "_components": [ { - "__id__": 76 + "__id__": 70 }, { - "__id__": 78 + "__id__": 72 } ], "_prefab": { - "__id__": 80 + "__id__": 74 }, "_lpos": { "__type__": "cc.Vec3", @@ -1830,7 +1620,7 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, + "x": -1, "y": 1, "z": 1 }, @@ -1850,15 +1640,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 69 }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 71 }, "_contentSize": { "__type__": "cc.Size", - "width": 70, + "width": 100, "height": 30 }, "_anchorPoint": { @@ -1870,7 +1660,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "92SRJjnWZMTpF3qO+9dpJ0" + "fileId": "f4rRIwBUZPrrg4QGt2jPnT" }, { "__type__": "cc.Sprite", @@ -1878,11 +1668,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 69 }, "_enabled": true, "__prefab": { - "__id__": 79 + "__id__": 73 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1915,7 +1705,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "a52DnB+rRKsoqE3hA5xMVp" + "fileId": "61ie+/2oJNFbiDOWfzc4uh" }, { "__type__": "cc.PrefabInfo", @@ -1925,20 +1715,24 @@ "asset": { "__id__": 0 }, - "fileId": "bfY1owNdhCjYyNM0g+bxHg", + "fileId": "7akJa3fYFI6o16hilWV01q", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "data", + "_name": "exp", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 74 + "__id__": 68 }, - "_children": [], + "_children": [ + { + "__id__": 76 + } + ], "_active": true, "_components": [ { @@ -1949,14 +1743,67 @@ }, { "__id__": 86 + }, + { + "__id__": 88 } ], "_prefab": { - "__id__": 88 + "__id__": 90 }, "_lpos": { "__type__": "cc.Vec3", - "x": 15, + "x": 0, + "y": -10.434, + "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__": 75 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 77 + }, + { + "__id__": 79 + } + ], + "_prefab": { + "__id__": 81 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, "y": 0, "z": 0 }, @@ -1974,7 +1821,7 @@ "z": 1 }, "_mobility": 0, - "_layer": 1073741824, + "_layer": 33554432, "_euler": { "__type__": "cc.Vec3", "x": 0, @@ -1989,16 +1836,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 81 + "__id__": 76 }, "_enabled": true, "__prefab": { - "__id__": 83 + "__id__": 78 }, "_contentSize": { "__type__": "cc.Size", - "width": 50, - "height": 30 + "width": 100, + "height": 5 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2009,15 +1856,101 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "0b2JuACidESYKlQSSEhinM" + "fileId": "98MxZFqyNNb4T3gkbTbORg" }, { - "__type__": "cc.Label", + "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 81 + "__id__": 76 + }, + "_enabled": true, + "__prefab": { + "__id__": 80 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@44c8a", + "__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": "96oENNPUZB2KJzNeU6UhjO" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "90BEchGvNE76WDaVGaY4jA", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 75 + }, + "_enabled": true, + "__prefab": { + "__id__": 83 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 5 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0eIUwcsehF+IRS1KehPH/y" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 75 }, "_enabled": true, "__prefab": { @@ -2033,13 +1966,202 @@ "b": 255, "a": 255 }, - "_string": "999", + "_spriteFrame": null, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "474LJ52bpF2Jb3AYPgl7c7" + }, + { + "__type__": "cc.ProgressBar", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 75 + }, + "_enabled": true, + "__prefab": { + "__id__": 87 + }, + "_barSprite": { + "__id__": 79 + }, + "_mode": 0, + "_totalLength": 100, + "_progress": 0.5, + "_reverse": false, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "31eOPtoJ9J3YZU7ZFDyEKS" + }, + { + "__type__": "2a50eqI7JZNV5Sh0y/Qd9C6", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 75 + }, + "_enabled": true, + "__prefab": { + "__id__": 89 + }, + "controller": false, + "watchPath": "", + "componentName": "", + "componentProperty": "", + "refreshRate": 0.1, + "watchPathArr": [ + "data.mission.ma_exp", + "data.mission.ma_up_exp" + ], + "stringFormat": "", + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "d8+t8NOmtBQIKJD7zUziUZ" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5c7YSwFehCeYqYSTgTdQRi", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "data", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 68 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 92 + }, + { + "__id__": 94 + }, + { + "__id__": 96 + } + ], + "_prefab": { + "__id__": 98 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -95, + "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__": 91 + }, + "_enabled": true, + "__prefab": { + "__id__": 93 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 80, + "height": 30 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "ebBKHHJa9JQoUoOHRSX7tf" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 91 + }, + "_enabled": true, + "__prefab": { + "__id__": 95 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "9999", "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 21, - "_fontSize": 20, + "_actualFontSize": 26, + "_fontSize": 25, "_fontFamily": "Arial", - "_lineHeight": 20, + "_lineHeight": 25, "_overflow": 2, "_enableWrapText": true, "_font": null, @@ -2050,7 +2172,7 @@ "_isUnderline": false, "_underlineHeight": 2, "_cacheMode": 0, - "_enableOutline": false, + "_enableOutline": true, "_outlineColor": { "__type__": "cc.Color", "r": 0, @@ -2077,7 +2199,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "aaSjiXSD9EPLUuFU9WEga2" + "fileId": "fbYzOKQ2xBrLJvwhNSwdBG" }, { "__type__": "545c05XsG9GDJispEGWKvYv", @@ -2085,21 +2207,21 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 81 + "__id__": 91 }, "_enabled": true, "__prefab": { - "__id__": 87 + "__id__": 97 }, "templateMode": false, - "watchPath": "data.mission.ma_exp", + "watchPath": "data.mission.ap", "labelType": "cc.Label", "watchPathArr": [], "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "ffXoaGq4dEnKxFPVfobden" + "fileId": "572haDLQpHZ5/cLGVk6nue" }, { "__type__": "cc.PrefabInfo", @@ -2109,31 +2231,31 @@ "asset": { "__id__": 0 }, - "fileId": "c8sCYIirJFaaNz7lE/mbvm", + "fileId": "80G0/4yv9CrLoPFtu29kkR", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { "__type__": "cc.Node", - "_name": "RoleIcon_Sword", + "_name": "icon", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 74 + "__id__": 68 }, "_children": [], "_active": true, "_components": [ { - "__id__": 90 + "__id__": 100 }, { - "__id__": 92 + "__id__": 102 } ], "_prefab": { - "__id__": 94 + "__id__": 104 }, "_lpos": { "__type__": "cc.Vec3", @@ -2170,15 +2292,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 99 }, "_enabled": true, "__prefab": { - "__id__": 91 + "__id__": 101 }, "_contentSize": { "__type__": "cc.Size", - "width": 30, + "width": 36, "height": 39 }, "_anchorPoint": { @@ -2190,7 +2312,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "42+es+d9lL8bHCzrjMbGO+" + "fileId": "e8sLfpW/ZEvopuIyOS6v/m" }, { "__type__": "cc.Sprite", @@ -2198,24 +2320,24 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 89 + "__id__": 99 }, "_enabled": true, "__prefab": { - "__id__": 93 + "__id__": 103 }, "_customMaterial": null, "_srcBlendFactor": 2, "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 117, - "g": 117, - "b": 117, + "r": 0, + "g": 190, + "b": 250, "a": 255 }, "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@12d6e", + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@69993", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -2235,7 +2357,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "42zSGOFaZFQKtPI21j1LQ4" + "fileId": "2ddB9miWxC4qO3o3yaS7wn" }, { "__type__": "cc.PrefabInfo", @@ -2245,7 +2367,7 @@ "asset": { "__id__": 0 }, - "fileId": "5420zMfdpKeolbzZNgwGqd", + "fileId": "d1AOULrExJXaz/5AHGnhle", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -2256,11 +2378,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 74 + "__id__": 68 }, "_enabled": true, "__prefab": { - "__id__": 96 + "__id__": 106 }, "_contentSize": { "__type__": "cc.Size", @@ -2276,7 +2398,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "52w1FkYABMAoHXzgYqBL6v" + "fileId": "3aNrw//rdBzo9jxZbacgx2" }, { "__type__": "cc.PrefabInfo", @@ -2286,7 +2408,7 @@ "asset": { "__id__": 0 }, - "fileId": "65fELLsDZOubGODK7Crx6W", + "fileId": "3cXj9WX1RIC53/vTxEu0Nd", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -2301,7 +2423,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 99 + "__id__": 109 }, "_contentSize": { "__type__": "cc.Size", @@ -2317,7 +2439,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "8eTGoKxZNEyZMmJRGmIDRH" + "fileId": "4bY9JCkQ1NnrU+AJvwCj9x" }, { "__type__": "cc.Widget", @@ -2329,12 +2451,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 101 + "__id__": 111 }, - "_alignFlags": 36, + "_alignFlags": 12, "_target": null, - "_left": -50, - "_right": 0, + "_left": 310, + "_right": 310, "_top": 0, "_bottom": 1057.701, "_horizontalCenter": 0, @@ -2353,45 +2475,7 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "27AflFJ+VOkLtmChlMSsIV" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 1 - }, - "_enabled": true, - "__prefab": { - "__id__": 103 - }, - "_resizeMode": 0, - "_layoutType": 3, - "_cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_startAxis": 1, - "_paddingLeft": 0, - "_paddingRight": 0, - "_paddingTop": 0, - "_paddingBottom": 0, - "_spacingX": 0, - "_spacingY": 0, - "_verticalDirection": 1, - "_horizontalDirection": 1, - "_constraint": 0, - "_constraintNum": 2, - "_affectedByScale": false, - "_isAlign": false, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e6J2kTctFEH6MEZfKQ5aS8" + "fileId": "eabvpWEV5OHqPmwA2WXAMU" }, { "__type__": "cc.PrefabInfo", @@ -2401,7 +2485,8 @@ "asset": { "__id__": 0 }, - "fileId": "54grWOppxHhJlIQxmjCfCm", + "fileId": "ffp6oQdtlN2pWzPVxr5j9Y", + "instance": null, "targetOverrides": null } ] \ No newline at end of file diff --git a/assets/resources/game/map/mexp.prefab.meta b/assets/resources/gui/element/mexp.prefab.meta similarity index 76% rename from assets/resources/game/map/mexp.prefab.meta rename to assets/resources/gui/element/mexp.prefab.meta index 01e1aeeb..12c4cd13 100644 --- a/assets/resources/game/map/mexp.prefab.meta +++ b/assets/resources/gui/element/mexp.prefab.meta @@ -2,7 +2,7 @@ "ver": "1.1.50", "importer": "prefab", "imported": true, - "uuid": "990bf7b1-39b3-4221-9ace-051006735228", + "uuid": "db911dbb-a055-41f8-ba26-706b423a3a52", "files": [ ".json" ], diff --git a/assets/resources/gui/items.plist b/assets/resources/gui/items.plist index 4043db9a..740d48dc 100644 --- a/assets/resources/gui/items.plist +++ b/assets/resources/gui/items.plist @@ -4,273 +4,228 @@ frames - 6101.png + card1.png aliases spriteOffset - {0,-2} + {0,0} spriteSize - {25,69} + {200,114} spriteSourceSize - {75,75} + {200,114} textureRect - {{1,1},{25,69}} + {{202,1},{200,114}} textureRotated - 6102.png + card2.png aliases spriteOffset - {0,-1} + {0,0} spriteSize - {45,73} + {200,114} spriteSourceSize - {75,75} + {200,114} textureRect - {{44,437},{45,73}} + {{318,1},{200,114}} textureRotated - 6103.png + common_icon_booster.png aliases spriteOffset - {0,-2} + {0,1} spriteSize - {41,71} + {60,62} spriteSourceSize - {75,75} + {64,64} textureRect - {{1,403},{41,71}} + {{434,1},{60,62}} textureRotated - 6210.png + common_icon_clover.png aliases spriteOffset - {0,-2} + {0,0} spriteSize - {51,57} + {56,62} spriteSourceSize - {75,75} + {64,64} textureRect - {{72,1},{51,57}} + {{434,65},{56,62}} textureRotated - 6211.png + common_icon_diamond_blue.png aliases spriteOffset {0,-2} spriteSize - {51,59} + {56,50} spriteSourceSize - {75,75} + {64,64} textureRect - {{1,28},{51,59}} + {{266,203},{56,50}} + textureRotated + + + common_icon_diamond_green.png + + aliases + + spriteOffset + {0,-2} + spriteSize + {56,50} + spriteSourceSize + {64,64} + textureRect + {{324,203},{56,50}} + textureRotated + + + common_icon_diamond_purple.png + + aliases + + spriteOffset + {0,-2} + spriteSize + {56,50} + spriteSourceSize + {64,64} + textureRect + {{382,203},{56,50}} + textureRotated + + + common_icon_gem_blue.png + + aliases + + spriteOffset + {0,0} + spriteSize + {50,56} + spriteSourceSize + {64,64} + textureRect + {{434,129},{50,56}} + textureRotated + + + common_icon_gem_green.png + + aliases + + spriteOffset + {0,0} + spriteSize + {50,56} + spriteSourceSize + {64,64} + textureRect + {{440,187},{50,56}} + textureRotated + + + common_icon_gem_hexagon_blue.png + + aliases + + spriteOffset + {0,0} + spriteSize + {48,56} + spriteSourceSize + {64,64} + textureRect + {{492,65},{48,56}} + textureRotated + + + common_icon_gem_hexagon_green.png + + aliases + + spriteOffset + {0,0} + spriteSize + {48,56} + spriteSourceSize + {64,64} + textureRect + {{496,1},{48,56}} + textureRotated + + + common_icon_gem_hexagon_purple.png + + aliases + + spriteOffset + {0,0} + spriteSize + {48,56} + spriteSourceSize + {64,64} + textureRect + {{492,187},{48,56}} + textureRotated + + + common_icon_gem_purple.png + + aliases + + spriteOffset + {0,0} + spriteSize + {50,56} + spriteSourceSize + {64,64} + textureRect + {{486,129},{50,56}} + textureRotated + + + common_icon_mana.png + + aliases + + spriteOffset + {0,0} + spriteSize + {50,62} + spriteSourceSize + {64,64} + textureRect + {{202,203},{50,62}} textureRotated - 6212.png + icon.png aliases spriteOffset - {0,-2} + {0,0} spriteSize - {53,57} + {250,199} spriteSourceSize - {75,75} + {250,199} textureRect - {{62,272},{53,57}} - textureRotated - - - 6213.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {51,57} - spriteSourceSize - {75,75} - textureRect - {{62,60},{51,57}} - textureRotated - - - 6214.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {51,59} - spriteSourceSize - {75,75} - textureRect - {{1,81},{51,59}} - textureRotated - - - 6215.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {53,57} - spriteSourceSize - {75,75} - textureRect - {{1,293},{53,57}} - textureRotated - - - 6216.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {51,57} - spriteSourceSize - {75,75} - textureRect - {{62,113},{51,57}} - textureRotated - - - 6217.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {51,59} - spriteSourceSize - {75,75} - textureRect - {{1,134},{51,59}} - textureRotated - - - 6218.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {53,57} - spriteSourceSize - {75,75} - textureRect - {{60,327},{53,57}} - textureRotated - - - 6219.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {51,57} - spriteSourceSize - {75,75} - textureRect - {{62,166},{51,57}} - textureRotated - - - 6220.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {51,59} - spriteSourceSize - {75,75} - textureRect - {{1,187},{51,59}} - textureRotated - - - 6221.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {53,57} - spriteSourceSize - {75,75} - textureRect - {{1,348},{53,57}} - textureRotated - - - 6222.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {51,57} - spriteSourceSize - {75,75} - textureRect - {{62,219},{51,57}} - textureRotated - - - 6223.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {51,59} - spriteSourceSize - {75,75} - textureRect - {{1,240},{51,59}} - textureRotated - - - 6224.png - - aliases - - spriteOffset - {0,-2} - spriteSize - {53,57} - spriteSourceSize - {75,75} - textureRect - {{60,382},{53,57}} + {{1,1},{250,199}} textureRotated @@ -286,9 +241,9 @@ realTextureFileName items.png size - {124,483} + {545,254} smartupdate - $TexturePacker:SmartUpdate:671011b65ec4fb11756d352be9e08b7c:cae8805e011529edb8d3fc80a324ae96:9b2c40378ce3448cae3ca053079d3001$ + $TexturePacker:SmartUpdate:e0bc99444925f1687583176ee981135f:4bfad5a9460c06869bd8de745d5baa53:9b2c40378ce3448cae3ca053079d3001$ textureFileName items.png diff --git a/assets/resources/gui/items.plist.meta b/assets/resources/gui/items.plist.meta index b92930b3..2b14164d 100644 --- a/assets/resources/gui/items.plist.meta +++ b/assets/resources/gui/items.plist.meta @@ -7,24 +7,24 @@ ".json" ], "subMetas": { - "14234": { + "34668": { "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@14234", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@34668", "displayName": "", - "id": "14234", - "name": "6222", + "id": "34668", + "name": "common_icon_gem_hexagon_green", "userData": { "trimType": "auto", "trimThreshold": 1, - "rotated": true, + "rotated": false, "offsetX": 0, - "offsetY": -2, - "trimX": 62, - "trimY": 219, - "width": 51, - "height": 57, - "rawWidth": 75, - "rawHeight": 75, + "offsetY": 0, + "trimX": 496, + "trimY": 1, + "width": 48, + "height": 56, + "rawWidth": 64, + "rawHeight": 64, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -53,70 +53,24 @@ ], "subMetas": {} }, - "86586": { + "59048": { "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@86586", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@59048", "displayName": "", - "id": "86586", - "name": "6219", + "id": "59048", + "name": "common_icon_gem_green", "userData": { "trimType": "auto", "trimThreshold": 1, - "rotated": true, + "rotated": false, "offsetX": 0, - "offsetY": -2, - "trimX": 62, - "trimY": 166, - "width": 51, - "height": 57, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "90041": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@90041", - "displayName": "", - "id": "90041", - "name": "6220", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 1, + "offsetY": 0, + "trimX": 440, "trimY": 187, - "width": 51, - "height": 59, - "rawWidth": 75, - "rawHeight": 75, + "width": 50, + "height": 56, + "rawWidth": 64, + "rawHeight": 64, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -145,24 +99,116 @@ ], "subMetas": {} }, - "2a96a": { + "87926": { "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@2a96a", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@87926", "displayName": "", - "id": "2a96a", - "name": "6101", + "id": "87926", + "name": "common_icon_mana", "userData": { "trimType": "auto", "trimThreshold": 1, "rotated": true, "offsetX": 0, - "offsetY": -2, - "trimX": 1, + "offsetY": 0, + "trimX": 202, + "trimY": 203, + "width": 50, + "height": 62, + "rawWidth": 64, + "rawHeight": 64, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", + "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "89439": { + "importer": "sprite-frame", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@89439", + "displayName": "", + "id": "89439", + "name": "common_icon_gem_purple", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 486, + "trimY": 129, + "width": 50, + "height": 56, + "rawWidth": 64, + "rawHeight": 64, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", + "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "12e1b": { + "importer": "sprite-frame", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@12e1b", + "displayName": "", + "id": "12e1b", + "name": "card1", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": true, + "offsetX": 0, + "offsetY": 0, + "trimX": 202, "trimY": 1, - "width": 25, - "height": 69, - "rawWidth": 75, - "rawHeight": 75, + "width": 200, + "height": 114, + "rawWidth": 200, + "rawHeight": 114, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -191,24 +237,24 @@ ], "subMetas": {} }, - "7615a": { + "6d6e1": { "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@7615a", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@6d6e1", "displayName": "", - "id": "7615a", - "name": "6102", + "id": "6d6e1", + "name": "card2", "userData": { "trimType": "auto", "trimThreshold": 1, "rotated": true, "offsetX": 0, - "offsetY": -1, - "trimX": 44, - "trimY": 437, - "width": 45, - "height": 73, - "rawWidth": 75, - "rawHeight": 75, + "offsetY": 0, + "trimX": 318, + "trimY": 1, + "width": 200, + "height": 114, + "rawWidth": 200, + "rawHeight": 114, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -237,24 +283,116 @@ ], "subMetas": {} }, - "53c0f": { + "e0078": { "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@53c0f", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@e0078", "displayName": "", - "id": "53c0f", - "name": "6103", + "id": "e0078", + "name": "common_icon_booster", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 1, + "trimX": 434, + "trimY": 1, + "width": 60, + "height": 62, + "rawWidth": 64, + "rawHeight": 64, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", + "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "66e16": { + "importer": "sprite-frame", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@66e16", + "displayName": "", + "id": "66e16", + "name": "common_icon_clover", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 434, + "trimY": 65, + "width": 56, + "height": 62, + "rawWidth": 64, + "rawHeight": 64, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", + "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f731d": { + "importer": "sprite-frame", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@f731d", + "displayName": "", + "id": "f731d", + "name": "common_icon_diamond_blue", "userData": { "trimType": "auto", "trimThreshold": 1, "rotated": false, "offsetX": 0, "offsetY": -2, - "trimX": 1, - "trimY": 403, - "width": 41, - "height": 71, - "rawWidth": 75, - "rawHeight": 75, + "trimX": 266, + "trimY": 203, + "width": 56, + "height": 50, + "rawWidth": 64, + "rawHeight": 64, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -283,530 +421,254 @@ ], "subMetas": {} }, - "e8545": { + "87b06": { "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@e8545", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@87b06", "displayName": "", - "id": "e8545", - "name": "6210", + "id": "87b06", + "name": "common_icon_diamond_green", "userData": { "trimType": "auto", "trimThreshold": 1, "rotated": false, "offsetX": 0, "offsetY": -2, - "trimX": 72, + "trimX": 324, + "trimY": 203, + "width": 56, + "height": 50, + "rawWidth": 64, + "rawHeight": 64, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", + "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "0d03f": { + "importer": "sprite-frame", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@0d03f", + "displayName": "", + "id": "0d03f", + "name": "common_icon_diamond_purple", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": -2, + "trimX": 382, + "trimY": 203, + "width": 56, + "height": 50, + "rawWidth": 64, + "rawHeight": 64, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", + "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "97e44": { + "importer": "sprite-frame", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@97e44", + "displayName": "", + "id": "97e44", + "name": "common_icon_gem_blue", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 434, + "trimY": 129, + "width": 50, + "height": 56, + "rawWidth": 64, + "rawHeight": 64, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", + "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "2d3bc": { + "importer": "sprite-frame", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@2d3bc", + "displayName": "", + "id": "2d3bc", + "name": "common_icon_gem_hexagon_blue", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 492, + "trimY": 65, + "width": 48, + "height": 56, + "rawWidth": 64, + "rawHeight": 64, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", + "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "c93f8": { + "importer": "sprite-frame", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@c93f8", + "displayName": "", + "id": "c93f8", + "name": "common_icon_gem_hexagon_purple", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 492, + "trimY": 187, + "width": 48, + "height": 56, + "rawWidth": 64, + "rawHeight": 64, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [], + "indexes": [], + "uv": [], + "nuv": [], + "minPos": [], + "maxPos": [] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", + "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "b61ea": { + "importer": "sprite-frame", + "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@b61ea", + "displayName": "", + "id": "b61ea", + "name": "icon", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": true, + "offsetX": 0, + "offsetY": 0, + "trimX": 1, "trimY": 1, - "width": 51, - "height": 57, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "0283d": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@0283d", - "displayName": "", - "id": "0283d", - "name": "6211", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 1, - "trimY": 28, - "width": 51, - "height": 59, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "9b235": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@9b235", - "displayName": "", - "id": "9b235", - "name": "6212", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 62, - "trimY": 272, - "width": 53, - "height": 57, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "e3c46": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@e3c46", - "displayName": "", - "id": "e3c46", - "name": "6213", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 62, - "trimY": 60, - "width": 51, - "height": 57, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "02e0b": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@02e0b", - "displayName": "", - "id": "02e0b", - "name": "6214", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 1, - "trimY": 81, - "width": 51, - "height": 59, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "9f34e": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@9f34e", - "displayName": "", - "id": "9f34e", - "name": "6215", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 1, - "trimY": 293, - "width": 53, - "height": 57, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "6524c": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@6524c", - "displayName": "", - "id": "6524c", - "name": "6216", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 62, - "trimY": 113, - "width": 51, - "height": 57, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "9d586": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@9d586", - "displayName": "", - "id": "9d586", - "name": "6217", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 1, - "trimY": 134, - "width": 51, - "height": 59, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "0c67d": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@0c67d", - "displayName": "", - "id": "0c67d", - "name": "6218", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 60, - "trimY": 327, - "width": 53, - "height": 57, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "a2283": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@a2283", - "displayName": "", - "id": "a2283", - "name": "6221", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 1, - "trimY": 348, - "width": 53, - "height": 57, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "033d3": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@033d3", - "displayName": "", - "id": "033d3", - "name": "6223", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 1, - "trimY": 240, - "width": 51, - "height": 59, - "rawWidth": 75, - "rawHeight": 75, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [], - "indexes": [], - "uv": [], - "nuv": [], - "minPos": [], - "maxPos": [] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4ca85ea7-6d3d-4e52-bb59-e0ad41ff0599@6c48a", - "atlasUuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "6e418": { - "importer": "sprite-frame", - "uuid": "7b0e7263-3b25-4fec-8935-abdd67c4b86d@6e418", - "displayName": "", - "id": "6e418", - "name": "6224", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": true, - "offsetX": 0, - "offsetY": -2, - "trimX": 60, - "trimY": 382, - "width": 53, - "height": 57, - "rawWidth": 75, - "rawHeight": 75, + "width": 250, + "height": 199, + "rawWidth": 250, + "rawHeight": 199, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, diff --git a/assets/resources/gui/items.png b/assets/resources/gui/items.png index 3849d7fcaa15f9a6d3d41786c4019d61ca4ae3ab..d11cde22f4c30751ff1cc4642596bc5053a2f341 100644 GIT binary patch literal 66956 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 XC;is^zy3Z<00000NkvXXu0mjfwt}&9 literal 21054 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 diff --git a/assets/resources/gui/role_controller.prefab b/assets/resources/gui/role_controller.prefab index 7cae8044..ca9860e1 100644 --- a/assets/resources/gui/role_controller.prefab +++ b/assets/resources/gui/role_controller.prefab @@ -28,41 +28,41 @@ "__id__": 44 }, { - "__id__": 500 + "__id__": 479 }, { - "__id__": 526 + "__id__": 505 }, { - "__id__": 535 + "__id__": 514 }, { - "__id__": 544 + "__id__": 523 }, { - "__id__": 548 + "__id__": 527 }, { - "__id__": 558 + "__id__": 537 }, { - "__id__": 647 + "__id__": 626 } ], "_active": true, "_components": [ { - "__id__": 653 + "__id__": 632 }, { - "__id__": 655 + "__id__": 634 }, { - "__id__": 657 + "__id__": 636 } ], "_prefab": { - "__id__": 659 + "__id__": 638 }, "_lpos": { "__type__": "cc.Vec3", @@ -889,26 +889,26 @@ "__id__": 314 }, { - "__id__": 324 + "__id__": 325 }, { - "__id__": 334 + "__id__": 337 } ], "_active": true, "_components": [ { - "__id__": 493 + "__id__": 472 }, { - "__id__": 495 + "__id__": 474 }, { - "__id__": 497 + "__id__": 476 } ], "_prefab": { - "__id__": 499 + "__id__": 478 }, "_lpos": { "__type__": "cc.Vec3", @@ -6808,6 +6808,9 @@ }, { "__id__": 322 + }, + { + "__id__": 324 } ], "removedComponents": [] @@ -6838,7 +6841,7 @@ ], "value": { "__type__": "cc.Vec3", - "x": -360, + "x": -310, "y": 1050, "z": 0 } @@ -6890,6 +6893,16 @@ "eabvpWEV5OHqPmwA2WXAMU" ] }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 323 + }, + "propertyPath": [ + "_left" + ], + "value": 0 + }, { "__type__": "cc.Node", "_objFlags": 0, @@ -6897,28 +6910,28 @@ "__id__": 44 }, "_prefab": { - "__id__": 325 + "__id__": 326 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 324 + "__id__": 325 }, "asset": { - "__uuid__": "990bf7b1-39b3-4221-9ace-051006735228", + "__uuid__": "db911dbb-a055-41f8-ba26-706b423a3a52", "__expectedType__": "cc.Prefab" }, - "fileId": "54grWOppxHhJlIQxmjCfCm", + "fileId": "ffp6oQdtlN2pWzPVxr5j9Y", "instance": { - "__id__": 326 + "__id__": 327 }, "targetOverrides": null }, { "__type__": "cc.PrefabInstance", - "fileId": "49e3BVkE5BuLrNM+IUGLHJ", + "fileId": "b1Jz289kJHJJBte0b28MCy", "prefabRootNode": { "__id__": 1 }, @@ -6926,10 +6939,7 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 327 - }, - { - "__id__": 329 + "__id__": 328 }, { "__id__": 330 @@ -6939,6 +6949,15 @@ }, { "__id__": 332 + }, + { + "__id__": 333 + }, + { + "__id__": 335 + }, + { + "__id__": 336 } ], "removedComponents": [] @@ -6946,7 +6965,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 328 + "__id__": 329 }, "propertyPath": [ "_name" @@ -6956,13 +6975,13 @@ { "__type__": "cc.TargetInfo", "localID": [ - "54grWOppxHhJlIQxmjCfCm" + "ffp6oQdtlN2pWzPVxr5j9Y" ] }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 328 + "__id__": 329 }, "propertyPath": [ "_lpos" @@ -6977,7 +6996,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 328 + "__id__": 329 }, "propertyPath": [ "_lrot" @@ -6993,7 +7012,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 328 + "__id__": 329 }, "propertyPath": [ "_euler" @@ -7008,7 +7027,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 333 + "__id__": 334 }, "propertyPath": [ "_bottom" @@ -7018,9 +7037,29 @@ { "__type__": "cc.TargetInfo", "localID": [ - "27AflFJ+VOkLtmChlMSsIV" + "eabvpWEV5OHqPmwA2WXAMU" ] }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 334 + }, + "propertyPath": [ + "_alignFlags" + ], + "value": 36 + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 334 + }, + "propertyPath": [ + "_right" + ], + "value": 0 + }, { "__type__": "cc.Node", "_objFlags": 0, @@ -7028,14 +7067,14 @@ "__id__": 44 }, "_prefab": { - "__id__": 335 + "__id__": 338 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 334 + "__id__": 337 }, "asset": { "__uuid__": "9260d2d2-4104-4b8f-beb7-ab74b894b73b", @@ -7043,7 +7082,7 @@ }, "fileId": "1el6EAJ9JL9ruo0tKeStck", "instance": { - "__id__": 336 + "__id__": 339 }, "targetOverrides": null }, @@ -7056,39 +7095,42 @@ "mountedChildren": [], "mountedComponents": [ { - "__id__": 337 + "__id__": 340 } ], "propertyOverrides": [ { - "__id__": 480 + "__id__": 458 }, { - "__id__": 482 + "__id__": 460 }, { - "__id__": 483 + "__id__": 461 }, { - "__id__": 484 + "__id__": 462 }, { - "__id__": 485 + "__id__": 463 }, { - "__id__": 486 + "__id__": 464 }, { - "__id__": 488 + "__id__": 466 }, { - "__id__": 489 + "__id__": 467 }, { - "__id__": 490 + "__id__": 468 }, { - "__id__": 492 + "__id__": 470 + }, + { + "__id__": 471 } ], "removedComponents": [] @@ -7096,11 +7138,11 @@ { "__type__": "cc.MountedComponentsInfo", "targetInfo": { - "__id__": 338 + "__id__": 341 }, "components": [ { - "__id__": 339 + "__id__": 342 } ] }, @@ -7116,24 +7158,24 @@ "_objFlags": 0, "__editorExtras__": { "mountedRoot": { - "__id__": 334 + "__id__": 337 } }, "node": { - "__id__": 340 + "__id__": 343 }, "_enabled": true, "__prefab": { - "__id__": 479 + "__id__": 457 }, - "_alignFlags": 16, + "_alignFlags": 18, "_target": null, "_left": 0, "_right": 0, "_top": 0, "_bottom": 0, "_horizontalCenter": 0, - "_verticalCenter": 0, + "_verticalCenter": 100, "_isAbsLeft": true, "_isAbsRight": true, "_isAbsTop": true, @@ -7152,56 +7194,53 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 334 + "__id__": 337 }, "_children": [ { - "__id__": 341 + "__id__": 344 }, { - "__id__": 347 + "__id__": 350 }, { - "__id__": 353 + "__id__": 356 }, { - "__id__": 377 + "__id__": 380 }, { - "__id__": 389 + "__id__": 392 }, { - "__id__": 395 + "__id__": 398 }, { - "__id__": 401 + "__id__": 404 }, { - "__id__": 418 + "__id__": 431 }, { - "__id__": 438 - }, - { - "__id__": 458 + "__id__": 448 } ], "_active": false, "_components": [ { - "__id__": 476 + "__id__": 454 }, { - "__id__": 339 + "__id__": 342 } ], "_prefab": { - "__id__": 478 + "__id__": 456 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0, + "y": 100, "z": 0 }, "_lrot": { @@ -7233,20 +7272,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 340 + "__id__": 343 }, "_children": [], "_active": false, "_components": [ { - "__id__": 342 + "__id__": 345 }, { - "__id__": 344 + "__id__": 347 } ], "_prefab": { - "__id__": 346 + "__id__": 349 }, "_lpos": { "__type__": "cc.Vec3", @@ -7283,11 +7322,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 341 + "__id__": 344 }, "_enabled": true, "__prefab": { - "__id__": 343 + "__id__": 346 }, "_contentSize": { "__type__": "cc.Size", @@ -7311,11 +7350,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 341 + "__id__": 344 }, "_enabled": true, "__prefab": { - "__id__": 345 + "__id__": 348 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7369,20 +7408,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 340 + "__id__": 343 }, "_children": [], "_active": true, "_components": [ { - "__id__": 348 + "__id__": 351 }, { - "__id__": 350 + "__id__": 353 } ], "_prefab": { - "__id__": 352 + "__id__": 355 }, "_lpos": { "__type__": "cc.Vec3", @@ -7419,16 +7458,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 347 + "__id__": 350 }, "_enabled": true, "__prefab": { - "__id__": 349 + "__id__": 352 }, "_contentSize": { "__type__": "cc.Size", "width": 660, - "height": 800 + "height": 700 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -7447,11 +7486,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 347 + "__id__": 350 }, "_enabled": true, "__prefab": { - "__id__": 351 + "__id__": 354 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7505,35 +7544,35 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 340 + "__id__": 343 }, "_children": [ { - "__id__": 354 + "__id__": 357 }, { - "__id__": 360 + "__id__": 363 }, { - "__id__": 366 + "__id__": 369 } ], "_active": false, "_components": [ { - "__id__": 372 + "__id__": 375 }, { - "__id__": 374 + "__id__": 377 } ], "_prefab": { - "__id__": 376 + "__id__": 379 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 316.154, + "y": 380.134, "z": 0 }, "_lrot": { @@ -7565,20 +7604,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 353 + "__id__": 356 }, "_children": [], "_active": true, "_components": [ { - "__id__": 355 + "__id__": 358 }, { - "__id__": 357 + "__id__": 360 } ], "_prefab": { - "__id__": 359 + "__id__": 362 }, "_lpos": { "__type__": "cc.Vec3", @@ -7615,11 +7654,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 354 + "__id__": 357 }, "_enabled": true, "__prefab": { - "__id__": 356 + "__id__": 359 }, "_contentSize": { "__type__": "cc.Size", @@ -7643,11 +7682,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 354 + "__id__": 357 }, "_enabled": true, "__prefab": { - "__id__": 358 + "__id__": 361 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7701,20 +7740,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 353 + "__id__": 356 }, "_children": [], "_active": true, "_components": [ { - "__id__": 361 + "__id__": 364 }, { - "__id__": 363 + "__id__": 366 } ], "_prefab": { - "__id__": 365 + "__id__": 368 }, "_lpos": { "__type__": "cc.Vec3", @@ -7751,11 +7790,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 360 + "__id__": 363 }, "_enabled": true, "__prefab": { - "__id__": 362 + "__id__": 365 }, "_contentSize": { "__type__": "cc.Size", @@ -7779,11 +7818,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 360 + "__id__": 363 }, "_enabled": true, "__prefab": { - "__id__": 364 + "__id__": 367 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7837,20 +7876,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 353 + "__id__": 356 }, "_children": [], "_active": true, "_components": [ { - "__id__": 367 + "__id__": 370 }, { - "__id__": 369 + "__id__": 372 } ], "_prefab": { - "__id__": 371 + "__id__": 374 }, "_lpos": { "__type__": "cc.Vec3", @@ -7887,11 +7926,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 366 + "__id__": 369 }, "_enabled": true, "__prefab": { - "__id__": 368 + "__id__": 371 }, "_contentSize": { "__type__": "cc.Size", @@ -7915,11 +7954,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 366 + "__id__": 369 }, "_enabled": true, "__prefab": { - "__id__": 370 + "__id__": 373 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7973,11 +8012,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 353 + "__id__": 356 }, "_enabled": true, "__prefab": { - "__id__": 373 + "__id__": 376 }, "_contentSize": { "__type__": "cc.Size", @@ -8001,11 +8040,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 353 + "__id__": 356 }, "_enabled": true, "__prefab": { - "__id__": 375 + "__id__": 378 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8056,29 +8095,29 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 340 + "__id__": 343 }, "_children": [ { - "__id__": 378 + "__id__": 381 } ], "_active": false, "_components": [ { - "__id__": 384 + "__id__": 387 }, { - "__id__": 386 + "__id__": 389 } ], "_prefab": { - "__id__": 388 + "__id__": 391 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 236.021, + "y": 394.174, "z": 0 }, "_lrot": { @@ -8110,20 +8149,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 377 + "__id__": 380 }, "_children": [], "_active": true, "_components": [ { - "__id__": 379 + "__id__": 382 }, { - "__id__": 381 + "__id__": 384 } ], "_prefab": { - "__id__": 383 + "__id__": 386 }, "_lpos": { "__type__": "cc.Vec3", @@ -8160,11 +8199,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 378 + "__id__": 381 }, "_enabled": true, "__prefab": { - "__id__": 380 + "__id__": 383 }, "_contentSize": { "__type__": "cc.Size", @@ -8188,11 +8227,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 378 + "__id__": 381 }, "_enabled": true, "__prefab": { - "__id__": 382 + "__id__": 385 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8246,11 +8285,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 380 }, "_enabled": true, "__prefab": { - "__id__": 385 + "__id__": 388 }, "_contentSize": { "__type__": "cc.Size", @@ -8274,11 +8313,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 377 + "__id__": 380 }, "_enabled": true, "__prefab": { - "__id__": 387 + "__id__": 390 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8329,25 +8368,25 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 340 + "__id__": 343 }, "_children": [], "_active": true, "_components": [ { - "__id__": 390 + "__id__": 393 }, { - "__id__": 392 + "__id__": 395 } ], "_prefab": { - "__id__": 394 + "__id__": 397 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 405.72, + "y": 345.791, "z": 0 }, "_lrot": { @@ -8359,8 +8398,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 1.3, + "y": 1.3, "z": 1 }, "_mobility": 0, @@ -8379,11 +8418,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 389 + "__id__": 392 }, "_enabled": true, "__prefab": { - "__id__": 391 + "__id__": 394 }, "_contentSize": { "__type__": "cc.Size", @@ -8407,11 +8446,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 389 + "__id__": 392 }, "_enabled": true, "__prefab": { - "__id__": 393 + "__id__": 396 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8465,25 +8504,25 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 340 + "__id__": 343 }, "_children": [], "_active": true, "_components": [ { - "__id__": 396 + "__id__": 399 }, { - "__id__": 398 + "__id__": 401 } ], "_prefab": { - "__id__": 400 + "__id__": 403 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 416.156, + "y": 356.227, "z": 0 }, "_lrot": { @@ -8495,8 +8534,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 1.3, + "y": 1.3, "z": 1 }, "_mobility": 0, @@ -8515,11 +8554,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 395 + "__id__": 398 }, "_enabled": true, "__prefab": { - "__id__": 397 + "__id__": 400 }, "_contentSize": { "__type__": "cc.Size", @@ -8543,11 +8582,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 395 + "__id__": 398 }, "_enabled": true, "__prefab": { - "__id__": 399 + "__id__": 402 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8624,32 +8663,38 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 340 + "__id__": 343 }, "_children": [ { - "__id__": 402 + "__id__": 405 + }, + { + "__id__": 411 + }, + { + "__id__": 417 } ], "_active": true, "_components": [ { - "__id__": 408 + "__id__": 423 }, { - "__id__": 410 + "__id__": 425 }, { - "__id__": 412 + "__id__": 427 } ], "_prefab": { - "__id__": 417 + "__id__": 430 }, "_lpos": { "__type__": "cc.Vec3", - "x": 123.98, - "y": -284.652, + "x": -122.166, + "y": -221.999, "z": 0 }, "_lrot": { @@ -8677,29 +8722,29 @@ }, { "__type__": "cc.Node", - "_name": "Label", + "_name": "ItemIcon_Video", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 401 + "__id__": 404 }, "_children": [], "_active": true, "_components": [ { - "__id__": 403 + "__id__": 406 }, { - "__id__": 405 + "__id__": 408 } ], "_prefab": { - "__id__": 407 + "__id__": 410 }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": 0, + "x": -85.753, + "y": 21.233, "z": 0 }, "_lrot": { @@ -8731,16 +8776,683 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 402 + "__id__": 405 }, "_enabled": true, "__prefab": { - "__id__": 404 + "__id__": 407 }, "_contentSize": { "__type__": "cc.Size", - "width": 106.2265625, - "height": 54.4 + "width": 104, + "height": 110 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "83779aRUJP+5JQy6x16zIk" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 405 + }, + "_enabled": true, + "__prefab": { + "__id__": 409 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@50452", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "85qZ5WYLROdoDXGdD9mb4y" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8cQI/fSkxG65z22y4PALlZ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 404 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 412 + }, + { + "__id__": 414 + } + ], + "_prefab": { + "__id__": 416 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 63.654, + "y": 6, + "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__": 411 + }, + "_enabled": true, + "__prefab": { + "__id__": 413 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 89.0048828125, + "height": 41.8 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5dz7vxReBLLJm+IZY50mcg" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 411 + }, + "_enabled": true, + "__prefab": { + "__id__": 415 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": " 领 取", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 30, + "_fontSize": 30, + "_fontFamily": "Arial", + "_lineHeight": 30, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "96wB6EvBdB2rM1EWZpQr8m" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d4+gzBbExCKp3BeNBToaGf", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "x10", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 404 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 418 + }, + { + "__id__": 420 + } + ], + "_prefab": { + "__id__": 422 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -21.797, + "y": 7.494, + "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__": 417 + }, + "_enabled": true, + "__prefab": { + "__id__": 419 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 74.73828125, + "height": 58.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e9B+GcJLtJgK6rmg6gqG3o" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 417 + }, + "_enabled": true, + "__prefab": { + "__id__": 421 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "x10", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 40, + "_fontSize": 40, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 231, + "g": 26, + "b": 26, + "a": 255 + }, + "_outlineWidth": 4, + "_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": "87FL63+1xKkYnWSdRAEJ2K" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "91mH1sclNAJqgrzpXhzgjC", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 404 + }, + "_enabled": true, + "__prefab": { + "__id__": 424 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 300, + "height": 114 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3f1zccVvtCOIDLHU0Lf3KW" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 404 + }, + "_enabled": true, + "__prefab": { + "__id__": 426 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@946c8", + "__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": "5dVv5lFz5LCKNAOg7GVtjS" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 404 + }, + "_enabled": true, + "__prefab": { + "__id__": 428 + }, + "clickEvents": [ + { + "__id__": 429 + } + ], + "_interactable": true, + "_transition": 3, + "_normalColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "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": null, + "_hoverSprite": null, + "_pressedSprite": null, + "_disabledSprite": null, + "_duration": 0.1, + "_zoomScale": 0.8, + "_target": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "23ZdZTfgFFtb6NvJKBYTZ/" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 337 + }, + "component": "", + "_componentId": "463c7iN7clDbLBuuJ6fqWQv", + "handler": "end_mission", + "customEventData": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "166dMaEIFE4J/paspZWwbz", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Button", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 343 + }, + "_children": [ + { + "__id__": 432 + } + ], + "_active": true, + "_components": [ + { + "__id__": 438 + }, + { + "__id__": 440 + }, + { + "__id__": 442 + } + ], + "_prefab": { + "__id__": 447 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 160.456, + "y": -221.999, + "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__": 431 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 433 + }, + { + "__id__": 435 + } + ], + "_prefab": { + "__id__": 437 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 6, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 432 + }, + "_enabled": true, + "__prefab": { + "__id__": 434 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 97.33984375, + "height": 41.8 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -8759,11 +9471,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 402 + "__id__": 432 }, "_enabled": true, "__prefab": { - "__id__": 406 + "__id__": 436 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8775,13 +9487,13 @@ "b": 255, "a": 255 }, - "_string": "领 取", + "_string": "领 取", "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 40, - "_fontSize": 40, + "_actualFontSize": 30, + "_fontSize": 30, "_fontFamily": "Arial", - "_lineHeight": 40, + "_lineHeight": 30, "_overflow": 0, "_enableWrapText": true, "_font": null, @@ -8840,11 +9552,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 431 }, "_enabled": true, "__prefab": { - "__id__": 409 + "__id__": 439 }, "_contentSize": { "__type__": "cc.Size", @@ -8868,11 +9580,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 431 }, "_enabled": true, "__prefab": { - "__id__": 411 + "__id__": 441 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8913,21 +9625,21 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 401 + "__id__": 431 }, "_enabled": true, "__prefab": { - "__id__": 413 + "__id__": 443 }, "clickEvents": [ { - "__id__": 414 + "__id__": 444 }, { - "__id__": 415 + "__id__": 445 }, { - "__id__": 416 + "__id__": 446 } ], "_interactable": true, @@ -8976,7 +9688,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 334 + "__id__": 337 }, "component": "", "_componentId": "463c7iN7clDbLBuuJ6fqWQv", @@ -9018,86 +9730,29 @@ }, { "__type__": "cc.Node", - "_name": "item1", + "_name": "items", "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 340 - }, - "_children": [ - { - "__id__": 419 - }, - { - "__id__": 425 - } - ], - "_active": true, - "_components": [ - { - "__id__": 433 - }, - { - "__id__": 435 - } - ], - "_prefab": { - "__id__": 437 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -150, - "y": 223.281, - "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": "5004", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 418 + "__id__": 343 }, "_children": [], "_active": true, "_components": [ { - "__id__": 420 + "__id__": 449 }, { - "__id__": 422 + "__id__": 451 } ], "_prefab": { - "__id__": 424 + "__id__": 453 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0, + "y": -2.247, "z": 0 }, "_lrot": { @@ -9129,16 +9784,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 419 + "__id__": 448 }, "_enabled": true, "__prefab": { - "__id__": 421 + "__id__": 450 }, "_contentSize": { "__type__": "cc.Size", - "width": 100, - "height": 106 + "width": 500, + "height": 350 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -9149,699 +9804,45 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "98PZwtwF9M8ZPzLKCw1NlR" + "fileId": "a8B/ncm/ZINqY2pRa6moFt" }, { - "__type__": "cc.Sprite", + "__type__": "cc.Layout", "_name": "", "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 419 + "__id__": 448 }, "_enabled": true, "__prefab": { - "__id__": 423 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "8de06a84-af95-42b1-ab9b-40701e6b3ed3@316bf", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "5cvwtjXIxP1qNUXXqE44Jc" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "3feOZELURPlqaruAqV6nW/", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "num", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 418 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 426 - }, - { - "__id__": 428 - }, - { - "__id__": 430 - } - ], - "_prefab": { - "__id__": 432 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 24.096, - "y": -35.17, - "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__": 425 - }, - "_enabled": true, - "__prefab": { - "__id__": 427 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 59.615234375, - "height": 35.5 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b7NMWTEVBKGbzZ0GOKymY0" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 425 - }, - "_enabled": true, - "__prefab": { - "__id__": 429 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "3000", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 25, - "_fontSize": 25, - "_fontFamily": "Arial", - "_lineHeight": 25, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": true, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { - "__type__": "cc.Vec2", - "x": 2, - "y": 2 - }, - "_shadowBlur": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "cd1c4WgtFNOae8cNuyk0Eh" - }, - { - "__type__": "545c05XsG9GDJispEGWKvYv", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 425 - }, - "_enabled": true, - "__prefab": { - "__id__": 431 - }, - "templateMode": false, - "watchPath": "data.mission.reward_gold", - "labelType": "cc.Label", - "watchPathArr": [], - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "018sBkUc9KI7hOUn7nCBfU" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "efDjkoavFAUaoJxmg/pAgM", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 418 - }, - "_enabled": true, - "__prefab": { - "__id__": 434 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 128, - "height": 130 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "0c5BAtrFNEUJxnnPXrBM8y" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 418 - }, - "_enabled": true, - "__prefab": { - "__id__": 436 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@eeece", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "fexhBzYQ5IdrkVT1IqM/Ob" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "47PQ+pU9ZOGYZESatwufUx", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "item2", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 340 - }, - "_children": [ - { - "__id__": 439 - }, - { - "__id__": 445 - } - ], - "_active": true, - "_components": [ - { - "__id__": 453 - }, - { - "__id__": 455 - } - ], - "_prefab": { - "__id__": 457 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 223.281, - "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": "5005", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 438 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 440 - }, - { - "__id__": 442 - } - ], - "_prefab": { - "__id__": 444 - }, - "_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__": 439 - }, - "_enabled": true, - "__prefab": { - "__id__": 441 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 104, - "height": 112 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "c6sVWGBDtMXp1f/2YF+DgI" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 439 - }, - "_enabled": true, - "__prefab": { - "__id__": 443 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 120, - "g": 226, - "b": 93, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "8de06a84-af95-42b1-ab9b-40701e6b3ed3@12d7e", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": false, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "6diFH3ps1EMoV6E4y8N/5e" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "f06r79sddEn7F7O5BdhKof", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "num", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 438 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 446 - }, - { - "__id__": 448 - }, - { - "__id__": 450 - } - ], - "_prefab": { "__id__": 452 }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 24.096, - "y": -35.17, - "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__": 445 - }, - "_enabled": true, - "__prefab": { - "__id__": 447 - }, - "_contentSize": { + "_resizeMode": 0, + "_layoutType": 3, + "_cellSize": { "__type__": "cc.Size", - "width": 59.615234375, - "height": 35.5 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 + "width": 40, + "height": 40 }, + "_startAxis": 0, + "_paddingLeft": 10, + "_paddingRight": 0, + "_paddingTop": 10, + "_paddingBottom": 10, + "_spacingX": 89.9, + "_spacingY": 50, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 2, + "_constraintNum": 3, + "_affectedByScale": false, + "_isAlign": true, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "d9sTAWQm1EeLAfEM+V8piA" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 445 - }, - "_enabled": true, - "__prefab": { - "__id__": 449 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "3000", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 25, - "_fontSize": 25, - "_fontFamily": "Arial", - "_lineHeight": 25, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": true, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { - "__type__": "cc.Vec2", - "x": 2, - "y": 2 - }, - "_shadowBlur": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "d7HrMGw+NONoUsTyomQLF1" - }, - { - "__type__": "545c05XsG9GDJispEGWKvYv", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 445 - }, - "_enabled": true, - "__prefab": { - "__id__": 451 - }, - "templateMode": false, - "watchPath": "data.mission.reward_exp", - "labelType": "cc.Label", - "watchPathArr": [], - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "f5XhH9clJD9ImoT3A6BP/n" + "fileId": "eeAEGdO2RNEJI7sSHbKKxN" }, { "__type__": "cc.PrefabInfo", @@ -9851,7 +9852,7 @@ "asset": { "__id__": 0 }, - "fileId": "d8S5EKgqNIQpiIRvBD7Vs7", + "fileId": "efaq4vhdZAJbqQ2XFZ5DH/", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -9862,535 +9863,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 438 + "__id__": 343 }, "_enabled": true, "__prefab": { - "__id__": 454 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 128, - "height": 130 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "37hAMKycVEQ7iM1aWTyUzb" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 438 - }, - "_enabled": true, - "__prefab": { - "__id__": 456 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@eeece", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "56xnVvK2RHToIy7S5gH2GV" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "6fu8BN2qRFRqSWICqG+drk", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "item3", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 340 - }, - "_children": [ - { - "__id__": 459 - }, - { - "__id__": 465 - } - ], - "_active": true, - "_components": [ - { - "__id__": 471 - }, - { - "__id__": 473 - } - ], - "_prefab": { - "__id__": 475 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 150, - "y": 223.281, - "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": "icon", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 458 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 460 - }, - { - "__id__": 462 - } - ], - "_prefab": { - "__id__": 464 - }, - "_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__": 459 - }, - "_enabled": true, - "__prefab": { - "__id__": 461 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 116, - "height": 98 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "dadEUKBZhMaaMzzDg+NcMZ" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 459 - }, - "_enabled": true, - "__prefab": { - "__id__": 463 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "8de06a84-af95-42b1-ab9b-40701e6b3ed3@f9fe0", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "e4uXd0UCBKZo2RhTfkPdej" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "2bCV/k8sBLKrf/FmZbbBjU", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "num", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 458 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 466 - }, - { - "__id__": 468 - } - ], - "_prefab": { - "__id__": 470 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 24.096, - "y": -35.17, - "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__": 465 - }, - "_enabled": true, - "__prefab": { - "__id__": 467 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 59.615234375, - "height": 35.5 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "5bpqgdsEFIcqzOXAY4dW3o" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 465 - }, - "_enabled": true, - "__prefab": { - "__id__": 469 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "3000", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 25, - "_fontSize": 25, - "_fontFamily": "Arial", - "_lineHeight": 25, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": true, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { - "__type__": "cc.Vec2", - "x": 2, - "y": 2 - }, - "_shadowBlur": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "6b4iwGl7dBA5iVCqXHAMdj" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "448ly33H5C+ZYgtiLtbksm", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 458 - }, - "_enabled": true, - "__prefab": { - "__id__": 472 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 128, - "height": 130 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "417TkVz21NjajpCYs23GjL" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 458 - }, - "_enabled": true, - "__prefab": { - "__id__": 474 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@eeece", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "48nhXyZ5lJ8ZrE2kd0bZxF" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "62jxpnTmlG9ocWRjTtR8x+", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 340 - }, - "_enabled": true, - "__prefab": { - "__id__": 477 + "__id__": 455 }, "_contentSize": { "__type__": "cc.Size", @@ -10428,7 +9905,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 481 + "__id__": 459 }, "propertyPath": [ "_name" @@ -10444,7 +9921,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 481 + "__id__": 459 }, "propertyPath": [ "_lpos" @@ -10459,7 +9936,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 481 + "__id__": 459 }, "propertyPath": [ "_lrot" @@ -10475,7 +9952,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 481 + "__id__": 459 }, "propertyPath": [ "_euler" @@ -10490,7 +9967,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 481 + "__id__": 459 }, "propertyPath": [ "_active" @@ -10500,7 +9977,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 487 + "__id__": 465 }, "propertyPath": [ "clickEvents", @@ -10517,7 +9994,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 487 + "__id__": 465 }, "propertyPath": [ "clickEvents", @@ -10525,26 +10002,26 @@ "target" ], "value": { - "__id__": 334 + "__id__": 337 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 487 + "__id__": 465 }, "propertyPath": [ "clickEvents", "1" ], "value": { - "__id__": 415 + "__id__": 445 } }, { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 491 + "__id__": 469 }, "propertyPath": [ "_active" @@ -10560,14 +10037,29 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 487 + "__id__": 465 }, "propertyPath": [ "clickEvents", "2" ], "value": { - "__id__": 416 + "__id__": 446 + } + }, + { + "__type__": "CCPropertyOverrideInfo", + "targetInfo": { + "__id__": 469 + }, + "propertyPath": [ + "_lpos" + ], + "value": { + "__type__": "cc.Vec3", + "x": 0, + "y": 100, + "z": 0 } }, { @@ -10580,7 +10072,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 494 + "__id__": 473 }, "_contentSize": { "__type__": "cc.Size", @@ -10608,7 +10100,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 496 + "__id__": 475 }, "_alignFlags": 16, "_target": null, @@ -10644,7 +10136,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 498 + "__id__": 477 }, "_id": "" }, @@ -10675,20 +10167,20 @@ }, "_children": [ { - "__id__": 501 + "__id__": 480 } ], "_active": true, "_components": [ { - "__id__": 521 + "__id__": 500 }, { - "__id__": 523 + "__id__": 502 } ], "_prefab": { - "__id__": 525 + "__id__": 504 }, "_lpos": { "__type__": "cc.Vec3", @@ -10725,27 +10217,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 500 + "__id__": 479 }, "_children": [ { - "__id__": 502 + "__id__": 481 }, { - "__id__": 508 + "__id__": 487 } ], "_active": true, "_components": [ { - "__id__": 514 + "__id__": 493 }, { - "__id__": 516 + "__id__": 495 } ], "_prefab": { - "__id__": 520 + "__id__": 499 }, "_lpos": { "__type__": "cc.Vec3", @@ -10782,20 +10274,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 501 + "__id__": 480 }, "_children": [], "_active": true, "_components": [ { - "__id__": 503 + "__id__": 482 }, { - "__id__": 505 + "__id__": 484 } ], "_prefab": { - "__id__": 507 + "__id__": 486 }, "_lpos": { "__type__": "cc.Vec3", @@ -10832,11 +10324,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 502 + "__id__": 481 }, "_enabled": true, "__prefab": { - "__id__": 504 + "__id__": 483 }, "_contentSize": { "__type__": "cc.Size", @@ -10860,11 +10352,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 502 + "__id__": 481 }, "_enabled": true, "__prefab": { - "__id__": 506 + "__id__": 485 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -10918,20 +10410,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 501 + "__id__": 480 }, "_children": [], "_active": true, "_components": [ { - "__id__": 509 + "__id__": 488 }, { - "__id__": 511 + "__id__": 490 } ], "_prefab": { - "__id__": 513 + "__id__": 492 }, "_lpos": { "__type__": "cc.Vec3", @@ -10968,11 +10460,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 487 }, "_enabled": true, "__prefab": { - "__id__": 510 + "__id__": 489 }, "_contentSize": { "__type__": "cc.Size", @@ -10996,11 +10488,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 508 + "__id__": 487 }, "_enabled": true, "__prefab": { - "__id__": 512 + "__id__": 491 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11077,11 +10569,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 501 + "__id__": 480 }, "_enabled": true, "__prefab": { - "__id__": 515 + "__id__": 494 }, "_contentSize": { "__type__": "cc.Size", @@ -11105,18 +10597,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 501 + "__id__": 480 }, "_enabled": true, "__prefab": { - "__id__": 517 + "__id__": 496 }, "clickEvents": [ { - "__id__": 518 + "__id__": 497 }, { - "__id__": 519 + "__id__": 498 } ], "_interactable": true, @@ -11156,7 +10648,7 @@ "_duration": 0.1, "_zoomScale": 0.8, "_target": { - "__id__": 501 + "__id__": 480 }, "_id": "" }, @@ -11203,11 +10695,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 500 + "__id__": 479 }, "_enabled": true, "__prefab": { - "__id__": 522 + "__id__": 501 }, "_contentSize": { "__type__": "cc.Size", @@ -11231,11 +10723,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 500 + "__id__": 479 }, "_enabled": true, "__prefab": { - "__id__": 524 + "__id__": 503 }, "_alignFlags": 16, "_target": null, @@ -11281,14 +10773,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 527 + "__id__": 506 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 526 + "__id__": 505 }, "asset": { "__uuid__": "5423b9f8-8a8a-49a0-8ecb-0489dfcaba92", @@ -11296,7 +10788,7 @@ }, "fileId": "913f5QU7JKAZE87n6c4hSI", "instance": { - "__id__": 528 + "__id__": 507 }, "targetOverrides": null }, @@ -11310,19 +10802,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 529 + "__id__": 508 }, { - "__id__": 531 + "__id__": 510 }, { - "__id__": 532 + "__id__": 511 }, { - "__id__": 533 + "__id__": 512 }, { - "__id__": 534 + "__id__": 513 } ], "removedComponents": [] @@ -11330,7 +10822,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 530 + "__id__": 509 }, "propertyPath": [ "_name" @@ -11346,7 +10838,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 530 + "__id__": 509 }, "propertyPath": [ "_lpos" @@ -11361,7 +10853,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 530 + "__id__": 509 }, "propertyPath": [ "_lrot" @@ -11377,7 +10869,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 530 + "__id__": 509 }, "propertyPath": [ "_euler" @@ -11392,7 +10884,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 530 + "__id__": 509 }, "propertyPath": [ "_active" @@ -11406,14 +10898,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 536 + "__id__": 515 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 535 + "__id__": 514 }, "asset": { "__uuid__": "a14709ee-4775-4141-ae49-9f1f4a2b91b8", @@ -11421,7 +10913,7 @@ }, "fileId": "a2Mppj56hC3rhWLN9lYFwN", "instance": { - "__id__": 537 + "__id__": 516 }, "targetOverrides": null }, @@ -11435,19 +10927,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 538 + "__id__": 517 }, { - "__id__": 540 + "__id__": 519 }, { - "__id__": 541 + "__id__": 520 }, { - "__id__": 542 + "__id__": 521 }, { - "__id__": 543 + "__id__": 522 } ], "removedComponents": [] @@ -11455,7 +10947,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 539 + "__id__": 518 }, "propertyPath": [ "_name" @@ -11471,7 +10963,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 539 + "__id__": 518 }, "propertyPath": [ "_lpos" @@ -11486,7 +10978,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 539 + "__id__": 518 }, "propertyPath": [ "_lrot" @@ -11502,7 +10994,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 539 + "__id__": 518 }, "propertyPath": [ "_euler" @@ -11517,7 +11009,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 539 + "__id__": 518 }, "propertyPath": [ "_active" @@ -11536,11 +11028,11 @@ "_active": true, "_components": [ { - "__id__": 545 + "__id__": 524 } ], "_prefab": { - "__id__": 547 + "__id__": 526 }, "_lpos": { "__type__": "cc.Vec3", @@ -11577,11 +11069,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 544 + "__id__": 523 }, "_enabled": true, "__prefab": { - "__id__": 546 + "__id__": 525 }, "_contentSize": { "__type__": "cc.Size", @@ -11619,14 +11111,14 @@ "__id__": 1 }, "_prefab": { - "__id__": 549 + "__id__": 528 }, "__editorExtras__": {} }, { "__type__": "cc.PrefabInfo", "root": { - "__id__": 548 + "__id__": 527 }, "asset": { "__uuid__": "dc0b56d7-c633-4cd2-a6ff-8fa2d7456d9d", @@ -11634,7 +11126,7 @@ }, "fileId": "5bChJGE9BD55+nIimwyIR0", "instance": { - "__id__": 550 + "__id__": 529 }, "targetOverrides": null }, @@ -11648,19 +11140,19 @@ "mountedComponents": [], "propertyOverrides": [ { - "__id__": 551 + "__id__": 530 }, { - "__id__": 553 + "__id__": 532 }, { - "__id__": 554 + "__id__": 533 }, { - "__id__": 555 + "__id__": 534 }, { - "__id__": 556 + "__id__": 535 } ], "removedComponents": [] @@ -11668,7 +11160,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 552 + "__id__": 531 }, "propertyPath": [ "_name" @@ -11684,7 +11176,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 552 + "__id__": 531 }, "propertyPath": [ "_lpos" @@ -11699,7 +11191,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 552 + "__id__": 531 }, "propertyPath": [ "_lrot" @@ -11715,7 +11207,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 552 + "__id__": 531 }, "propertyPath": [ "_euler" @@ -11730,7 +11222,7 @@ { "__type__": "CCPropertyOverrideInfo", "targetInfo": { - "__id__": 557 + "__id__": 536 }, "propertyPath": [ "_active" @@ -11753,32 +11245,32 @@ }, "_children": [ { - "__id__": 559 + "__id__": 538 }, { - "__id__": 565 + "__id__": 544 }, { - "__id__": 590 + "__id__": 569 }, { - "__id__": 615 + "__id__": 594 } ], "_active": true, "_components": [ { - "__id__": 640 + "__id__": 619 }, { - "__id__": 642 + "__id__": 621 }, { - "__id__": 644 + "__id__": 623 } ], "_prefab": { - "__id__": 646 + "__id__": 625 }, "_lpos": { "__type__": "cc.Vec3", @@ -11815,20 +11307,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 537 }, "_children": [], "_active": true, "_components": [ { - "__id__": 560 + "__id__": 539 }, { - "__id__": 562 + "__id__": 541 } ], "_prefab": { - "__id__": 564 + "__id__": 543 }, "_lpos": { "__type__": "cc.Vec3", @@ -11865,11 +11357,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 538 }, "_enabled": true, "__prefab": { - "__id__": 561 + "__id__": 540 }, "_contentSize": { "__type__": "cc.Size", @@ -11893,11 +11385,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 559 + "__id__": 538 }, "_enabled": true, "__prefab": { - "__id__": 563 + "__id__": 542 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -11951,30 +11443,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 537 }, "_children": [ { - "__id__": 566 + "__id__": 545 }, { - "__id__": 572 + "__id__": 551 }, { - "__id__": 578 + "__id__": 557 } ], "_active": true, "_components": [ { - "__id__": 584 + "__id__": 563 }, { - "__id__": 586 + "__id__": 565 } ], "_prefab": { - "__id__": 589 + "__id__": 568 }, "_lpos": { "__type__": "cc.Vec3", @@ -12011,20 +11503,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 565 + "__id__": 544 }, "_children": [], "_active": true, "_components": [ { - "__id__": 567 + "__id__": 546 }, { - "__id__": 569 + "__id__": 548 } ], "_prefab": { - "__id__": 571 + "__id__": 550 }, "_lpos": { "__type__": "cc.Vec3", @@ -12061,11 +11553,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 566 + "__id__": 545 }, "_enabled": true, "__prefab": { - "__id__": 568 + "__id__": 547 }, "_contentSize": { "__type__": "cc.Size", @@ -12089,11 +11581,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 566 + "__id__": 545 }, "_enabled": true, "__prefab": { - "__id__": 570 + "__id__": 549 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12147,20 +11639,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 565 + "__id__": 544 }, "_children": [], "_active": true, "_components": [ { - "__id__": 573 + "__id__": 552 }, { - "__id__": 575 + "__id__": 554 } ], "_prefab": { - "__id__": 577 + "__id__": 556 }, "_lpos": { "__type__": "cc.Vec3", @@ -12197,11 +11689,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 572 + "__id__": 551 }, "_enabled": true, "__prefab": { - "__id__": 574 + "__id__": 553 }, "_contentSize": { "__type__": "cc.Size", @@ -12225,11 +11717,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 572 + "__id__": 551 }, "_enabled": true, "__prefab": { - "__id__": 576 + "__id__": 555 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12283,20 +11775,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 565 + "__id__": 544 }, "_children": [], "_active": true, "_components": [ { - "__id__": 579 + "__id__": 558 }, { - "__id__": 581 + "__id__": 560 } ], "_prefab": { - "__id__": 583 + "__id__": 562 }, "_lpos": { "__type__": "cc.Vec3", @@ -12333,11 +11825,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 578 + "__id__": 557 }, "_enabled": true, "__prefab": { - "__id__": 580 + "__id__": 559 }, "_contentSize": { "__type__": "cc.Size", @@ -12361,11 +11853,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 578 + "__id__": 557 }, "_enabled": true, "__prefab": { - "__id__": 582 + "__id__": 561 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12442,11 +11934,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 565 + "__id__": 544 }, "_enabled": true, "__prefab": { - "__id__": 585 + "__id__": 564 }, "_contentSize": { "__type__": "cc.Size", @@ -12470,15 +11962,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 565 + "__id__": 544 }, "_enabled": true, "__prefab": { - "__id__": 587 + "__id__": 566 }, "clickEvents": [ { - "__id__": 588 + "__id__": 567 } ], "_interactable": true, @@ -12553,30 +12045,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 537 }, "_children": [ { - "__id__": 591 + "__id__": 570 }, { - "__id__": 597 + "__id__": 576 }, { - "__id__": 603 + "__id__": 582 } ], "_active": true, "_components": [ { - "__id__": 609 + "__id__": 588 }, { - "__id__": 611 + "__id__": 590 } ], "_prefab": { - "__id__": 614 + "__id__": 593 }, "_lpos": { "__type__": "cc.Vec3", @@ -12613,20 +12105,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 590 + "__id__": 569 }, "_children": [], "_active": false, "_components": [ { - "__id__": 592 + "__id__": 571 }, { - "__id__": 594 + "__id__": 573 } ], "_prefab": { - "__id__": 596 + "__id__": 575 }, "_lpos": { "__type__": "cc.Vec3", @@ -12663,11 +12155,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 591 + "__id__": 570 }, "_enabled": true, "__prefab": { - "__id__": 593 + "__id__": 572 }, "_contentSize": { "__type__": "cc.Size", @@ -12691,11 +12183,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 591 + "__id__": 570 }, "_enabled": true, "__prefab": { - "__id__": 595 + "__id__": 574 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12749,20 +12241,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 590 + "__id__": 569 }, "_children": [], "_active": true, "_components": [ { - "__id__": 598 + "__id__": 577 }, { - "__id__": 600 + "__id__": 579 } ], "_prefab": { - "__id__": 602 + "__id__": 581 }, "_lpos": { "__type__": "cc.Vec3", @@ -12799,11 +12291,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 597 + "__id__": 576 }, "_enabled": true, "__prefab": { - "__id__": 599 + "__id__": 578 }, "_contentSize": { "__type__": "cc.Size", @@ -12827,11 +12319,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 597 + "__id__": 576 }, "_enabled": true, "__prefab": { - "__id__": 601 + "__id__": 580 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -12885,20 +12377,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 590 + "__id__": 569 }, "_children": [], "_active": true, "_components": [ { - "__id__": 604 + "__id__": 583 }, { - "__id__": 606 + "__id__": 585 } ], "_prefab": { - "__id__": 608 + "__id__": 587 }, "_lpos": { "__type__": "cc.Vec3", @@ -12935,11 +12427,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 603 + "__id__": 582 }, "_enabled": true, "__prefab": { - "__id__": 605 + "__id__": 584 }, "_contentSize": { "__type__": "cc.Size", @@ -12963,11 +12455,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 603 + "__id__": 582 }, "_enabled": true, "__prefab": { - "__id__": 607 + "__id__": 586 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13044,11 +12536,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 590 + "__id__": 569 }, "_enabled": true, "__prefab": { - "__id__": 610 + "__id__": 589 }, "_contentSize": { "__type__": "cc.Size", @@ -13072,15 +12564,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 590 + "__id__": 569 }, "_enabled": true, "__prefab": { - "__id__": 612 + "__id__": 591 }, "clickEvents": [ { - "__id__": 613 + "__id__": 592 } ], "_interactable": true, @@ -13155,30 +12647,30 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 558 + "__id__": 537 }, "_children": [ { - "__id__": 616 + "__id__": 595 }, { - "__id__": 622 + "__id__": 601 }, { - "__id__": 628 + "__id__": 607 } ], "_active": true, "_components": [ { - "__id__": 634 + "__id__": 613 }, { - "__id__": 636 + "__id__": 615 } ], "_prefab": { - "__id__": 639 + "__id__": 618 }, "_lpos": { "__type__": "cc.Vec3", @@ -13215,20 +12707,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 615 + "__id__": 594 }, "_children": [], "_active": false, "_components": [ { - "__id__": 617 + "__id__": 596 }, { - "__id__": 619 + "__id__": 598 } ], "_prefab": { - "__id__": 621 + "__id__": 600 }, "_lpos": { "__type__": "cc.Vec3", @@ -13265,11 +12757,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 616 + "__id__": 595 }, "_enabled": true, "__prefab": { - "__id__": 618 + "__id__": 597 }, "_contentSize": { "__type__": "cc.Size", @@ -13293,11 +12785,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 616 + "__id__": 595 }, "_enabled": true, "__prefab": { - "__id__": 620 + "__id__": 599 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13351,20 +12843,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 615 + "__id__": 594 }, "_children": [], "_active": true, "_components": [ { - "__id__": 623 + "__id__": 602 }, { - "__id__": 625 + "__id__": 604 } ], "_prefab": { - "__id__": 627 + "__id__": 606 }, "_lpos": { "__type__": "cc.Vec3", @@ -13401,11 +12893,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 622 + "__id__": 601 }, "_enabled": true, "__prefab": { - "__id__": 624 + "__id__": 603 }, "_contentSize": { "__type__": "cc.Size", @@ -13429,11 +12921,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 622 + "__id__": 601 }, "_enabled": true, "__prefab": { - "__id__": 626 + "__id__": 605 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13487,20 +12979,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 615 + "__id__": 594 }, "_children": [], "_active": true, "_components": [ { - "__id__": 629 + "__id__": 608 }, { - "__id__": 631 + "__id__": 610 } ], "_prefab": { - "__id__": 633 + "__id__": 612 }, "_lpos": { "__type__": "cc.Vec3", @@ -13537,11 +13029,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 628 + "__id__": 607 }, "_enabled": true, "__prefab": { - "__id__": 630 + "__id__": 609 }, "_contentSize": { "__type__": "cc.Size", @@ -13565,11 +13057,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 628 + "__id__": 607 }, "_enabled": true, "__prefab": { - "__id__": 632 + "__id__": 611 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13646,11 +13138,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 615 + "__id__": 594 }, "_enabled": true, "__prefab": { - "__id__": 635 + "__id__": 614 }, "_contentSize": { "__type__": "cc.Size", @@ -13674,15 +13166,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 615 + "__id__": 594 }, "_enabled": true, "__prefab": { - "__id__": 637 + "__id__": 616 }, "clickEvents": [ { - "__id__": 638 + "__id__": 617 } ], "_interactable": true, @@ -13757,11 +13249,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 558 + "__id__": 537 }, "_enabled": true, "__prefab": { - "__id__": 641 + "__id__": 620 }, "_contentSize": { "__type__": "cc.Size", @@ -13785,11 +13277,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 558 + "__id__": 537 }, "_enabled": true, "__prefab": { - "__id__": 643 + "__id__": 622 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -13827,11 +13319,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 558 + "__id__": 537 }, "_enabled": true, "__prefab": { - "__id__": 645 + "__id__": 624 }, "_alignFlags": 20, "_target": null, @@ -13882,14 +13374,14 @@ "_active": true, "_components": [ { - "__id__": 648 + "__id__": 627 }, { - "__id__": 650 + "__id__": 629 } ], "_prefab": { - "__id__": 652 + "__id__": 631 }, "_lpos": { "__type__": "cc.Vec3", @@ -13926,11 +13418,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 647 + "__id__": 626 }, "_enabled": true, "__prefab": { - "__id__": 649 + "__id__": 628 }, "_contentSize": { "__type__": "cc.Size", @@ -13954,11 +13446,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 647 + "__id__": 626 }, "_enabled": true, "__prefab": { - "__id__": 651 + "__id__": 630 }, "_alignFlags": 12, "_target": null, @@ -14007,7 +13499,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 654 + "__id__": 633 }, "_contentSize": { "__type__": "cc.Size", @@ -14035,7 +13527,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 656 + "__id__": 635 }, "_alignFlags": 45, "_target": null, @@ -14071,7 +13563,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 658 + "__id__": 637 }, "_id": "" }, @@ -14092,19 +13584,19 @@ "targetOverrides": [], "nestedPrefabInstanceRoots": [ { - "__id__": 548 + "__id__": 527 }, { - "__id__": 535 + "__id__": 514 }, { - "__id__": 526 + "__id__": 505 }, { - "__id__": 334 + "__id__": 337 }, { - "__id__": 324 + "__id__": 325 }, { "__id__": 314 diff --git a/assets/resources/gui/victory.prefab b/assets/resources/gui/victory.prefab index 5756af45..19cf59b2 100644 --- a/assets/resources/gui/victory.prefab +++ b/assets/resources/gui/victory.prefab @@ -25,17 +25,17 @@ "_active": true, "_components": [ { - "__id__": 159 + "__id__": 114 }, { - "__id__": 161 + "__id__": 116 }, { - "__id__": 163 + "__id__": 118 } ], "_prefab": { - "__id__": 165 + "__id__": 120 }, "_lpos": { "__type__": "cc.Vec3", @@ -97,23 +97,20 @@ "__id__": 63 }, { - "__id__": 78 + "__id__": 90 }, { - "__id__": 104 - }, - { - "__id__": 130 + "__id__": 105 } ], "_active": true, "_components": [ { - "__id__": 156 + "__id__": 111 } ], "_prefab": { - "__id__": 158 + "__id__": 113 }, "_lpos": { "__type__": "cc.Vec3", @@ -345,7 +342,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 660, - "height": 800 + "height": 700 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -450,7 +447,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 440.063, + "y": 380.134, "z": 0 }, "_lrot": { @@ -995,7 +992,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 487.592, + "y": 394.174, "z": 0 }, "_lrot": { @@ -1264,7 +1261,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 405.72, + "y": 345.791, "z": 0 }, "_lrot": { @@ -1276,8 +1273,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 1.3, + "y": 1.3, "z": 1 }, "_mobility": 0, @@ -1400,7 +1397,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 416.156, + "y": 356.227, "z": 0 }, "_lrot": { @@ -1412,8 +1409,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 1.3, + "y": 1.3, "z": 1 }, "_mobility": 0, @@ -1546,27 +1543,33 @@ "_children": [ { "__id__": 64 + }, + { + "__id__": 70 + }, + { + "__id__": 76 } ], "_active": true, "_components": [ { - "__id__": 70 + "__id__": 82 }, { - "__id__": 72 + "__id__": 84 }, { - "__id__": 74 + "__id__": 86 } ], "_prefab": { - "__id__": 77 + "__id__": 89 }, "_lpos": { "__type__": "cc.Vec3", - "x": 123.98, - "y": -284.652, + "x": -122.166, + "y": -221.999, "z": 0 }, "_lrot": { @@ -1594,7 +1597,7 @@ }, { "__type__": "cc.Node", - "_name": "Label", + "_name": "ItemIcon_Video", "_objFlags": 0, "__editorExtras__": {}, "_parent": { @@ -1615,8 +1618,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": 0, + "x": -85.753, + "y": 21.233, "z": 0 }, "_lrot": { @@ -1656,8 +1659,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 106.2265625, - "height": 54.4 + "width": 104, + "height": 110 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1668,10 +1671,10 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "8eioPbB7ZCXr9iITut+pvD" + "fileId": "83779aRUJP+5JQy6x16zIk" }, { - "__type__": "cc.Label", + "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "__editorExtras__": {}, @@ -1692,7 +1695,302 @@ "b": 255, "a": 255 }, - "_string": "领 取", + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@50452", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "85qZ5WYLROdoDXGdD9mb4y" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8cQI/fSkxG65z22y4PALlZ", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 63 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 71 + }, + { + "__id__": 73 + } + ], + "_prefab": { + "__id__": 75 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 63.654, + "y": 6, + "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__": 70 + }, + "_enabled": true, + "__prefab": { + "__id__": 72 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 89.0048828125, + "height": 41.8 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5dz7vxReBLLJm+IZY50mcg" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 70 + }, + "_enabled": true, + "__prefab": { + "__id__": 74 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": " 领 取", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 30, + "_fontSize": 30, + "_fontFamily": "Arial", + "_lineHeight": 30, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "96wB6EvBdB2rM1EWZpQr8m" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "d4+gzBbExCKp3BeNBToaGf", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "x10", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 63 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 77 + }, + { + "__id__": 79 + } + ], + "_prefab": { + "__id__": 81 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": -21.797, + "y": 7.494, + "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__": 76 + }, + "_enabled": true, + "__prefab": { + "__id__": 78 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 74.73828125, + "height": 58.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e9B+GcJLtJgK6rmg6gqG3o" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 76 + }, + "_enabled": true, + "__prefab": { + "__id__": 80 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "x10", "_horizontalAlign": 1, "_verticalAlign": 1, "_actualFontSize": 40, @@ -1705,6 +2003,378 @@ "_isSystemFontUsed": true, "_spacingX": 0, "_isItalic": false, + "_isBold": true, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": true, + "_outlineColor": { + "__type__": "cc.Color", + "r": 231, + "g": 26, + "b": 26, + "a": 255 + }, + "_outlineWidth": 4, + "_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": "87FL63+1xKkYnWSdRAEJ2K" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "91mH1sclNAJqgrzpXhzgjC", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 63 + }, + "_enabled": true, + "__prefab": { + "__id__": 83 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 300, + "height": 114 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "3f1zccVvtCOIDLHU0Lf3KW" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 63 + }, + "_enabled": true, + "__prefab": { + "__id__": 85 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@946c8", + "__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": "5dVv5lFz5LCKNAOg7GVtjS" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 63 + }, + "_enabled": true, + "__prefab": { + "__id__": 87 + }, + "clickEvents": [ + { + "__id__": 88 + } + ], + "_interactable": true, + "_transition": 3, + "_normalColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "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": null, + "_hoverSprite": null, + "_pressedSprite": null, + "_disabledSprite": null, + "_duration": 0.1, + "_zoomScale": 0.8, + "_target": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "23ZdZTfgFFtb6NvJKBYTZ/" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 1 + }, + "component": "", + "_componentId": "463c7iN7clDbLBuuJ6fqWQv", + "handler": "end_mission", + "customEventData": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "166dMaEIFE4J/paspZWwbz", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Button", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [ + { + "__id__": 91 + } + ], + "_active": true, + "_components": [ + { + "__id__": 97 + }, + { + "__id__": 99 + }, + { + "__id__": 101 + } + ], + "_prefab": { + "__id__": 104 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 160.456, + "y": -221.999, + "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__": 90 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 92 + }, + { + "__id__": 94 + } + ], + "_prefab": { + "__id__": 96 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 6, + "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__": 91 + }, + "_enabled": true, + "__prefab": { + "__id__": 93 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 97.33984375, + "height": 41.8 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8eioPbB7ZCXr9iITut+pvD" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 91 + }, + "_enabled": true, + "__prefab": { + "__id__": 95 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "领 取", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 30, + "_fontSize": 30, + "_fontFamily": "Arial", + "_lineHeight": 30, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, "_isBold": false, "_isUnderline": false, "_underlineHeight": 2, @@ -1757,11 +2427,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 63 + "__id__": 90 }, "_enabled": true, "__prefab": { - "__id__": 71 + "__id__": 98 }, "_contentSize": { "__type__": "cc.Size", @@ -1785,11 +2455,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 63 + "__id__": 90 }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 100 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1830,15 +2500,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 63 + "__id__": 90 }, "_enabled": true, "__prefab": { - "__id__": 75 + "__id__": 102 }, "clickEvents": [ { - "__id__": 76 + "__id__": 103 } ], "_interactable": true, @@ -1909,697 +2579,12 @@ }, { "__type__": "cc.Node", - "_name": "item1", + "_name": "items", "_objFlags": 0, "__editorExtras__": {}, "_parent": { "__id__": 2 }, - "_children": [ - { - "__id__": 79 - }, - { - "__id__": 85 - }, - { - "__id__": 93 - } - ], - "_active": true, - "_components": [ - { - "__id__": 99 - }, - { - "__id__": 101 - } - ], - "_prefab": { - "__id__": 103 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": -150, - "y": 231.348, - "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": "5004", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 78 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 80 - }, - { - "__id__": 82 - } - ], - "_prefab": { - "__id__": 84 - }, - "_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__": 79 - }, - "_enabled": true, - "__prefab": { - "__id__": 81 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 106 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "98PZwtwF9M8ZPzLKCw1NlR" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 79 - }, - "_enabled": true, - "__prefab": { - "__id__": 83 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "8de06a84-af95-42b1-ab9b-40701e6b3ed3@316bf", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "5cvwtjXIxP1qNUXXqE44Jc" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "3feOZELURPlqaruAqV6nW/", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "num", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 78 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 86 - }, - { - "__id__": 88 - }, - { - "__id__": 90 - } - ], - "_prefab": { - "__id__": 92 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 24.096, - "y": -35.17, - "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__": 85 - }, - "_enabled": true, - "__prefab": { - "__id__": 87 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 59.615234375, - "height": 35.5 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b7NMWTEVBKGbzZ0GOKymY0" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 85 - }, - "_enabled": true, - "__prefab": { - "__id__": 89 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "3000", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 25, - "_fontSize": 25, - "_fontFamily": "Arial", - "_lineHeight": 25, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": true, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { - "__type__": "cc.Vec2", - "x": 2, - "y": 2 - }, - "_shadowBlur": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "cd1c4WgtFNOae8cNuyk0Eh" - }, - { - "__type__": "545c05XsG9GDJispEGWKvYv", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 85 - }, - "_enabled": true, - "__prefab": { - "__id__": 91 - }, - "templateMode": false, - "watchPath": "data.mission.reward_gold", - "labelType": "cc.Label", - "watchPathArr": [], - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "018sBkUc9KI7hOUn7nCBfU" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "efDjkoavFAUaoJxmg/pAgM", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 78 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 94 - }, - { - "__id__": 96 - } - ], - "_prefab": { - "__id__": 98 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 39.056, - "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__": 93 - }, - "_enabled": true, - "__prefab": { - "__id__": 95 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 64, - "height": 54.4 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "b4Qhr3nJZPE6PClmgNoHvW" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 93 - }, - "_enabled": true, - "__prefab": { - "__id__": 97 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "金币", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 30, - "_fontSize": 30, - "_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": 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": "1bIbDmR2NBopBYTcg8PeBt" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "4f/gWUYxhD4pnjS/g39gFu", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 78 - }, - "_enabled": true, - "__prefab": { - "__id__": 100 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 128, - "height": 130 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "0c5BAtrFNEUJxnnPXrBM8y" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 78 - }, - "_enabled": true, - "__prefab": { - "__id__": 102 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@eeece", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "fexhBzYQ5IdrkVT1IqM/Ob" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "47PQ+pU9ZOGYZESatwufUx", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "item2", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 2 - }, - "_children": [ - { - "__id__": 105 - }, - { - "__id__": 111 - }, - { - "__id__": 119 - } - ], - "_active": true, - "_components": [ - { - "__id__": 125 - }, - { - "__id__": 127 - } - ], - "_prefab": { - "__id__": 129 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 16.729, - "y": 231.348, - "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": "5004", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 104 - }, "_children": [], "_active": true, "_components": [ @@ -2616,7 +2601,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0, + "y": -2.247, "z": 0 }, "_lrot": { @@ -2656,8 +2641,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 100, - "height": 106 + "width": 500, + "height": 350 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2668,10 +2653,10 @@ }, { "__type__": "cc.CompPrefabInfo", - "fileId": "3aY8Rpg1JONLeHNS7JgADz" + "fileId": "a8B/ncm/ZINqY2pRa6moFt" }, { - "__type__": "cc.Sprite", + "__type__": "cc.Layout", "_name": "", "_objFlags": 0, "__editorExtras__": {}, @@ -2682,222 +2667,31 @@ "__prefab": { "__id__": 109 }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "8de06a84-af95-42b1-ab9b-40701e6b3ed3@316bf", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "20mlJr+mhLs4sk0HtyaX5w" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "10n1XlV6JDnr2S3QdHF9AI", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "num", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 104 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 112 - }, - { - "__id__": 114 - }, - { - "__id__": 116 - } - ], - "_prefab": { - "__id__": 118 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 24.096, - "y": -35.17, - "z": 0 - }, - "_lrot": { - "__type__": "cc.Quat", - "x": 0, - "y": 0, - "z": 0, - "w": 1 - }, - "_lscale": { - "__type__": "cc.Vec3", - "x": 1, - "y": 1, - "z": 1 - }, - "_mobility": 0, - "_layer": 1073741824, - "_euler": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_id": "" - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 111 - }, - "_enabled": true, - "__prefab": { - "__id__": 113 - }, - "_contentSize": { + "_resizeMode": 0, + "_layoutType": 3, + "_cellSize": { "__type__": "cc.Size", - "width": 59.615234375, - "height": 35.5 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 + "width": 40, + "height": 40 }, + "_startAxis": 0, + "_paddingLeft": 10, + "_paddingRight": 0, + "_paddingTop": 10, + "_paddingBottom": 10, + "_spacingX": 89.9, + "_spacingY": 50, + "_verticalDirection": 1, + "_horizontalDirection": 0, + "_constraint": 2, + "_constraintNum": 3, + "_affectedByScale": false, + "_isAlign": true, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "5fn99h315FIZFs0tFg8qz3" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 111 - }, - "_enabled": true, - "__prefab": { - "__id__": 115 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "3000", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 25, - "_fontSize": 25, - "_fontFamily": "Arial", - "_lineHeight": 25, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": true, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { - "__type__": "cc.Vec2", - "x": 2, - "y": 2 - }, - "_shadowBlur": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "55ujD8N+BAIKhsY9Ejougw" - }, - { - "__type__": "545c05XsG9GDJispEGWKvYv", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 111 - }, - "_enabled": true, - "__prefab": { - "__id__": 117 - }, - "templateMode": false, - "watchPath": "data.mission.reward_gold", - "labelType": "cc.Label", - "watchPathArr": [], - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "9cD6fV85JBXoT1BdmKn0dN" + "fileId": "eeAEGdO2RNEJI7sSHbKKxN" }, { "__type__": "cc.PrefabInfo", @@ -2907,877 +2701,7 @@ "asset": { "__id__": 0 }, - "fileId": "ceCq3DVd5Bg6UYgUs/5GHV", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 104 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 120 - }, - { - "__id__": 122 - } - ], - "_prefab": { - "__id__": 124 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 39.056, - "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__": 119 - }, - "_enabled": true, - "__prefab": { - "__id__": 121 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 64, - "height": 54.4 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "abf4qOKdtAUIWvmk507C2G" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 119 - }, - "_enabled": true, - "__prefab": { - "__id__": 123 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "金币", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 30, - "_fontSize": 30, - "_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": 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": "99ucws8HxFw5IWdVHf+orz" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "8c4OnSZj5C+ILivnwAiPR8", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 104 - }, - "_enabled": true, - "__prefab": { - "__id__": 126 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 128, - "height": 130 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "78COHjCLxP2pLsvN74Ialz" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 104 - }, - "_enabled": true, - "__prefab": { - "__id__": 128 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@eeece", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "37zIN0PgJKoYJEoSCPRogr" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "95cSCWXpRFd5V22qTN57IK", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "item3", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 2 - }, - "_children": [ - { - "__id__": 131 - }, - { - "__id__": 137 - }, - { - "__id__": 145 - } - ], - "_active": true, - "_components": [ - { - "__id__": 151 - }, - { - "__id__": 153 - } - ], - "_prefab": { - "__id__": 155 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 181.942, - "y": 231.348, - "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": "5004", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 130 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 132 - }, - { - "__id__": 134 - } - ], - "_prefab": { - "__id__": 136 - }, - "_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__": 131 - }, - "_enabled": true, - "__prefab": { - "__id__": 133 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 100, - "height": 106 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "609DETJ0xPsbpTSz00jMbO" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 131 - }, - "_enabled": true, - "__prefab": { - "__id__": 135 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "8de06a84-af95-42b1-ab9b-40701e6b3ed3@316bf", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "31n3GMAplLaLVWAWgMFl5Z" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "dfFpfuqqNKBpg5bb63P9pS", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "num", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 130 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 138 - }, - { - "__id__": 140 - }, - { - "__id__": 142 - } - ], - "_prefab": { - "__id__": 144 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 24.096, - "y": -35.17, - "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__": 137 - }, - "_enabled": true, - "__prefab": { - "__id__": 139 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 59.615234375, - "height": 35.5 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "60EDKXEkVC2IO/KI6amaM9" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 137 - }, - "_enabled": true, - "__prefab": { - "__id__": 141 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "3000", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 25, - "_fontSize": 25, - "_fontFamily": "Arial", - "_lineHeight": 25, - "_overflow": 0, - "_enableWrapText": true, - "_font": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_isItalic": false, - "_isBold": false, - "_isUnderline": false, - "_underlineHeight": 2, - "_cacheMode": 0, - "_enableOutline": true, - "_outlineColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_outlineWidth": 2, - "_enableShadow": false, - "_shadowColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_shadowOffset": { - "__type__": "cc.Vec2", - "x": 2, - "y": 2 - }, - "_shadowBlur": 2, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "25BIo7BapBhJoAoooUoQKH" - }, - { - "__type__": "545c05XsG9GDJispEGWKvYv", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 137 - }, - "_enabled": true, - "__prefab": { - "__id__": 143 - }, - "templateMode": false, - "watchPath": "data.mission.reward_gold", - "labelType": "cc.Label", - "watchPathArr": [], - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "c4Ald6b4xEeIAcMT2eaFID" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "22SzI1LTdJ3Y7pdzHRASEB", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.Node", - "_name": "name", - "_objFlags": 0, - "__editorExtras__": {}, - "_parent": { - "__id__": 130 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 146 - }, - { - "__id__": 148 - } - ], - "_prefab": { - "__id__": 150 - }, - "_lpos": { - "__type__": "cc.Vec3", - "x": 0, - "y": 39.056, - "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__": 145 - }, - "_enabled": true, - "__prefab": { - "__id__": 147 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 64, - "height": 54.4 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "210tFDxkJNfIouNfaC0i/L" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 145 - }, - "_enabled": true, - "__prefab": { - "__id__": 149 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_string": "金币", - "_horizontalAlign": 1, - "_verticalAlign": 1, - "_actualFontSize": 30, - "_fontSize": 30, - "_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": 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": "b0m8KuICtLqoBLBlREEaRK" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "d2AHsHt0FI75SO8nKMtdcf", - "instance": null, - "targetOverrides": null, - "nestedPrefabInstanceRoots": null - }, - { - "__type__": "cc.UITransform", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 130 - }, - "_enabled": true, - "__prefab": { - "__id__": 152 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 128, - "height": 130 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "acsX0fTbNLJoo9UPqXB6CO" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 130 - }, - "_enabled": true, - "__prefab": { - "__id__": 154 - }, - "_customMaterial": null, - "_srcBlendFactor": 2, - "_dstBlendFactor": 4, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_spriteFrame": { - "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@eeece", - "__expectedType__": "cc.SpriteFrame" - }, - "_type": 0, - "_fillType": 0, - "_sizeMode": 1, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "5ePrB4YPdNu7Ct/y6hNeNb" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "d6YFi98KhOHaWHxPpYXiKf", + "fileId": "efaq4vhdZAJbqQ2XFZ5DH/", "instance": null, "targetOverrides": null, "nestedPrefabInstanceRoots": null @@ -3792,7 +2716,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 157 + "__id__": 112 }, "_contentSize": { "__type__": "cc.Size", @@ -3833,7 +2757,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 160 + "__id__": 115 }, "_contentSize": { "__type__": "cc.Size", @@ -3861,7 +2785,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 162 + "__id__": 117 }, "_alignFlags": 18, "_target": null, @@ -3897,7 +2821,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 164 + "__id__": 119 }, "_id": "" }, diff --git a/assets/script/game/Boss/BossViewComp.ts b/assets/script/game/Boss/BossViewComp.ts index aaf332b5..41e189c4 100644 --- a/assets/script/game/Boss/BossViewComp.ts +++ b/assets/script/game/Boss/BossViewComp.ts @@ -168,7 +168,7 @@ export class BossViewComp extends CCComp { update(dt: number){ - if(smc.vm_data.game_over||smc.vm_data.game_pause){ + if(smc.vmdata.game_over||smc.vmdata.game_pause){ return } if (this.timer.update(dt)) { diff --git a/assets/script/game/Role/Role.ts b/assets/script/game/Role/Role.ts index 86fd12f5..d022f85f 100644 --- a/assets/script/game/Role/Role.ts +++ b/assets/script/game/Role/Role.ts @@ -51,8 +51,8 @@ export class Role extends ecs.Entity { } hero_init(uuid:number=1001,node:Node,pos:Vec3=v3(0,0,0)){ var rv = node.getComponent(RoleViewComp)!; - let role=smc.vm_data.role; - let role_talent= smc.vm_data.talent + let role=smc.vmdata.role; + let role_talent= smc.vmdata.talent let talents=Talents; rv.hero_uuid=uuid; rv.speed =rv.ospeed = role.speed; diff --git a/assets/script/game/Role/RoleViewComp.ts b/assets/script/game/Role/RoleViewComp.ts index b2b56cf5..10418829 100644 --- a/assets/script/game/Role/RoleViewComp.ts +++ b/assets/script/game/Role/RoleViewComp.ts @@ -112,7 +112,7 @@ export class RoleViewComp extends CCComp { // this.orginalFlashMaterial = this.sprite.getRenderMaterial(0); // 注册单个碰撞体的回调函数 let collider = this.getComponent(Collider2D); - smc.vm_data.role.atk_time=smc.vm_data.role.atk_cd; + smc.vmdata.role.atk_time=smc.vmdata.role.atk_cd; collider.group = this.box_group; if (collider) { collider.on(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this); @@ -177,7 +177,7 @@ export class RoleViewComp extends CCComp { update(dt: number){ - if(!smc.vm_data.mission.play||smc.vm_data.pause){ + if(!smc.vmdata.mission.play||smc.vmdata.pause){ return } if (this.timer.update(dt)) { @@ -187,7 +187,7 @@ export class RoleViewComp extends CCComp { this.check_buff_atks(dt) this.in_shield(dt); this.in_stop(dt); - smc.vm_data.role.atk_time -= dt; + smc.vmdata.role.atk_time -= dt; this.in_atk(); this.skill_cds(dt); this.move(dt); @@ -323,16 +323,16 @@ export class RoleViewComp extends CCComp { } } in_atk() { - if(smc.vm_data.role.atk_time <= 0 ){ + if(smc.vmdata.role.atk_time <= 0 ){ if(this.is_atking){ - smc.vm_data.role.atk_time = smc.vm_data.role.atk_cd; - console.log("atk_cd:"+smc.vm_data.role.atk_cd); + smc.vmdata.role.atk_time = smc.vmdata.role.atk_cd; + console.log("atk_cd:"+smc.vmdata.role.atk_cd); this.as.atk(); this.scheduleOnce(()=>{ this.shoot(this.skill,0,30); },0.4) } - // smc.vm_data.role.atk_time = 0; + // smc.vmdata.role.atk_time = 0; // this.as.atk(); // this.scheduleOnce(()=>{ // this.shoot(this.skill,-30,45); @@ -373,7 +373,7 @@ export class RoleViewComp extends CCComp { this.dead(); this.is_dead = true; this.ent.remove(MoveToComp) - smc.vm_data.game_over = true; + smc.vmdata.game_over = true; setTimeout(() => { this.ent.destroy(); }, 15); diff --git a/assets/script/game/Role/TalentComp.ts b/assets/script/game/Role/TalentComp.ts index 2f40173c..1ac9472a 100644 --- a/assets/script/game/Role/TalentComp.ts +++ b/assets/script/game/Role/TalentComp.ts @@ -19,7 +19,7 @@ export class TalentComp extends CCComp { let cost =this.node.getChildByName("cost") let lv =this.node.getChildByName("lv") let talent= Talents[this.t_uuid] - let role_talents = smc.vm_data.talent[talent.uuid] + let role_talents = smc.vmdata.talent[talent.uuid] cost.getComponent(Label).string = (talent.cost*(1+role_talents.lv)).toString() name.getComponent(Label).string = talent.name info.getComponent(Label).string = talent.info diff --git a/assets/script/game/common/SingletonModuleComp.ts b/assets/script/game/common/SingletonModuleComp.ts index cb8f7fd6..ae9e3d74 100644 --- a/assets/script/game/common/SingletonModuleComp.ts +++ b/assets/script/game/common/SingletonModuleComp.ts @@ -58,7 +58,7 @@ export class SingletonModuleComp extends ecs.Comp { heros_dead:any = [] hero_pos:any=[] enemy_pos:any =[] - vm_data: any = { + vmdata: any = { name : "纸片精灵大乱斗", game_over:false, game_pause:false, @@ -71,14 +71,35 @@ export class SingletonModuleComp extends ecs.Comp { victory:0, once:6, //每波刷新怪物数量 total:1, //总怪物数 - a_exp:0, //近战经验石 - b_exp:0, //远程经验石 - c_exp:0, //辅助经验石 - d_exp:0, //特殊经验石 - ma_exp:0, //敌方近战经验石 - mb_exp:0, //敌方远程经验石 - mc_exp:0, //敌方辅助经验石 - md_exp:0, //敌方特殊经验石 + a_exp:0, //攻击经验 + a_up_exp:10, + a_up:5, //每次增加的ap量 + ap:0, + h_exp:0, //生命值经验 + h_up_exp:10, + h_up:5, //每次增加的hp量 + hp:0, + s_exp:0, //场地技能经验 + s_up_exp:10, + s_up:5, + d_exp:0, //特殊经验 + d_up_exp:10, + d_up:5, + ma_exp:0, //敌方攻击经验 + ma_up_exp:10, + ma_up:5, + map:0, + mh_exp:0, //敌方生命经验 + mh_up_exp:10, + mh_up:5, + mhp:0, + ms_exp:0, //敌方场地技能经验 + ms_up_exp:10, + ms_up:5, + md_exp:0, //敌方特殊经验 + md_up_exp:10, + md_up:5, + reward_num:0, //怪物死亡数 reward_gold:0, reward_exp:0, @@ -119,12 +140,12 @@ export class SingletonModuleComp extends ecs.Comp { } }; vmAdd() { - VM.add(this.vm_data, "data"); + VM.add(this.vmdata, "data"); } reset() { - for (var key in this.vm_data) { - delete this.vm_data[key]; + for (var key in this.vmdata) { + delete this.vmdata[key]; } } } diff --git a/assets/script/game/common/config/Items.ts b/assets/script/game/common/config/Items.ts index d9cd67d1..1e8da490 100644 --- a/assets/script/game/common/config/Items.ts +++ b/assets/script/game/common/config/Items.ts @@ -6,21 +6,20 @@ type: */ export const Items={ - 1001:{uuid: 1001,path: "1001",type: 1,r_num:10,name: "近战经验卷轴",info:"提升普通近战英雄等级", }, - 1002:{uuid: 1002,path: "1001",type: 1,r_num:10,name: "远程经验卷轴",info:"提升普通远程英雄等级", }, - 1003:{uuid: 1003,path: "1001",type: 1,r_num:10,name: "辅助经验卷轴",info:"提升普通辅助英雄等级", }, - 1004:{uuid: 1004,path: "1001",type: 1,r_num:10,name: "<传说>近战经验卷轴",info:"提升<传说>近战英雄等级", }, - 1005:{uuid: 1005,path: "1001",type: 1,r_num:10,name: "<传说>远程经验卷轴",info:"提升<传说>远程英雄等级", }, - 1006:{uuid: 1006,path: "1001",type: 1,r_num:10,name: "<传说>辅助经验卷轴",info:"提升<传说>辅助英雄等级", }, - 1007:{uuid: 1007,path: "1001",type: 1,r_num:1,name: "近战英雄原石",info:"普通近战英雄升星", }, - 1008:{uuid: 1008,path: "1001",type: 1,r_num:1,name: "远程英雄原石",info:"普通远程英雄升星", }, - 1009:{uuid: 1009,path: "1001",type: 1,r_num:1,name: "辅助英雄原石",info:"普通辅助英雄升星", }, - 1010:{uuid: 1010,path: "1001",type: 1,r_num:1,name: "<传说>近战英雄原石",info:"<传说>近战英雄升星", }, - 1011:{uuid: 1011,path: "1001",type: 1,r_num:1,name: "<传说>远程英雄原石",info:"<传说>远程英雄升星", }, - 1012:{uuid: 1012,path: "1001",type: 1,r_num:1,name: "<传说>辅助英雄原石",info:"<传说>辅助英雄升星", }, - 1013:{uuid: 1013,path: "1001",type: 1,r_num:1,name: "英雄召唤券",info:"普通英雄召唤券,无法召唤传说英雄", }, - 1014:{uuid: 1014,path: "1001",type: 1,r_num:1,name: "<高级>英雄召唤券",info:"<高级>英雄召唤券,召唤传说英雄机率提升", }, - 1015:{uuid: 1015,path: "1001",type: 1,r_num:1,name: "<传说>英雄召唤券",info:"<传说>英雄召唤券,召唤传说英雄机率大幅提升", }, - + 1001:{uuid: 1001,path: "1001",type: 1,r_num:10,name: "近战卷轴",info:"提升普通近战英雄等级", }, + 1002:{uuid: 1002,path: "1001",type: 1,r_num:10,name: "远程卷轴",info:"提升普通远程英雄等级", }, + 1003:{uuid: 1003,path: "1001",type: 1,r_num:10,name: "辅助卷轴",info:"提升普通辅助英雄等级", }, + 1004:{uuid: 1004,path: "1001",type: 1,r_num:10,name: "<传说>近战卷轴",info:"提升<传说>近战英雄等级", }, + 1005:{uuid: 1005,path: "1001",type: 1,r_num:10,name: "<传说>远程卷轴",info:"提升<传说>远程英雄等级", }, + 1006:{uuid: 1006,path: "1001",type: 1,r_num:10,name: "<传说>辅助卷轴",info:"提升<传说>辅助英雄等级", }, + 1007:{uuid: 1007,path: "1001",type: 1,r_num:1,name: "近战原石",info:"普通近战英雄升星", }, + 1008:{uuid: 1008,path: "1001",type: 1,r_num:1,name: "远程原石",info:"普通远程英雄升星", }, + 1009:{uuid: 1009,path: "1001",type: 1,r_num:1,name: "辅助原石",info:"普通辅助英雄升星", }, + 1010:{uuid: 1010,path: "1001",type: 1,r_num:1,name: "<传说>近战原石",info:"<传说>近战英雄升星", }, + 1011:{uuid: 1011,path: "1001",type: 1,r_num:1,name: "<传说>远程原石",info:"<传说>远程英雄升星", }, + 1012:{uuid: 1012,path: "1001",type: 1,r_num:1,name: "<传说>辅助原石",info:"<传说>辅助英雄升星", }, + 1013:{uuid: 1013,path: "1001",type: 1,r_num:1,name: "召唤券",info:"普通召唤券,无法召唤传说英雄", }, + 1014:{uuid: 1014,path: "1001",type: 1,r_num:1,name: "<高级>召唤券",info:"<高级>英雄召唤券,召唤传说英雄机率提升", }, + 1015:{uuid: 1015,path: "1001",type: 1,r_num:1,name: "<传说>召唤券",info:"<传说>英雄召唤券,召唤传说英雄机率大幅提升", }, } diff --git a/assets/script/game/hero/Hero.ts b/assets/script/game/hero/Hero.ts index 14679efd..6714dea1 100644 --- a/assets/script/game/hero/Hero.ts +++ b/assets/script/game/hero/Hero.ts @@ -71,8 +71,8 @@ export class Hero extends ecs.Entity { var hv = node.getComponent(HeroViewComp)!; // console.log("hero_init",buff) let HInf= smc.heros[uuid] // 角色数据 - let talent= smc.vm_data.talent - let hero =smc.vm_data.heros[uuid] + let talent= smc.vmdata.talent + let hero =smc.vmdata.heros[uuid] let talents=Talents; hv.scale = scale; hv.box_group = box_group; diff --git a/assets/script/game/hero/HeroViewComp.ts b/assets/script/game/hero/HeroViewComp.ts index 361708a6..6fc23955 100644 --- a/assets/script/game/hero/HeroViewComp.ts +++ b/assets/script/game/hero/HeroViewComp.ts @@ -205,7 +205,7 @@ export class HeroViewComp extends CCComp { onPostSolve (selfCollider: Collider2D, otherCollider: Collider2D) { } update(dt: number){ - if(!smc.vm_data.mission.play||smc.vm_data.pause) return + if(!smc.vmdata.mission.play||smc.vmdata.pause) return if(this.is_dead) { if(!this.in_grave()) this.to_grave() return @@ -279,7 +279,7 @@ export class HeroViewComp extends CCComp { } } move(dt: number){ - if(this.stop_cd > 0||smc.vm_data.mission.is_victory||smc.vm_data.mission.is_defeat){ + if(this.stop_cd > 0||smc.vmdata.mission.is_victory||smc.vmdata.mission.is_defeat){ this.status_change("idle") return } @@ -436,14 +436,14 @@ export class HeroViewComp extends CCComp { } exp_add(exp:number){ if(this.box_group==BoxSet.HERO){ - if(this.type == 1)smc.vm_data.mission.a_exp +=exp - if(this.type == 2)smc.vm_data.mission.b_exp +=exp - if(this.type == 3)smc.vm_data.mission.c_exp +=exp + if(this.type == 1)smc.vmdata.mission.a_exp +=exp + if(this.type == 2)smc.vmdata.mission.h_exp +=exp + if(this.type == 3)smc.vmdata.mission.s_exp +=exp } if(this.box_group==BoxSet.MONSTER){ - if(this.type == 1)smc.vm_data.mission.ma_exp +=exp - if(this.type == 2)smc.vm_data.mission.mb_exp +=exp - if(this.type == 3)smc.vm_data.mission.mc_exp +=exp + if(this.type == 1)smc.vmdata.mission.ma_exp +=exp + if(this.type == 2)smc.vmdata.mission.mh_exp +=exp + if(this.type == 3)smc.vmdata.mission.ms_exp +=exp } } //使用max_skill diff --git a/assets/script/game/map/CardController.ots b/assets/script/game/map/CardController.ots index dfeaee8c..68b012ec 100644 --- a/assets/script/game/map/CardController.ots +++ b/assets/script/game/map/CardController.ots @@ -157,13 +157,13 @@ export class CardControllerComp extends CCComp { // console.log("show_info",uuid) let node =this.node.getChildByName("item_box") if(type == 2){ - smc.vm_data.item_box.info = smc.sitems[uuid].info - smc.vm_data.item_box.name = smc.sitems[uuid].name - smc.vm_data.item_box.skillcd = smc.sitems[uuid].cd - smc.vm_data.item_box.skillsd = smc.sitems[uuid].sd - smc.vm_data.item_box.atk = smc.sitems[uuid].atk - smc.vm_data.item_box.hp = smc.sitems[uuid].hp - smc.vm_data.item_box.shield = smc.sitems[uuid].shield + smc.vmdata.item_box.info = smc.sitems[uuid].info + smc.vmdata.item_box.name = smc.sitems[uuid].name + smc.vmdata.item_box.skillcd = smc.sitems[uuid].cd + smc.vmdata.item_box.skillsd = smc.sitems[uuid].sd + smc.vmdata.item_box.atk = smc.sitems[uuid].atk + smc.vmdata.item_box.hp = smc.sitems[uuid].hp + smc.vmdata.item_box.shield = smc.sitems[uuid].shield node.active=true if(smc.sitems[uuid].shield > 0){ node.getChildByName("data").getChildByName("shield").active=true @@ -185,23 +185,23 @@ export class CardControllerComp extends CCComp { node.getChildByName("data").getChildByName("hp").active=false } shuaxin(dt: number) { - smc.vm_data.shuaxin.min += smc.vm_data.shuaxin.speed*dt; - if (smc.vm_data.shuaxin.min >= smc.vm_data.shuaxin.max) { - smc.vm_data.shuaxin.min = 0; + smc.vmdata.shuaxin.min += smc.vmdata.shuaxin.speed*dt; + if (smc.vmdata.shuaxin.min >= smc.vmdata.shuaxin.max) { + smc.vmdata.shuaxin.min = 0; this.load_cards() } } // cards_update(){ - // if(smc.vm_data.gold.min >= smc.vm_data.cards.up_cost){ - // smc.vm_data.gold.min -= smc.vm_data.cards.up_cost; - // smc.vm_data.cards.level += 1; - // smc.vm_data.gold.max +=2; - // smc.vm_data.cards.up_cost += 2 - // if(smc.vm_data.cards.level >= smc.vm_data.cards.level_max){ - // smc.vm_data.cards.level = smc.vm_data.cards.level_max; - // smc.vm_data.cards.up_cost = 11 + // if(smc.vmdata.gold.min >= smc.vmdata.cards.up_cost){ + // smc.vmdata.gold.min -= smc.vmdata.cards.up_cost; + // smc.vmdata.cards.level += 1; + // smc.vmdata.gold.max +=2; + // smc.vmdata.cards.up_cost += 2 + // if(smc.vmdata.cards.level >= smc.vmdata.cards.level_max){ + // smc.vmdata.cards.level = smc.vmdata.cards.level_max; + // smc.vmdata.cards.up_cost = 11 // } - // console.log("card _level:"+this.card_level+"cost:"+smc.vm_data.cards.up_cost) + // console.log("card _level:"+this.card_level+"cost:"+smc.vmdata.cards.up_cost) // }else{ // oops.gui.toast("金币不够"); // } @@ -210,23 +210,23 @@ export class CardControllerComp extends CCComp { if (this.in_load) { return } - if((smc.vm_data.shuaxin.max-smc.vm_data.shuaxin.min) < 0.5 ){ + if((smc.vmdata.shuaxin.max-smc.vmdata.shuaxin.min) < 0.5 ){ oops.gui.toast("马上就要刷新了") return } - if(smc.vm_data.shuaxin.min < 0.5){ + if(smc.vmdata.shuaxin.min < 0.5){ oops.gui.toast("不要刷新太快哦") return } - if (smc.vm_data.gold.min < smc.vm_data.cards.ref_cost) { + if (smc.vmdata.gold.min < smc.vmdata.cards.ref_cost) { oops.gui.toast("金币不足") return } - smc.vm_data.gold.min -= smc.vm_data.cards.ref_cost; + smc.vmdata.gold.min -= smc.vmdata.cards.ref_cost; this.load_cards() - smc.vm_data.shuaxin.min = -5 - if(smc.vm_data.shuaxin.min <=0 ){ - smc.vm_data.shuaxin.min = 0 + smc.vmdata.shuaxin.min = -5 + if(smc.vmdata.shuaxin.min <=0 ){ + smc.vmdata.shuaxin.min = 0 } } @@ -323,7 +323,7 @@ export class CardControllerComp extends CCComp { // console.log("card_index:",index,"card_alive:",this.cards[index].alive) return; }; - if(smc.vm_data.gold.min >= this.cards[index].cost){ + if(smc.vmdata.gold.min >= this.cards[index].cost){ this.cards[index].alive=false this.do_use_card(index) }else{ @@ -333,7 +333,7 @@ export class CardControllerComp extends CCComp { } do_use_card(index:number){ this.cards[index].alive=false - smc.vm_data.gold.min -= this.cards[index].cost; + smc.vmdata.gold.min -= this.cards[index].cost; oops.message.dispatchEvent("do_add_hero", { uuid: this.cards[index].uuid }); // switch (this.cards[index].type) { // case 1: @@ -350,7 +350,7 @@ export class CardControllerComp extends CCComp { } do_reward(){ - smc.vm_data.game_pause = true; + smc.vmdata.game_pause = true; this.reward_lv+=1 this.rewards_set=RewardSet[this.reward_lv] let i=RandomManager.instance.getRandomInt(0,this.rewards_set.length-1, 1) @@ -395,17 +395,17 @@ export class CardControllerComp extends CCComp { } colse_reward(value:number){ this.node.getChildByName('rewards').active = false; - smc.vm_data.game_pause = false; + smc.vmdata.game_pause = false; let reward=this.rewards[value] if(reward.type==1){ if(reward.atk > 0){ - smc.vm_data.mission.hero.atk += reward.atk / 100 + smc.vmdata.mission.hero.atk += reward.atk / 100 } if(reward.atk_cd > 0){ - smc.vm_data.mission.hero.atk_cd -= reward.atk_cd/100 + smc.vmdata.mission.hero.atk_cd -= reward.atk_cd/100 } if(reward.hp > 0){ - smc.vm_data.mission.hero.hp += reward.hp / 100; + smc.vmdata.mission.hero.hp += reward.hp / 100; this.add_hero_hp_max(reward.hp / 100) } } @@ -430,7 +430,7 @@ export class CardControllerComp extends CCComp { } } protected update(dt: number): void { - if(smc.vm_data.game_over||smc.vm_data.game_pause){ + if(smc.vmdata.game_over||smc.vmdata.game_pause){ return } this.shuaxin(dt) @@ -442,10 +442,10 @@ export class CardControllerComp extends CCComp { } gold_add(dt: number) { - smc.vm_data.gold.time += dt; - if (smc.vm_data.gold.time >= smc.vm_data.gold.cd) { - smc.vm_data.gold.min += 1; - smc.vm_data.gold.time = 0; + smc.vmdata.gold.time += dt; + if (smc.vmdata.gold.time >= smc.vmdata.gold.cd) { + smc.vmdata.gold.min += 1; + smc.vmdata.gold.time = 0; } } /** 视图对象通过 ecs.Entity.remove(ControllerComp) 删除组件是触发组件处理自定义释放逻辑 */ diff --git a/assets/script/game/map/CardController.ts b/assets/script/game/map/CardController.ts index 40b73dea..23c72b28 100644 --- a/assets/script/game/map/CardController.ts +++ b/assets/script/game/map/CardController.ts @@ -35,13 +35,13 @@ export class CardControllerComp extends CCComp { // console.log("show_info",uuid) let node =this.node.getChildByName("item_box") if(type == 2){ - smc.vm_data.item_box.info = smc.sitems[uuid].info - smc.vm_data.item_box.name = smc.sitems[uuid].name - smc.vm_data.item_box.skillcd = smc.sitems[uuid].cd - smc.vm_data.item_box.skillsd = smc.sitems[uuid].sd - smc.vm_data.item_box.atk = smc.sitems[uuid].atk - smc.vm_data.item_box.hp = smc.sitems[uuid].hp - smc.vm_data.item_box.shield = smc.sitems[uuid].shield + smc.vmdata.item_box.info = smc.sitems[uuid].info + smc.vmdata.item_box.name = smc.sitems[uuid].name + smc.vmdata.item_box.skillcd = smc.sitems[uuid].cd + smc.vmdata.item_box.skillsd = smc.sitems[uuid].sd + smc.vmdata.item_box.atk = smc.sitems[uuid].atk + smc.vmdata.item_box.hp = smc.sitems[uuid].hp + smc.vmdata.item_box.shield = smc.sitems[uuid].shield node.active=true if(smc.sitems[uuid].shield > 0){ node.getChildByName("data").getChildByName("shield").active=true @@ -53,7 +53,7 @@ export class CardControllerComp extends CCComp { } protected update(dt: number): void { - if(smc.vm_data.game_over||smc.vm_data.game_pause){ + if(smc.vmdata.game_over||smc.vmdata.game_pause){ return } @@ -74,7 +74,7 @@ export class CardControllerComp extends CCComp { this.node.getChildByName("bar").active=false; this.node.getChildByName("mission_home").active=false this.node.getChildByName("mission").active=true - smc.vm_data.mission.play = true; + smc.vmdata.mission.play = true; // oops.message.dispatchEvent("mission_start") } to_home(){ diff --git a/assets/script/game/map/HCard.ts b/assets/script/game/map/HCard.ts index 3ef1d01d..f8c4bf17 100644 --- a/assets/script/game/map/HCard.ts +++ b/assets/script/game/map/HCard.ts @@ -7,22 +7,12 @@ import { HCardComp } from "./HCardComp"; /** HCard 模块 */ @ecs.register(`HCard`) export class HCard extends ecs.Entity { - /** ---------- 数据层 ---------- */ - // HCardModel!: HCardModelComp; - - /** ---------- 业务层 ---------- */ - // HCardBll!: HCardBllComp; - - /** ---------- 视图层 ---------- */ - // HCardView!: HCardViewComp; /** 实始添加的数据层组件 */ protected init() { // this.addComponents(); } load(uuid:number=1001,index:number=-1,parent:any) { - let box_group= 0 - var path = "gui/element/hcard"; var prefab: Prefab = oops.res.get(path, Prefab)!; var node = instantiate(prefab); diff --git a/assets/script/game/map/Item.ts b/assets/script/game/map/Item.ts new file mode 100644 index 00000000..e3d250ad --- /dev/null +++ b/assets/script/game/map/Item.ts @@ -0,0 +1,30 @@ +import { instantiate, Prefab } from "cc"; +import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS"; +import { oops } from "../../../../extensions/oops-plugin-framework/assets/core/Oops"; +import { ItemComp } from "./ItemComp"; + +/** Item 模块 */ +@ecs.register(`Item`) +export class Item extends ecs.Entity { + + protected init() { + // this.addComponents(); + } + load(uuid:number=1001,num:number=0,praent:any=null) { + var path = "game/gui/item"; + var prefab: Prefab = oops.res.get(path, Prefab)!; + var node = instantiate(prefab); + node.parent = praent + let iv = node.getComponent(ItemComp)!; + iv.i_uuid = uuid + iv.num=num + this.add(iv) + } + /** 模块资源释放 */ + destroy() { + + super.destroy(); + } +} + +/** Item 模块业务逻辑系统组件,如无业务逻辑处理可删除此对象 */ diff --git a/assets/script/game/map/Item.ts.meta b/assets/script/game/map/Item.ts.meta new file mode 100644 index 00000000..96928398 --- /dev/null +++ b/assets/script/game/map/Item.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "6d44969e-0c5d-4ef2-8919-e9c18b012dec", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/game/map/ItemComp.ts b/assets/script/game/map/ItemComp.ts new file mode 100644 index 00000000..41b4072b --- /dev/null +++ b/assets/script/game/map/ItemComp.ts @@ -0,0 +1,24 @@ +import { _decorator, Label } from "cc"; +import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS"; +import { CCComp } from "../../../../extensions/oops-plugin-framework/assets/module/common/CCComp"; + +const { ccclass, property } = _decorator; + +/** 视图层对象 */ +@ccclass('ItemComp') +@ecs.register('ItemComp', false) +export class ItemComp extends CCComp { + i_uuid:number = 0; + num:number = 0; + start() { + this.node.getChildByName("num").getComponent(Label).string = this.num.toString(); + //todo 设定icon 显示 + } + + + + /** 视图对象通过 ecs.Entity.remove(ModuleViewComp) 删除组件是触发组件处理自定义释放逻辑 */ + reset() { + this.node.destroy(); + } +} \ No newline at end of file diff --git a/assets/script/game/map/ItemComp.ts.meta b/assets/script/game/map/ItemComp.ts.meta new file mode 100644 index 00000000..b090c4bd --- /dev/null +++ b/assets/script/game/map/ItemComp.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "b3d7b41f-5185-4a0a-b690-897800e264ef", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/game/map/MIssionController.ts b/assets/script/game/map/MIssionController.ts index e2270152..cce00a4e 100644 --- a/assets/script/game/map/MIssionController.ts +++ b/assets/script/game/map/MIssionController.ts @@ -61,7 +61,7 @@ export class MissionComp extends CCComp { } protected update(dt: number): void { - if(!smc.vm_data.mission.play||smc.vm_data.pause){ + if(!smc.vmdata.mission.play||smc.vmdata.pause){ return } if(this.fight_start){ @@ -69,10 +69,9 @@ export class MissionComp extends CCComp { } this.count_hero_pos() this.count_mon_pos() - this.check_exp() - this.check_m_exp() + this.check_buff() // if (this.game_timer.update(dt)) { - // smc.vm_data.game.g_time += 1; + // smc.vmdata.game.g_time += 1; // } // this.shuaxin(dt) } @@ -83,27 +82,27 @@ export class MissionComp extends CCComp { console.log("mission_start:",this.mon_list) //局内数据初始化 this.fight_start=false - smc.vm_data.mission.is_victory=false - smc.vm_data.mission.is_defeat=false - smc.vm_data.mission.a_exp=0 //近战经验 - smc.vm_data.mission.b_exp=0 //远程经验 - smc.vm_data.mission.c_exp=0 //辅助经验 - smc.vm_data.mission.ma_exp=0 //敌方近战经验 - smc.vm_data.mission.mb_exp=0 //敌方远程经验 - smc.vm_data.mission.mc_exp=0 //敌方辅助经验 + smc.vmdata.mission.is_victory=false + smc.vmdata.mission.is_defeat=false + smc.vmdata.mission.a_exp=0 //近战经验 + smc.vmdata.mission.h_exp=0 //远程经验 + smc.vmdata.mission.s_exp=0 //辅助经验 + smc.vmdata.mission.ma_exp=0 //敌方近战经验 + smc.vmdata.mission.mh_exp=0 //敌方远程经验 + smc.vmdata.mission.ms_exp=0 //敌方辅助经验 this.msk={ on :false, uuid:1001,type:1,lv: 1} this.mmsk={ on :false, uuid:1001,type:1,lv: 1} - this.node.getChildByName("exp").getChildByName("a_exp").active = true - this.node.getChildByName("exp").getChildByName("b_exp").active = true - this.node.getChildByName("exp").getChildByName("c_exp").active = true - this.node.getChildByName("mexp").getChildByName("a_exp").active = true - this.node.getChildByName("mexp").getChildByName("b_exp").active = true - this.node.getChildByName("mexp").getChildByName("c_exp").active = true + this.node.getChildByName("exp").getChildByName("ap").active = true + this.node.getChildByName("exp").getChildByName("hp").active = true + this.node.getChildByName("exp").getChildByName("mskill").active = true + this.node.getChildByName("mexp").getChildByName("ap").active = true + this.node.getChildByName("mexp").getChildByName("hp").active = true + this.node.getChildByName("mexp").getChildByName("mskill").active = true this.mon_refresh() this.heros_call() } mission_end(){ - smc.vm_data.mission.play=false + smc.vmdata.mission.play=false let heros:any= this.get_heros();; let monsters:any= this.get_mons(); let hcards:any= ecs.query(ecs.allOf(HCardComp)); @@ -131,128 +130,56 @@ export class MissionComp extends CCComp { monsters[i].HeroView.ent.destroy() } } + check_buff(){ + if(smc.vmdata.mission.a_exp >= smc.vmdata.mission.a_up_exp){ + smc.vmdata.mission.ap+=smc.vmdata.mission.a_up + smc.vmdata.mission.a_exp-=smc.vmdata.mission.a_up_exp + this.node.getChildByName("exp").getChildByName("ap").setScale(1.2,1) + this.scheduleOnce(function(){ + this.node.getChildByName("exp").getChildByName("ap").setScale(1,1) + },0.1) + } + if(smc.vmdata.mission.h_exp >= smc.vmdata.mission.h_up_exp){ + smc.vmdata.mission.hp+=smc.vmdata.mission.h_up + smc.vmdata.mission.h_exp-=smc.vmdata.mission.h_up_exp + this.node.getChildByName("exp").getChildByName("hp").setScale(1.2,1) + this.scheduleOnce(function(){ + this.node.getChildByName("exp").getChildByName("hp").setScale(1,1) + },0.1) + } + if(smc.vmdata.mission.ma_exp >= smc.vmdata.mission.ma_up_exp){ + smc.vmdata.mission.map+=smc.vmdata.mission.ma_up + smc.vmdata.mission.ma_exp-=smc.vmdata.mission.ma_up_exp + this.node.getChildByName("mexp").getChildByName("ap").setScale(1.2,1) + this.scheduleOnce(function(){ + this.node.getChildByName("mexp").getChildByName("ap").setScale(1,1) + },0.1) + } + if(smc.vmdata.mission.mh_exp >= smc.vmdata.mission.mh_up_exp){ + smc.vmdata.mission.mhp+=smc.vmdata.mission.mh_up + smc.vmdata.mission.mh_exp-=smc.vmdata.mission.mh_up_exp + this.node.getChildByName("mexp").getChildByName("hp").setScale(1.2,1) + this.scheduleOnce(function(){ + this.node.getChildByName("mexp").getChildByName("hp").setScale(1,1) + },0.1) + } + } - exp_move(ap: number,bp: number,cp: number){ - let a_pos=v3(ap,this.node.getChildByName("exp").getChildByName("a_exp").position.y) - let b_pos=v3(bp,this.node.getChildByName("exp").getChildByName("b_exp").position.y) - let c_pos=v3(cp,this.node.getChildByName("exp").getChildByName("c_exp").position.y) - tween(this.node.getChildByName("exp").getChildByName("a_exp")).to(0.5,{position:a_pos}).start() - tween(this.node.getChildByName("exp").getChildByName("b_exp")).to(0.5,{position:b_pos}).start() - tween(this.node.getChildByName("exp").getChildByName("c_exp")).to(0.5,{position:c_pos}).start() - } - mexp_move(ap: number,bp: number,cp: number){ - let a_pos=v3(ap,this.node.getChildByName("mexp").getChildByName("a_exp").position.y) - let b_pos=v3(bp,this.node.getChildByName("mexp").getChildByName("b_exp").position.y) - let c_pos=v3(cp,this.node.getChildByName("mexp").getChildByName("c_exp").position.y) - tween(this.node.getChildByName("mexp").getChildByName("a_exp")).to(0.5,{position:a_pos}).start() - tween(this.node.getChildByName("mexp").getChildByName("b_exp")).to(0.5,{position:b_pos}).start() - tween(this.node.getChildByName("mexp").getChildByName("c_exp")).to(0.5,{position:c_pos}).start() - } - check_exp(){ - if(!this.msk.on){ - if(smc.vm_data.mission.a_exp >= MSkillset.confirm_exp){ - this.msk.type = 1 - this.msk.on = true - this.select_msk(1) - this.exp_move(30,-100,-100) - } - if(smc.vm_data.mission.b_exp >= MSkillset.confirm_exp){ - this.msk.type = 2 - this.msk.on = true - this.select_msk(2) - this.exp_move(-100,30,-100) - } - if(smc.vm_data.mission.c_exp >= MSkillset.confirm_exp){ - this.msk.type = 3 - this.msk.on = true - this.select_msk(3) - this.exp_move(-100,-100,30) - } - }else{ - switch (this.msk.type){ - case 1: - if(smc.vm_data.mission.a_exp >= MSkills[this.msk.uuid].up_exp){ - this.msk.lv += 1 - smc.vm_data.mission.a_exp = 0 - } - break; - case 2: - if(smc.vm_data.mission.b_exp >= MSkills[this.msk.uuid].up_exp){ - this.msk.lv += 1 - smc.vm_data.mission.b_exp = 0 - } - break; - case 3: - if(smc.vm_data.mission.c_exp >= MSkills[this.msk.uuid].up_exp){ - this.msk.lv += 1 - smc.vm_data.mission.c_exp = 0 - } - break; - } - } - } - check_m_exp(){ - if(!this.mmsk.on){ - if(smc.vm_data.mission.ma_exp >= MSkillset.confirm_exp){ - this.mmsk.type = 1 - this.mmsk.on = true - this.select_mmsk(1) - this.mexp_move(-30,100,100) - } - if(smc.vm_data.mission.mb_exp >= MSkillset.confirm_exp){ - this.mmsk.type = 2 - this.mmsk.on = true - this.select_mmsk(2) - this.mexp_move(100,-30,100) - } - if(smc.vm_data.mission.mc_exp >= MSkillset.confirm_exp){ - this.mmsk.type = 3 - this.mmsk.on = true - this.select_mmsk(3) - this.mexp_move(100,100,-30) - } - }else{ - switch (this.mmsk.type){ - case 1: - if(smc.vm_data.mission.ma_exp >= MSkills[this.mmsk.uuid].up_exp){ - this.mmsk.lv += 1 - smc.vm_data.mission.ma_exp = 0 - } - break; - case 2: - if(smc.vm_data.mission.mb_exp >= MSkills[this.mmsk.uuid].up_exp){ - this.mmsk.lv += 1 - smc.vm_data.mission.mb_exp = 0 - } - break; - case 3: - if(smc.vm_data.mission.mc_exp >= MSkills[this.mmsk.uuid].up_exp){ - this.mmsk.lv += 1 - smc.vm_data.mission.mc_exp = 0 - } - break; - } - } - } - select_msk(type:number){ - smc.vm_data.mission.a_exp=0 - smc.vm_data.mission.b_exp=0 - smc.vm_data.mission.c_exp=0 + smc.vmdata.mission.s_exp=0 let sk:any=RandomManager.instance.getRandomByObjectList(MSlist[type],1) this.msk.uuid=sk[0] let skill=ecs.getEntity(MSkill) skill.load(BoxSet.HERO,this.msk.uuid) } select_mmsk(type:number){ - smc.vm_data.mission.ma_exp=0 - smc.vm_data.mission.mb_exp=0 - smc.vm_data.mission.mc_exp=0 + smc.vmdata.mission.ms_exp=0 let sk:any=RandomManager.instance.getRandomByObjectList(MSlist[type],1) this.mmsk.uuid=sk[0] let mskill=ecs.getEntity(MSkill) mskill.load(BoxSet.MONSTER,this.mmsk.uuid) } + do_reward(){ console.log("do_reward") @@ -272,15 +199,15 @@ export class MissionComp extends CCComp { m_alive=true } } - if (!m_alive) smc.vm_data.mission.is_victory = true - if (!h_alive) smc.vm_data.mission.is_defeat = true + if (!m_alive) smc.vmdata.mission.is_victory = true + if (!h_alive) smc.vmdata.mission.is_defeat = true this.to_end_mission() } to_end_mission(){ - if (smc.vm_data.mission.is_victory){ + if (smc.vmdata.mission.is_victory){ this.VictoryComp.do_victiry() } - if (smc.vm_data.mission.is_defeat){ + if (smc.vmdata.mission.is_defeat){ this.VictoryComp.do_defeat() } } @@ -314,7 +241,7 @@ export class MissionComp extends CCComp { } } heros_call(){ - let heros=smc.vm_data.fight_heros + let heros=smc.vmdata.fight_heros for(let i=0;i(Item) + let gold: number = Math.floor(RandomManager.instance.getRandomInt((3000 + smc.vmdata.mission.lv * 100) / 3 * 2, 3000 + smc.vmdata.mission.lv * 100)); + let parent = this.node.getChildByName("Node").getChildByName("items") + item1.load(1001,gold,parent) + for (let i = 0; i < conut; i++) { + let item=ecs.getEntity(Item) + let reward:any = RandomManager.instance.getRandomByObjectList(MissionReward[this.reward_lv], 1); + let im =Items[reward[0]] + item.load(im.uuid,im.r_num,parent) + } + this.if_show=true } end_mission(){ this.node.getChildByName("Node").active=false + this.if_show=false } diff --git a/assets/script/game/mon/MonViewComp.ts b/assets/script/game/mon/MonViewComp.ts index 1b11ee66..8b9422af 100644 --- a/assets/script/game/mon/MonViewComp.ts +++ b/assets/script/game/mon/MonViewComp.ts @@ -154,7 +154,7 @@ export class MonViewComp extends CCComp { update(dt: number){ - if(!smc.vm_data.mission.play||smc.vm_data.pause){ + if(!smc.vmdata.mission.play||smc.vmdata.pause){ return } if (this.timer.update(dt)) { diff --git a/assets/script/game/skills/MSkillComp.ts b/assets/script/game/skills/MSkillComp.ts index 58c50bc9..95bdcf95 100644 --- a/assets/script/game/skills/MSkillComp.ts +++ b/assets/script/game/skills/MSkillComp.ts @@ -27,7 +27,7 @@ export class MSkillComp extends CCComp { this.cd=this.cdt=this.skill.cd } protected update(dt: number): void { - if(!smc.vm_data.mission.play||smc.vm_data.pause||smc.vm_data.mission.is_victory||smc.vm_data.mission.is_defeat){ + if(!smc.vmdata.mission.play||smc.vmdata.pause||smc.vmdata.mission.is_victory||smc.vmdata.mission.is_defeat){ return } this.check_cd(dt)