slight version info tweaks on ScreenTitleMenu

This commit is contained in:
AJ Kelly
2011-06-05 03:51:16 -05:00
parent 7dbedc8dff
commit c3e1d439c5
@@ -1,17 +1,17 @@
return Def.ActorFrame { return Def.ActorFrame {
LoadActor(THEME:GetPathG("ScreenTitleMenu","PreferenceFrame")) .. { LoadActor(THEME:GetPathG("ScreenTitleMenu","PreferenceFrame")) .. {
OnCommand=cmd(diffuse,Color("Orange");diffusetopedge,Color("Yellow");diffusealpha,0.25); OnCommand=cmd(diffuse,color("#f7941d");diffusetopedge,color("#fff200");diffusealpha,0.25);
}; };
LoadFont("Common Normal") .. { LoadFont("Common Normal") .. {
Text=ProductID(); Text=ProductID();
AltText=""; AltText="";
InitCommand=cmd(y,-3;zoom,0.75); InitCommand=cmd(y,-5;zoom,0.6);
OnCommand=cmd(shadowlength,1); OnCommand=cmd(shadowlength,1);
}; };
LoadFont("Common Normal") .. { LoadFont("Common Normal") .. {
Text=ProductVersion() .. " (".. VersionDate() ..")"; Text=ProductVersion() .. " (".. VersionDate() ..")";
AltText=""; AltText="";
InitCommand=cmd(y,13;zoom,0.5); InitCommand=cmd(y,8;zoom,0.45);
OnCommand=cmd(shadowlength,1;skewx,-0.125); OnCommand=cmd(shadowlength,1;skewx,-0.125);
}; };
}; };