Adjusted fast travel location and destination text to fit

This commit is contained in:
Sinflower 2025-11-08 00:35:42 +01:00
parent 1738054a17
commit accbcecdd0

View file

@ -556,8 +556,8 @@ $gamePlayer.reserveTransfer(
} }
this.contents.fontSize = 20; this.contents.fontSize = 20;
this.drawTextM("Current Location", 46, 398, 100, "left"); this.drawTextM("Current", 30, 398, 100, "left");
this.drawTextM("Destination", 46, 429, 100, "left"); this.drawTextM("Destination", 30, 429, 100, "left");
this.changeTextColor("#FFFFFF"); this.changeTextColor("#FFFFFF");
this.drawTextS($dataMapInfos[$gameMap.mapId()].name, 148, 398, 200, "left"); this.drawTextS($dataMapInfos[$gameMap.mapId()].name, 148, 398, 200, "left");