mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 12:53:11 +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
|
||||
{
|
||||
Linear,
|
||||
Gravity,
|
||||
InOut1,
|
||||
InOut2,
|
||||
@ -99,6 +98,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
Decelerate1,
|
||||
Decelerate2,
|
||||
Decelerate3,
|
||||
Linear,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user