reduce opeset fontsize
This commit is contained in:
parent
969569918a
commit
22c73f4908
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ Game_Interpreter.prototype.OpeDraw = function () {
|
|||
this.SetSpriteC(PN_rdOpeFace, RdnPicPath + "Ope/" + OpeGra, 490, 45, 255);
|
||||
}
|
||||
this.SetSpriteC(PN_rdOpeWin, RdnPicPath + "Ope/OpeWin", 906, 41, 255);
|
||||
this.SpriteStr(PN_rdOpeWin + 1, OpeStr, 20, 545, 37 - 10, 0);
|
||||
this.SpriteStr(PN_rdOpeWin + 1, OpeStr, 16, 545, 37 - 10, 0);
|
||||
this.MoveSprite(PN_rdOpeWin + 1, true, 37, 20);
|
||||
this._OpeUIDraw(20);
|
||||
if (OpeName != "") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue