diff --git a/osu.Game.Resources/Textures/Gameplay/Catch/fruit-catcher-fail.png b/osu.Game.Resources/Textures/Play/Catch/fruit-catcher-fail.png
similarity index 100%
rename from osu.Game.Resources/Textures/Gameplay/Catch/fruit-catcher-fail.png
rename to osu.Game.Resources/Textures/Play/Catch/fruit-catcher-fail.png
diff --git a/osu.Game.Resources/Textures/Gameplay/Catch/fruit-catcher-idle.png b/osu.Game.Resources/Textures/Play/Catch/fruit-catcher-idle.png
similarity index 100%
rename from osu.Game.Resources/Textures/Gameplay/Catch/fruit-catcher-idle.png
rename to osu.Game.Resources/Textures/Play/Catch/fruit-catcher-idle.png
diff --git a/osu.Game.Resources/Textures/Gameplay/Catch/fruit-catcher-kiai.png b/osu.Game.Resources/Textures/Play/Catch/fruit-catcher-kiai.png
similarity index 100%
rename from osu.Game.Resources/Textures/Gameplay/Catch/fruit-catcher-kiai.png
rename to osu.Game.Resources/Textures/Play/Catch/fruit-catcher-kiai.png
diff --git a/osu.Game.Resources/osu.Game.Resources.csproj b/osu.Game.Resources/osu.Game.Resources.csproj
index 388e99c..fd94cbf 100644
--- a/osu.Game.Resources/osu.Game.Resources.csproj
+++ b/osu.Game.Resources/osu.Game.Resources.csproj
@@ -45,11 +45,6 @@
     <EmbeddedResource Include="Textures\KeyCounter\key-up.png" />
     <EmbeddedResource Include="Beatmaps\241526 Soleily - Renatus.osz" />
   </ItemGroup>
-  <ItemGroup>
-    <EmbeddedResource Include="Textures\Gameplay\Catch\fruit-catcher-fail.png" />
-    <EmbeddedResource Include="Textures\Gameplay\Catch\fruit-catcher-idle.png" />
-    <EmbeddedResource Include="Textures\Gameplay\Catch\fruit-catcher-kiai.png" />
-  </ItemGroup>
   <ItemGroup>
     <EmbeddedResource Include="Shaders\sh_CircularProgressBar.fs" />
     <EmbeddedResource Include="Shaders\sh_CursorTrail.vs" />
@@ -661,6 +656,11 @@
     <EmbeddedResource Include="Textures\Menu\menu-background-4.jpg" />
     <EmbeddedResource Include="Textures\Menu\menu-background-5.jpg" />
   </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="Textures\Play\Catch\fruit-catcher-fail.png" />
+    <EmbeddedResource Include="Textures\Play\Catch\fruit-catcher-idle.png" />
+    <EmbeddedResource Include="Textures\Play\Catch\fruit-catcher-kiai.png" />
+  </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.