mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Linear approach type moved per peppys request
This commit is contained in:
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user