mirror of
https://github.com/osukey/osukey.git
synced 2025-06-18 01:37:57 +09:00
Cleanup
This commit is contained in:
parent
f0a65254ee
commit
92daf9b8f1
@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
Blending = BlendingParameters.Additive;
|
Blending = BlendingParameters.Additive;
|
||||||
Origin = Anchor.Centre;
|
Origin = Anchor.Centre;
|
||||||
|
|
||||||
InternalChild = scaleContainer = new ReverseArrowPiece(repeatPoint);
|
InternalChild = scaleContainer = new ReverseArrowPiece();
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly IBindable<float> scaleBindable = new Bindable<float>();
|
private readonly IBindable<float> scaleBindable = new Bindable<float>();
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||||
// See the LICENCE file in the repository root for full licence text.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
using System;
|
|
||||||
using osu.Framework.Audio.Track;
|
using osu.Framework.Audio.Track;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osuTK;
|
using osuTK;
|
||||||
@ -14,12 +13,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
|||||||
{
|
{
|
||||||
public class ReverseArrowPiece : BeatSyncedContainer
|
public class ReverseArrowPiece : BeatSyncedContainer
|
||||||
{
|
{
|
||||||
private readonly RepeatPoint repeatPoint;
|
public ReverseArrowPiece()
|
||||||
|
|
||||||
public ReverseArrowPiece(RepeatPoint repeatPoint)
|
|
||||||
{
|
{
|
||||||
this.repeatPoint = repeatPoint;
|
|
||||||
|
|
||||||
Divisor = 2;
|
Divisor = 2;
|
||||||
MinimumBeatLength = 200;
|
MinimumBeatLength = 200;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user