Files
itgmania212121/Themes/default/Graphics/ScreenEvaluation LifeDifficulty.lua
T
2011-03-17 01:47:30 -04:00

7 lines
187 B
Lua

return LoadFont("Common Normal") .. {
Text=GetLifeDifficulty();
AltText="";
BeginCommand=function(self)
self:settextf( Screen.String("LifeDifficulty"), GetLifeDifficulty() );
end
};