Add argon fruit design

This commit is contained in:
Dean Herbert
2022-10-26 16:08:01 +09:00
parent 81bb00c258
commit 4ff4de00b3
5 changed files with 112 additions and 4 deletions

View File

@ -19,13 +19,13 @@ namespace osu.Game.Rulesets.Catch.Skinning.Default
public readonly Bindable<FruitVisualRepresentation> VisualRepresentation = new Bindable<FruitVisualRepresentation>();
protected override BorderPiece BorderPiece { get; }
protected override HyperBorderPiece HyperBorderPiece { get; }
protected override Drawable HyperBorderPiece { get; }
public FruitPiece()
{
RelativeSizeAxes = Axes.Both;
InternalChildren = new Drawable[]
InternalChildren = new[]
{
new FruitPulpFormation
{