Fix: change typing exam failed message (word)

This commit is contained in:
2019-09-28 14:54:58 +09:00
parent ac8549e9ad
commit 4881cc1daa
7 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -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);