diff --git a/kepetunjuk.cs b/kepetunjuk.cs new file mode 100644 index 0000000..e5f3fb8 --- /dev/null +++ b/kepetunjuk.cs @@ -0,0 +1,12 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.SceneManagement; + +public class kepetunjuk : MonoBehaviour +{ + public void Hyperlink() + { + SceneManager.LoadScene("Petunjuk"); + } +} \ No newline at end of file