[Change] Ensure version message doesn't get overlapped in small
resolutions.
This commit is contained in:
parent
e95f878f7c
commit
23ec93cad4
@ -106,7 +106,7 @@ void menu_main(void) {
|
|||||||
(void(*)(double, double, double, double))nebu_render, NULL);
|
(void(*)(double, double, double, double))nebu_render, NULL);
|
||||||
|
|
||||||
window_addImage(bwid, (SCREEN_W-tex->sw)/2., -1, "imgLogo", tex, 0);
|
window_addImage(bwid, (SCREEN_W-tex->sw)/2., -1, "imgLogo", tex, 0);
|
||||||
window_addText(bwid, 0., 50., SCREEN_W, 30., 1, "txtBG", NULL,
|
window_addText(bwid, 0., 20., SCREEN_W, 30., 1, "txtBG", NULL,
|
||||||
&cWhite, lephisto_version());
|
&cWhite, lephisto_version());
|
||||||
|
|
||||||
/* Create menu window. */
|
/* Create menu window. */
|
||||||
|
Loading…
Reference in New Issue
Block a user