Skip to content

Commit

Permalink
docs: Update Input docs (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhajirdev authored Apr 25, 2024
1 parent 09da8e0 commit c175772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/11-input/10.1-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Player extends ex.Actor {
engine.input.keyboard.isHeld(ex.Input.Keys.W) ||
engine.input.gamepads.at(0).getAxes(ex.Input.Axes.LeftStickY) > 0.5
) {
player._moveForward()
// implement the code to move the player forward
}
}
}
Expand Down

0 comments on commit c175772

Please sign in to comment.