2011-03-17 01:47:30 -04:00
|
|
|
return Def.ActorFrame {
|
|
|
|
|
LoadFont("Common Normal") .. {
|
|
|
|
|
Text=GetLifeDifficulty();
|
|
|
|
|
AltText="";
|
2013-01-05 23:21:32 -08:00
|
|
|
InitCommand=cmd(horizalign,left;zoom,0.675);
|
2011-03-17 01:47:30 -04:00
|
|
|
OnCommand=cmd(shadowlength,1);
|
|
|
|
|
BeginCommand=function(self)
|
|
|
|
|
self:settextf( Screen.String("LifeDifficulty"), "" );
|
|
|
|
|
end
|
|
|
|
|
};
|
|
|
|
|
LoadFont("Common Normal") .. {
|
|
|
|
|
Text=GetLifeDifficulty();
|
|
|
|
|
AltText="";
|
2013-01-05 23:21:32 -08:00
|
|
|
InitCommand=cmd(x,136;zoom,0.675;halign,0);
|
2011-03-17 01:47:30 -04:00
|
|
|
OnCommand=cmd(shadowlength,1;skewx,-0.125);
|
|
|
|
|
};
|
2010-04-26 13:24:16 -05:00
|
|
|
};
|