mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:43:01 +08:00
Change some icons to be more descriptive (still placeholder)
This commit is contained in:
parent
59202d27c7
commit
24b87cf655
@ -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()
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user