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
+6 -3
View File
@@ -22,7 +22,10 @@ ScreenSandbox::ScreenSandbox()
{
m_spr.Load( THEME->GetPathTo("Graphics","title menu logo game 0") );
m_spr.SetXY( CENTER_X, CENTER_Y );
this->AddSubActor( &m_spr );
m_spr.SetZoomY( 0 );
m_spr.BeginTweening( 0.5f );
m_spr.SetTweenZoomY( 1 );
this->AddChild( &m_spr );
// m_Menu.Load(
// THEME->GetPathTo(GRAPHIC_SELECT_STYLE_BACKGROUND),
@@ -30,10 +33,10 @@ ScreenSandbox::ScreenSandbox()
// ssprintf("Use %c %c to select, then press START", char(1), char(2) ),
// false, true, 40
// );
// this->AddSubActor( &m_Menu );
// this->AddChild( &m_Menu );
// m_Menu.TweenOnScreenFromBlack( SM_None );
//this->AddSubActor( &m_spr );
//this->AddChild( &m_spr );
}