diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index 9796fa8e30..8c25dc5608 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -3749,4 +3749,30 @@ AllowAdvancedModifiers=false AllowStyleTypes="TwoPlayersTwoSides" MinSecondsToStep=0 -MinSecondsToMusic=0 \ No newline at end of file +MinSecondsToMusic=0 + +[ScreenJukeboxMenu] +Class="ScreenOptionsMaster" +Fallback="ScreenPlayerOptions" +NextScreen="ScreenJukebox" +PrevScreen="ScreenTitleMenu" +TimerSeconds=-1 +ShowStyleIcon=false + +InputMode="together" +ForceAllPlayers=true + +LineNames="1,2,3,4" +Line1="list,Styles" +Line2="list,Groups" +Line3="list,Difficulties" +Line4="lua,OptionsRandomJukebox()" + +[ScreenJukebox] +Class="ScreenJukebox" +Fallback="ScreenGameplay" +NextScreen="ScreenJukebox" +StartScreen="ScreenTitleMenu" +LightsMode="LightsMode_Demonstration" +ShowCourseModifiersProbability=0 +AllowAdvancedModifiers=true \ No newline at end of file