From 6aa0c5986aecf3844e91c4dc984ada029507c3e0 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Sat, 8 Nov 2025 09:25:25 -0600 Subject: [PATCH] Adjust font for details to avoid clipping --- data/System.json | 2 +- js/plugins/CBR_eroStatus_main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/System.json b/data/System.json index 87411c1..7492579 100644 --- a/data/System.json +++ b/data/System.json @@ -139,7 +139,7 @@ "Passive", "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": { "name": "Gameover1", "pan": 0, diff --git a/js/plugins/CBR_eroStatus_main.js b/js/plugins/CBR_eroStatus_main.js index ef2cb2f..1cdea9d 100644 --- a/js/plugins/CBR_eroStatus_main.js +++ b/js/plugins/CBR_eroStatus_main.js @@ -845,7 +845,7 @@ function Scene_eroStatus() { this.drawTextM("Location", sX, sY + lineY * 3, 400); this.resetTextColor(); - this.contents.fontSize = 17; + this.contents.fontSize = 15; var ary = $gameVariables.value(143) || []; var ary2 = ary.filter((e) => CBR_eroRireki[e.id].actor == actor.name()) || [];