private void WaitForPauseToEnd() { if (Input.GetKey(KeyboardKeys.Return)) { Level.ChangeSceneAsync(MainScene); } }