Actor tween cleanup

Actor scipting with Command()
modularizing menu widgets into "ModeSelector"s
move animations into metrics
This commit is contained in:
Chris Danford
2003-03-02 01:43:33 +00:00
parent 0b9448cf66
commit a696414cac
62 changed files with 1768 additions and 1272 deletions
+2 -2
View File
@@ -87,12 +87,12 @@ ScreenSelectCourse::ScreenSelectCourse()
m_textNumSongs.LoadFromFont( THEME->GetPathTo("Fonts","select course num songs") );
m_textNumSongs.SetXY( STAGES_X, STAGES_Y );
m_textNumSongs.TurnShadowOff();
m_textNumSongs.EnableShadow( false );
this->AddChild( &m_textNumSongs );
m_textTime.LoadFromFont( THEME->GetPathTo("Fonts","select course total time") );
m_textTime.SetXY( TIME_X, TIME_Y );
m_textTime.TurnShadowOff();
m_textTime.EnableShadow( false );
this->AddChild( &m_textTime );
m_CourseContentsFrame.SetXY( CONTENTS_X, CONTENTS_Y );