Files
itgmania212121/Themes/legacy/Graphics/ScreenEvaluation TimingDifficulty.lua
T

7 lines
191 B
Lua
Raw Normal View History

2017-08-08 01:07:34 -06:00
return LoadFont("Common Normal") .. {
Text=GetLifeDifficulty();
AltText="";
BeginCommand=function(self)
self:settextf( Screen.String("TimingDifficulty"), GetTimingDifficulty() );
end
};