Skip to content

Commit

Permalink
Anomaly No. 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Prown0 committed Dec 21, 2024
1 parent de7b5ff commit e382729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using UnityEngine;

public class Anomaly07Controller : AbstractAnomalyComposite
public class Anomaly07Controller : AbstractAnomalyObject
{
[Header("Russian Roulette Settings")]
[SerializeField] private GameObject gunPrefab;
Expand Down
1 change: 1 addition & 0 deletions 302/Assets/Scripts/SpecificAnomalyManager/Anomaly07_Gun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ private IEnumerator DelayedGameOver()
{
// GameOver가 총소리보다 먼저 실행되지 않도록 약간의 딜레이
yield return new WaitForSeconds(0.15f);
PlayerManager.Instance.SetSpecialState(false);
PlayerManager.Instance.GameOver();
}

Expand Down

0 comments on commit e382729

Please sign in to comment.