roulette in metrics, not code

This commit is contained in:
Chris Danford
2007-02-18 09:20:44 +00:00
parent dc56558137
commit adc293946c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1963,7 +1963,7 @@ SectionY=0
SectionOnCommand=zoom,1.0;maxwidth,200
RouletteX=-30
RouletteY=0
RouletteOnCommand=Zoom,1.0
RouletteOnCommand=Zoom,1.0;rainbow,true
CourseNameX=-120
CourseNameY=0
CourseNameOnCommand=shadowlength,0;zoom,1.3;horizAlign,left;maxwidth,200
-1
View File
@@ -75,7 +75,6 @@ MusicWheelItem::MusicWheelItem( RString sType ):
m_textRoulette.LoadFromFont( THEME->GetPathF(sType,"roulette") );
ActorUtil::SetXY( m_textRoulette, "MusicWheelItem" );
m_textRoulette.SetShadowLength( 0 );
m_textRoulette.SetRainbow( true );
m_textRoulette.PlayCommand( "On" );
this->AddChild( &m_textRoulette );