mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 17:13:06 +08:00
Linear approach type moved per peppys request
This commit is contained in:
parent
5e0763ae33
commit
5e56122d65
@ -89,7 +89,6 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
|
|
||||||
public enum AnimationStyle
|
public enum AnimationStyle
|
||||||
{
|
{
|
||||||
Linear,
|
|
||||||
Gravity,
|
Gravity,
|
||||||
InOut1,
|
InOut1,
|
||||||
InOut2,
|
InOut2,
|
||||||
@ -99,6 +98,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
Decelerate1,
|
Decelerate1,
|
||||||
Decelerate2,
|
Decelerate2,
|
||||||
Decelerate3,
|
Decelerate3,
|
||||||
|
Linear,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user