Implement demo day changes - DO NOT MERGE

This commit is contained in:
Dries Van Schuylenbergh
2023-04-17 22:15:26 +02:00
parent 5b4a3ec4e7
commit 2ba62e316f
31 changed files with 1140 additions and 1398 deletions

View File

@@ -14,6 +14,7 @@ public class MainMenuScreen : MonoBehaviour
{
if (!File.Exists(PersistentDataController.PATH) || UserList.GetUsers().Count <= 0)
{
UserCreationScreen.canGoBack = false;
SystemController.GetInstance().LoadNextScene("Accounts/Scenes/UserCreationScreen");
}
}