BeginnerHelper BG positioning corrected
This commit is contained in:
@@ -142,9 +142,9 @@ bool BeginnerHelper::Initialize( int iDancePadType )
|
|||||||
{
|
{
|
||||||
m_sBackground.Load( THEME->GetPathG("BeginnerHelper","background") );
|
m_sBackground.Load( THEME->GetPathG("BeginnerHelper","background") );
|
||||||
this->AddChild(&m_sBackground);
|
this->AddChild(&m_sBackground);
|
||||||
m_sBackground.SetXY(SCREEN_CENTER_X, SCREEN_CENTER_Y);
|
m_sBackground.SetXY(1,1);
|
||||||
m_sFlash.Load(THEME->GetPathG("BeginnerHelper","flash"));
|
m_sFlash.Load(THEME->GetPathG("BeginnerHelper","flash"));
|
||||||
m_sFlash.SetXY(SCREEN_CENTER_X, SCREEN_CENTER_Y);
|
m_sFlash.SetXY(0,0);
|
||||||
m_sFlash.SetDiffuseAlpha(0);
|
m_sFlash.SetDiffuseAlpha(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user