mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-13 21:25:09 +00:00
Make length of bgcolor event match rhythm tweezers
This commit is contained in:
parent
b4cdc321cb
commit
ccac51d1a1
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ namespace RhythmHeavenMania
|
||||||
var c = KarateMan.instance.BackgroundColors[e.type];
|
var c = KarateMan.instance.BackgroundColors[e.type];
|
||||||
if(e.type == (int)KarateMan.BackgroundType.Custom) c = e.colorA;
|
if(e.type == (int)KarateMan.BackgroundType.Custom) c = e.colorA;
|
||||||
KarateMan.instance.SetBackgroundColor(e.type, e.type2, c, e.colorB);
|
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("type", KarateMan.BackgroundType.Yellow, "Background Type"),
|
||||||
new Param("type2", KarateMan.ShadowType.Tinted, "Shadow Type"),
|
new Param("type2", KarateMan.ShadowType.Tinted, "Shadow Type"),
|
||||||
|
|
Loading…
Reference in a new issue