Merge pull request #102 from Peter0x44/loading_tip_typo

This commit is contained in:
cypress 2025-01-01 19:51:00 -05:00 committed by GitHub
commit d1f0fbaedc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ string UserMapNameLookup(string bsp_name);
string loading_tips[] =
{
"Now with Font Kerning.",
"Quick Revive will ressurect you in Solo.",
"Quick Revive will resurrect you in Solo.",
"Use Quick Revive to revive faster in Co-Op!",
"Jugger-Nog increases your health.",
"Speed Cola increases Reload speed.",
@ -123,4 +123,4 @@ void(vector screensize, float opaque) m_drawloading =
// Loading Tip
Draw_String([screensize_x/2 - getTextWidth(loading_tip, MENU_TEXT_SMALL_x)/2, screensize_y - 25], loading_tip, MENU_TEXT_SMALL, [1, 1, 1], 1, 0);
};
};