Skip to content

Commit

Permalink
"Disallow theft" on the joystick checked
Browse files Browse the repository at this point in the history
  • Loading branch information
home-tower\Pascal committed Jan 20, 2024
1 parent 2a04faf commit 051d9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ArcadeHeliCave.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
MomentumTransferMethod: 0
DisallowTheft: 0
DisallowTheft: 1
ExactGun: {fileID: 0}
ExactGrip: {fileID: 0}
allowManipulationWhenEquipped: 1
Expand Down
2 changes: 1 addition & 1 deletion ArcadeMelonGame.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
MomentumTransferMethod: 0
DisallowTheft: 0
DisallowTheft: 1
ExactGun: {fileID: 0}
ExactGrip: {fileID: 0}
allowManipulationWhenEquipped: 1
Expand Down

0 comments on commit 051d9bb

Please sign in to comment.