Game Over: Go to scores after submission

parent 251d8b6d
...@@ -47,5 +47,6 @@ public class GameOver : MonoBehaviour ...@@ -47,5 +47,6 @@ public class GameOver : MonoBehaviour
} }
Server.PostScore(score, playerText, teamText); Server.PostScore(score, playerText, teamText);
buttonSubmit.enabled = false; buttonSubmit.enabled = false;
SceneManager.LoadScene("Scores");
} }
} }
Markdown is supported
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