From ac72b10c87c1e11324cad4377959c9cc1b7f8985 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Sun, 29 Oct 2023 16:57:53 +0800 Subject: =?UTF-8?q?*=20=E7=A9=BA=E6=B0=94=E9=98=BB=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "Doc/ROUNDS\345\210\206\346\236\220.xlsx" | Bin 9854518 -> 10740153 bytes ROUNDS/.vs/ROUNDS/DesignTimeBuild/.dtbcache.v2 | Bin 116543 -> 116663 bytes ROUNDS/.vs/ROUNDS/v17/.suo | Bin 211968 -> 214016 bytes ROUNDS/_Player/PlayerMovement.cs | 1 + .../bin/Debug/netstandard2.1/Assembly-CSharp.dll | Bin 909824 -> 909312 bytes .../bin/Debug/netstandard2.1/Assembly-CSharp.pdb | Bin 487200 -> 487088 bytes .../obj/Debug/netstandard2.1/Assembly-CSharp.dll | Bin 909824 -> 909312 bytes .../obj/Debug/netstandard2.1/Assembly-CSharp.pdb | Bin 487200 -> 487088 bytes .../ROUNDS.csproj.CoreCompileInputs.cache | 2 +- 9 files changed, 2 insertions(+), 1 deletion(-) diff --git "a/Doc/ROUNDS\345\210\206\346\236\220.xlsx" "b/Doc/ROUNDS\345\210\206\346\236\220.xlsx" index 7771c84..beb0760 100644 Binary files "a/Doc/ROUNDS\345\210\206\346\236\220.xlsx" and "b/Doc/ROUNDS\345\210\206\346\236\220.xlsx" differ diff --git a/ROUNDS/.vs/ROUNDS/DesignTimeBuild/.dtbcache.v2 b/ROUNDS/.vs/ROUNDS/DesignTimeBuild/.dtbcache.v2 index de301f8..9574726 100644 Binary files a/ROUNDS/.vs/ROUNDS/DesignTimeBuild/.dtbcache.v2 and b/ROUNDS/.vs/ROUNDS/DesignTimeBuild/.dtbcache.v2 differ diff --git a/ROUNDS/.vs/ROUNDS/v17/.suo b/ROUNDS/.vs/ROUNDS/v17/.suo index 2b412f9..8d8f70d 100644 Binary files a/ROUNDS/.vs/ROUNDS/v17/.suo and b/ROUNDS/.vs/ROUNDS/v17/.suo differ diff --git a/ROUNDS/_Player/PlayerMovement.cs b/ROUNDS/_Player/PlayerMovement.cs index d3af00e..39dc27e 100644 --- a/ROUNDS/_Player/PlayerMovement.cs +++ b/ROUNDS/_Player/PlayerMovement.cs @@ -41,6 +41,7 @@ public class PlayerMovement : MonoBehaviour } data.playerVel.velocity = velocity; } + // 和速度相反的空气阻力 data.playerVel.velocity -= data.playerVel.velocity * TimeHandler.timeScale * 0.01f * 0.1f * extraDrag * multiplier; data.playerVel.angularVelocity -= data.playerVel.angularVelocity * TimeHandler.timeScale * 0.01f * 0.1f * extraAngularDrag * multiplier; } diff --git a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll index f6a0191..d09f77a 100644 Binary files a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll and b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll differ diff --git a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb index 70deb69..867765c 100644 Binary files a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb and b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb differ diff --git a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll index f6a0191..d09f77a 100644 Binary files a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll and b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll differ diff --git a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb index 70deb69..867765c 100644 Binary files a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb and b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb differ diff --git a/ROUNDS/obj/Debug/netstandard2.1/ROUNDS.csproj.CoreCompileInputs.cache b/ROUNDS/obj/Debug/netstandard2.1/ROUNDS.csproj.CoreCompileInputs.cache index 07c3784..723adb5 100644 --- a/ROUNDS/obj/Debug/netstandard2.1/ROUNDS.csproj.CoreCompileInputs.cache +++ b/ROUNDS/obj/Debug/netstandard2.1/ROUNDS.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -5b4c0a1437d658d9a3acd6ad52cbd3d21d75fbe7 +33474f73f933efdfb31f86b6b5137b0e424a5cf9 -- cgit v1.1-26-g67d0