From c5f6ba9ac1ffb6aa4820e4d55391e16ca8f1ec6f Mon Sep 17 00:00:00 2001 From: oc Date: Mon, 25 Mar 2019 23:37:43 +0800 Subject: [PATCH] drawKeyboard --- libs/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui.js b/libs/ui.js index 6654b05b..126824d4 100644 --- a/libs/ui.js +++ b/libs/ui.js @@ -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);