mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:23:22 +08:00
Adjust droplets to match stable
This commit is contained in:
parent
5261579531
commit
4c4140ae54
@ -38,7 +38,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
|
||||
new SkinnableDrawable(
|
||||
new CatchSkinComponent(CatchSkinComponents.Droplet), _ => new Pulp
|
||||
{
|
||||
Size = Size,
|
||||
Size = Size / 4,
|
||||
AccentColour = { Value = Color4.White }
|
||||
})
|
||||
}
|
||||
|
@ -8,6 +8,7 @@ using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Textures;
|
||||
using osu.Game.Audio;
|
||||
using osu.Game.Skinning;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Game.Rulesets.Catch.Skinning
|
||||
{
|
||||
@ -40,7 +41,7 @@ namespace osu.Game.Rulesets.Catch.Skinning
|
||||
|
||||
case CatchSkinComponents.Droplet:
|
||||
if (GetTexture("fruit-drop") != null)
|
||||
return new LegacyFruitPiece("fruit-drop");
|
||||
return new LegacyFruitPiece("fruit-drop") { Scale = new Vector2(0.8f) };
|
||||
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user