Sped up cam zoom and started when entering safe zone
This commit is contained in:
parent
c2f414ac03
commit
cfbde817a6
@ -652,7 +652,7 @@ MonoBehaviour:
|
|||||||
m_BlendUpdateMethod: 0
|
m_BlendUpdateMethod: 0
|
||||||
m_DefaultBlend:
|
m_DefaultBlend:
|
||||||
m_Style: 1
|
m_Style: 1
|
||||||
m_Time: 2
|
m_Time: 1
|
||||||
m_CustomCurve:
|
m_CustomCurve:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
m_Curve: []
|
m_Curve: []
|
||||||
|
|||||||
@ -197,10 +197,6 @@ PrefabInstance:
|
|||||||
propertyPath: m_Name
|
propertyPath: m_Name
|
||||||
value: SceneStuff
|
value: SceneStuff
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 8365024802335227869, guid: f7f5d2b1228d13f4d9015073aced3e81, type: 3}
|
|
||||||
propertyPath: orthographic size
|
|
||||||
value: 10.5
|
|
||||||
objectReference: {fileID: 0}
|
|
||||||
m_RemovedComponents: []
|
m_RemovedComponents: []
|
||||||
m_SourcePrefab: {fileID: 100100000, guid: f7f5d2b1228d13f4d9015073aced3e81, type: 3}
|
m_SourcePrefab: {fileID: 100100000, guid: f7f5d2b1228d13f4d9015073aced3e81, type: 3}
|
||||||
--- !u!4 &720678398 stripped
|
--- !u!4 &720678398 stripped
|
||||||
|
|||||||
@ -219,6 +219,7 @@ public class PlayerMovement : MonoBehaviour {
|
|||||||
public override void EnterState() {
|
public override void EnterState() {
|
||||||
base.EnterState();
|
base.EnterState();
|
||||||
|
|
||||||
|
playerMovement.globalCamera.SetActive(true);
|
||||||
playerMovement.rb.SetEnabled(false);
|
playerMovement.rb.SetEnabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user