temporarily add stage graphic. Move this and the life frame out into the overlay?

This commit is contained in:
Chris Danford
2008-03-11 10:00:31 +00:00
parent 6af9a96387
commit dafd1ae754
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -500,6 +500,11 @@ void ScreenGameplay::Init()
LOAD_ALL_COMMANDS_AND_SET_XY( m_sprLifeFrame );
this->AddChild( m_sprLifeFrame );
m_sprStageFrame.Load( THEME->GetPathG(m_sName,bBattery?"oni stage frame":"stage frame") );
m_sprStageFrame->SetName( "StageFrame" );
LOAD_ALL_COMMANDS_AND_SET_XY( m_sprStageFrame );
this->AddChild( m_sprStageFrame );
//
// Add combined life meter
//