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

@@ -13,7 +13,7 @@ namespace Scampz.GameJam
{
unloaded = true;
CharacterManager.Instance.UnloadScene(scene);
GameManager.Instance.UnloadScene(scene);
}
}
}