Skip to content

Commit

Permalink
Horn update
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGoedicke committed Apr 8, 2019
1 parent 594e89f commit 65c5042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Assets/scripts/VehicleInputControllerNetworked.cs
Original file line number Diff line number Diff line change
Expand Up @@ -426,13 +426,13 @@ void Update()

}





if (Input.GetButtonDown("Horn"))
{
//Debug.Log("HornSound");

farlab_logger.Instance.EnqueEventLog("Honk");
CmdHonkMyCar();
}

Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/InputManager.asset
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ InputManager:
descriptiveName:
descriptiveNegativeName:
negativeButton:
positiveButton: joystick button 8
positiveButton: joystick button 10
altNegativeButton:
altPositiveButton:
altPositiveButton: joystick button 11
gravity: 1000
dead: 0.001
sensitivity: 1000
Expand Down

0 comments on commit 65c5042

Please sign in to comment.