Update exe
This commit is contained in:
parent
561ce0daf4
commit
60f9f18f5a
@ -1 +0,0 @@
|
|||||||
<html><body><script>window.location='editor.html'</script></body></html>
|
|
||||||
@ -1553,7 +1553,7 @@ actions.prototype.clickSettings = function (x,y) {
|
|||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
core.status.event.selection=1;
|
core.status.event.selection=1;
|
||||||
core.ui.drawConfirmBox("你确定要重新开始吗?", function () {
|
core.ui.drawConfirmBox("你确定要返回标题页面吗?", function () {
|
||||||
core.ui.closePanel();
|
core.ui.closePanel();
|
||||||
core.restart();
|
core.restart();
|
||||||
}, function () {
|
}, function () {
|
||||||
|
|||||||
@ -748,7 +748,7 @@ ui.prototype.drawSettings = function () {
|
|||||||
core.status.event.id = 'settings';
|
core.status.event.id = 'settings';
|
||||||
|
|
||||||
this.drawChoices(null, [
|
this.drawChoices(null, [
|
||||||
"系统设置", "快捷商店", "浏览地图", "同步存档", "重新开始", "数据统计", "操作帮助", "关于本塔", "返回游戏"
|
"系统设置", "快捷商店", "浏览地图", "同步存档", "返回标题", "数据统计", "操作帮助", "关于本塔", "返回游戏"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
常用工具/便捷PS工具.exe
BIN
常用工具/便捷PS工具.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user