mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 06:23:37 +08:00
Update editor hitsound icons with new designs from Adarin (#36940)
| Before | After | | :---: | :---: | | <img width="584" height="672" alt="2026-03-12 00 56 58@2x" src="https://github.com/user-attachments/assets/f1714f4d-ba78-4e41-a8f8-1a22dac01d9f" /> | <img width="584" height="672" alt="2026-03-12 01 06 04@2x" src="https://github.com/user-attachments/assets/4fc2d7ed-c9e0-45c7-8ff7-394d7ee2eff8" /> |
This commit is contained in:
committed by
GitHub
Unverified
parent
390fc521e9
commit
94c9f16b27
@@ -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,
|
||||
|
||||
|
||||
@@ -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 };
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</PackageReference>
|
||||
<PackageReference Include="Realm" Version="20.1.0" />
|
||||
<PackageReference Include="ppy.osu.Framework" Version="2026.310.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Resources" Version="2026.305.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Resources" Version="2026.312.0" />
|
||||
<PackageReference Include="Sentry" Version="5.1.1" />
|
||||
<!-- Held back due to 0.34.0 failing AOT compilation on ZstdSharp.dll dependency. -->
|
||||
<PackageReference Include="SharpCompress" Version="0.39.0" />
|
||||
|
||||
Reference in New Issue
Block a user