Add airship level
Fix default spawn issue TODO: Fix issue with spawning when loading from other scenes
This commit is contained in:
@@ -8,10 +8,8 @@ namespace Scampz.GameJam
|
||||
{
|
||||
void Update()
|
||||
{
|
||||
if (Input.GetButtonDown(InputOptions.Submit))
|
||||
{
|
||||
GameManager.Instance.LoadFromWorldMap(LoadSceneMode.Single);
|
||||
}
|
||||
if (Input.GetButton(InputOptions.Submit))
|
||||
GameManager.Instance.LoadScene(SceneNames.WorldMap, LoadSceneMode.Single);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user