mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix judgement sizes not matching skins stable
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Judgements
|
||||
/// </summary>
|
||||
public class DrawableJudgement : CompositeDrawable
|
||||
{
|
||||
private const float judgement_size = 80;
|
||||
private const float judgement_size = 128;
|
||||
|
||||
private OsuColour colours;
|
||||
|
||||
@ -64,7 +64,7 @@ namespace osu.Game.Rulesets.Judgements
|
||||
Child = new SkinnableDrawable(new GameplaySkinComponent<HitResult>(Result.Type), _ => JudgementText = new OsuSpriteText
|
||||
{
|
||||
Text = Result.Type.GetDescription().ToUpperInvariant(),
|
||||
Font = OsuFont.Numeric.With(size: 12),
|
||||
Font = OsuFont.Numeric.With(size: 20),
|
||||
Colour = judgementColour(Result.Type),
|
||||
Scale = new Vector2(0.85f, 1),
|
||||
})
|
||||
|
Reference in New Issue
Block a user