Commit 0a5cc655 authored by 16도재형's avatar 16도재형 Committed by 18류지석

InputManager 수정 이제 PlayerController.cs 고칠거임

parent c2c0b75b
...@@ -36,7 +36,7 @@ public class PlayerAttack : MonoBehaviour { ...@@ -36,7 +36,7 @@ public class PlayerAttack : MonoBehaviour {
SetTimeText(comboTime, comboEndTime - Time.time); SetTimeText(comboTime, comboEndTime - Time.time);
for (int i = 0; i < 3; i++) for (int i = 0; i < 3; i++)
attackRaw[i] = Input.GetAxisRaw("Fire" + (i+1)); attackRaw[i] = Input.GetAxisRaw("Fire" + (i+1));
cancelRaw = Input.GetAxisRaw("stop"); cancelRaw = Input.GetAxisRaw("Stop");
for (int i = 0; i < 3; i++) for (int i = 0; i < 3; i++)
{ {
......
...@@ -11,11 +11,11 @@ InputManager: ...@@ -11,11 +11,11 @@ InputManager:
descriptiveNegativeName: descriptiveNegativeName:
negativeButton: left negativeButton: left
positiveButton: right positiveButton: right
altNegativeButton: a altNegativeButton:
altPositiveButton: d altPositiveButton:
gravity: 4 gravity: 1000
dead: 0.001 dead: 0.001
sensitivity: 4 sensitivity: 1000
snap: 1 snap: 1
invert: 0 invert: 0
type: 0 type: 0
...@@ -27,11 +27,11 @@ InputManager: ...@@ -27,11 +27,11 @@ InputManager:
descriptiveNegativeName: descriptiveNegativeName:
negativeButton: down negativeButton: down
positiveButton: up positiveButton: up
altNegativeButton: s altNegativeButton:
altPositiveButton: w altPositiveButton:
gravity: 3 gravity: 1000
dead: 0.001 dead: 0.001
sensitivity: 3 sensitivity: 1000
snap: 1 snap: 1
invert: 0 invert: 0
type: 0 type: 0
...@@ -86,7 +86,7 @@ InputManager: ...@@ -86,7 +86,7 @@ InputManager:
axis: 0 axis: 0
joyNum: 0 joyNum: 0
- serializedVersion: 3 - serializedVersion: 3
m_Name: stop m_Name: Stop
descriptiveName: descriptiveName:
descriptiveNegativeName: descriptiveNegativeName:
negativeButton: negativeButton:
...@@ -117,6 +117,22 @@ InputManager: ...@@ -117,6 +117,22 @@ InputManager:
type: 0 type: 0
axis: 0 axis: 0
joyNum: 0 joyNum: 0
- serializedVersion: 3
m_Name: Dash
descriptiveName:
descriptiveNegativeName:
negativeButton:
positiveButton: left shift
altNegativeButton:
altPositiveButton:
gravity: 1000
dead: 0.001
sensitivity: 1000
snap: 0
invert: 0
type: 0
axis: 0
joyNum: 0
- serializedVersion: 3 - serializedVersion: 3
m_Name: Mouse X m_Name: Mouse X
descriptiveName: descriptiveName:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment