feat: 랭킹 노출 조건 수정

This commit is contained in:
aube.lee
2025-03-04 22:33:46 +09:00
parent 20219615b9
commit 58b98ce463
7 changed files with 58 additions and 43 deletions

View File

@@ -31,7 +31,11 @@ namespace TON
playTimeText.text = $"{minutes:0}m {seconds:0}s";
SetPawIcon(rank);
SetMyRankBoxImage();
if (clearData.nickname == PlayerDataManager.Singleton.player.name)
{
SetMyRankBoxImage();
}
}
private void SetMyRankBoxImage()