Fix terrible bgeffects (again), visual tweaks

This commit is contained in:
Jonathan Payne
2011-08-20 20:11:24 -07:00
parent f8907b4996
commit 2dfcfe3a42
17 changed files with 51 additions and 36 deletions
+2
View File
@@ -4,6 +4,8 @@ local Color2 = color(Var "Color2");
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,Color1;effectclock,"music");
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
};
LoadActor(Var "File2") .. {