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:
2022-05-20 02:22:22 +07:00
parent 7db8dbcfcf
commit 9faeccdae3
20 changed files with 176 additions and 224 deletions

View File

@ -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"",

View File

@ -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",