mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-25 03:44:34 -05:00
Merge branch 'bindKeys' into main
This commit is contained in:
@@ -5,7 +5,7 @@ using UnityEngine.SceneManagement;
|
||||
|
||||
public class ReturnToTitle : MonoBehaviour
|
||||
{
|
||||
public void backToTitle(){
|
||||
SceneManager.LoadScene("TitleScene");
|
||||
public void backToSettings(){
|
||||
SceneManager.LoadScene("Options");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user