Made "credits" a separate font.

This commit is contained in:
Chris Danford
2002-09-15 23:04:44 +00:00
parent 48866756f3
commit a90c4e4ff5
+1 -1
View File
@@ -60,7 +60,7 @@ ScreenManager::ScreenManager()
for( int p=0; p<NUM_PLAYERS; p++ )
{
m_textCreditInfo[p].LoadFromFont( THEME->GetPathTo("Fonts","normal") );
m_textCreditInfo[p].LoadFromFont( THEME->GetPathTo("Fonts","credits") );
m_textCreditInfo[p].SetXY( CREDITS_X(p), CREDITS_Y(p) );
m_textCreditInfo[p].SetZoom( 0.5f );
m_textCreditInfo[p].SetDiffuse( D3DXCOLOR(1,1,1,1) );