1
0
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:
Salman Alshamrani
2025-12-18 04:08:13 -05:00
Unverified
parent 1de97712f1
commit 8da1fde981
+4
View File
@@ -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,