Changed the red background of the start race button to gray, and gave it a blue border.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1886 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2008-05-14 00:16:45 +00:00
parent 85286f37f3
commit 5178e5a2a7

View File

@ -127,7 +127,9 @@ RaceOptions::RaceOptions() :
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 1, 10);
widget_manager->addTextButtonWgt( WTOK_START, 60, 7, _("Start race") );
widget_manager->setWgtColor( WTOK_START, WGT_TRANS_RED );
widget_manager->setWgtBorderPercentage( WTOK_START, 20 );
widget_manager->setWgtBorderColor( WTOK_START, WGT_TRANS_BLUE );
widget_manager->showWgtBorder( WTOK_START );
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 1, 10);