Initial commit.

This commit is contained in:
AJ Kelly
2010-01-26 21:00:30 -06:00
parent 80057f53cd
commit 3e51544930
4074 changed files with 588945 additions and 543956 deletions
+1 -1
View File
@@ -1 +1 @@
Place BGAnimation folders in here.
Place BGAnimation folders in here.
+1 -2
View File
@@ -1,5 +1,4 @@
return Def.Quad
{
return Def.Quad{
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT);
GainFocusCommand=cmd(diffusealpha,1.0;accelerate,0.6;diffusealpha,0);
}
+1 -2
View File
@@ -1,5 +1,4 @@
return Def.Quad
{
return Def.Quad{
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT);
GainFocusCommand=cmd(diffuse,color("#FFFFA0");accelerate,0.6;diffusealpha,0);
}