diff --git a/BGAnimations/ScreenEvaluation common/recordTexts.lua b/BGAnimations/ScreenEvaluation common/recordTexts.lua index aa07ffd..1aa5d73 100644 --- a/BGAnimations/ScreenEvaluation common/recordTexts.lua +++ b/BGAnimations/ScreenEvaluation common/recordTexts.lua @@ -14,13 +14,13 @@ local bPersonalRecord = ( highScoreIndex.Personal ~= -1 ) and stats:GetPercentDa r[#r+1] = LoadFont("_wendy small")..{ Text=string.format("Machine Record %i", highScoreIndex.Machine+1), - InitCommand=cmd(halign,0; xy,-110,-4,shadowlength,1;diffuse,PlayerColor(pn);NoStroke;glowshift;effectcolor1,color("1,1,1,0");effectcolor2,color("1,1,1,0.25")), + InitCommand=cmd(halign,0; xy,-110,-18;diffuse,PlayerColor(pn);glowshift;effectcolor1,color("1,1,1,0");effectcolor2,color("1,1,1,0.25")), BeginCommand=cmd(visible,bMachineRecord;) } r[#r+1] = LoadFont("_wendy small")..{ Text=string.format("Personal Record %i", highScoreIndex.Personal+1), - InitCommand=cmd(halign,0; xy,-110,18;shadowlength,1;diffuse,PlayerColor(pn);NoStroke;glowshift;effectcolor1,color("1,1,1,0");effectcolor2,color("1,1,1,0.25")), + InitCommand=cmd(halign,0; xy,-110,24;diffuse,PlayerColor(pn);glowshift;effectcolor1,color("1,1,1,0");effectcolor2,color("1,1,1,0.25")), BeginCommand=cmd(visible,bPersonalRecord;) }