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

17 lines
514 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return Def.ActorFrame {
LoadActor(THEME:GetPathG("ScreenTitleMenu","PreferenceFrame")) .. {
OnCommand=cmd(diffuse,color("#f7941d");diffusetopedge,color("#fff200");diffusealpha,0.25);
2011-03-17 01:47:30 -04:00
};
LoadFont("Common Normal") .. {
Text=ProductID();
AltText="";
InitCommand=cmd(y,-5;zoom,0.6);
2011-03-17 01:47:30 -04:00
OnCommand=cmd(shadowlength,1);
};
LoadFont("Common Normal") .. {
2011-06-05 03:48:07 -05:00
Text=ProductVersion() .. " (".. VersionDate() ..")";
2011-03-17 01:47:30 -04:00
AltText="";
InitCommand=cmd(y,8;zoom,0.45);
2011-03-17 01:47:30 -04:00
OnCommand=cmd(shadowlength,1;skewx,-0.125);
};
2010-01-26 21:00:30 -06:00
};