mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Don't assume catcher dash speed is 2x the walk speed
This commit is contained in:
@ -51,8 +51,8 @@ namespace osu.Game.Rulesets.Catch.Edit
|
||||
LayerBelowRuleset.Add(distanceSnapGrid = new CatchDistanceSnapGrid(new[]
|
||||
{
|
||||
0.0,
|
||||
Catcher.BASE_SPEED, -Catcher.BASE_SPEED,
|
||||
Catcher.BASE_SPEED / 2, -Catcher.BASE_SPEED / 2,
|
||||
Catcher.BASE_DASH_SPEED, -Catcher.BASE_DASH_SPEED,
|
||||
Catcher.BASE_WALK_SPEED, -Catcher.BASE_WALK_SPEED,
|
||||
}));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user