Playable demo build (no airship)

This commit is contained in:
2022-08-21 00:32:22 -07:00
parent aaa043470b
commit f3e9b25c48
89 changed files with 5820 additions and 5834 deletions

View File

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