dunno what changed but gotta keep this in sync

master
Jordan Orelli 5 years ago
parent 8059e96f62
commit c641df65af

@ -31,7 +31,7 @@ public class MainMenu : MonoBehaviour
errorText.gameObject.SetActive(true); errorText.gameObject.SetActive(true);
} }
if (loginInfo.isLoggedIn) { if (loginInfo.isLoggedIn) {
SceneManager.LoadScene("MainLevel"); SceneManager.LoadScene("LevelTwo");
} }
} }

@ -9,6 +9,6 @@ EditorBuildSettings:
path: Assets/Scenes/MainMenu.unity path: Assets/Scenes/MainMenu.unity
guid: 103d28e20d0cb60468b5860908d1e310 guid: 103d28e20d0cb60468b5860908d1e310
- enabled: 1 - enabled: 1
path: Assets/Scenes/MainLevel.unity path: Assets/Scenes/LevelTwo.unity
guid: aa17d21b7ba6c554ba0c36d4aa39bedd guid: 566ece277183f0c439956ca127c47ca7
m_configObjects: {} m_configObjects: {}

@ -13,7 +13,7 @@ PlayerSettings:
useOnDemandResources: 0 useOnDemandResources: 0
accelerometerFrequency: 60 accelerometerFrequency: 60
companyName: DefaultCompany companyName: DefaultCompany
productName: klohm productName: kloam
defaultCursor: {fileID: 0} defaultCursor: {fileID: 0}
cursorHotspot: {x: 0, y: 0} cursorHotspot: {x: 0, y: 0}
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}

Loading…
Cancel
Save