From 8a8faf7d7682aec83332a81024c0be51d3aa6b17 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 13 Feb 2007 09:51:29 +0000 Subject: [PATCH] Fix color. I removed the diffusealpha command since it looks like this can be done directly with color. If this is incorrect, I hope someone will fix it. --- .../Themes/default/BGAnimations/ScreenGameplay out/default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/BGAnimations/ScreenGameplay out/default.lua b/stepmania/Themes/default/BGAnimations/ScreenGameplay out/default.lua index 59406a0240..fb51afb78c 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenGameplay out/default.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenGameplay out/default.lua @@ -50,7 +50,7 @@ local children = { Condition=GAMESTATE:IsDemonstration(); children = { Def.Quad { - InitCommand=cmd(stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM;diffuse,#000000;diffusealpha,1); + InitCommand=cmd(stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM;diffuse,color("0,0,0,1")); OnCommand=cmd(sleep,1.5;diffusealpha,0); }; };