mirror of
https://github.com/ConjureETS/PillowFight.git
synced 2026-03-24 00:50:59 +00:00
change the ControllerMapper so that throwing a pillow is now done with the Right Trigger insead of B button.
72 lines
1.6 KiB
Plaintext
72 lines
1.6 KiB
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!114 &11400000
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_PrefabParentObject: {fileID: 0}
|
|
m_PrefabInternal: {fileID: 0}
|
|
m_GameObject: {fileID: 0}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: 539aad81a9327404e8e67bb53c540d91, type: 3}
|
|
m_Name: ControllerMapper
|
|
m_EditorClassIdentifier:
|
|
Contexts:
|
|
- name: Awake
|
|
ButtonActions:
|
|
- name: Jump
|
|
XboxButtons: 00000000
|
|
KeyboardKeys:
|
|
- name: Sleep
|
|
XboxButtons: 02000000
|
|
KeyboardKeys:
|
|
AxisRanges:
|
|
- name: MoveLeft
|
|
Axis: 00000000
|
|
KeyboardKeys:
|
|
- name: MoveRight
|
|
Axis: 01000000
|
|
KeyboardKeys:
|
|
- name: MoveForward
|
|
Axis: 02000000
|
|
KeyboardKeys:
|
|
- name: MoveBackward
|
|
Axis: 03000000
|
|
KeyboardKeys:
|
|
- name: LookLeft
|
|
Axis: 04000000
|
|
KeyboardKeys:
|
|
- name: LookRight
|
|
Axis: 05000000
|
|
KeyboardKeys:
|
|
- name: LookForward
|
|
Axis: 06000000
|
|
KeyboardKeys:
|
|
- name: LookBackward
|
|
Axis: 07000000
|
|
KeyboardKeys:
|
|
- name: Throw
|
|
Axis: 09000000
|
|
KeyboardKeys:
|
|
ButtonStates: []
|
|
- name: Sleeping
|
|
ButtonActions:
|
|
- name: WakeUp
|
|
XboxButtons: 02000000
|
|
KeyboardKeys:
|
|
AxisRanges: []
|
|
ButtonStates: []
|
|
- name: Menu
|
|
ButtonActions:
|
|
- name: Accept
|
|
XboxButtons: 00000000
|
|
KeyboardKeys:
|
|
AxisRanges:
|
|
- name: SelectOptionUp
|
|
Axis: 02000000
|
|
KeyboardKeys:
|
|
- name: SelectOptionDown
|
|
Axis: 03000000
|
|
KeyboardKeys:
|
|
ButtonStates: []
|