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

7 lines
187 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("LifeDifficulty"), GetLifeDifficulty() );
end
};