Replace menu mp3 with osz

Includes timing information necessary for beat syncing.
master
Dean Herbert 8 years ago
parent ffccbeb98d
commit 9f46a456dc

@ -92,9 +92,6 @@
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Textures\Menu\background.jpg" /> <EmbeddedResource Include="Textures\Menu\background.jpg" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Tracks\circles.mp3" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Textures\Backgrounds\bg3.jpg" /> <EmbeddedResource Include="Textures\Backgrounds\bg3.jpg" />
</ItemGroup> </ItemGroup>
@ -631,6 +628,9 @@
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Fonts\Venera-Light_0.png" /> <EmbeddedResource Include="Fonts\Venera-Light_0.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Tracks\circles.osz" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.

Loading…
Cancel
Save