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
+1 -1
View File
@@ -25,7 +25,7 @@ ScoreDisplayOni::ScoreDisplayOni()
// init the text
m_text.LoadFromNumbers( THEME->GetPathTo("Numbers","gameplay score numbers") );
m_text.TurnShadowOff();
m_text.EnableShadow( false );
this->AddChild( &m_text );
}