Skip to content

Commit 905dce6

Browse files
committed
найдено и переведено непереведенное слово Score
1 parent 381ea70 commit 905dce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter-17/snake.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
ctx.fillStyle = "Black";
4141
ctx.textAlign = "left";
4242
ctx.textBaseline = "top";
43-
ctx.fillText("Score: " + score, blockSize, blockSize);
43+
ctx.fillText("Счет: " + score, blockSize, blockSize);
4444
};
4545

4646
// Отменяем действие setInterval и печатаем сообщение «Конец игры»

0 commit comments

Comments
 (0)