mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
Change state icon to binoculars so the eye isn't staring at me
This commit is contained in:
parent
b73860cb5f
commit
a55e62188e
@ -137,7 +137,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Participants
|
|||||||
|
|
||||||
case MultiplayerUserState.Spectating:
|
case MultiplayerUserState.Spectating:
|
||||||
text.Text = "spectating";
|
text.Text = "spectating";
|
||||||
icon.Icon = FontAwesome.Solid.Eye;
|
icon.Icon = FontAwesome.Solid.Binoculars;
|
||||||
icon.Colour = colours.BlueLight;
|
icon.Colour = colours.BlueLight;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user