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

@@ -492,7 +492,7 @@ void GameStateShop::Update(float dt)
menu->Add(14, "Check task board");
if (options[Options::CHEATMODE].number)
menu->Add(-2, "Steal 1,000 credits");
menu->Add(12, "Save & Back to Main Menu");
menu->Add(12, "Save And Exit");
menu->Add(kCancelMenuID, "Cancel");
}
break;
@@ -519,7 +519,7 @@ void GameStateShop::Update(float dt)
{
menu = NEW SimpleMenu(JGE::GetInstance(), 11, this, Fonts::MENU_FONT, SCREEN_WIDTH / 2 - 100, 20);
menu->Add(15, "Return to shop");
menu->Add(12, "Save & Back to Main Menu");
menu->Add(12, "Save And Exit");
menu->Add(kCancelMenuID, "Cancel");
}
}