This commit is contained in:
Glenn Maynard
2003-02-04 20:30:29 +00:00
parent 55becec35c
commit 0702e3515f
+1 -1
View File
@@ -39,7 +39,7 @@ ScreenLogo::ScreenLogo() : ScreenAttract("ScreenLogo","logo")
this->AddChild( &m_sprLogo );
m_textVersion.LoadFromFont( THEME->GetPathTo("Fonts","normal") );
m_textVersion.SetText( "v3.0 final" );
m_textVersion.SetText( "CVS" );
m_textVersion.SetDiffuse( RageColor(0.6f,0.6f,0.6f,1) ); // light gray
m_textVersion.SetXY( VERSION_X, VERSION_Y );
m_textVersion.SetZoom( 0.5f );