Skip to content

Commit

Permalink
Update GameManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
starexplorer21 committed Jun 7, 2024
1 parent e5d0f0c commit bef841c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/GameManagement/GameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public void playGame(){
// Initialize variables
void Start(){
arrows = 3;
instance = this;
// Set UI to inactive
ShopUI.SetActive(false);
pauseUI.SetActive(false);
Expand Down

0 comments on commit bef841c

Please sign in to comment.