readjusted some of the values for simplemenu, deckmenu still requires "princess fingertips", but the others have their spacing back and font size back.

This commit is contained in:
omegablast2002@yahoo.com
2012-03-20 16:27:14 +00:00
parent 3c0620422e
commit 18c0868d88
7 changed files with 27 additions and 12 deletions

View File

@@ -118,6 +118,7 @@ void DeckMenuItem::RenderWithOffset(float yOffset)
if (quad) JRenderer::GetInstance()->RenderQuad(quad.get(), x , mY + yOffset + quad->mHeight/2, 0.5);
}
}
mFont->SetScale(SCALE_NORMAL);
}
void DeckMenuItem::Render()