fix: 다시하기 안내 팝업 로직 적용

This commit is contained in:
aube.lee
2025-03-04 21:29:45 +09:00
parent dddf9552bf
commit 20219615b9
3 changed files with 45 additions and 44 deletions

View File

@@ -71,8 +71,9 @@ namespace TON
return;
}
OnClickStageRetryButton();
retryModal.SetActive(true);
}
public void OnClickStageRetryButton()
{
Time.timeScale = 1f;