add name to Actor

This commit is contained in:
Chris Danford
2003-04-12 06:16:12 +00:00
parent ca1b94a043
commit e148806d1b
91 changed files with 555 additions and 786 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ const CString CREDIT_LINES[] =
const unsigned NUM_CREDIT_LINES = sizeof(CREDIT_LINES) / sizeof(CString);
ScreenMusicScroll::ScreenMusicScroll()
ScreenMusicScroll::ScreenMusicScroll() : Screen("ScreenMusicScroll")
{
LOG->Trace( "ScreenMusicScroll::ScreenMusicScroll()" );
@@ -79,7 +79,7 @@ ScreenMusicScroll::ScreenMusicScroll()
m_textLines[i].SetXY( CENTER_X, SCREEN_BOTTOM + 40 );
m_textLines[i].BeginTweening( SCROLL_DELAY * i );
m_textLines[i].BeginTweening( 2.0f*SCROLL_SPEED );
m_textLines[i].SetTweenXY( CENTER_X, SCREEN_TOP - 40 );
m_textLines[i].SetXY( CENTER_X, SCREEN_TOP - 40 );
}
this->PostScreenMessage( SM_BeginFadingOut, 0.2f * i + 3.0f );