mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 22:00:57 +08:00
Add specifications for new song select icons
This commit is contained in:
committed by
Dean Herbert
Unverified
parent
55dc64e5b6
commit
36a11d4bf7
@@ -115,6 +115,7 @@ namespace osu.Game.Graphics
|
||||
public static IconUsage ChangelogB => get(OsuIconMapping.ChangelogB);
|
||||
public static IconUsage Chat => get(OsuIconMapping.Chat);
|
||||
public static IconUsage CheckCircle => get(OsuIconMapping.CheckCircle);
|
||||
public static IconUsage Clock => get(OsuIconMapping.Clock);
|
||||
public static IconUsage CollapseA => get(OsuIconMapping.CollapseA);
|
||||
public static IconUsage Collections => get(OsuIconMapping.Collections);
|
||||
public static IconUsage Cross => get(OsuIconMapping.Cross);
|
||||
@@ -141,6 +142,7 @@ namespace osu.Game.Graphics
|
||||
public static IconUsage Input => get(OsuIconMapping.Input);
|
||||
public static IconUsage Maintenance => get(OsuIconMapping.Maintenance);
|
||||
public static IconUsage Megaphone => get(OsuIconMapping.Megaphone);
|
||||
public static IconUsage Metronome => get(OsuIconMapping.Metronome);
|
||||
public static IconUsage Music => get(OsuIconMapping.Music);
|
||||
public static IconUsage News => get(OsuIconMapping.News);
|
||||
public static IconUsage Next => get(OsuIconMapping.Next);
|
||||
@@ -204,6 +206,9 @@ namespace osu.Game.Graphics
|
||||
[Description(@"check-circle")]
|
||||
CheckCircle,
|
||||
|
||||
[Description(@"clock")]
|
||||
Clock,
|
||||
|
||||
[Description(@"collapse-a")]
|
||||
CollapseA,
|
||||
|
||||
@@ -282,6 +287,9 @@ namespace osu.Game.Graphics
|
||||
[Description(@"megaphone")]
|
||||
Megaphone,
|
||||
|
||||
[Description(@"metronome")]
|
||||
Metronome,
|
||||
|
||||
[Description(@"music")]
|
||||
Music,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user