We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381ea70 commit 905dce6Copy full SHA for 905dce6
Chapter-17/snake.html
@@ -40,7 +40,7 @@
40
ctx.fillStyle = "Black";
41
ctx.textAlign = "left";
42
ctx.textBaseline = "top";
43
- ctx.fillText("Score: " + score, blockSize, blockSize);
+ ctx.fillText("Счет: " + score, blockSize, blockSize);
44
};
45
46
// Отменяем действие setInterval и печатаем сообщение «Конец игры»
0 commit comments