mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 20:13:02 +00:00
change default camera distance from ped and vehicle
This commit is contained in:
parent
3b7d466ba6
commit
1ebf03dcb6
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ MonoBehaviour:
|
|||
pedPrefab: {fileID: 1273918895060814, guid: 9d45d42a7408c1e4ab325d6840364b84, type: 3}
|
||||
pedTurnSpeed: 10
|
||||
showPedSpeedometer: 1
|
||||
cameraDistanceFromPed: 3
|
||||
cameraDistanceFromPed: 4
|
||||
minCameraDistanceFromPed: 2
|
||||
maxCameraDistanceFromPed: 30
|
||||
displayHealthBarAbovePeds: 1
|
||||
|
|
|
@ -86,7 +86,7 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
vehiclePrefab: {fileID: 5841438317718401360, guid: abddce9c98c1ba5a992f109cfd8c5a5c,
|
||||
type: 3}
|
||||
cameraDistanceFromVehicle: 6
|
||||
cameraDistanceFromVehicle: 7
|
||||
syncLinearVelocity: 1
|
||||
syncAngularVelocity: 1
|
||||
whenToDisableRigidBody: 0
|
||||
|
|
Loading…
Reference in a new issue