From accbcecdd0a9a74be68e6787918c452fbecdf380 Mon Sep 17 00:00:00 2001 From: Sinflower Date: Sat, 8 Nov 2025 00:35:42 +0100 Subject: [PATCH] Adjusted fast travel location and destination text to fit --- js/plugins/CBR_travel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/plugins/CBR_travel.js b/js/plugins/CBR_travel.js index 8655e65..c2562b0 100644 --- a/js/plugins/CBR_travel.js +++ b/js/plugins/CBR_travel.js @@ -556,8 +556,8 @@ $gamePlayer.reserveTransfer( } this.contents.fontSize = 20; - this.drawTextM("Current Location", 46, 398, 100, "left"); - this.drawTextM("Destination", 46, 429, 100, "left"); + this.drawTextM("Current", 30, 398, 100, "left"); + this.drawTextM("Destination", 30, 429, 100, "left"); this.changeTextColor("#FFFFFF"); this.drawTextS($dataMapInfos[$gameMap.mapId()].name, 148, 398, 200, "left");