From 8a77c73361b5bc874cf5a716af2a35dee193f0eb Mon Sep 17 00:00:00 2001 From: Barinade Date: Mon, 17 Feb 2020 14:29:43 -0600 Subject: [PATCH] Remove unused P2 Evaluation Graphic --- Themes/Til Death/Graphics/ComboGraphP2 MaxCombo.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Themes/Til Death/Graphics/ComboGraphP2 MaxCombo.lua diff --git a/Themes/Til Death/Graphics/ComboGraphP2 MaxCombo.lua b/Themes/Til Death/Graphics/ComboGraphP2 MaxCombo.lua deleted file mode 100644 index b21825607c..0000000000 --- a/Themes/Til Death/Graphics/ComboGraphP2 MaxCombo.lua +++ /dev/null @@ -1,10 +0,0 @@ -return Def.Quad { - InitCommand = function(self) - self:setsize(1, 12):diffuse(getMainColor("highlight")):diffusetopedge( - Saturation(Brightness(getMainColor("highlight"), 1), 0.5) - ) - end, - BeginCommand = function(self) - self:glowshift():effectcolor1(color("1,1,1,0.325")):effectcolor2(color("1,1,1,0")) - end -}