mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Allow Rulesets to create a non-FontAwesome icon
This also - Renames TextAwesome to SpriteIcon. - Removes the default size of "20" from SpriteIcon (now defaults to the underlying texture size).
This commit is contained in:
@ -55,9 +55,9 @@ namespace osu.Game.Overlays.SearchableList
|
||||
Spacing = new Vector2(10f, 0f),
|
||||
Children = new[]
|
||||
{
|
||||
new TextAwesome
|
||||
new SpriteIcon
|
||||
{
|
||||
TextSize = 25,
|
||||
Size = new Vector2(25),
|
||||
Icon = Icon,
|
||||
},
|
||||
CreateHeaderText(),
|
||||
|
Reference in New Issue
Block a user