mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Shitty temp emeralds hud
This commit is contained in:
parent
7bff7931ed
commit
56dc08ed88
1 changed files with 5 additions and 0 deletions
|
|
@ -4115,4 +4115,9 @@ void K_drawKartHUD(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
K_DrawWaypointDebugger();
|
K_DrawWaypointDebugger();
|
||||||
|
|
||||||
|
if (gametype == GT_BATTLE)
|
||||||
|
{
|
||||||
|
V_DrawString(8, 8, V_SPLITSCREEN|V_SNAPTOTOP|V_SNAPTOLEFT, va("Emeralds: %d / 7", K_NumEmeralds(stplyr)));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue