Change state icon to binoculars so the eye isn't staring at me

This commit is contained in:
Dean Herbert 2021-04-08 15:54:58 +09:00
parent b73860cb5f
commit a55e62188e

View File

@ -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;