Lowered the default scrolling speed of the credits screen 20%, since I thought it was too fast.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1399 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2008-01-16 03:38:10 +00:00
parent 0babed2c7e
commit 93c766796f

View File

@ -77,7 +77,7 @@ CreditsMenu::CreditsMenu()
//FIXME: maybe I should make scroll names more consistent //FIXME: maybe I should make scroll names more consistent
widget_manager->enableWgtScroll( WTOK_CREDITS ); widget_manager->enableWgtScroll( WTOK_CREDITS );
widget_manager->setWgtYScrollPos( WTOK_CREDITS, WGT_SCROLL_START_BOTTOM ); widget_manager->setWgtYScrollPos( WTOK_CREDITS, WGT_SCROLL_START_BOTTOM );
widget_manager->setWgtYScrollSpeed( WTOK_CREDITS, -100 ); widget_manager->setWgtYScrollSpeed( WTOK_CREDITS, -80 );
widget_manager->breakLine(); widget_manager->breakLine();
widget_manager->addWgt( WTOK_QUIT, 40, 7); widget_manager->addWgt( WTOK_QUIT, 40, 7);