Shitty temp emeralds hud

This commit is contained in:
Sally Coolatta 2020-11-02 01:09:38 -05:00
parent 7bff7931ed
commit 56dc08ed88

View file

@ -4115,4 +4115,9 @@ void K_drawKartHUD(void)
}
K_DrawWaypointDebugger();
if (gametype == GT_BATTLE)
{
V_DrawString(8, 8, V_SPLITSCREEN|V_SNAPTOTOP|V_SNAPTOLEFT, va("Emeralds: %d / 7", K_NumEmeralds(stplyr)));
}
}