Example #1
0
 public void Lose()
 {
     MoveTimer.Stop();
     Player.QueueFree();
     GameOver.Visible        = true;
     GameOverLabel.Text      = "You lost!";
     GameOverScoreLabel.Text = ScoreLabel.Text;
 }