Make length of bgcolor event match rhythm tweezers

This commit is contained in:
Carson Kompon 2022-02-27 13:54:46 -05:00
parent 263c28b532
commit 4f26283665

View file

@ -254,7 +254,7 @@ namespace RhythmHeavenMania
var c = KarateMan.instance.BackgroundColors[e.type];
if(e.type == (int)KarateMan.BackgroundType.Custom) c = e.colorA;
KarateMan.instance.SetBackgroundColor(e.type, e.type2, c, e.colorB);
}, 1f, false, new List<Param>()
}, 0.5f, false, new List<Param>()
{
new Param("type", KarateMan.BackgroundType.Yellow, "Background Type"),
new Param("type2", KarateMan.ShadowType.Tinted, "Shadow Type"),