diff --git a/osu.Game.Resources/Samples/SongSelect/select-difficulty.mp3 b/osu.Game.Resources/Samples/SongSelect/select-difficulty.mp3 new file mode 100644 index 0000000..23ee5c3 Binary files /dev/null and b/osu.Game.Resources/Samples/SongSelect/select-difficulty.mp3 differ diff --git a/osu.Game.Resources/Samples/SongSelect/select-expand.mp3 b/osu.Game.Resources/Samples/SongSelect/select-expand.mp3 new file mode 100644 index 0000000..9ff9b16 Binary files /dev/null and b/osu.Game.Resources/Samples/SongSelect/select-expand.mp3 differ diff --git a/osu.Game.Resources/osu.Game.Resources.csproj b/osu.Game.Resources/osu.Game.Resources.csproj index 391e6d8..ea89892 100644 --- a/osu.Game.Resources/osu.Game.Resources.csproj +++ b/osu.Game.Resources/osu.Game.Resources.csproj @@ -187,6 +187,11 @@ <EmbeddedResource Include="Samples\Checkbox\check-off.mp3" /> <EmbeddedResource Include="Samples\Checkbox\check-on.mp3" /> </ItemGroup> + <ItemGroup /> + <ItemGroup> + <EmbeddedResource Include="Samples\SongSelect\select-difficulty.mp3" /> + <EmbeddedResource Include="Samples\SongSelect\select-expand.mp3" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets.