no message

This commit is contained in:
Chris Danford
2002-06-24 22:04:31 +00:00
parent f1e3334757
commit c2d9b195cc
60 changed files with 1821 additions and 654 deletions
+4 -4
View File
@@ -68,8 +68,8 @@ bool TextBanner::LoadFromSong( Song* pSong )
}
else
{
fTitleZoom = 0.8f;
fSubTitleZoom = 0.6f;
fTitleZoom = 1.0f;
fSubTitleZoom = 0.5f;
fArtistZoom = 0.6f;
}
@@ -94,9 +94,9 @@ bool TextBanner::LoadFromSong( Song* pSong )
if( sSubTitle == "" )
{
m_textTitle.SetY( -7 );
m_textTitle.SetY( -8 );
m_textSubTitle.SetY( 0 );
m_textArtist.SetY( 9 );
m_textArtist.SetY( 8 );
}
else
{