From 52aee7551fdbcd161334ef8dc108ab9abfc2d461 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 21 Oct 2008 23:21:15 +0000 Subject: [PATCH] split out ScreenOptionsServiceSelectionList --- stepmania/Themes/default/metrics.ini | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index e5a887e203..75bf8122c1 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -3465,18 +3465,24 @@ FrameLoseFocusCommand=diffuse,1,1,1,1;stopeffect Fallback="OptionRowSimple" ItemOnCommand=visible,false -[ScreenOptionsService] -Class="ScreenOptionsMaster" +[ScreenOptionsServiceSelectionList] Fallback="ScreenOptionsSimple" LightsMode="LightsMode_MenuStartAndDirections" -; This NextScreen is only used for the "exit" choice. -NextScreen=ScreenTitleBranch() -PrevScreen=ScreenTitleBranch() TimerOnCommand=visible,false ShowStyleIcon=false TimerSeconds=-1 AllowOperatorMenuButton=false HelpText=ScreenString("HelpTextOptionsSimpleAndBack") +; This NextScreen is only used for the "exit" choice. +NextScreen="ScreenOptionsService" +PrevScreen="ScreenOptionsService" + +[ScreenOptionsService] +Class="ScreenOptionsMaster" +Fallback="ScreenOptionsServiceSelectionList" +; This NextScreen is only used for the "exit" choice. +NextScreen=ScreenTitleBranch() +PrevScreen=ScreenTitleBranch() LineNames="1,2,3,4,5,6,7,8" Line1="gamecommand;screen,ScreenMapControllers;name,Key Joy Mappings" Line2="gamecommand;screen,ScreenTestInput;name,Test Input"