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:
parent
55cb400674
commit
5fa0a21b56
@ -68,6 +68,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
||||
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
Masking = true;
|
||||
CornerRadius = 5;
|
||||
|
||||
AudioContainer audioContainer;
|
||||
InternalChildren = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user