attempt to fix issue 465
This commit is contained in:
@@ -74,15 +74,16 @@ else
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local playerOffset = 36 -- was 28
|
||||||
local displayTwoPlayers = Def.ActorFrame{
|
local displayTwoPlayers = Def.ActorFrame{
|
||||||
-- manual bpm displays
|
-- manual bpm displays
|
||||||
LoadFont("BPMDisplay", "bpm")..{
|
LoadFont("BPMDisplay", "bpm")..{
|
||||||
Name="DisplayP1";
|
Name="DisplayP1";
|
||||||
InitCommand=cmd(x,-28;zoom,0.6;shadowlength,1);
|
InitCommand=cmd(x,-playerOffset;zoom,0.6;shadowlength,1);
|
||||||
};
|
};
|
||||||
LoadFont("BPMDisplay", "bpm")..{
|
LoadFont("BPMDisplay", "bpm")..{
|
||||||
Name="DisplayP2";
|
Name="DisplayP2";
|
||||||
InitCommand=cmd(x,28;zoom,0.6;shadowlength,1);
|
InitCommand=cmd(x,playerOffset;zoom,0.6;shadowlength,1);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user