Merge pull request #6 from MillhioreF/MillhioreF/catcher

Add catcher resources.
master
Dean Herbert 9 years ago committed by GitHub
commit c0781d1d55

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
@ -47,6 +47,14 @@
<EmbeddedResource Include="Textures\KeyCounter\key-up%402x.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-fail%402x.png" />
<EmbeddedResource Include="Textures\Gameplay\Catch\fruit-catcher-idle.png" />
<EmbeddedResource Include="Textures\Gameplay\Catch\fruit-catcher-idle%402x.png" />
<EmbeddedResource Include="Textures\Gameplay\Catch\fruit-catcher-kiai.png" />
<EmbeddedResource Include="Textures\Gameplay\Catch\fruit-catcher-kiai%402x.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Shaders\sh_CircularProgressBar.fs" />
<EmbeddedResource Include="Shaders\sh_CursorTrail.vs" />

Loading…
Cancel
Save