modified font size of text in menus.
Adjusted the spacing between menu items on all menus. They were a little too far apart once I modified the font size. fixed Hollowhenge Spirit
This commit is contained in:
@@ -209,7 +209,7 @@ string GameStateShop::descPurchase(int controlId, bool tiny)
|
||||
void GameStateShop::beginPurchase(int controlId)
|
||||
{
|
||||
WFont * mFont = WResourceManager::Instance()->GetWFont(Fonts::MENU_FONT);
|
||||
mFont->SetScale(DEFAULT_MENU_FONT_SCALE);
|
||||
mFont->SetScale(SCALE_NORMAL);
|
||||
SAFE_DELETE(menu);
|
||||
if (mInventory[controlId] <= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user