1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Edit/Blueprints
Dean Herbert f443cfb93e Move blueprint validity conditions to allow more correct external usage of EndPlacement
Until now, these were haphazardly enforce inline in blueprint
implementations. The only thing stopping complete breakage is that
`EndPlacement` wasn't called (too much) from outside the blueprint,
leaving them responsible for their own placement.

By moving this conditional out of the provided paramters to
`EndPlacement`, it allows more flexible usage of that method externally.
Coming in a future PR.
2023-05-12 16:02:22 +09:00
..
HitCircles Partial everything 2022-11-27 00:00:27 +09:00
Sliders Move blueprint validity conditions to allow more correct external usage of EndPlacement 2023-05-12 16:02:22 +09:00
Spinners Fix test failure 2022-12-02 18:32:43 +09:00
BlueprintPiece.cs Partial everything 2022-11-27 00:00:27 +09:00
OsuSelectionBlueprint.cs Fix spinners being selectable for too long after they fade in the editor 2023-03-28 18:49:59 +09:00