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

7 lines
193 B
Lua

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