Skip to content
Snippets Groups Projects
Commit a05df6a1 authored by Daffa Romyz Aufa's avatar Daffa Romyz Aufa
Browse files

feat : load scoreboard scene when ending

parent c2be0bbf
Branches
Tags
No related merge requests found
...@@ -86,6 +86,6 @@ public class Ending : MonoBehaviour ...@@ -86,6 +86,6 @@ public class Ending : MonoBehaviour
public void EndGame() public void EndGame()
{ {
SceneManager.LoadScene("MainMenu"); SceneManager.LoadScene("ScoreBoard");
} }
} }
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