View project in menu

This commit is contained in:
ckcz123 2018-08-30 12:31:30 +08:00
parent 70e961d824
commit f37b2673b4
2 changed files with 5 additions and 1 deletions

View File

@ -1596,9 +1596,12 @@ actions.prototype.clickSwitchs = function (x,y) {
core.ui.drawSwitchs();
break;
case 7:
window.open(core.firstData.name+".zip", "_blank");
window.open(core.platform.isPC?"editor.html":"editor-mobile.html", "_blank");
break;
case 8:
window.open(core.firstData.name+".zip", "_blank");
break;
case 9:
core.status.event.selection=0;
core.ui.drawSettings();
break;

View File

@ -800,6 +800,7 @@ ui.prototype.drawSwitchs = function() {
"临界显伤: "+(core.flags.displayCritical ? "[ON]" : "[OFF]"),
"领域显伤: "+(core.flags.displayExtraDamage ? "[ON]" : "[OFF]"),
"单击瞬移: "+(core.status.automaticRoute.clickMoveDirectly ? "[ON]" : "[OFF]"),
"查看工程",
"下载离线版本",
"返回主菜单"
];