Fix legacy droplet scale

This commit is contained in:
ekrctb
2020-12-07 14:00:22 +09:00
parent b8f1c499a4
commit c0f39514b9

View File

@ -2,11 +2,17 @@
// 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 osu.Framework.Graphics.Textures; using osu.Framework.Graphics.Textures;
using osuTK;
namespace osu.Game.Rulesets.Catch.Skinning namespace osu.Game.Rulesets.Catch.Skinning
{ {
public class LegacyDropletPiece : LegacyCatchHitObjectPiece public class LegacyDropletPiece : LegacyCatchHitObjectPiece
{ {
public LegacyDropletPiece()
{
Scale = new Vector2(0.8f);
}
protected override void LoadComplete() protected override void LoadComplete()
{ {
base.LoadComplete(); base.LoadComplete();