add redo button

This commit is contained in:
NotAKidoS 2023-04-12 03:06:46 -05:00
parent d87d4487aa
commit 2c029b1452
5 changed files with 138 additions and 17 deletions

View file

@ -10,12 +10,14 @@
</PropertyGroup>
<ItemGroup>
<None Remove="SFX\sfx_redo.wav" />
<None Remove="SFX\sfx_spawn.wav" />
<None Remove="SFX\sfx_undo.wav" />
<None Remove="SFX\sfx_warn.wav" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="SFX\sfx_redo.wav" />
<EmbeddedResource Include="SFX\sfx_spawn.wav" />
<EmbeddedResource Include="SFX\sfx_undo.wav" />
<EmbeddedResource Include="SFX\sfx_warn.wav" />
@ -31,6 +33,9 @@
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="DarkRift">
<HintPath>..\..\..\_ManagedLibs\DarkRift.dll</HintPath>
</Reference>
<Reference Include="MelonLoader">
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll</HintPath>
</Reference>