Skip to content

Commit

Permalink
#BLAMEMOJANG - x axis input is inverted (╯°□°)╯︵ ┻━┻
Browse files Browse the repository at this point in the history
  • Loading branch information
inxomnyaa committed Oct 18, 2019
1 parent d17b95e commit 495d6ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ public function ride(Player $player): void
* This is controller axis input
* WASD and phone input is mapped to controller axis input
* @see https://docs.unity3d.com/560/Documentation/Manual/ConventionalGameInput.html
* @param float $xAxisInput LEFT = 1, RIGHT = -1 Yes, Minecraft got this one messed up -.- It is inversed
* @param float $xAxisInput LEFT = 1, RIGHT = -1 Yes, Minecraft got this one messed up -.- It is inverted
* @param float $yAxisInput UP/FORWARD = 1, DOWN/BACKWARDS = -1
*/
public function input(float $xAxisInput, float $yAxisInput)
Expand Down

0 comments on commit 495d6ff

Please sign in to comment.