1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 00:02:56 +08:00

Increase border thickness

This commit is contained in:
Dan Balasescu 2024-03-07 17:22:38 +09:00
parent e6f1a722cb
commit 1cafb09977
No known key found for this signature in database

View File

@ -51,7 +51,7 @@ namespace osu.Game.Screens.Play
AutoSizeAxes = Axes.Both, AutoSizeAxes = Axes.Both,
Masking = true, Masking = true,
BorderColour = colours.Yellow, BorderColour = colours.Yellow,
BorderThickness = 1, BorderThickness = 2,
Children = new Drawable[] Children = new Drawable[]
{ {
new Box new Box