here let's try this

This commit is contained in:
AJ Kelly
2011-08-20 22:14:01 -05:00
parent f3767e6f9b
commit 46232fcdd3
+1 -1
View File
@@ -1,4 +1,4 @@
local flashColor = Var "Color1"
local flashColor = color(Var "Color1")
return Def.Quad {
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scaletoclipped,SCREEN_WIDTH*2,SCREEN_HEIGHT*2;diffuse,flashColor;);
GainFocusCommand=cmd(finishtweening;diffusealpha,1;accelerate,0.6;diffusealpha,0);