2011-03-17 01:47:30 -04:00
|
|
|
return Def.ActorFrame {
|
|
|
|
|
LoadActor(THEME:GetPathG("ScreenTitleMenu","PreferenceFrame")) .. {
|
2011-06-05 03:51:16 -05:00
|
|
|
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="";
|
2011-06-05 03:51:16 -05:00
|
|
|
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="";
|
2011-06-05 03:51:16 -05:00
|
|
|
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
|
|
|
};
|