diff --git a/README.md b/README.md index 5b3ef0f..9bb7a6e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ mostly based around a simple boids simulation. **Controls** -* Up / A - Move Forward +* Up / W - Move Forward * Down / S - Move Backward * Left / A - Strafe Left * Right / D - Strafe Right diff --git a/src/game/hud.rs b/src/game/hud.rs index 72deecc..6f04a50 100644 --- a/src/game/hud.rs +++ b/src/game/hud.rs @@ -367,7 +367,7 @@ You make more points the more followers you bring at once. You take more damage the more followers you have. Controls: -Up / A - Move Forward +Up / W - Move Forward Down / S - Move Backward Left / A - Strafe Left Right / D - Strafe Right