From f36305a1301ce6a64573ee5b0b8a42c1ca9caf4f Mon Sep 17 00:00:00 2001 From: walkpan Date: Thu, 19 Sep 2024 08:40:23 +0800 Subject: [PATCH] dd --- assets/resources/game/map/start.prefab | 218 ++++++++++++++++++++++++- 1 file changed, 213 insertions(+), 5 deletions(-) diff --git a/assets/resources/game/map/start.prefab b/assets/resources/game/map/start.prefab index 5f4f51d0..0c9aa890 100644 --- a/assets/resources/game/map/start.prefab +++ b/assets/resources/game/map/start.prefab @@ -3,24 +3,33 @@ "__type__": "cc.Prefab", "_name": "start", "_objFlags": 0, + "__editorExtras__": {}, "_native": "", "data": { "__id__": 1 }, "optimizationPolicy": 0, - "asyncLoadAssets": false, "persistent": false }, { "__type__": "cc.Node", "_name": "start", "_objFlags": 0, + "__editorExtras__": {}, "_parent": null, - "_children": [], + "_children": [ + { + "__id__": 2 + } + ], "_active": true, - "_components": [], + "_components": [ + { + "__id__": 10 + } + ], "_prefab": { - "__id__": 2 + "__id__": 12 }, "_lpos": { "__type__": "cc.Vec3", @@ -41,6 +50,7 @@ "y": 1, "z": 1 }, + "_mobility": 0, "_layer": 1073741824, "_euler": { "__type__": "cc.Vec3", @@ -50,6 +60,161 @@ }, "_id": "" }, + { + "__type__": "cc.Node", + "_name": "play_character_target", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 3 + }, + { + "__id__": 5 + }, + { + "__id__": 7 + } + ], + "_prefab": { + "__id__": 9 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 4 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 128, + "height": 56 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e5+r0J5QlBSb1slkHCjNLP" + }, + { + "__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@3b51d", + "__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": "5byCi1PstLK62xFg9jFgbh" + }, + { + "__type__": "cc.Animation", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": { + "__id__": 8 + }, + "playOnLoad": false, + "_clips": [ + { + "__uuid__": "fcb14957-9017-47a3-8479-b74c7ecc2fb0", + "__expectedType__": "cc.AnimationClip" + } + ], + "_defaultClip": { + "__uuid__": "fcb14957-9017-47a3-8479-b74c7ecc2fb0", + "__expectedType__": "cc.AnimationClip" + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "e3gKRRcEJPBZ+F4FYfLpKY" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -58,6 +223,49 @@ "asset": { "__id__": 0 }, - "fileId": "c46/YsCPVOJYA4mWEpNYRx" + "fileId": "1cpR6F5ydGLY8MgBhKAVcB", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 1 + }, + "_enabled": true, + "__prefab": { + "__id__": 11 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "cfDWbpgLNM3ZrGwH+aicex" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "c46/YsCPVOJYA4mWEpNYRx", + "instance": null, + "targetOverrides": null } ] \ No newline at end of file