fix: 플레이어 사망 후 종료 UI 노출 딜레이 시간 수정

This commit is contained in:
aube.lee
2025-02-28 12:29:48 +09:00
parent 00914410fb
commit a946e8bf72

View File

@@ -107,7 +107,7 @@ namespace TON
// 플레이어가 사망했을때 호출 // 플레이어가 사망했을때 호출
public void PlayerDeadEvent() public void PlayerDeadEvent()
{ {
Invoke(nameof(ShowGameEndUI), 3f); Invoke(nameof(ShowGameEndUI), 0.5f);
} }
private void ShowGameEndUI() private void ShowGameEndUI()