Add tiny droplet support

This commit is contained in:
Dean Herbert
2017-10-11 20:11:29 +09:00
parent 1a88ffe862
commit 0b282a49bd
5 changed files with 61 additions and 13 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
Size = new Vector2(Pulp.PULP_SIZE);
AccentColour = Color4.Green;
AccentColour = h.ComboColour;
Masking = false;
}
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
Child = new Pulp
{
AccentColour = AccentColour,
Scale = new Vector2(0.6f),
Scale = new Vector2(0.8f),
};
}
}