Adjust y offset for challenge description

This commit is contained in:
toaster 2022-12-13 22:20:24 +00:00
parent 5bb149c47a
commit 2a35f7d197

View file

@ -4884,6 +4884,6 @@ challengedesc:
// Conditions for unlock // Conditions for unlock
if (challengesmenu.unlockcondition != NULL) if (challengesmenu.unlockcondition != NULL)
{ {
V_DrawCenteredString(BASEVIDWIDTH/2, 120 + 40, V_ALLOWLOWERCASE, challengesmenu.unlockcondition); V_DrawCenteredString(BASEVIDWIDTH/2, 120 + 32, V_ALLOWLOWERCASE, challengesmenu.unlockcondition);
} }
} }