1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 13:53:10 +08:00

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:
text.Text = "spectating";
icon.Icon = FontAwesome.Solid.Eye;
icon.Icon = FontAwesome.Solid.Binoculars;
icon.Colour = colours.BlueLight;
break;