Menu: Move version info down so it doesn't hide some images in certain menus.

This commit is contained in:
Marco Cawthorne 2020-07-25 00:50:51 +02:00
parent e82cc69671
commit 9d58f78548

View file

@ -180,10 +180,10 @@ m_draw(vector screensize)
const string ver = "Nuclide (build " __DATE__ ")";
drawfont = font_label;
WLabel_Static(640 - 16 - stringwidth(ver, TRUE, [12,12]),
8,
WLabel_Static(640 - 16 - stringwidth(ver, TRUE, [10,10]),
466,
ver,
12, 12,
10, 10,
[0.75,0.75,0.75],
0.25f, 0, font_label_b);