Made turning for the player much tighter and less slidey/icy
This commit is contained in:
@@ -2310,7 +2310,7 @@ MonoBehaviour:
|
||||
lives: 3
|
||||
maxSpeed: 25
|
||||
acceleration: 0.5
|
||||
friction: 0.1
|
||||
friction: 1
|
||||
jumpHeight: 20
|
||||
gravity: 5
|
||||
rotationSpeed: 20
|
||||
|
||||
@@ -3898,7 +3898,7 @@ MonoBehaviour:
|
||||
lives: 3
|
||||
maxSpeed: 25
|
||||
acceleration: 0.5
|
||||
friction: 0.1
|
||||
friction: 1
|
||||
jumpHeight: 20
|
||||
gravity: 5
|
||||
rotationSpeed: 20
|
||||
|
||||
@@ -2510,7 +2510,7 @@ MonoBehaviour:
|
||||
lives: 3
|
||||
maxSpeed: 25
|
||||
acceleration: 0.5
|
||||
friction: 0.1
|
||||
friction: 1
|
||||
jumpHeight: 20
|
||||
gravity: 5
|
||||
rotationSpeed: 20
|
||||
|
||||
@@ -2246,7 +2246,7 @@ MonoBehaviour:
|
||||
lives: 3
|
||||
maxSpeed: 25
|
||||
acceleration: 0.5
|
||||
friction: 0.1
|
||||
friction: 1
|
||||
jumpHeight: 20
|
||||
gravity: 5
|
||||
rotationSpeed: 20
|
||||
|
||||
Reference in New Issue
Block a user