ファイルの更新
This commit is contained in:
parent
9ef7ce457c
commit
28e3899163
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ history.replaceState('title', '', location.pathname);
|
||||||
ctx.textAlign = 'center';
|
ctx.textAlign = 'center';
|
||||||
ctx.textBaseline = 'top';
|
ctx.textBaseline = 'top';
|
||||||
ctx.globalAlpha = 0.5;
|
ctx.globalAlpha = 0.5;
|
||||||
ctx.fillText('加载中...', 0, 40);
|
ctx.fillText('読み込み中...', 0, 40);
|
||||||
|
|
||||||
var t = Math.PI * 2 * 0.9;
|
var t = Math.PI * 2 * 0.9;
|
||||||
var step = t / 20;
|
var step = t / 20;
|
||||||
|
@ -130,7 +130,7 @@ $('#settings_onehand').change(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#settings_cleardata').click(function() {
|
$('#settings_cleardata').click(function() {
|
||||||
if (confirm('游戏进度将被删除,确定吗?')) {
|
if (confirm('ゲームの進行状況が削除されます、よろしいですか?')) {
|
||||||
Module['_dlm_reset']();
|
Module['_dlm_reset']();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue