From ac856b04345c7e627fa1eb8abb9e0a8f679cedd4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Wed, 18 Jun 2025 16:08:39 +0800 Subject: [PATCH] 1 --- .../Assets/AssetRaw/Fonts/douyuFont-2 tsettt.asset | 12 ++++++------ .../Assets/AssetRaw/UI/UIGameWorldRankForm.prefab | 12 ++++++------ .../GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs | 4 ++++ 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/UnityProject/Assets/AssetRaw/Fonts/douyuFont-2 tsettt.asset b/UnityProject/Assets/AssetRaw/Fonts/douyuFont-2 tsettt.asset index c4082fc0..25a841b4 100644 --- a/UnityProject/Assets/AssetRaw/Fonts/douyuFont-2 tsettt.asset +++ b/UnityProject/Assets/AssetRaw/Fonts/douyuFont-2 tsettt.asset @@ -118,12 +118,12 @@ Material: - _OutlineSoftness: 0 - _OutlineUVSpeedX: 0 - _OutlineUVSpeedY: 0 - - _OutlineWidth: 0 + - _OutlineWidth: 0.14 - _PerspectiveFilter: 0.875 - _Reflectivity: 10 - - _ScaleRatioA: 1 - - _ScaleRatioB: 1 - - _ScaleRatioC: 1 + - _ScaleRatioA: 0.8333333 + - _ScaleRatioB: 0.6770833 + - _ScaleRatioC: 0.6770833 - _ScaleX: 1 - _ScaleY: 1 - _ShaderFlags: 0 @@ -168,9 +168,9 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 71c1514a6bd24e1e882cebbe1904ce04, type: 3} m_Name: douyuFont-2 tsettt m_EditorClassIdentifier: - hashCode: 0 + hashCode: -297303640 material: {fileID: -4557169464251847458} - materialHashCode: 0 + materialHashCode: 1947931272 m_Version: 1.1.0 m_SourceFontFileGUID: 9a3b1b26302dc70428dabbfa552301af m_SourceFontFile_EditorRef: {fileID: 12800000, guid: 9a3b1b26302dc70428dabbfa552301af, type: 3} diff --git a/UnityProject/Assets/AssetRaw/UI/UIGameWorldRankForm.prefab b/UnityProject/Assets/AssetRaw/UI/UIGameWorldRankForm.prefab index e89c924c..120ccd8b 100644 --- a/UnityProject/Assets/AssetRaw/UI/UIGameWorldRankForm.prefab +++ b/UnityProject/Assets/AssetRaw/UI/UIGameWorldRankForm.prefab @@ -1682,7 +1682,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &6354543368462958376 RectTransform: m_ObjectHideFlags: 0 @@ -4727,8 +4727,8 @@ MonoBehaviour: m_Calls: [] m_text: "205.5\u5146" m_isRightToLeft: 0 - m_fontAsset: {fileID: 11400000, guid: 61e28618d002ac7488fba94aea6f8607, type: 2} - m_sharedMaterial: {fileID: 1928963831957525247, guid: 61e28618d002ac7488fba94aea6f8607, type: 2} + m_fontAsset: {fileID: 11400000, guid: 2d5dde65126cce44fa5766b27b429272, type: 2} + m_sharedMaterial: {fileID: -4557169464251847458, guid: 2d5dde65126cce44fa5766b27b429272, type: 2} m_fontSharedMaterials: [] m_fontMaterial: {fileID: 0} m_fontMaterials: [] @@ -4752,8 +4752,8 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 36 - m_fontSizeBase: 36 + m_fontSize: 30 + m_fontSizeBase: 30 m_fontWeight: 400 m_enableAutoSizing: 0 m_fontSizeMin: 18 @@ -8585,7 +8585,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 0 + m_IsActive: 1 --- !u!224 &4509257640494837750 RectTransform: m_ObjectHideFlags: 0 diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs index 8d622409..a3fe7ae2 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs @@ -332,6 +332,10 @@ namespace GameLogic GameEvent.RemoveEventListener(EventConts.UIDianZan, UIDianZanFunc); GameEvent.RemoveEventListener(EventConts.UIHDWMSP, AddHdWmspFunc); GameEvent.RemoveEventListener(EventConts.AddGiftMessage, AddGiftMessageFunc); + + + // 主界面销毁的时候应该停止所有 + GameModule.Timer.RemoveTimer(m_LishiId); } private void UIDianZanFunc(string nickName)