Skip to content

Commit

Permalink
GameOver SetStageNoclear
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongho committed Dec 16, 2024
1 parent 684d37c commit 3752c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 302/Assets/Scripts/PlayerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ private IEnumerator WakeUpAnimation()

public void GameOver()
{
GameManager.Instance.SetStageNoClear();
if (!isAnimating) // isDead 체크 제거
{
StartCoroutine(DeathAnimation());
Expand Down

0 comments on commit 3752c9a

Please sign in to comment.