Skip to content

Commit

Permalink
set camera lock to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Taliayaya committed Jul 23, 2023
1 parent 0df13dd commit 9e59991
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ MonoBehaviour:
fieldsToShowInGame:
- lockCameraToPlayer
- rotateWithPlayer
lockCameraToPlayer: 1
rotateWithPlayer: 1
lockCameraToPlayer: 0
rotateWithPlayer: 0

0 comments on commit 9e59991

Please sign in to comment.