reduce opeset fontsize

This commit is contained in:
dazedanon 2026-02-16 22:19:43 -06:00
parent 969569918a
commit 22c73f4908

View file

@ -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 != "") {