Files
itgmania212121/Themes/default/Graphics/ScreenTitleMenu VersionInfo.lua
T

14 lines
424 B
Lua
Raw Normal View History

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());
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
};