mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Give the body a size
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user