Resolve WES-97 "Integrate signpredictor in spellingbee"
This commit is contained in:
committed by
Lukas Van Rossem
parent
f827c29d3a
commit
3abc24a39c
@@ -73,11 +73,10 @@ public class CourseMenuScreen : MonoBehaviour
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method used as callback for course item onClick events
|
||||
/// Method used as callback for 'all courses' button onClick events
|
||||
/// </summary>
|
||||
/// <param name="sceneName">The path to the new scene (<c>path == $"Assets/{sceneName}"</c>)</param>
|
||||
public void LoadScene(string sceneName)
|
||||
public void GotoListOfCourses()
|
||||
{
|
||||
SystemController.GetInstance().LoadNextScene(sceneName);
|
||||
SystemController.GetInstance().LoadNextScene("Common/Scenes/ListCoursesScreen");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user