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

7 lines
191 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return LoadFont("Common Normal") .. {
Text=GetLifeDifficulty();
AltText="";
BeginCommand=function(self)
self:settextf( Screen.String("TimingDifficulty"), GetTimingDifficulty() );
end
};