Add new character model, add title screen

This commit is contained in:
2022-08-13 17:45:49 -07:00
parent fd45fc11dc
commit 82f431adf0
13 changed files with 1142 additions and 237 deletions

View File

@@ -14,7 +14,7 @@ namespace Scampz.GameJam
{
loaded = true;
CharacterManager.Instance.LoadScene(sceneIndex, LoadSceneMode.Additive);
GameManager.Instance.LoadScene(sceneIndex, LoadSceneMode.Additive);
}
}
}