汉化
This commit is contained in:
@@ -78,7 +78,7 @@ namespace TcgEngine.UI
|
||||
selector_timer += Time.deltaTime;
|
||||
|
||||
//Timer
|
||||
turn_count.text = "Turn " + data.turn_count.ToString();
|
||||
turn_count.text = "回合 " + data.turn_count.ToString();
|
||||
turn_timer.enabled = data.turn_timer > 0f;
|
||||
turn_timer.text = Mathf.RoundToInt(data.turn_timer).ToString();
|
||||
turn_timer.enabled = data.turn_timer < 999f;
|
||||
|
||||
Reference in New Issue
Block a user