From d4f07f125fe4f4c0595455d1a8d8e295ee9cf59c Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Mon, 26 May 2025 17:59:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UnityProject/Assets/AssetRaw/UI/UIGameBattle.prefab | 2 +- .../GameScripts/HotFix/GameLogic/UI/UIGameWorldRankItem.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UnityProject/Assets/AssetRaw/UI/UIGameBattle.prefab b/UnityProject/Assets/AssetRaw/UI/UIGameBattle.prefab index e0b28fee..13fce51c 100644 --- a/UnityProject/Assets/AssetRaw/UI/UIGameBattle.prefab +++ b/UnityProject/Assets/AssetRaw/UI/UIGameBattle.prefab @@ -5896,7 +5896,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &2724436185550919054 RectTransform: m_ObjectHideFlags: 0 diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameWorldRankItem.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameWorldRankItem.cs index f0c4d9ad..d11c1424 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameWorldRankItem.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameWorldRankItem.cs @@ -38,8 +38,8 @@ namespace GameLogic m_RankImg.gameObject.SetActive(false); } - // 积分 - m_Score.text = UITool.ConvertToString(playRankData.weekScore); + // 积分 + m_Score.text = UITool.ConvertToString(playRankData.score); //m_LoaclScore.text = "(+" + UITool.ConvertToString(unitPlayer.m_Score) + "本局)"; // 设置头像