Skip to content

Commit

Permalink
fix: changed constants
Browse files Browse the repository at this point in the history
  • Loading branch information
gjwj5505 committed Dec 18, 2024
1 parent 6835909 commit 8c7997a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Assets/SWPPT3/Prefabs/TestPlayer2.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Rigidbody:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5865617930821872778}
serializedVersion: 2
m_Mass: 0.1
m_Drag: 2
m_Mass: 0.05
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 1
m_IsKinematic: 0
Expand Down Expand Up @@ -159,3 +159,4 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
_script: {fileID: 11400000, guid: 9a8ab858636d14f22a69db749d270fec, type: 2}
SetDirty: 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 7cbae8c0fef54416928371022a21f4fa, type: 3}
m_Name: PlayerScript
m_EditorClassIdentifier:
_moveSpeed: 0.02
_jumpForce: 6
_rotationSpeed: 1.5210001
_moveSpeed: 0.05
_jumpForce: 300
_rotationSpeed: 5
_normalcriteria: 0.7
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ MonoBehaviour:
physicsRoughness: 2
softness: 1
damp: 0.5
rubberJump: 30
resetSec: 0.1

0 comments on commit 8c7997a

Please sign in to comment.