Little fix
This commit is contained in:
parent
ae13d98c42
commit
02cec7d705
|
@ -12,7 +12,7 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: bcf384b154398e341b6b29969c078198, type: 3}
|
||||
m_Name: MotionBlur
|
||||
m_EditorClassIdentifier:
|
||||
active: 1
|
||||
active: 0
|
||||
quality:
|
||||
m_OverrideState: 1
|
||||
m_Value: 2
|
||||
|
|
|
@ -156,6 +156,34 @@ MonoBehaviour:
|
|||
directionalLightsOnly:
|
||||
m_OverrideState: 0
|
||||
m_Value: 0
|
||||
--- !u!114 &-2206206776820836333
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 3
|
||||
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: 9c1bfcd0f0fa7b8468f281d6bbbaf320, type: 3}
|
||||
m_Name: LensDistortion
|
||||
m_EditorClassIdentifier:
|
||||
active: 0
|
||||
intensity:
|
||||
m_OverrideState: 1
|
||||
m_Value: -0.752
|
||||
xMultiplier:
|
||||
m_OverrideState: 1
|
||||
m_Value: 1
|
||||
yMultiplier:
|
||||
m_OverrideState: 1
|
||||
m_Value: 1
|
||||
center:
|
||||
m_OverrideState: 1
|
||||
m_Value: {x: 0.5, y: 0.5}
|
||||
scale:
|
||||
m_OverrideState: 0
|
||||
m_Value: 0.43
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -179,6 +207,7 @@ MonoBehaviour:
|
|||
- {fileID: -3350260758169324194}
|
||||
- {fileID: 1501199423866068322}
|
||||
- {fileID: -7355434187109075157}
|
||||
- {fileID: -2206206776820836333}
|
||||
--- !u!114 &342605110984153383
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 3
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -38,6 +38,7 @@ public class ShipPathFollower : MonoBehaviour, ITextChangable
|
|||
|
||||
public UnityEvent<float> OnSpeedChange;
|
||||
public UnityEvent<float> OnSpeedPercentChange;
|
||||
public UnityEvent<float> OnBoostPercentChange;
|
||||
|
||||
public float SpeedPercent;
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -220,9 +220,7 @@ PlayerSettings:
|
|||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: -6517218471499782410, guid: 1a4c68ca72a83449f938d669337cb305, type: 2}
|
||||
- {fileID: 0}
|
||||
- {fileID: 648089955447955448, guid: ac7df53da7627c941aa8b5303dd3d14f, type: 2}
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
m_HolographicPauseOnTrackingLoss: 1
|
||||
|
|
Loading…
Reference in New Issue