mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 15:57:37 +02: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:
@ -1169,7 +1169,7 @@ namespace HeavenStudio
|
||||
|
||||
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" })
|
||||
}),
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user