Color the witches' ball differently

(Sourced from shakesoda/stepmania.)
This commit is contained in:
Colby Klein
2013-10-05 18:02:17 -07:00
parent c2be6bede7
commit cea4764798
@@ -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