summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/ROUNDS分析.xlsxbin9794388 -> 9854518 bytes
-rw-r--r--ROUNDS/.vs/ROUNDS/v17/.suobin212480 -> 211968 bytes
-rw-r--r--ROUNDS/_Player/LegRaycasters.cs (renamed from ROUNDS/LegRaycasters.cs)7
-rw-r--r--ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dllbin902656 -> 909824 bytes
-rw-r--r--ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdbbin484060 -> 487200 bytes
-rw-r--r--ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dllbin902656 -> 909824 bytes
-rw-r--r--ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdbbin484060 -> 487200 bytes
7 files changed, 4 insertions, 3 deletions
diff --git a/Doc/ROUNDS分析.xlsx b/Doc/ROUNDS分析.xlsx
index 752fca2..7771c84 100644
--- a/Doc/ROUNDS分析.xlsx
+++ b/Doc/ROUNDS分析.xlsx
Binary files differ
diff --git a/ROUNDS/.vs/ROUNDS/v17/.suo b/ROUNDS/.vs/ROUNDS/v17/.suo
index 1aa300a..2b412f9 100644
--- a/ROUNDS/.vs/ROUNDS/v17/.suo
+++ b/ROUNDS/.vs/ROUNDS/v17/.suo
Binary files differ
diff --git a/ROUNDS/LegRaycasters.cs b/ROUNDS/_Player/LegRaycasters.cs
index 704df1a..4426342 100644
--- a/ROUNDS/LegRaycasters.cs
+++ b/ROUNDS/_Player/LegRaycasters.cs
@@ -34,9 +34,10 @@ public class LegRaycasters : MonoBehaviour
rig = GetComponentInParent<PlayerVelocity>();
data = GetComponentInParent<CharacterData>();
}
-
- //! Ҫýɫվڵϣȥ
- private void FixedUpdate()
+
+ //! Ҫýɫվڵϣȥ
+ // PlayerCollisionFixedUpdate
+ private void FixedUpdate()
{
totalStepTime = 0f;
for (int i = 0; i < legs.Length; i++)
diff --git a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll
index 0b45c81..f6a0191 100644
--- a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll
+++ b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll
Binary files differ
diff --git a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb
index fe42303..70deb69 100644
--- a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb
+++ b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb
Binary files differ
diff --git a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll
index 0b45c81..f6a0191 100644
--- a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll
+++ b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll
Binary files differ
diff --git a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb
index fe42303..70deb69 100644
--- a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb
+++ b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb
Binary files differ