We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0c5b4 commit f581aa4Copy full SHA for f581aa4
Assets/Scripts/UI/GameOverWinManager.cs
@@ -5,8 +5,8 @@ public class GameOverWinManager : MonoBehaviour
5
{
6
[Header("UI Panels")]
7
[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
+ [SerializeField] private GameObject gameWinPanel; // Reference to the Win UI panel
+ private float defaultTimeScale = Constants.GameRunningTimeScale; // Default time scale for resuming the game
10
11
// Displays the Game Over screen
12
public void ShowGameOverScreen()
0 commit comments