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
//
+1
View File
@@ -202,6 +202,7 @@ protected:
Transition m_NextSong; // shows between songs in a course
AutoActor m_sprLifeFrame;
AutoActor m_sprStageFrame;
CombinedLifeMeter* m_pCombinedLifeMeter;
BitmapText m_textSongOptions;