Fix: return to main_menu.html not to menu
This commit is contained in:
@@ -142,7 +142,7 @@ TypingExamination.prototype.fontLoaded = function() {
|
||||
|
||||
// current text line number / total line number
|
||||
// textStyleBasic.font = "38px Arial";
|
||||
textStyleBasic.font = "38px Nanum Gothic Coding";
|
||||
textStyleBasic.font = "26px Nanum Gothic Coding";
|
||||
textStyleBasic.backgroundColor = null;
|
||||
this.textTypingLine = game.add.text(
|
||||
RECORD_POSITION_X, TYPING_CONTENT_Y,
|
||||
@@ -600,7 +600,8 @@ TypingExamination.prototype.playNextContent = function() {
|
||||
|
||||
TypingExamination.prototype.showPlayingWordNumber = function() {
|
||||
var currentLine = this.typingIndex + 1;
|
||||
this.textTypingLine.text = currentLine + " / " + this.typingContentLength;
|
||||
// this.textTypingLine.text = currentLine + " / " + this.typingContentLength;
|
||||
this.textTypingLine.text = "9,999/9,999";
|
||||
}
|
||||
|
||||
TypingExamination.prototype.setTimeTypingStart = function() {
|
||||
|
||||
Reference in New Issue
Block a user