Commit 19569707 authored by hemas pramesti's avatar hemas pramesti
Browse files

Upload New File

parent c58734f7
No related merge requests found
Showing with 20 additions and 0 deletions
+20 -0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class MainMenu : MonoBehaviour
{
public void GoToBermain(){
SceneManager.LoadScene("Bermain");
}
public void GoToPanduan(){
SceneManager.LoadScene("Panduan");
}
public void GoToTentang(){
SceneManager.LoadScene("Tentang");
}
public void Kembali(){
SceneManager.LoadScene("Main Menu");
}
}
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