drawBook textAlign center

This commit is contained in:
oc 2019-04-02 11:17:17 +08:00
parent 9ecbd2aa42
commit 1ec4994f3c

View File

@ -1254,6 +1254,7 @@ ui.prototype.drawBook = function (index) {
core.drawBoxAnimate();
this.drawPagination(page, totalPage);
core.setTextAlign('ui', 'center');
core.fillText('ui', '返回游戏', this.PIXEL - 46, this.PIXEL - 13,'#DDDDDD', this._buildFont(15, true));
}