Added a space to skip

This commit is contained in:
maverickdgg 2023-04-01 16:32:56 +08:00
parent d5240b420d
commit c643bd64f3
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ namespace SHADE_Scripting.UI
SceneManager.ChangeScene(sceneToChange);
sceneChanged = true;
}
if(Input.GetKeyDown(Input.KeyCode.Space))
{
timer = 0.0f;
}
}