mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 23:12:56 +08:00
Make judgements visually smaller
This is a temporary change based on people's feedback. Makes judgements feel a lot better. nb: This is one of my changes that I've had deployed sinfce the end-of-year 2017 build.
This commit is contained in:
parent
96242234c0
commit
053a29f9a7
@ -40,7 +40,8 @@ namespace osu.Game.Rulesets.Judgements
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Text = judgement.Result.GetDescription().ToUpper(),
|
Text = judgement.Result.GetDescription().ToUpper(),
|
||||||
Font = @"Venera",
|
Font = @"Venera",
|
||||||
TextSize = 16
|
Scale = new Vector2(0.85f, 1),
|
||||||
|
TextSize = 12
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user