no really fix errors this time
This commit is contained in:
@@ -7,7 +7,7 @@ local hasMachineRecord = record ~= -1
|
|||||||
return LoadFont("Common normal")..{
|
return LoadFont("Common normal")..{
|
||||||
InitCommand=cmd(zoom,0.55;shadowlength,1;NoStroke;glowshift;effectcolor1,color("1,1,1,0");effectcolor2,color("1,1,1,0.25"));
|
InitCommand=cmd(zoom,0.55;shadowlength,1;NoStroke;glowshift;effectcolor1,color("1,1,1,0");effectcolor2,color("1,1,1,0.25"));
|
||||||
BeginCommand=function(self)
|
BeginCommand=function(self)
|
||||||
self:visible(hasMachineRecord;);
|
self:visible(hasMachineRecord);
|
||||||
local text = string.format(THEME:GetString("ScreenEvaluation", "MachineRecord"), record+1)
|
local text = string.format(THEME:GetString("ScreenEvaluation", "MachineRecord"), record+1)
|
||||||
self:settext(text);
|
self:settext(text);
|
||||||
end;
|
end;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ local hasPersonalRecord = record ~= -1
|
|||||||
return LoadFont("Common normal")..{
|
return LoadFont("Common normal")..{
|
||||||
InitCommand=cmd(zoom,0.55;shadowlength,1;NoStroke;glowshift;effectcolor1,color("1,1,1,0");effectcolor2,color("1,1,1,0.25"));
|
InitCommand=cmd(zoom,0.55;shadowlength,1;NoStroke;glowshift;effectcolor1,color("1,1,1,0");effectcolor2,color("1,1,1,0.25"));
|
||||||
BeginCommand=function(self)
|
BeginCommand=function(self)
|
||||||
self:visible(hasPersonalRecord;);
|
self:visible(hasPersonalRecord);
|
||||||
local text = string.format(THEME:GetString("ScreenEvaluation", "PersonalRecord"), record+1)
|
local text = string.format(THEME:GetString("ScreenEvaluation", "PersonalRecord"), record+1)
|
||||||
self:settext(text)
|
self:settext(text)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user