From 0b04cf48163999388d5c3a31cee2ccac41d0548e Mon Sep 17 00:00:00 2001 From: "guoqing.zhu" <1521292690@qq.com> Date: Sun, 5 Jun 2022 18:27:38 +0800 Subject: [PATCH] update --- .../prefabs/mission/wantedGun.prefab | 217 +++++++++++++++++- .../prefabs/mission/wantedHero.prefab | 217 +++++++++++++++++- 2 files changed, 426 insertions(+), 8 deletions(-) diff --git a/assets/resources/prefabs/mission/wantedGun.prefab b/assets/resources/prefabs/mission/wantedGun.prefab index eb87c239..bf1a9b16 100644 --- a/assets/resources/prefabs/mission/wantedGun.prefab +++ b/assets/resources/prefabs/mission/wantedGun.prefab @@ -30,23 +30,26 @@ }, { "__id__": 63 + }, + { + "__id__": 67 } ], "_active": true, "_level": 1, "_components": [ { - "__id__": 67 + "__id__": 73 }, { - "__id__": 68 + "__id__": 74 }, { - "__id__": 69 + "__id__": 75 } ], "_prefab": { - "__id__": 70 + "__id__": 76 }, "_opacity": 255, "_color": { @@ -2307,6 +2310,209 @@ "fileId": "15DapvTLxBGYf2tqkGcF/c", "sync": false }, + { + "__type__": "cc.Node", + "_name": "wanted", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 68 + } + ], + "_active": false, + "_level": 2, + "_components": [ + { + "__id__": 71 + } + ], + "_prefab": { + "__id__": 72 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 270, + "height": 75 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 0.47, + "y": 0.47, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Label", + "_objFlags": 0, + "_parent": { + "__id__": 67 + }, + "_children": [], + "_active": true, + "_level": 4, + "_components": [ + { + "__id__": 69 + } + ], + "_prefab": { + "__id__": 70 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 155.7, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 0.5, + "y": 0.5, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 68 + }, + "_enabled": true, + "_useOriginalSize": false, + "_string": "99:99:99", + "_N$string": "99:99:99", + "_fontSize": 40, + "_lineHeight": 40, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "a3b39117-4888-4cb6-8e8c-34edcb2e834c" + }, + "fileId": "63tPaB2NdA0qTRhA8/iF3q", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 67 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "3cce0e79-f8db-4f0b-8290-2e18d8d0a65d" + }, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "a3b39117-4888-4cb6-8e8c-34edcb2e834c" + }, + "fileId": "55oYcOgddElKur5690g/NB", + "sync": false + }, { "__type__": "3ab5aujL9pBtI0pOn6xUDhZ", "_name": "", @@ -2326,6 +2532,9 @@ }, "limitBar": null, "cegget": null, + "wantedNode": { + "__id__": 67 + }, "_id": "" }, { diff --git a/assets/resources/prefabs/mission/wantedHero.prefab b/assets/resources/prefabs/mission/wantedHero.prefab index ed604300..26d51024 100644 --- a/assets/resources/prefabs/mission/wantedHero.prefab +++ b/assets/resources/prefabs/mission/wantedHero.prefab @@ -36,23 +36,26 @@ }, { "__id__": 76 + }, + { + "__id__": 79 } ], "_active": true, "_level": 1, "_components": [ { - "__id__": 79 + "__id__": 85 }, { - "__id__": 80 + "__id__": 86 }, { - "__id__": 81 + "__id__": 87 } ], "_prefab": { - "__id__": 82 + "__id__": 88 }, "_opacity": 255, "_color": { @@ -2704,6 +2707,209 @@ "fileId": "173WcSSqdAmKrDqtpYTTEC", "sync": false }, + { + "__type__": "cc.Node", + "_name": "wanted", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 80 + } + ], + "_active": false, + "_level": 2, + "_components": [ + { + "__id__": 83 + } + ], + "_prefab": { + "__id__": 84 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 270, + "height": 75 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 0.39, + "y": 0.39, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "New Label", + "_objFlags": 0, + "_parent": { + "__id__": 79 + }, + "_children": [], + "_active": true, + "_level": 4, + "_components": [ + { + "__id__": 81 + } + ], + "_prefab": { + "__id__": 82 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 155.7, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 0.5, + "y": 0.5, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 80 + }, + "_enabled": true, + "_useOriginalSize": false, + "_string": "99:99:99", + "_N$string": "99:99:99", + "_fontSize": 40, + "_lineHeight": 40, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "41d442fe-0708-4989-9da6-9750228a347e" + }, + "fileId": "a56z/01+lAuZZLRd+R2THH", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 79 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "3cce0e79-f8db-4f0b-8290-2e18d8d0a65d" + }, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "41d442fe-0708-4989-9da6-9750228a347e" + }, + "fileId": "48bK/Wd6JCsrHRM3BYzUDK", + "sync": false + }, { "__type__": "6cbb2VZaCFDLpQGKXchgwYR", "_name": "", @@ -2729,6 +2935,9 @@ }, "limitBar": null, "cegget": null, + "wantedNode": { + "__id__": 79 + }, "_id": "" }, {