transition work part II, and some other small touchups

This commit is contained in:
Rob Campbell
2009-01-05 07:06:40 +00:00
parent f6edbc8a28
commit 1c87ce4db1
9 changed files with 9 additions and 10 deletions
@@ -3,7 +3,7 @@ local s = THEME:GetString( 'ScreenTitleMenu', gc:GetText() );
local t = Def.ActorFrame {
LoadFont("_venacti bold 24px") ..{
InitCommand=cmd(uppercase,true;settext,s;horizalign,center;shadowlengthx,0;shadowlengthy,2;strokecolor,color("#00000044"););
OffCommand=cmd(sleep,(7-gc:GetIndex())/12;linear,.1;addy,300);
OffCommand=cmd(sleep,(7-gc:GetIndex())/20;linear,.08;addy,280);
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);