diff --git a/stepmania/Themes/default/BGAnimations/ScreenCompany background/default.lua b/stepmania/Themes/default/BGAnimations/ScreenCompany background/default.lua index bc55efd51b..6b67410907 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenCompany background/default.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenCompany background/default.lua @@ -4,12 +4,10 @@ Def.ActorFrame { LoadActor("white.png") .. { OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM) }, - LoadActor("shadow (32bpp).png") .. { - OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;diffuse,0,0,0,1;addx,20;addy,6;linear,8;addx,-40) - }, LoadActor("stepmania (dither).png") .. { File="stepmania (dither).png", - OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y), + InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;diffusealpha,0), + OnCommand=cmd(linear,1;diffusealpha,1), } } } diff --git a/stepmania/Themes/default/BGAnimations/ScreenCompany background/stepmania (dither).png b/stepmania/Themes/default/BGAnimations/ScreenCompany background/stepmania (dither).png index 49ce78b42c..9a4a18141d 100644 Binary files a/stepmania/Themes/default/BGAnimations/ScreenCompany background/stepmania (dither).png and b/stepmania/Themes/default/BGAnimations/ScreenCompany background/stepmania (dither).png differ