动态表情增加

This commit is contained in:
Tourswen
2025-10-22 23:06:35 +08:00
parent 88000aa1ca
commit baf1d51dae
28 changed files with 2063 additions and 10 deletions

View File

@@ -42,6 +42,9 @@
<HintPath>..\..\..\..\..\..\common\RimWorld\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="FacialAnimation">
<HintPath>..\..\..\..\..\..\workshop\content\294100\1635901197\1.6\Assemblies\FacialAnimation.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
@@ -317,6 +320,9 @@
<ItemGroup>
<Compile Include="Utils\BezierUtil.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="FacialAnimation\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 自定义清理任务删除obj文件夹中的临时文件 -->
<Target Name="CleanDebugFiles" AfterTargets="Build">