/// <summary>
 /// 结束关卡
 /// </summary>
 public void finishLevel()
 {
     gameControl.StopGame();
 }