feat: UI 동작 수정

This commit is contained in:
aube.lee
2025-02-28 10:42:48 +09:00
parent c00cbc44aa
commit 9fb7798afd
6 changed files with 104 additions and 210 deletions

View File

@@ -56,6 +56,12 @@ namespace TON
private void Update()
{
UpdatePlayTimeDisplay();
UpdateGameScore();
}
private void UpdateGameScore()
{
scoreText.text = $"{StageManager.Singleton.gameScore}";
}
private void UpdatePlayTimeDisplay()