From f7f9b94f5359c43bb8bbd829617289636290a4aa Mon Sep 17 00:00:00 2001 From: TJH Date: Tue, 16 Sep 2025 14:48:27 +0800 Subject: [PATCH] =?UTF-8?q?iconMsg=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Game/prefabs/Icon/Icon6.prefab | 4 ++-- assets/Game/scripts/game/IconMsg.ts | 4 ++-- assets/Loading/scripts/comm.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/Game/prefabs/Icon/Icon6.prefab b/assets/Game/prefabs/Icon/Icon6.prefab index c302bb1..7e2b839 100644 --- a/assets/Game/prefabs/Icon/Icon6.prefab +++ b/assets/Game/prefabs/Icon/Icon6.prefab @@ -274,7 +274,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 174, - "height": 174 + "height": 522 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -310,7 +310,7 @@ "a": 255 }, "_spriteFrame": { - "__uuid__": "43af496d-3fdf-47af-825c-1adeeeed4744@f9941", + "__uuid__": "30bbae8d-9396-4496-bf48-d9815ed744a9@f9941", "__expectedType__": "cc.SpriteFrame" }, "_type": 1, diff --git a/assets/Game/scripts/game/IconMsg.ts b/assets/Game/scripts/game/IconMsg.ts index 5daed69..392b87c 100644 --- a/assets/Game/scripts/game/IconMsg.ts +++ b/assets/Game/scripts/game/IconMsg.ts @@ -145,7 +145,7 @@ export class IconMsg extends Component { // if (this.iconComponent.index != 2) { // iconNode.getComponent(Icon).hideNormalSprite(); // } - if (this.iconComponent.index != 2) { + if (this.iconComponent.index > 2) { iconNode.getComponent(Icon).hideNormalSpine() } @@ -168,7 +168,7 @@ export class IconMsg extends Component { // if (this.iconComponent.index != 2) { // iconNode.getComponent(Icon).hideNormalSprite(); // } - if (this.iconComponent.index != 2) { + if (this.iconComponent.index > 2) { iconNode.getComponent(Icon).hideNormalSpine() } diff --git a/assets/Loading/scripts/comm.ts b/assets/Loading/scripts/comm.ts index 3030f16..7a9cfa0 100644 --- a/assets/Loading/scripts/comm.ts +++ b/assets/Loading/scripts/comm.ts @@ -27,7 +27,7 @@ export function getHistoryUrl() { } export function getLanguage() { - // return 'pt'; + // return 'zh'; return language; }