feat: UI 동작 수정
This commit is contained in:
@@ -56,6 +56,12 @@ namespace TON
|
||||
private void Update()
|
||||
{
|
||||
UpdatePlayTimeDisplay();
|
||||
UpdateGameScore();
|
||||
}
|
||||
|
||||
private void UpdateGameScore()
|
||||
{
|
||||
scoreText.text = $"{StageManager.Singleton.gameScore}";
|
||||
}
|
||||
|
||||
private void UpdatePlayTimeDisplay()
|
||||
|
||||
Reference in New Issue
Block a user