Give the body a size

This commit is contained in:
Dan Balasescu
2018-10-02 09:33:31 +09:00
committed by GitHub
parent 88b0c234cc
commit 87d8945af9

View File

@ -54,7 +54,7 @@ namespace osu.Game.Rulesets.Judgements
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
Child = new SkinnableDrawable($"Play/{Result.Type}", _ => JudgementText = new OsuSpriteText
{
Text = Result.Type.GetDescription().ToUpperInvariant(),