Ejemplo n.º 1
0
 public void LevelChoice(string Choice)
 {
     GLD.Visible          = true;
     HealthPanel.Visible  = true;
     LevelChooser.Visible = false;
     mainMenu1.Visible    = false;
     GLD.BringToFront();
     HealthPanel.BringToFront();
     LevelStart.Invoke(Choice);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Raise the LevelStart event
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnLevelStarted(EventArgs e)
 {
     LevelStart?.Invoke(this, e);
 }