Dedicated BTKUILib page

Internal settings and UI rework
Upcoming mod support
This commit is contained in:
SDraw 2023-04-29 03:18:45 +03:00
parent 0440baa84f
commit 6d13ff1894
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
12 changed files with 269 additions and 154 deletions

View file

@ -87,6 +87,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AvatarBoolParameter.cs" />
<Compile Include="ModUi.cs" />
<Compile Include="RagdollTrigger.cs" />
<Compile Include="Main.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@ -135,7 +136,9 @@
<Compile Include="vendor\RootMotion\RagdollManager\Scripts\RagdollCreator.cs" />
<Compile Include="vendor\RootMotion\RagdollManager\Scripts\RagdollEditor.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<EmbeddedResource Include="resources\person.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy /y "$(TargetPath)" "D:\Games\Steam\steamapps\common\ChilloutVR\Mods\"</PostBuildEvent>