Skip to content

Commit a14ae41

Browse files
authored
Update space_gun_game.html
1 parent 46d6a96 commit a14ae41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/space_gun_game.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
ctx.fillText('最终分数: ' + score, canvas.width/2, canvas.height/2 + 50);
355355

356356
ctx.font = '24px Arial';
357-
ctx.fillText('按F5重新开始', canvas.width/2, canvas.height/2 + 100);
357+
ctx.fillText('按FN+F5重新开始', canvas.width/2, canvas.height/2 + 100);
358358
}
359359

360360
// 键盘控制

0 commit comments

Comments
 (0)