diff --git a/drawMapGUI.html b/drawMapGUI.html deleted file mode 100644 index 99a75938..00000000 --- a/drawMapGUI.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/libs/actions.js b/libs/actions.js index 1fa43e52..ab49af78 100644 --- a/libs/actions.js +++ b/libs/actions.js @@ -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 () { diff --git a/libs/ui.js b/libs/ui.js index b231ccb0..f9ebb5fb 100644 --- a/libs/ui.js +++ b/libs/ui.js @@ -748,7 +748,7 @@ ui.prototype.drawSettings = function () { core.status.event.id = 'settings'; this.drawChoices(null, [ - "系统设置", "快捷商店", "浏览地图", "同步存档", "重新开始", "数据统计", "操作帮助", "关于本塔", "返回游戏" + "系统设置", "快捷商店", "浏览地图", "同步存档", "返回标题", "数据统计", "操作帮助", "关于本塔", "返回游戏" ]); } diff --git a/启动服务.exe b/启动服务.exe index 2c84bd69..95d5d1f7 100644 Binary files a/启动服务.exe and b/启动服务.exe differ diff --git a/常用工具/便捷PS工具.exe b/常用工具/便捷PS工具.exe index d1d1aeab..422d76fa 100644 Binary files a/常用工具/便捷PS工具.exe and b/常用工具/便捷PS工具.exe differ diff --git a/常用素材.zip b/常用素材.zip index 489ab393..e3d350ec 100644 Binary files a/常用素材.zip and b/常用素材.zip differ