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