1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:07:44 +08:00

change retry button icon from ArrowCircleLeft to Redo

This commit is contained in:
tsunyoku 2022-07-17 00:46:29 +01:00
parent 5b9be3e682
commit bbb2398a8b

View File

@ -37,7 +37,7 @@ namespace osu.Game.Screens.Ranking
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(13),
Icon = FontAwesome.Solid.ArrowCircleLeft,
Icon = FontAwesome.Solid.Redo,
},
};