/// <summary> /// Leave the game and return to the main menu /// </summary> public void ReturnToMenu() { CleanUpGameElements(); UI.GameEnd(); Clock.GameEnd(); Platforms.GameEnd(); Score.GameEnd(); }