revival/game/Assets/Settings/Player/PlayerMovementSettings.asset

31 lines
759 B
Plaintext
Raw Normal View History

%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f1cbb1d5d2a7715478647c26d4e71482, type: 3}
m_Name: PlayerMovementSettings
m_EditorClassIdentifier:
2021-02-15 19:09:32 +01:00
_lookSpeed: 20
_upGravity: 15
_downGravity: 40
_groundedYVelocity: -1
2021-03-04 17:55:29 +01:00
_baseMovementForce: 30
2021-02-15 19:09:32 +01:00
_jumpHeight: 1.5
_coyoteTime: 0.15
2021-05-11 02:48:24 +02:00
_boostForce: 75
_boostTime: 0.25
2021-02-15 19:09:32 +01:00
_minBoostVelocity: 0
2021-03-04 17:55:29 +01:00
_blinkDistance: 0.5
_blinkVelocity: 20
2021-02-22 18:11:15 +01:00
_dragCoefficient: 7
_boostDragCoefficient: 15
_airDragCoefficient: 7
_stillDragCoefficient: 15