1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 11:42:56 +08:00

Change some icons to be more descriptive (still placeholder)

This commit is contained in:
Dean Herbert 2021-10-12 14:53:19 +09:00
parent 59202d27c7
commit 24b87cf655
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Overlays.Settings.Sections
public override Drawable CreateIcon() => new SpriteIcon
{
Icon = FontAwesome.Regular.Circle
Icon = FontAwesome.Regular.DotCircle
};
public GameplaySection()

View File

@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Settings.Sections
public override Drawable CreateIcon() => new SpriteIcon
{
Icon = FontAwesome.Regular.Square
Icon = FontAwesome.Solid.Chess
};
[BackgroundDependencyLoader]