Skip to content

Commit

Permalink
Gameplay: Fix mistaken controller key settings
Browse files Browse the repository at this point in the history
- Correct the key settings in InputManager.asset
  • Loading branch information
freeze-dolphin committed Jun 21, 2024
1 parent 7358ba7 commit ca89c47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ProjectSettings/InputManager.asset
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ InputManager:
snap: 0
invert: 0
type: 2
axis: 2
axis: 3
joyNum: 0
- serializedVersion: 3
m_Name: Right Vertical
Expand All @@ -323,7 +323,7 @@ InputManager:
snap: 0
invert: 1
type: 2
axis: 3
axis: 4
joyNum: 0
- serializedVersion: 3
m_Name: Lane 1
Expand All @@ -338,8 +338,8 @@ InputManager:
sensitivity: 1000
snap: 0
invert: 0
type: 0
axis: 1
type: 2
axis: 6
joyNum: 0
- serializedVersion: 3
m_Name: Lane 2
Expand All @@ -353,9 +353,9 @@ InputManager:
dead: 0.001
sensitivity: 1000
snap: 0
invert: 0
type: 0
axis: 2
invert: 1
type: 2
axis: 7
joyNum: 0
- serializedVersion: 3
m_Name: Lane 3
Expand Down

0 comments on commit ca89c47

Please sign in to comment.