test commit; fix things.

This commit is contained in:
Jonathan Payne
2011-11-26 12:30:47 -08:00
parent 22487df03c
commit f4bb769c44
4 changed files with 3 additions and 2 deletions
@@ -1,4 +1,4 @@
return LoadActor("ready") .. {
InitCommand=cmd(Center);
OnCommand=cmd(zoom,1.3;diffusealpha,0;bounceend,0.25;zoom,1;diffusealpha,1;linear,0.15;glow,BoostColor(Color("Orange"),1.75);decelerate,0.3;glow,1,1,1,0;sleep,1-0.45;linear,0.25;diffusealpha,0;);
InitCommand=cmd(Center;draworder,105);
StartTransitioningCommand=cmd(zoom,1.3;diffusealpha,0;bounceend,0.25;zoom,1;diffusealpha,1;linear,0.15;glow,BoostColor(Color("Orange"),1.75);decelerate,0.3;glow,1,1,1,0;sleep,1-0.45;linear,0.25;diffusealpha,0;);
};
Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 22 KiB

@@ -1,4 +1,5 @@
local t = Def.ActorFrame{
LoadActor("danger");
LoadActor("ScreenFilter");
};
Binary file not shown.