Add: button shortcut text

This commit is contained in:
2018-10-16 11:47:34 +09:00
parent 7826f62a27
commit 9061ab54c3
4 changed files with 32 additions and 1 deletions
+1
View File
@@ -156,6 +156,7 @@ var Start = {
setting.fontStyle.fontWeight = "bold";
var startButton = new RoundRectButton(setting, RoundRectButton.NONE_ICON, "시작", this.startStage);
startButton.addShortcutText("Enter");
},
makeRankingButton: function() {