Credits and Transition done #454

Merged
glencelow merged 6 commits from PlayerController into main 2023-04-01 18:09:04 +08:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit c643bd64f3 - Show all commits

View File

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