Erwan - Actually put the menu selected item in yellow. I still think this is not enough in terms of user-friendliness. I liked the zoom :/

This commit is contained in:
wagic.the.homebrew
2009-01-04 09:46:04 +00:00
parent 02a245a93a
commit f95878cd01

View File

@@ -19,7 +19,7 @@ SimpleMenuItem::SimpleMenuItem(SimpleMenu* _parent, int id, JLBFont *font, const
void SimpleMenuItem::RenderWithOffset(float yOffset)
{
// mFont->SetScale(mScale);
mFont->SetColor(ARGB(255,255,255,255));
//mFont->SetColor(ARGB(255,255,255,255));
mFont->DrawString(mText.c_str(), mX, mY + yOffset, JGETEXT_CENTER);
// mFont->SetScale(1.0f);
}