Color the witches' ball differently
(Sourced from shakesoda/stepmania.)
This commit is contained in:
@@ -24,6 +24,10 @@ local function GenerateRandomColors(song)
|
|||||||
return 2, { { 1, 0.8, 0, 1 }, { 1, 0.6, 0, 1 } }
|
return 2, { { 1, 0.8, 0, 1 }, { 1, 0.6, 0, 1 } }
|
||||||
end
|
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.
|
-- BMS files without BGM mess with this (zero). Use 120 instead.
|
||||||
if length == 0 then
|
if length == 0 then
|
||||||
length = 120
|
length = 120
|
||||||
|
|||||||
Reference in New Issue
Block a user