Skip to content

Commit f581aa4

Browse files
author
ויויאן אומנסקי
committed
format
1 parent 6a0c5b4 commit f581aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Scripts/UI/GameOverWinManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ public class GameOverWinManager : MonoBehaviour
55
{
66
[Header("UI Panels")]
77
[SerializeField] private GameObject gameOverPanel; // Reference to the Game Over UI panel
8-
[SerializeField] private GameObject gameWinPanel; // Reference to the Win UI panel
9-
private float defaultTimeScale = Constants.GameRunningTimeScale; // Default time scale for resuming the game
8+
[SerializeField] private GameObject gameWinPanel; // Reference to the Win UI panel
9+
private float defaultTimeScale = Constants.GameRunningTimeScale; // Default time scale for resuming the game
1010

1111
// Displays the Game Over screen
1212
public void ShowGameOverScreen()

0 commit comments

Comments
 (0)