mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 18:53:21 +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;
|
RelativeSizeAxes = Axes.Both;
|
||||||
Masking = true;
|
Masking = true;
|
||||||
|
CornerRadius = 5;
|
||||||
|
|
||||||
AudioContainer audioContainer;
|
AudioContainer audioContainer;
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
|
Loading…
Reference in New Issue
Block a user