天梯UI补充
This commit is contained in:
@@ -48,7 +48,7 @@ namespace TcgEngine.UI
|
||||
RankMedalShow(ranking);
|
||||
this.playerName.text = username;
|
||||
this.rankScore.text = rankScore.ToString();
|
||||
this.stars.text = "星×" + stars;
|
||||
this.stars.text = "×" + stars;
|
||||
this.avatar.sprite = avatar;
|
||||
|
||||
PlayerRank pr = PlayerRank.Bronze; // 默认
|
||||
@@ -74,6 +74,7 @@ namespace TcgEngine.UI
|
||||
{
|
||||
this.rankId.sprite = null; // 或者默认图
|
||||
}
|
||||
this.rankId.SetNativeSize();
|
||||
|
||||
if (rankScore != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user