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; }