Skip to content

Commit

Permalink
D, not Q
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 3, 2024
1 parent 729916c commit cc9a76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy-workshop/src/basics/controls.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Controlling With Input

We'll control our player with the `A` and `Q` keys on the keyboard. `A` changes the position of the player to the left, and `Q` to the right.
We'll control our player with the `A` and `D` keys on the keyboard. `A` changes the position of the player to the left, and `D` to the right.

```rust,no_run
# extern crate bevy;
Expand Down

0 comments on commit cc9a76e

Please sign in to comment.