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