Fix: change typing exam failed message (word)
This commit is contained in:
@@ -104,7 +104,7 @@ Result.prototype.printRecord = function() {
|
||||
scoreText.style.fill = MainColor.THISTLE_STRING;
|
||||
|
||||
var timeoverText = this.makeDefaultText(game.world.width / 2, 225);
|
||||
timeoverText.text = "== 제한 시간 초과 ==";
|
||||
timeoverText.text = "== 아깝네요, 제한 시간 초과! ==";
|
||||
timeoverText.fontSize = 50;
|
||||
timeoverText.setShadow(3, 3, 'rgba(0, 0, 0, 0.5)', 2);
|
||||
timeoverText.anchor.set(0.5);
|
||||
|
||||
Reference in New Issue
Block a user