moved Work's Pay text left to keep it in the box
This commit is contained in:
parent
aeb2d9d3b3
commit
f553cc295d
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ Game_Interpreter.prototype.Adv_SelDataView = function (_WorkData, _訓練Flg) {
|
|||
}
|
||||
let _お金Txt = " " + _お金 + " ";
|
||||
_成功Txt += _お金Txt;
|
||||
this.SetPicStr(PN_tJhTxt + 1, SCol.Blk0 + _成功Txt, 25, 600, 524);
|
||||
this.SetPicStr(PN_tJhTxt + 1, SCol.Blk0 + _成功Txt, 25, 570, 524);
|
||||
this.SetPicStr(PN_tJhTxt + 2, SCol.Blk0 + _説明, 25, 380, 564);
|
||||
this.Adv_情報_GageDraw(_WorkData._Kenk, _WorkData._Yrki);
|
||||
let _SetStTxt = "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue