Scaled jump

Minor changes
This commit is contained in:
SDraw 2023-05-07 20:42:52 +03:00
parent 08b1909d52
commit e73dd54e7b
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
11 changed files with 435 additions and 216 deletions

View file

@ -83,8 +83,12 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AnimatorAnalyzer.cs" />
<Compile Include="Fixes\AnimatorAnalyzer.cs" />
<Compile Include="AvatarParameter.cs" />
<Compile Include="Fixes\AnimatorOverrideControllerFix.cs" />
<Compile Include="Fixes\FBTDetectionFix.cs" />
<Compile Include="Fixes\MovementJumpFix.cs" />
<Compile Include="Fixes\PlayerColliderFix.cs" />
<Compile Include="ModSupporter.cs" />
<Compile Include="MotionTweaker.cs" />
<Compile Include="Main.cs" />