mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Simplify process of adding catcher trails
This commit is contained in:
@ -33,9 +33,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
{
|
||||
RelativeSizeAxes = Axes.X;
|
||||
Height = CATCHER_SIZE;
|
||||
|
||||
Child = MovableCatcher = new Catcher(difficulty);
|
||||
MovableCatcher.SetAdditiveTarget(this);
|
||||
Child = MovableCatcher = new Catcher(difficulty, this);
|
||||
}
|
||||
|
||||
public static float GetCatcherSize(BeatmapDifficulty difficulty)
|
||||
|
Reference in New Issue
Block a user