mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Adjust y offset for challenge description
This commit is contained in:
parent
5bb149c47a
commit
2a35f7d197
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue