mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Make settings section icons actual drawables.
This commit is contained in:
@ -13,7 +13,12 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
public class GameplaySection : SettingsSection
|
||||
{
|
||||
public override string Header => "Gameplay";
|
||||
public override IconUsage Icon => FontAwesome.Regular.Circle;
|
||||
|
||||
public override Drawable CreateIcon() => new SpriteIcon
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Icon = FontAwesome.Regular.Circle
|
||||
};
|
||||
|
||||
public GameplaySection()
|
||||
{
|
||||
|
Reference in New Issue
Block a user