Scores: Back button

parent a6a05673
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");
}
}
fileFormatVersion: 2
guid: ab54d29453a984117bc3f72d2f6b7f61
timeCreated: 1477611387
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: c56230d4575634b8896a178b68e9a055
folderAsset: yes
timeCreated: 1477229352
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
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