drawKeyboard

This commit is contained in:
oc 2019-03-25 23:37:43 +08:00
parent f25a295742
commit c5f6ba9ac1

View File

@ -2179,7 +2179,7 @@ ui.prototype.drawKeyBoard = function () {
offset+=32;
});
core.fillText("ui", "返回游戏", this.PIXEL - 80, offset-3, '#FFFFFF', this._buildFont(15, true));
core.fillText("ui", "返回游戏", this.HPIXEL + 128, offset-3, '#FFFFFF', this._buildFont(15, true));
if (isWindowSkin)
this.drawWindowSelector(core.status.textAttribute.background, this.HPIXEL + 92, offset - 22, 72, 27);