ファイルの更新

This commit is contained in:
yuukiwww 2024-05-20 22:47:04 +00:00
parent 9ef7ce457c
commit 28e3899163
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ history.replaceState('title', '', location.pathname);
ctx.textAlign = 'center';
ctx.textBaseline = 'top';
ctx.globalAlpha = 0.5;
ctx.fillText('加载中...', 0, 40);
ctx.fillText('読み込み中...', 0, 40);
var t = Math.PI * 2 * 0.9;
var step = t / 20;
@ -130,7 +130,7 @@ $('#settings_onehand').change(function() {
});
$('#settings_cleardata').click(function() {
if (confirm('游戏进度将被删除,确定吗')) {
if (confirm('ゲームの進行状況が削除されます、よろしいですか')) {
Module['_dlm_reset']();
}
});