bgeffects/animation fixes from midi (forgot about this one)

This commit is contained in:
AJ Kelly
2010-08-14 18:43:40 -05:00
parent 62b24c9bbd
commit 5175499e08
14 changed files with 25 additions and 20 deletions
+4
View File
@@ -0,0 +1,4 @@
return Def.Quad {
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scaletoclipped,SCREEN_WIDTH*2,SCREEN_HEIGHT*2;diffuse, Var "Color1";);
GainFocusCommand=cmd(finishtweening;diffusealpha,1;accelerate,0.6;diffusealpha,0);
};