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 -2
View File
@@ -1,8 +1,8 @@
local Color = color(Var "Color1");
local Color1 = color(Var "Color1");
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(scale_or_crop_background;diffuse,Color;effectclock,"music");
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);
};