Adjust font for details to avoid clipping
This commit is contained in:
parent
3cb4f031c2
commit
6aa0c5986a
2 changed files with 2 additions and 2 deletions
|
|
@ -139,7 +139,7 @@
|
||||||
"Passive",
|
"Passive",
|
||||||
"None"
|
"None"
|
||||||
],
|
],
|
||||||
"gameTitle": "The End of Alter Egoism ver1.02 | TL: DazedAnon & O&M",
|
"gameTitle": "The End of Alter Egoism ver1.02 | TL: DazedAnon, Sinflower, & O&M",
|
||||||
"gameoverMe": {
|
"gameoverMe": {
|
||||||
"name": "Gameover1",
|
"name": "Gameover1",
|
||||||
"pan": 0,
|
"pan": 0,
|
||||||
|
|
|
||||||
|
|
@ -845,7 +845,7 @@ function Scene_eroStatus() {
|
||||||
this.drawTextM("Location", sX, sY + lineY * 3, 400);
|
this.drawTextM("Location", sX, sY + lineY * 3, 400);
|
||||||
|
|
||||||
this.resetTextColor();
|
this.resetTextColor();
|
||||||
this.contents.fontSize = 17;
|
this.contents.fontSize = 15;
|
||||||
|
|
||||||
var ary = $gameVariables.value(143) || [];
|
var ary = $gameVariables.value(143) || [];
|
||||||
var ary2 = ary.filter((e) => CBR_eroRireki[e.id].actor == actor.name()) || [];
|
var ary2 = ary.filter((e) => CBR_eroRireki[e.id].actor == actor.name()) || [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue