add ability to customize PlayerOptions and SongOptions screens in editor

This commit is contained in:
Chris Danford
2005-03-31 19:03:20 +00:00
parent 47300d65c2
commit a50beea26a
2 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -4224,7 +4224,13 @@ InfoOnCommand=horizalign,left;vertalign,top;zoom,0.5;shadowlength,0
PlayRecordHelpX=SCREEN_LEFT+20 PlayRecordHelpX=SCREEN_LEFT+20
PlayRecordHelpY=SCREEN_BOTTOM-20 PlayRecordHelpY=SCREEN_BOTTOM-20
PlayRecordHelpOnCommand=horizalign,left;vertalign,top;zoom,0.5;shadowlength,0 PlayRecordHelpOnCommand=horizalign,left;vertalign,top;zoom,0.5;shadowlength,0
[ScreenPlayerOptionsEdit]
Fallback=ScreenPlayerOptions
[ScreenSongOptionsEdit]
Fallback=ScreenSongOptions
[CatalogXml] [CatalogXml]
ShowPlayModeRegular=1 ShowPlayModeRegular=1
ShowPlayModeNonstop=1 ShowPlayModeNonstop=1
+2 -2
View File
@@ -1835,10 +1835,10 @@ void ScreenEdit::HandleMainMenuChoice( MainMenuChoice c, const vector<int> &iAns
PROMPT_YES_NO, ANSWER_NO ); PROMPT_YES_NO, ANSWER_NO );
break; break;
case player_options: case player_options:
SCREENMAN->AddNewScreenToTop( "ScreenPlayerOptions" ); SCREENMAN->AddNewScreenToTop( "ScreenPlayerOptionsEdit" );
break; break;
case song_options: case song_options:
SCREENMAN->AddNewScreenToTop( "ScreenSongOptions" ); SCREENMAN->AddNewScreenToTop( "ScreenSongOptionsEdit" );
break; break;
case edit_song_info: case edit_song_info:
{ {