Adjusted the layout to allow the author text to use
two lines, which was needed for sandtrack and lighthouse. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1520 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
10e06a92ae
commit
533e313a87
@ -2,7 +2,8 @@
|
||||
|
||||
(tuxkart-track
|
||||
(name "Around the Lighthouse")
|
||||
(description "Created by Ingo Ruhnke")
|
||||
(description "Created by Ingo Ruhnke,
|
||||
modified by M. Gagnon")
|
||||
(music "oggs/tk2.ogg")
|
||||
(screenshot "sshot-lighthouse.rgb")
|
||||
(topview "topview-lighthouse.rgb")
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
(tuxkart-track
|
||||
(name "Shifting Sands")
|
||||
(description "Created by Oliver & Steve Baker, modified by M. Gagnon")
|
||||
(description "Created by Oliver & Steve Baker,
|
||||
modified by M. Gagnon")
|
||||
(music "oggs/desert_dunes.ogg" "oggs/tk7.ogg")
|
||||
(screenshot "sshot-sandtrack.rgb")
|
||||
(topview "topview-sandtrack.rgb")
|
||||
|
@ -89,7 +89,7 @@ TrackSel::TrackSel()
|
||||
widget_manager->hideWgtText(WTOK_IMG1);
|
||||
widget_manager->breakLine();
|
||||
|
||||
widget_manager->addWgt( WTOK_AUTHOR, 80, 7 );
|
||||
widget_manager->addWgt( WTOK_AUTHOR, 80, 9 );
|
||||
widget_manager->setWgtText( WTOK_AUTHOR, "No track selected" );
|
||||
widget_manager->setWgtTextSize( WTOK_AUTHOR, WGT_FNT_MED );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user