Browse Source

fix pause font and centering (#2063)

pull/2065/head
qndel 5 years ago committed by GitHub
parent
commit
4d4eadf233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/gmenu.cpp

2
Source/gmenu.cpp

@ -39,7 +39,7 @@ void gmenu_draw_pause(const CelOutputBuffer &out)
RedBack(out);
if (sgpCurrentMenu == nullptr) {
light_table_index = 0;
DrawString(out, _("Pause"), { PANEL_LEFT + 252, 176, 0, 0 }, UIS_MED, 2);
DrawString(out, _("Pause"), { PANEL_LEFT + 252, PANEL_TOP / 2, 0, 0 }, UIS_HUGE, 2);
}
}

Loading…
Cancel
Save