Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remapped inputs #122

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions ProjectSettings/InputManager.asset
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ InputManager:
m_Name: 1Vertical
descriptiveName:
descriptiveNegativeName:
negativeButton: up
positiveButton: down
negativeButton: w
positiveButton: s
altNegativeButton:
altPositiveButton:
gravity: 3
Expand Down Expand Up @@ -90,15 +90,15 @@ InputManager:
descriptiveName:
descriptiveNegativeName:
negativeButton:
positiveButton: left alt
positiveButton: left ctrl
altNegativeButton:
altPositiveButton: mouse 1
altPositiveButton: joystick 1 button 2
gravity: 1000
dead: 0.001
sensitivity: 1000
snap: 0
invert: 0
type: 0
type: 2
axis: 0
joyNum: 1
- serializedVersion: 3
Expand Down Expand Up @@ -185,8 +185,8 @@ InputManager:
m_Name: 2Horizontal
descriptiveName:
descriptiveNegativeName:
negativeButton: a
positiveButton: d
negativeButton: left
positiveButton: right
altNegativeButton:
altPositiveButton:
gravity: 3
Expand All @@ -201,8 +201,8 @@ InputManager:
m_Name: 2Horizontal
descriptiveName:
descriptiveNegativeName:
negativeButton: a
positiveButton: d
negativeButton: left
positiveButton: right
altNegativeButton:
altPositiveButton:
gravity: 0
Expand All @@ -217,8 +217,8 @@ InputManager:
m_Name: 2Vertical
descriptiveName:
descriptiveNegativeName:
negativeButton: y
positiveButton: h
negativeButton: up
positiveButton: down
altNegativeButton:
altPositiveButton:
gravity: 3
Expand All @@ -233,8 +233,8 @@ InputManager:
m_Name: 2Vertical
descriptiveName:
descriptiveNegativeName:
negativeButton: y
positiveButton: h
negativeButton: up
positiveButton: down
altNegativeButton:
altPositiveButton:
gravity: 0
Expand All @@ -250,9 +250,9 @@ InputManager:
descriptiveName:
descriptiveNegativeName:
negativeButton:
positiveButton: joystick 2 button 1
positiveButton: right ctrl
altNegativeButton:
altPositiveButton: q
altPositiveButton: joystick 2 button 1
gravity: 1000
dead: 0.001
sensitivity: 1000
Expand All @@ -266,9 +266,9 @@ InputManager:
descriptiveName:
descriptiveNegativeName:
negativeButton:
positiveButton: joystick 2 button 2
positiveButton: return
altNegativeButton:
altPositiveButton: z
altPositiveButton: joystick 2 button 2
gravity: 1000
dead: 0.001
sensitivity: 1000
Expand Down