fix up version info on title menu
This commit is contained in:
@@ -5,16 +5,13 @@ return Def.ActorFrame {
|
|||||||
LoadFont("Common Normal") .. {
|
LoadFont("Common Normal") .. {
|
||||||
Text=ProductID();
|
Text=ProductID();
|
||||||
AltText="";
|
AltText="";
|
||||||
InitCommand=cmd(x,-72;y,-1;horizalign,left;zoom,0.75);
|
InitCommand=cmd(y,-3;zoom,0.75);
|
||||||
OnCommand=cmd(shadowlength,1);
|
OnCommand=cmd(shadowlength,1);
|
||||||
};
|
};
|
||||||
LoadFont("Common Normal") .. {
|
LoadFont("Common Normal") .. {
|
||||||
Text=ProductVersion() .. "\n" .. VersionDate();
|
Text=ProductVersion() .. " (".. VersionDate() ..")";
|
||||||
AltText="";
|
AltText="";
|
||||||
InitCommand=cmd(x,72*0.35;zoom,0.5);
|
InitCommand=cmd(y,13;zoom,0.5);
|
||||||
OnCommand=cmd(shadowlength,1;skewx,-0.125);
|
OnCommand=cmd(shadowlength,1;skewx,-0.125);
|
||||||
};
|
};
|
||||||
--[[ LoadFont("Common Normal") .. {
|
|
||||||
OnCommand=cmd(settext,"You're using " ..ProductID().." "..ProductVersion().."\nBuilt on "..VersionDate().." at "..VersionTime();horizalign,right;vertalign,bottom;zoom,0.5;);
|
|
||||||
}; --]]
|
|
||||||
};
|
};
|
||||||
@@ -631,15 +631,15 @@ SystemDirectionOnCommand=
|
|||||||
SystemDirectionOffCommand=
|
SystemDirectionOffCommand=
|
||||||
#
|
#
|
||||||
ShowVersionInfo=true
|
ShowVersionInfo=true
|
||||||
VersionInfoX=SCREEN_RIGHT-84
|
VersionInfoX=SCREEN_RIGHT-90
|
||||||
VersionInfoY=SCREEN_BOTTOM-64
|
VersionInfoY=SCREEN_BOTTOM-64
|
||||||
VersionInfoOnCommand=
|
VersionInfoOnCommand=
|
||||||
VersionInfoOffCommand=
|
VersionInfoOffCommand=
|
||||||
#
|
#
|
||||||
ShowNetworkStatus=true
|
ShowNetworkStatus=true
|
||||||
NetworkStatusX=SCREEN_WIDTH*0.0125
|
NetworkStatusX=SCREEN_LEFT+12
|
||||||
NetworkStatusY=SCREEN_HEIGHT*0.85
|
NetworkStatusY=SCREEN_HEIGHT*0.85
|
||||||
NetworkStatusOnCommand=horizalign,left;
|
NetworkStatusOnCommand=halign,0;
|
||||||
NetworkStatusOffCommand=linear,0.5;cropright,1
|
NetworkStatusOffCommand=linear,0.5;cropright,1
|
||||||
#
|
#
|
||||||
HelpY=SCREEN_BOTTOM-24
|
HelpY=SCREEN_BOTTOM-24
|
||||||
|
|||||||
Reference in New Issue
Block a user