feat: 생선 부족시 사용 경고 알림 팝업 출력

This commit is contained in:
aube.lee
2025-02-28 15:32:48 +09:00
parent 6f69f9a9d7
commit fb4c214162
9 changed files with 327 additions and 156 deletions

View File

@@ -53,7 +53,7 @@ namespace TON
{
int minutes = Mathf.FloorToInt(TOP_RECORD.playTime / 60f);
int seconds = Mathf.FloorToInt(TOP_RECORD.playTime % 60f);
playTime.text = $"{minutes:00}m {seconds:00}s";
playTime.text = $"{minutes:0}m {seconds:0}s";
}
}