From 3fc94dbc3ff07f22837f585713b15da51f9a49ec Mon Sep 17 00:00:00 2001 From: walkpan Date: Mon, 23 Mar 2026 20:55:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E8=B0=83=E6=95=B4buff=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=A1=86=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F=E5=92=8C?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E6=97=B6=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将多个文本组件的_fontSize从20调整为25,与_actualFontSize保持一致 - 将部分标题字体从60调整为35,行高从60调整为40 - 移除buff脚部动画的所有关键帧,将动画时长设为0以禁用动画 --- .../resources/game/skill/anm/buff/foot.anim | 81 +------------------ .../resources/game/skill/buff/tooltip.prefab | 16 ++-- 2 files changed, 11 insertions(+), 86 deletions(-) diff --git a/assets/resources/game/skill/anm/buff/foot.anim b/assets/resources/game/skill/anm/buff/foot.anim index bf2779b9..969b0dc0 100644 --- a/assets/resources/game/skill/anm/buff/foot.anim +++ b/assets/resources/game/skill/anm/buff/foot.anim @@ -11,92 +11,17 @@ "speed": 1, "wrapMode": 2, "enableTrsBlending": false, - "_duration": 0.4166666666666667, + "_duration": 0, "_hash": 500763545, - "_tracks": [ - { - "__id__": 1 - } - ], + "_tracks": [], "_exoticAnimation": null, "_events": [], "_embeddedPlayers": [], "_additiveSettings": { - "__id__": 7 + "__id__": 1 }, "_auxiliaryCurveEntries": [] }, - { - "__type__": "cc.animation.ObjectTrack", - "_binding": { - "__type__": "cc.animation.TrackBinding", - "path": { - "__id__": 2 - }, - "proxy": null - }, - "_channel": { - "__id__": 5 - } - }, - { - "__type__": "cc.animation.TrackPath", - "_paths": [ - { - "__id__": 3 - }, - { - "__id__": 4 - }, - "spriteFrame" - ] - }, - { - "__type__": "cc.animation.HierarchyPath", - "path": "anm" - }, - { - "__type__": "cc.animation.ComponentPath", - "component": "cc.Sprite" - }, - { - "__type__": "cc.animation.Channel", - "_curve": { - "__id__": 6 - } - }, - { - "__type__": "cc.ObjectCurve", - "_times": [ - 0, - 0.08333333333333333, - 0.16666666666666666, - 0.25, - 0.3333333333333333 - ], - "_values": [ - { - "__uuid__": "3d46f945-3f07-477e-a95a-b49557d552c6@4ebaa", - "__expectedType__": "cc.SpriteFrame" - }, - { - "__uuid__": "3d46f945-3f07-477e-a95a-b49557d552c6@c7b38", - "__expectedType__": "cc.SpriteFrame" - }, - { - "__uuid__": "3d46f945-3f07-477e-a95a-b49557d552c6@ea803", - "__expectedType__": "cc.SpriteFrame" - }, - { - "__uuid__": "3d46f945-3f07-477e-a95a-b49557d552c6@bdfa7", - "__expectedType__": "cc.SpriteFrame" - }, - { - "__uuid__": "3d46f945-3f07-477e-a95a-b49557d552c6@6f0d9", - "__expectedType__": "cc.SpriteFrame" - } - ] - }, { "__type__": "cc.AnimationClipAdditiveSettings", "enabled": false, diff --git a/assets/resources/game/skill/buff/tooltip.prefab b/assets/resources/game/skill/buff/tooltip.prefab index 45785c75..2bf3f6db 100644 --- a/assets/resources/game/skill/buff/tooltip.prefab +++ b/assets/resources/game/skill/buff/tooltip.prefab @@ -302,7 +302,7 @@ "_horizontalAlign": 2, "_verticalAlign": 1, "_actualFontSize": 25, - "_fontSize": 20, + "_fontSize": 25, "_fontFamily": "Arial", "_lineHeight": 30, "_overflow": 0, @@ -447,7 +447,7 @@ "_horizontalAlign": 0, "_verticalAlign": 1, "_actualFontSize": 26, - "_fontSize": 20, + "_fontSize": 25, "_fontFamily": "Arial", "_lineHeight": 30, "_overflow": 2, @@ -755,7 +755,7 @@ "_horizontalAlign": 1, "_verticalAlign": 1, "_actualFontSize": 26, - "_fontSize": 20, + "_fontSize": 25, "_fontFamily": "Arial", "_lineHeight": 30, "_overflow": 2, @@ -900,7 +900,7 @@ "_horizontalAlign": 0, "_verticalAlign": 1, "_actualFontSize": 26, - "_fontSize": 20, + "_fontSize": 25, "_fontFamily": "Arial", "_lineHeight": 30, "_overflow": 2, @@ -1389,9 +1389,9 @@ "_horizontalAlign": 0, "_verticalAlign": 1, "_actualFontSize": 60, - "_fontSize": 60, + "_fontSize": 35, "_fontFamily": "Arial", - "_lineHeight": 60, + "_lineHeight": 40, "_overflow": 0, "_enableWrapText": true, "_font": null, @@ -1534,9 +1534,9 @@ "_horizontalAlign": 0, "_verticalAlign": 1, "_actualFontSize": 31, - "_fontSize": 30, + "_fontSize": 35, "_fontFamily": "Arial", - "_lineHeight": 35, + "_lineHeight": 40, "_overflow": 2, "_enableWrapText": true, "_font": null,