mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Give the body a size
This commit is contained in:
parent
88b0c234cc
commit
87d8945af9
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user