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

7 lines
197 B
Lua
Raw Normal View History

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