mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-25 11:05:16 +00:00
Fixed the parameters for Gaussian Blur, whoopsies (#853)
* changed cues, added legacy support * Added Legacy Scroll Speed * Fix gaussian blue parameters, whoopsies
This commit is contained in:
parent
11bff1eedc
commit
4cbd22e6e5
1 changed files with 1 additions and 1 deletions
|
@ -1169,7 +1169,7 @@ namespace HeavenStudio
|
||||||
|
|
||||||
new("ease", Util.EasingFunction.Ease.Linear, "Ease", "Set the easing of the action.", new()
|
new("ease", Util.EasingFunction.Ease.Linear, "Ease", "Set the easing of the action.", new()
|
||||||
{
|
{
|
||||||
new((x, y) => (Util.EasingFunction.Ease)x != Util.EasingFunction.Ease.Linear, new string[] { "intenStart" })
|
new((x, y) => (Util.EasingFunction.Ease)x != Util.EasingFunction.Ease.Instant, new string[] { "intenStart" })
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue