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

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