fixed player in bot fights and their scaled time features (player not time scaled). Now player can join to fights for justice.
This commit is contained in:
@ -139,7 +139,7 @@ public partial class @ThirdPersonViewInput : IInputActionCollection2, IDisposabl
|
||||
},
|
||||
{
|
||||
""name"": ""Fire"",
|
||||
""type"": ""PassThrough"",
|
||||
""type"": ""Button"",
|
||||
""id"": ""2b493869-f7ab-4acb-8918-11b0265f0993"",
|
||||
""expectedControlType"": ""Button"",
|
||||
""processors"": """",
|
||||
@ -174,7 +174,7 @@ public partial class @ThirdPersonViewInput : IInputActionCollection2, IDisposabl
|
||||
""name"": """",
|
||||
""id"": ""5caa47c3-a8d5-4aad-86fe-40cdca87210a"",
|
||||
""path"": ""<Mouse>/leftButton"",
|
||||
""interactions"": ""Hold(duration=0.1)"",
|
||||
""interactions"": ""Hold"",
|
||||
""processors"": """",
|
||||
""groups"": """",
|
||||
""action"": ""Fire"",
|
||||
|
@ -117,7 +117,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Fire",
|
||||
"type": "PassThrough",
|
||||
"type": "Button",
|
||||
"id": "2b493869-f7ab-4acb-8918-11b0265f0993",
|
||||
"expectedControlType": "Button",
|
||||
"processors": "",
|
||||
@ -152,7 +152,7 @@
|
||||
"name": "",
|
||||
"id": "5caa47c3-a8d5-4aad-86fe-40cdca87210a",
|
||||
"path": "<Mouse>/leftButton",
|
||||
"interactions": "Hold(duration=0.1)",
|
||||
"interactions": "Hold",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Fire",
|
||||
|
Reference in New Issue
Block a user