private void EndGame() { state = LevelState.ENDING; mainLoop.FadeOut(); SoundCache.PlaySound("Goodbye Pilot"); }
protected void FadeOut(float fadeTime) { fader.FadeOut(fadeTime); }