fix error in ScreenEvaluation MachineRecord
This commit is contained in:
@@ -5,7 +5,7 @@ local record = stats:GetMachineHighScoreIndex()
|
||||
local hasMachineRecord = record ~= -1
|
||||
|
||||
return LoadFont("Common normal")..{
|
||||
Text=string.format(THEME:GetString("ScreenEvaluation", "MachineRecord"), record+1)string.format(THEME:GetString( "ScreenEvaluation", "Machine Record" ), record+1)
|
||||
Text=string.format(THEME:GetString("ScreenEvaluation", "MachineRecord"), record+1);
|
||||
InitCommand=cmd(zoom,0.55;shadowlength,1;NoStroke;glowshift;effectcolor1,color("1,1,1,0");effectcolor2,color("1,1,1,0.25"));
|
||||
BeginCommand=cmd(visible,hasMachineRecord;);
|
||||
};
|
||||
Reference in New Issue
Block a user