From c5e924910c771afc6f4d4aa864f3a5eecbd7b3e3 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 26 Sep 2011 18:40:24 -0500 Subject: [PATCH] Position song progress meter just above the arrows if solo singles and/or doubles. Fixes issue 416. --- Themes/default/metrics.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Themes/default/metrics.ini b/Themes/default/metrics.ini index af51f03316..821bab0f84 100644 --- a/Themes/default/metrics.ini +++ b/Themes/default/metrics.ini @@ -1324,14 +1324,14 @@ SongTitleY=SCREEN_TOP+50 SongTitleOnCommand=draworder,55;shadowlength,1;basezoom,0.5;zoomy,0;sleep,1.5+0.5;smooth,0.5;zoom,1;y,SCREEN_TOP+50 SongTitleOffCommand= # -SongMeterDisplayP1X=SCREEN_LEFT+16 -SongMeterDisplayP1Y=SCREEN_CENTER_Y -SongMeterDisplayP1OnCommand=draworder,5;rotationz,-90;zoom,0;addx,-24;sleep,1.5;decelerate,0.5;zoom,1;addx,24 +SongMeterDisplayP1X=Center1Player() and SCREEN_CENTER_X or SCREEN_LEFT+16 +SongMeterDisplayP1Y=Center1Player() and SCREEN_TOP+60 or SCREEN_CENTER_Y +SongMeterDisplayP1OnCommand=draworder,5;rotationz,Center1Player() and 0 or -90;zoom,0;addx,-24;sleep,1.5;decelerate,0.5;zoom,1;addx,24 SongMeterDisplayP1OffCommand= # -SongMeterDisplayP2X=SCREEN_RIGHT-16 -SongMeterDisplayP2Y=SCREEN_CENTER_Y -SongMeterDisplayP2OnCommand=draworder,5;rotationz,-90;zoom,0;addx,24;sleep,1.5;decelerate,0.5;zoom,1;addx,-24 +SongMeterDisplayP2X=Center1Player() and SCREEN_CENTER_X or SCREEN_RIGHT-16 +SongMeterDisplayP2Y=Center1Player() and SCREEN_TOP+60 or SCREEN_CENTER_Y +SongMeterDisplayP2OnCommand=draworder,5;rotationz,Center1Player() and 0 or -90;zoom,0;addx,24;sleep,1.5;decelerate,0.5;zoom,1;addx,-24 SongMeterDisplayP2OffCommand= # ShowBPMDisplay=true