Menu: link to scores

parent 4ef0e6de
No preview for this file type
...@@ -19,6 +19,11 @@ public class Menu : MonoBehaviour { ...@@ -19,6 +19,11 @@ public class Menu : MonoBehaviour {
SceneManager.LoadScene("Main"); SceneManager.LoadScene("Main");
} }
public void OnButtonScoreClicked()
{
SceneManager.LoadScene("Scores");
}
public void OnButtonScoresClicked() public void OnButtonScoresClicked()
{ {
SceneManager.LoadScene("Scores"); 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