more theme changes from Midi, this time adding LifeDifficulty to the title menu and evaluation

This commit is contained in:
AJ Kelly
2010-04-26 13:24:16 -05:00
parent af5f17d79e
commit a39301f100
6 changed files with 32 additions and 1 deletions
@@ -0,0 +1,7 @@
return LoadFont("Common Normal") .. {
Text=GetLifeDifficulty();
AltText="";
BeginCommand=function(self)
self:settextf( Screen.String("LifeDifficulty"), GetLifeDifficulty() );
end
};