BeginnerHelper BG positioning corrected

This commit is contained in:
Kevin Slaughter
2005-06-13 06:48:42 +00:00
parent aeda0c6449
commit 3445dd23bf
+2 -2
View File
@@ -142,9 +142,9 @@ bool BeginnerHelper::Initialize( int iDancePadType )
{
m_sBackground.Load( THEME->GetPathG("BeginnerHelper","background") );
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.SetXY(SCREEN_CENTER_X, SCREEN_CENTER_Y);
m_sFlash.SetXY(0,0);
m_sFlash.SetDiffuseAlpha(0);
}