Skip to content

Commit 3c89a1e

Browse files
committed
Fix the initial camera direction
1 parent b0eef40 commit 3c89a1e

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

extensions/reviewed/ThirdPersonCamera.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -658,24 +658,22 @@
658658
},
659659
{
660660
"type": {
661-
"value": "SetCameraAngle"
661+
"value": "SetNumberVariable"
662662
},
663663
"parameters": [
664-
"",
664+
"CameraZ",
665665
"=",
666-
"Object.Angle() + 90",
667-
"Object.Layer()",
668-
"0"
666+
"Object.Object3D::CenterZ()"
669667
]
670668
},
671669
{
672670
"type": {
673-
"value": "SetNumberVariable"
671+
"value": "ThirdPersonCamera::ThirdPersonCamera::JumpToTargetedRotation"
674672
},
675673
"parameters": [
676-
"CameraZ",
677-
"=",
678-
"Object.Object3D::CenterZ()"
674+
"Object",
675+
"Behavior",
676+
""
679677
]
680678
}
681679
]

0 commit comments

Comments
 (0)