Update exe

This commit is contained in:
oc 2018-05-27 00:56:57 +08:00
parent 561ce0daf4
commit 60f9f18f5a
6 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
<html><body><script>window.location='editor.html'</script></body></html>

View File

@ -1553,7 +1553,7 @@ actions.prototype.clickSettings = function (x,y) {
break;
case 4:
core.status.event.selection=1;
core.ui.drawConfirmBox("你确定要重新开始吗?", function () {
core.ui.drawConfirmBox("你确定要返回标题页面吗?", function () {
core.ui.closePanel();
core.restart();
}, function () {

View File

@ -748,7 +748,7 @@ ui.prototype.drawSettings = function () {
core.status.event.id = 'settings';
this.drawChoices(null, [
"系统设置", "快捷商店", "浏览地图", "同步存档", "重新开始", "数据统计", "操作帮助", "关于本塔", "返回游戏"
"系统设置", "快捷商店", "浏览地图", "同步存档", "返回标题", "数据统计", "操作帮助", "关于本塔", "返回游戏"
]);
}

Binary file not shown.

Binary file not shown.

Binary file not shown.