From b256171471b5407df469b849aaac400e9b9797b6 Mon Sep 17 00:00:00 2001 From: walkpan Date: Mon, 25 May 2026 23:27:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(hnode.prefab):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E7=B2=BE=E7=81=B5=E5=9B=BE=E9=9B=86=E5=92=8C?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新了hnode预制体的精灵帧与图集引用,调整了两处节点尺寸参数,修正了_atlas空引用问题 --- assets/resources/gui/element/hnode.prefab | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/assets/resources/gui/element/hnode.prefab b/assets/resources/gui/element/hnode.prefab index 11097109..49373b14 100644 --- a/assets/resources/gui/element/hnode.prefab +++ b/assets/resources/gui/element/hnode.prefab @@ -8272,7 +8272,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 20, - "height": 20 + "height": 21 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -8308,7 +8308,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@47087", + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@a8a88", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -8324,7 +8324,7 @@ "_isTrimmedMode": true, "_useGrayscale": false, "_atlas": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4", + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", "__expectedType__": "cc.SpriteAtlas" }, "_id": "" @@ -8972,7 +8972,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "6165ffc9-a838-4a33-b569-bdbaaab0e6b4@8a9eb", + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@3e14b", "__expectedType__": "cc.SpriteFrame" }, "_type": 0, @@ -8987,7 +8987,10 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": null, + "_atlas": { + "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73", + "__expectedType__": "cc.SpriteAtlas" + }, "_id": "" }, { @@ -9755,7 +9758,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 20, + "width": 21, "height": 20 }, "_anchorPoint": {