change: gravity settings functions and deprecation of jump/gravity split

This commit is contained in:
Chris
2025-09-21 13:53:49 -04:00
parent 0fbef6aeee
commit d4231d4f38
5 changed files with 116 additions and 48 deletions

View File

@@ -211,15 +211,22 @@ MonoBehaviour:
outputMoveDirection: {x: 0, y: 0, z: 0}
additionalMoveDirection: {x: 0, y: 0, z: 0}
data:
moveSmoothing:
value: {x: 0, y: 0}
smoothing: 1
easing: 2
currentSmoothing: 0
currentValue: 0
refVel: {x: 0, y: 0}
acceleration:
value: 1
value: 2.3
smoothing: 1
easing: 2
currentSmoothing: 0
currentValue: 0
refVel: 0
deaccerlation:
value: 1
value: 6
smoothing: 1
easing: 2
currentSmoothing: 0
@@ -298,6 +305,13 @@ MonoBehaviour:
currentValue: 0
refVel: 0
smoothing:
moveSmoothing:
value: {x: 0, y: 0}
smoothing: 1
easing: 2
currentSmoothing: 0
currentValue: 0
refVel: {x: 0, y: 0}
acceleration:
value: 0
smoothing: 1
@@ -385,6 +399,13 @@ MonoBehaviour:
currentValue: 0
refVel: 0
easing:
moveSmoothing:
value: {x: 0, y: 0}
smoothing: 1
easing: 2
currentSmoothing: 0
currentValue: 0
refVel: {x: 0, y: 0}
acceleration:
value: 0
smoothing: 1
@@ -472,6 +493,13 @@ MonoBehaviour:
currentValue: 0
refVel: 0
defaultData:
moveSmoothing:
value: {x: 0, y: 0}
smoothing: 1
easing: 2
currentSmoothing: 0
currentValue: 0
refVel: {x: 0, y: 0}
acceleration:
value: 0
smoothing: 1
@@ -559,6 +587,13 @@ MonoBehaviour:
currentValue: 0
refVel: 0
defaultSmoothing:
moveSmoothing:
value: {x: 0, y: 0}
smoothing: 1
easing: 2
currentSmoothing: 0
currentValue: 0
refVel: {x: 0, y: 0}
acceleration:
value: 0
smoothing: 1
@@ -646,6 +681,13 @@ MonoBehaviour:
currentValue: 0
refVel: 0
defaultEasing:
moveSmoothing:
value: {x: 0, y: 0}
smoothing: 1
easing: 2
currentSmoothing: 0
currentValue: 0
refVel: {x: 0, y: 0}
acceleration:
value: 0
smoothing: 1