keyBoard in settings

This commit is contained in:
ckcz123 2018-11-26 16:16:58 +08:00
parent 97df004832
commit 755d2df9f9
2 changed files with 2 additions and 3 deletions

View File

@ -1890,8 +1890,7 @@ actions.prototype.clickSettings = function (x,y) {
core.ui.drawSwitchs(); core.ui.drawSwitchs();
break; break;
case 1: case 1:
core.status.event.selection=0; core.ui.drawKeyBoard();
core.ui.drawQuickShop();
break; break;
case 2: case 2:
core.ui.drawMaps(); core.ui.drawMaps();

View File

@ -790,7 +790,7 @@ ui.prototype.drawSettings = function () {
core.status.event.id = 'settings'; core.status.event.id = 'settings';
this.drawChoices(null, [ this.drawChoices(null, [
"系统设置", "快捷商店", "浏览地图", "绘图模式", "同步存档", "数据统计", "查看评论", "操作帮助", "关于本塔", "返回标题", "返回游戏" "系统设置", "虚拟键盘", "浏览地图", "绘图模式", "同步存档", "数据统计", "查看评论", "操作帮助", "关于本塔", "返回标题", "返回游戏"
]); ]);
} }