2011-03-17 01:47:30 -04:00
|
|
|
return Def.ActorFrame {
|
|
|
|
|
LoadFont("Common Normal") .. {
|
2013-01-05 23:21:32 -08:00
|
|
|
Text=string.format("%s %s", ProductFamily(), ProductVersion());
|
2011-06-21 18:54:22 -05:00
|
|
|
AltText="StepMania";
|
2013-01-05 23:21:32 -08:00
|
|
|
InitCommand=cmd(zoom,0.675);
|
|
|
|
|
OnCommand=cmd(horizalign,right;shadowlength,1);
|
2011-03-17 01:47:30 -04:00
|
|
|
};
|
|
|
|
|
LoadFont("Common Normal") .. {
|
2013-01-05 23:21:32 -08:00
|
|
|
Text=string.format("%s", VersionDate());
|
|
|
|
|
AltText="Unknown Version";
|
|
|
|
|
InitCommand=cmd(y,16;zoom,0.5);
|
|
|
|
|
OnCommand=cmd(horizalign,right;shadowlength,1);
|
2011-03-17 01:47:30 -04:00
|
|
|
};
|
2010-01-26 21:00:30 -06:00
|
|
|
};
|