half-finished codes, options icons, and two new modifiers.

This commit is contained in:
Chris Danford
2002-09-02 21:59:58 +00:00
parent d7e6f59b3b
commit 7d4cf73000
87 changed files with 1313 additions and 1109 deletions
+3 -3
View File
@@ -33,13 +33,13 @@ ScreenCaution::ScreenCaution()
m_sprCaution.Load( THEME->GetPathTo("Graphics","caution") );
m_sprCaution.StretchTo( CRect(SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM) );
this->AddSubActor( &m_sprCaution );
this->AddChild( &m_sprCaution );
m_Wipe.OpenWipingRight( SM_DoneOpening );
this->AddSubActor( &m_Wipe );
this->AddChild( &m_Wipe );
m_FadeWipe.SetOpened();
this->AddSubActor( &m_FadeWipe );
this->AddChild( &m_FadeWipe );
this->SendScreenMessage( SM_StartClosing, 3 );