fix timing display when using justice (issue 828)
This commit is contained in:
@@ -26,7 +26,7 @@ return Def.ActorFrame {
|
|||||||
LoadFont("Common Normal") .. {
|
LoadFont("Common Normal") .. {
|
||||||
Text=GetLifeDifficulty();
|
Text=GetLifeDifficulty();
|
||||||
AltText="";
|
AltText="";
|
||||||
InitCommand=cmd(x,72*0.75+8;zoom,0.875);
|
InitCommand=cmd(x,68*0.75+8;zoom,0.875;halign,0);
|
||||||
OnCommand=cmd(shadowlength,1;skewx,-0.125);
|
OnCommand=cmd(shadowlength,1;skewx,-0.125);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -28,7 +28,7 @@ return Def.ActorFrame {
|
|||||||
LoadFont("Common Normal") .. {
|
LoadFont("Common Normal") .. {
|
||||||
Text=GetTimingDifficulty();
|
Text=GetTimingDifficulty();
|
||||||
AltText="";
|
AltText="";
|
||||||
InitCommand=cmd(x,72*0.75+8;zoom,0.875);
|
InitCommand=cmd(x,68*0.75+8;zoom,0.875;halign,0);
|
||||||
OnCommand=function(self)
|
OnCommand=function(self)
|
||||||
(cmd(shadowlength,1;skewx,-0.125))(self);
|
(cmd(shadowlength,1;skewx,-0.125))(self);
|
||||||
if GetTimingDifficulty() == 9 then
|
if GetTimingDifficulty() == 9 then
|
||||||
|
|||||||
Reference in New Issue
Block a user