Skip to content

Commit

Permalink
adjust physics
Browse files Browse the repository at this point in the history
  • Loading branch information
SantyWang committed Jul 7, 2024
1 parent fea4535 commit 1945494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Prefabs/Player1.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ MonoBehaviour:
moveRightKey: 100
jump: 119
grabKey: 115
horizontalSpeed: 3.5
horizontalSpeed: 20
moveSpeed: 2
initialCrateNum: 3
jumpForce: 500
Expand Down
2 changes: 1 addition & 1 deletion Assets/Prefabs/Player2.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@ MonoBehaviour:
moveRightKey: 275
jump: 273
grabKey: 274
horizontalSpeed: 3.5
horizontalSpeed: 20
moveSpeed: 2
initialCrateNum: 3
jumpForce: 500
Expand Down

0 comments on commit 1945494

Please sign in to comment.