improved credits menu

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2643 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2008-12-12 19:45:58 +00:00
parent df8354a9b5
commit b30fa50775

View File

@@ -68,9 +68,13 @@ CreditsMenu::CreditsMenu()
//FIXME: maybe I should make scroll names more consistent
widget_manager->enableWgtScroll( WTOK_CREDITS );
widget_manager->setWgtYScrollPos( WTOK_CREDITS, WGT_SCROLL_START_BOTTOM );
widget_manager->setWgtCornerRadius( WTOK_CREDITS, 1);
widget_manager->showWgtBorder( WTOK_CREDITS );
widget_manager->setWgtBorderColor( WTOK_CREDITS, WGT_TRANS_GREEN );
widget_manager->setWgtBorderPercentage( WTOK_CREDITS, 2);
widget_manager->setWgtYScrollSpeed( WTOK_CREDITS, -80 );
widget_manager->breakLine();
widget_manager->addTextButtonWgt( WTOK_QUIT, 40, 7,
_("Go back to the main menu"));