Adjusted fast travel location and destination text to fit
This commit is contained in:
parent
1738054a17
commit
accbcecdd0
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue