Actual Alpha Build

This commit is contained in:
2022-08-21 01:59:54 -07:00
parent 6e3dbb516b
commit 41530d5ba4
10 changed files with 1286 additions and 67 deletions

View File

@@ -10,7 +10,7 @@ namespace Scampz.GameJam
{
if (Input.GetButtonDown(InputOptions.Submit))
{
GameManager.Instance.LoadScene("WorldMap", LoadSceneMode.Single);
GameManager.Instance.LoadFromWorldMap(LoadSceneMode.Single);
}
}
}