rename element
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
ScreenSelectMusicEz2 difficultyratingicon
|
||||||
@@ -14,7 +14,7 @@ DifficultyRating::DifficultyRating()
|
|||||||
for(int i=0; i<iMaxElements; i++)
|
for(int i=0; i<iMaxElements; i++)
|
||||||
{
|
{
|
||||||
Sprite* pNewSprite = new Sprite;
|
Sprite* pNewSprite = new Sprite;
|
||||||
pNewSprite->Load( THEME->GetPathToG("Select Music DifficultyRatingIcon") );
|
pNewSprite->Load( THEME->GetPathG("DifficultyRating","icon") );
|
||||||
m_apSprites.push_back( pNewSprite );
|
m_apSprites.push_back( pNewSprite );
|
||||||
m_apSprites[i]->SetDiffuse( RageColor(1,1,1,0) );
|
m_apSprites[i]->SetDiffuse( RageColor(1,1,1,0) );
|
||||||
// this->AddChild(m_apSprites[i]);
|
// this->AddChild(m_apSprites[i]);
|
||||||
|
|||||||
Reference in New Issue
Block a user