From 94c9f16b27e2de13bfa24345ae579f16d03a85c8 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 12 Mar 2026 16:03:01 +0900 Subject: [PATCH] Update editor hitsound icons with new designs from Adarin (#36940) | Before | After | | :---: | :---: | | 2026-03-12 00 56 58@2x | 2026-03-12 01 06 04@2x | --- osu.Game/Graphics/OsuIcon.cs | 4 ++++ .../Edit/Compose/Components/ComposeBlueprintContainer.cs | 2 +- osu.Game/osu.Game.csproj | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/osu.Game/Graphics/OsuIcon.cs b/osu.Game/Graphics/OsuIcon.cs index a02c611285..5eccbabf95 100644 --- a/osu.Game/Graphics/OsuIcon.cs +++ b/osu.Game/Graphics/OsuIcon.cs @@ -100,6 +100,7 @@ namespace osu.Game.Graphics public static IconUsage EditorSelect => get(OsuIconMapping.EditorSelect); public static IconUsage EditorSound => get(OsuIconMapping.EditorSound); public static IconUsage EditorWhistle => get(OsuIconMapping.EditorWhistle); + public static IconUsage EditorClap => get(OsuIconMapping.EditorClap); public static IconUsage Tortoise => get(OsuIconMapping.Tortoise); public static IconUsage Hare => get(OsuIconMapping.Hare); @@ -426,6 +427,9 @@ namespace osu.Game.Graphics [Description(@"Editor/whistle")] EditorWhistle, + [Description(@"Editor/clap")] + EditorClap, + [Description(@"tortoise")] Tortoise, diff --git a/osu.Game/Screens/Edit/Compose/Components/ComposeBlueprintContainer.cs b/osu.Game/Screens/Edit/Compose/Components/ComposeBlueprintContainer.cs index 11ae0ef56d..eff74bd556 100644 --- a/osu.Game/Screens/Edit/Compose/Components/ComposeBlueprintContainer.cs +++ b/osu.Game/Screens/Edit/Compose/Components/ComposeBlueprintContainer.cs @@ -230,7 +230,7 @@ namespace osu.Game.Screens.Edit.Compose.Components switch (sampleName) { case HitSampleInfo.HIT_CLAP: - return new SpriteIcon { Icon = FontAwesome.Solid.Hands }; + return new SpriteIcon { Icon = OsuIcon.EditorClap }; case HitSampleInfo.HIT_WHISTLE: return new SpriteIcon { Icon = OsuIcon.EditorWhistle }; diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index b4c66223ed..384d5412a8 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -36,7 +36,7 @@ - +