1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:32:55 +08:00

Add corner radius around player areas

This commit is contained in:
Dean Herbert 2023-07-26 18:14:20 +09:00
parent 55cb400674
commit 5fa0a21b56

View File

@ -68,6 +68,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
RelativeSizeAxes = Axes.Both;
Masking = true;
CornerRadius = 5;
AudioContainer audioContainer;
InternalChildren = new Drawable[]