Skip to content

Commit

Permalink
semifinal (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBirdGames authored Jun 12, 2023
1 parent fd848bb commit 16110ff
Show file tree
Hide file tree
Showing 6 changed files with 37,128 additions and 21,190 deletions.
2 changes: 1 addition & 1 deletion Assets/Code/Scripts/Managers/GameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class GameManager : MonoBehaviour

#region Scene Manager

private static bool gameStarted = true;
private static bool gameStarted = false;
private void Awake()
{
if (!gameStarted)
Expand Down
Loading

0 comments on commit 16110ff

Please sign in to comment.