From cea4764798909d8e24ea85e86300bb2e93544bd7 Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Sat, 5 Oct 2013 18:02:17 -0700 Subject: [PATCH] Color the witches' ball differently (Sourced from shakesoda/stepmania.) --- Themes/rsr/Graphics/MusicWheelItem Song NormalPart.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Themes/rsr/Graphics/MusicWheelItem Song NormalPart.lua b/Themes/rsr/Graphics/MusicWheelItem Song NormalPart.lua index 10c3a1cacf..c277207d78 100644 --- a/Themes/rsr/Graphics/MusicWheelItem Song NormalPart.lua +++ b/Themes/rsr/Graphics/MusicWheelItem Song NormalPart.lua @@ -24,6 +24,10 @@ local function GenerateRandomColors(song) return 2, { { 1, 0.8, 0, 1 }, { 1, 0.6, 0, 1 } } end + if song:GetDisplayMainTitle() == "The Witches' Ball" then + return 3, { { 0.2, 0.1, 0.3, 1 }, { 0.7, 0.7, 1.0, 1 }, { 0.2, 0.1, 0.3, 1 } } + end + -- BMS files without BGM mess with this (zero). Use 120 instead. if length == 0 then length = 120