Glad you enjoyed it! and yep i completely forgot about adding an exit method which is honestly something i couldve added pretty easily smh
public void QuitGame()
{
Application.Quit();
}