2013-07-18 17:43:31 -04:00
|
|
|
return Def.ActorFrame {
|
2017-08-08 01:07:34 -06:00
|
|
|
LoadFont("Common Condensed") .. {
|
2013-07-18 17:43:31 -04:00
|
|
|
Text=string.format("%s %s", ProductFamily(), ProductVersion());
|
|
|
|
|
AltText="StepMania";
|
2017-08-08 01:07:34 -06:00
|
|
|
InitCommand=cmd(zoom,1);
|
|
|
|
|
OnCommand=cmd(horizalign,right;diffusealpha,0.9);
|
2013-07-18 17:43:31 -04:00
|
|
|
};
|
|
|
|
|
LoadFont("Common Normal") .. {
|
|
|
|
|
Text=string.format("%s", VersionDate());
|
|
|
|
|
AltText="Unknown Version";
|
2017-08-08 01:07:34 -06:00
|
|
|
InitCommand=cmd(y,19;zoom,0.75);
|
|
|
|
|
OnCommand=cmd(horizalign,right;diffusealpha,0.7);
|
2013-07-18 17:43:31 -04:00
|
|
|
};
|
2010-01-26 21:00:30 -06:00
|
|
|
};
|