Merge branch 'main' into 'main'
changed the fix, was causing issues elsewhere. should be good now. See merge request dazed-translations/dead-end-colosseum!4
This commit is contained in:
commit
2185b12305
1 changed files with 2 additions and 2 deletions
|
|
@ -347,9 +347,9 @@ Game_Interpreter.prototype.Adv_SelDataView = function (_WorkData, _訓練Flg) {
|
|||
} else {
|
||||
_お金 = "Pay: " + _お金 + " Borda ";
|
||||
}
|
||||
let _お金Txt = " " + _お金 + " ";
|
||||
let _お金Txt = " " + _お金 + " ";
|
||||
_成功Txt += _お金Txt;
|
||||
this.SetPicStr(PN_tJhTxt + 1, SCol.Blk0 + _成功Txt, 25, 570, 524);
|
||||
this.SetPicStr(PN_tJhTxt + 1, SCol.Blk0 + _成功Txt, 25, 600, 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