2008-07-05 23:03:41 +00:00
|
|
|
local s = THEME:GetString( 'ScreenTitleMenu', Var("GameCommand"):GetText() );
|
2007-05-20 17:59:03 +00:00
|
|
|
local t = Def.ActorFrame {
|
2008-07-05 23:03:41 +00:00
|
|
|
LoadFont("_venacti bold 30px") ..{
|
|
|
|
|
InitCommand=cmd(uppercase,true;settext,s;horizalign,center;shadowlengthx,0;shadowlengthy,2;);
|
2007-04-02 16:54:44 +00:00
|
|
|
GainFocusCommand=cmd(stoptweening;diffuseshift;effectperiod,0.5;effectcolor1,0.5,1,0.5,1;effectcolor2,0.25,0.5,0.25,1;);
|
|
|
|
|
LoseFocusCommand=cmd(stoptweening;stopeffect);
|
|
|
|
|
DisabledCommand=cmd(diffuse,0.5,0.5,0.5,1);
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2007-05-20 17:59:03 +00:00
|
|
|
return t;
|