2013-07-18 17:43:31 -04:00
|
|
|
local t = Def.ActorFrame{
|
|
|
|
|
InitCommand=cmd(fov,70);
|
2017-08-08 01:07:34 -06:00
|
|
|
Def.ActorFrame {
|
|
|
|
|
InitCommand=cmd(zoom,0.75);
|
|
|
|
|
OnCommand=cmd(diffusealpha,0;zoom,0.4;decelerate,0.7;diffusealpha,1;zoom,0.75);
|
|
|
|
|
LoadActor("_text");
|
|
|
|
|
LoadActor("_text")..{
|
|
|
|
|
Name="TextGlow";
|
2018-08-14 14:19:02 -06:00
|
|
|
InitCommand=cmd(blend,Blend.Add;diffusealpha,0.05);
|
|
|
|
|
OnCommand=cmd(glowshift;effectperiod,5;effectcolor1,color("1,1,1,0.25");effectcolor2,color("1,1,1,1"));
|
2017-08-08 01:07:34 -06:00
|
|
|
};
|
|
|
|
|
};
|
2013-07-18 17:43:31 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
return t;
|