Changed controls

dev-main
Hazim Bin Ijaz 3 months ago
parent 126561db44
commit 9d19abb511

@ -16337,7 +16337,7 @@ MonoBehaviour:
m_OnCullStateChanged: m_OnCullStateChanged:
m_PersistentCalls: m_PersistentCalls:
m_Calls: [] m_Calls: []
m_text: F m_text: Q
m_isRightToLeft: 0 m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: f50a897396f820e4a85fdbfa9ec1251b, type: 2} m_fontAsset: {fileID: 11400000, guid: f50a897396f820e4a85fdbfa9ec1251b, type: 2}
m_sharedMaterial: {fileID: 924789733308139946, guid: f50a897396f820e4a85fdbfa9ec1251b, type: 2} m_sharedMaterial: {fileID: 924789733308139946, guid: f50a897396f820e4a85fdbfa9ec1251b, type: 2}
@ -19212,11 +19212,11 @@ PrefabInstance:
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 1676734515771252668, guid: 0193228de87741d40a42e561901c9083, type: 3} - target: {fileID: 1676734515771252668, guid: 0193228de87741d40a42e561901c9083, type: 3}
propertyPath: m_LocalRotation.y propertyPath: m_LocalRotation.y
value: 0.28987613 value: 0.28987607
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 1676734515771252668, guid: 0193228de87741d40a42e561901c9083, type: 3} - target: {fileID: 1676734515771252668, guid: 0193228de87741d40a42e561901c9083, type: 3}
propertyPath: m_LocalRotation.z propertyPath: m_LocalRotation.z
value: -0.18152039 value: -0.18152031
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 1676734516302391364, guid: 0193228de87741d40a42e561901c9083, type: 3} - target: {fileID: 1676734516302391364, guid: 0193228de87741d40a42e561901c9083, type: 3}
propertyPath: m_UpdateMethod propertyPath: m_UpdateMethod
@ -21744,7 +21744,7 @@ MonoBehaviour:
m_OnCullStateChanged: m_OnCullStateChanged:
m_PersistentCalls: m_PersistentCalls:
m_Calls: [] m_Calls: []
m_text: C m_text: T
m_isRightToLeft: 0 m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: f50a897396f820e4a85fdbfa9ec1251b, type: 2} m_fontAsset: {fileID: 11400000, guid: f50a897396f820e4a85fdbfa9ec1251b, type: 2}
m_sharedMaterial: {fileID: 924789733308139946, guid: f50a897396f820e4a85fdbfa9ec1251b, type: 2} m_sharedMaterial: {fileID: 924789733308139946, guid: f50a897396f820e4a85fdbfa9ec1251b, type: 2}

@ -586,11 +586,11 @@ namespace Unity.BossRoom.Gameplay.UserInput
} }
ActivateAbilityIfAllowed(GameDataSource.Instance.FreezeThrowAbilityKey); ActivateAbilityIfAllowed(GameDataSource.Instance.FreezeThrowAbilityKey);
} }
if (Input.GetKeyDown(KeyCode.F)) // Vector Wall if (Input.GetKeyDown(KeyCode.Q)) // Vector Wall
{ {
ActivateAbilityIfAllowed(GameDataSource.Instance.VectorFenceAbilityKey); ActivateAbilityIfAllowed(GameDataSource.Instance.VectorFenceAbilityKey);
} }
if (Input.GetKeyDown(KeyCode.C)) // The Executioner if (Input.GetKeyDown(KeyCode.T)) // The Executioner
{ {
if (m_ServerCharacter.IsCrow) if (m_ServerCharacter.IsCrow)
{ {
@ -599,7 +599,7 @@ namespace Unity.BossRoom.Gameplay.UserInput
} }
ActivateAbilityIfAllowed(GameDataSource.Instance.TheExecutionerKey); ActivateAbilityIfAllowed(GameDataSource.Instance.TheExecutionerKey);
} }
if (Input.GetKeyDown(KeyCode.V)) // Crow's Foresight if (Input.GetKeyDown(KeyCode.Y)) // Crow's Foresight
{ {
if (!m_ServerCharacter.IsCrow) if (!m_ServerCharacter.IsCrow)
{ {

Loading…
Cancel
Save