change About btn to Help so it's more clear there's a readme

master
Ondřej Hruška 4 years ago
parent 6edaad729b
commit 6891eb293d
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      script.js

@ -662,7 +662,7 @@ class Board {
this.buttons.optBlockedEffect = this.addButton(x0, cfgy0+ysp2, 'Dim Blocked:', 'config');
this.buttons.optSloppy = this.addButton(x0, cfgy0+ysp2*2, 'Sloppy Mode:', 'config');
this.buttons.btnAbout = this.addButton(x0, cfgy0+ysp2*-1.5, 'About', 'config');
this.buttons.btnAbout = this.addButton(x0, cfgy0+ysp2*-1.5, 'Help', 'config');
}
updateSettingsGUI(cfg) {

Loading…
Cancel
Save