diff --git a/Assets/Scenes/Scores.unity b/Assets/Scenes/Scores.unity index 24afd06..0395c00 100644 Binary files a/Assets/Scenes/Scores.unity and b/Assets/Scenes/Scores.unity differ diff --git a/Assets/Scripts/HighScores.cs b/Assets/Scripts/HighScores.cs new file mode 100644 index 0000000..8c4e8e3 --- /dev/null +++ b/Assets/Scripts/HighScores.cs @@ -0,0 +1,21 @@ +using UnityEngine; +using System.Collections; +using UnityEngine.SceneManagement; + +public class HighScores : MonoBehaviour { + + // Use this for initialization + void Start () { + + } + + // Update is called once per frame + void Update () { + + } + + public void OnButtonBackClicked() + { + SceneManager.LoadScene("Menu"); + } +} diff --git a/Assets/Scripts/HighScores.cs.meta b/Assets/Scripts/HighScores.cs.meta new file mode 100644 index 0000000..506c58f --- /dev/null +++ b/Assets/Scripts/HighScores.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: ab54d29453a984117bc3f72d2f6b7f61 +timeCreated: 1477611387 +licenseType: Free +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Model.meta b/Assets/Scripts/Model.meta new file mode 100644 index 0000000..cb91f3e --- /dev/null +++ b/Assets/Scripts/Model.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: c56230d4575634b8896a178b68e9a055 +folderAsset: yes +timeCreated: 1477229352 +licenseType: Free +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: