Merge branch 'master' into da-mod-refactor

This commit is contained in:
Bartłomiej Dach
2021-07-10 11:41:54 +02:00
42 changed files with 874 additions and 621 deletions

View File

@ -13,6 +13,8 @@ namespace osu.Game.Rulesets.Catch.Edit.Blueprints
public abstract class CatchSelectionBlueprint<THitObject> : HitObjectSelectionBlueprint<THitObject>
where THitObject : CatchHitObject
{
protected override bool AlwaysShowWhenSelected => true;
public override Vector2 ScreenSpaceSelectionPoint
{
get