Sinflower: Fix location for menus
This commit is contained in:
parent
0838faac7f
commit
8234179973
2 changed files with 2 additions and 2 deletions
|
|
@ -231,7 +231,7 @@ DataManager._databaseFiles.push({ name: "CBR_eroRireki", src: "CBR_h_event_data.
|
|||
this.changeTextColor("#000000");
|
||||
this.drawTextS("Partner", sX, sY, 200);
|
||||
this.drawTextS("Race", sX + lineX, sY, 200);
|
||||
this.drawTextS("Location", sX + lineX * 2, sY, 200);
|
||||
this.drawTextS("Location", sX + lineX * 2 - 10, sY, 200);
|
||||
this.drawTextS("Details", sX, sY + lineY - 4, 200);
|
||||
|
||||
this.resetTextColor();
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@ DataManager._databaseFiles.push({ name: "CBR_eroRireki", src: "CBR_h_event_data.
|
|||
this.changeTextColor("#000000");
|
||||
this.drawTextS("Partner", sX, sY, 200);
|
||||
this.drawTextS("Race", sX + lineX, sY, 200);
|
||||
this.drawTextS("Location", sX + lineX * 2, sY, 200);
|
||||
this.drawTextS("Location", sX + lineX * 2 - 10, sY, 200);
|
||||
this.drawTextS("Details", sX, sY + lineY - 4, 200);
|
||||
|
||||
this.resetTextColor();
|
||||
|
|
|
|||
Loading…
Reference in a new issue