Skip to content
Snippets Groups Projects
Commit a3e285d2 authored by Jesica's avatar Jesica
Browse files

fix minor

parent 517022ff
Branches
1 merge request!7Boss
...@@ -54,7 +54,7 @@ public class GameOverZenManager : MonoBehaviour ...@@ -54,7 +54,7 @@ public class GameOverZenManager : MonoBehaviour
public void RestartButton() public void RestartButton()
{ {
SceneManager.LoadScene(1); SceneManager.LoadScene(2);
WinManager.isWin = false; WinManager.isWin = false;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment