修
This commit is contained in:
parent
c264357247
commit
ab48217f73
@ -69,7 +69,7 @@ namespace GameLogic
|
||||
public void OnInit(int i)
|
||||
{
|
||||
m_Index = i;
|
||||
m_tmpValue.text = (i + 1).ToString();
|
||||
m_tmpValue.text = ((int)(i + 1)).ToString();
|
||||
|
||||
int assetsId = (i + 1) % 10 == 0 ? 1 : (i + 1) % 10;
|
||||
|
||||
|
@ -40,6 +40,7 @@ namespace GameLogic
|
||||
|
||||
// 积分
|
||||
m_Score.text = UITool.ConvertToString(playRankData.score);
|
||||
m_GongXian.text = "0";
|
||||
//m_LoaclScore.text = "(+" + UITool.ConvertToString(unitPlayer.m_Score) + "本局)";
|
||||
|
||||
// 设置头像
|
||||
|
Loading…
x
Reference in New Issue
Block a user