more theme changes from Midi, this time adding LifeDifficulty to the title menu and evaluation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
return LoadFont("Common Normal") .. {
|
||||
Text=GetLifeDifficulty();
|
||||
AltText="";
|
||||
BeginCommand=function(self)
|
||||
self:settextf( Screen.String("LifeDifficulty"), GetLifeDifficulty() );
|
||||
end
|
||||
};
|
||||
Reference in New Issue
Block a user