This commit is contained in:
Jack Rus
2020-02-02 16:16:55 -05:00
parent c6d768fbd8
commit e02b302b19

View File

@@ -16,6 +16,6 @@ public class SceneLodarManual : MonoBehaviour
void LoadScene()
{
SceneManager.LoadScene("LevelOne");
SceneManager.LoadScene("GameIntro");
}
}