Skip to content

Commit

Permalink
Boss battle starts when double clicking name in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DatMitro committed Jun 12, 2020
1 parent 219b4cf commit e8b7da5
Show file tree
Hide file tree
Showing 3 changed files with 2,408 additions and 2,401 deletions.
1 change: 1 addition & 0 deletions Source/NavigationMenu.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Source/NavigationMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ private void button4_Click(object sender, EventArgs e)
openChildForm(waitingForBossGUI);
}

private void nameLabel_DoubleClick(object sender, EventArgs e)
{
#if DEBUG
StartBossBattle();
#endif
}
private void button5_Click(object sender, EventArgs e)
{
openChildForm(helpGui);
Expand Down
Loading

0 comments on commit e8b7da5

Please sign in to comment.