Position song progress meter just above the arrows if solo singles and/or doubles. Fixes issue 416.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user