mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 21:20:54 +00:00
background https://cdn.discordapp.com/attachments/293238104096112641/310476917218344970/srb20012.png
This commit is contained in:
parent
de46e72545
commit
da239d36e8
1 changed files with 4 additions and 2 deletions
|
@ -4630,6 +4630,8 @@ static void M_DrawAddons(void)
|
|||
|
||||
M_DrawLevelPlatterHeader(y - 16, M_AddonsHeaderPath(), true);
|
||||
|
||||
V_DrawFill(x - 21, y - 1, MAXSTRINGLENGTH*8+6, (BASEVIDHEIGHT - currentMenu->y + 1) - (y - 1), 159);
|
||||
|
||||
// get bottom...
|
||||
max = dir_on[menudepthleft] + numaddonsshown + 1;
|
||||
if (max > (ssize_t)sizedirmenu)
|
||||
|
@ -4684,8 +4686,8 @@ static void M_DrawAddons(void)
|
|||
|
||||
y = BASEVIDHEIGHT - currentMenu->y;
|
||||
|
||||
V_DrawSmallScaledPatch(x-(26 + 16), y + 4, 0, addonsp[NUM_EXT+3]);
|
||||
M_DrawTextBox(x - 26, y, MAXSTRINGLENGTH, 1);
|
||||
V_DrawSmallScaledPatch(x-(21 + 5 + 16), y + 4, 0, addonsp[NUM_EXT+3]);
|
||||
M_DrawTextBox(x - (21 + 5), y, MAXSTRINGLENGTH, 1);
|
||||
if (menusearch[0])
|
||||
V_DrawString(x - 18, y + 8, V_ALLOWLOWERCASE, menusearch+1);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue