fix: 플레이어 사망 후 종료 UI 노출 딜레이 시간 수정
This commit is contained in:
@@ -107,7 +107,7 @@ namespace TON
|
||||
// 플레이어가 사망했을때 호출
|
||||
public void PlayerDeadEvent()
|
||||
{
|
||||
Invoke(nameof(ShowGameEndUI), 3f);
|
||||
Invoke(nameof(ShowGameEndUI), 0.5f);
|
||||
|
||||
}
|
||||
private void ShowGameEndUI()
|
||||
|
||||
Reference in New Issue
Block a user