diff --git a/Themes/default/Graphics/_JudgmentLineLabel/_frame.png b/Themes/default/Graphics/_JudgmentLineLabel/_frame.png index 65cca663cc..be5a017b2f 100644 Binary files a/Themes/default/Graphics/_JudgmentLineLabel/_frame.png and b/Themes/default/Graphics/_JudgmentLineLabel/_frame.png differ diff --git a/Themes/default/Graphics/_JudgmentLineLabel/default.lua b/Themes/default/Graphics/_JudgmentLineLabel/default.lua index 904efe9c61..a9024043b8 100644 --- a/Themes/default/Graphics/_JudgmentLineLabel/default.lua +++ b/Themes/default/Graphics/_JudgmentLineLabel/default.lua @@ -11,9 +11,9 @@ return Def.ActorFrame { }; LoadActor("_frame") .. { - InitCommand=cmd(zoomy,0.75;diffuse,JudgmentLineToColor(jl)); + InitCommand=cmd(diffuse,JudgmentLineToColor(jl)); }; LoadFont("Common Normal") .. { - InitCommand=cmd(zoom,0.75;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;maxwidth,180); + InitCommand=cmd(zoom,0.675;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);shadowlength,1;maxwidth,180); }; }; \ No newline at end of file diff --git a/_assets/Themes/default/~res/_JudgmentLineLabel.psd b/_assets/Themes/default/~res/_JudgmentLineLabel.psd new file mode 100644 index 0000000000..4553778d6b Binary files /dev/null and b/_assets/Themes/default/~res/_JudgmentLineLabel.psd differ