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:
parent
0babed2c7e
commit
93c766796f
@ -77,7 +77,7 @@ 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->setWgtYScrollSpeed( WTOK_CREDITS, -100 );
|
||||
widget_manager->setWgtYScrollSpeed( WTOK_CREDITS, -80 );
|
||||
widget_manager->breakLine();
|
||||
|
||||
widget_manager->addWgt( WTOK_QUIT, 40, 7);
|
||||
|
Loading…
Reference in New Issue
Block a user