Info: Open wiki page on click

parent 9716e21d
......@@ -28,4 +28,10 @@ public class Menu : MonoBehaviour {
{
SceneManager.LoadScene("Scores");
}
public void OnButtonInfoClicked()
{
Application.OpenURL("http://2016.igem.org/Team:Ionis_Paris");
}
}
\ No newline at end of file
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