add metric SSMaster::LoopScroller

This commit is contained in:
Chris Danford
2005-07-26 19:55:00 +00:00
parent d1ff152ee2
commit dda9f61179
7 changed files with 18 additions and 5 deletions
+3
View File
@@ -179,6 +179,7 @@ ScreenCredits::ScreenCredits( CString sName ) : ScreenAttract( sName )
4,
false,
sBackgroundsTransformFunction,
false,
false );
SET_XY( m_ScrollerBackgrounds );
this->AddChild( &m_ScrollerBackgrounds );
@@ -189,6 +190,7 @@ ScreenCredits::ScreenCredits( CString sName ) : ScreenAttract( sName )
4,
false,
sBackgroundsTransformFunction,
false,
false );
SET_XY( m_ScrollerFrames );
this->AddChild( &m_ScrollerFrames );
@@ -239,6 +241,7 @@ ScreenCredits::ScreenCredits( CString sName ) : ScreenAttract( sName )
40,
false,
sTextsTransformFunction,
false,
false );
SET_XY( m_ScrollerTexts );
this->AddChild( &m_ScrollerTexts );