mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 15:30:06 +08:00
Add osu!-style undo icon
This commit is contained in:
@@ -28,6 +28,7 @@ namespace osu.Game.Graphics
|
||||
public static IconUsage EditCircle => get(OsuIconMapping.EditCircle);
|
||||
public static IconUsage LeftCircle => get(OsuIconMapping.LeftCircle);
|
||||
public static IconUsage RightCircle => get(OsuIconMapping.RightCircle);
|
||||
public static IconUsage Undo => get(OsuIconMapping.Undo);
|
||||
|
||||
public static IconUsage Audio => get(OsuIconMapping.Audio);
|
||||
public static IconUsage Beatmap => get(OsuIconMapping.Beatmap);
|
||||
@@ -386,6 +387,9 @@ namespace osu.Game.Graphics
|
||||
[Description(@"twitter")]
|
||||
Twitter,
|
||||
|
||||
[Description(@"undo")]
|
||||
Undo,
|
||||
|
||||
[Description(@"user-interface")]
|
||||
UserInterface,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user