From a7074065b562eb4f3b793a020ed1f14e759a8fcc Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 11 Aug 2025 20:11:31 +0200 Subject: Updated readme --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f9eaadc..4e4fc01 100644 --- a/README.md +++ b/README.md @@ -95,18 +95,18 @@ close_window() ### Controller mappings -| Button | Keyboard | Xbox | Playstation | -| ------------------ | -------- | ------------- | ------------- | -| `button.PAD_UP` | `W` | `D-pad Up` | `D-pad Up` | -| `button.PAD_DOWN` | `S` | `D-pad Down` | `D-pad Down` | -| `button.PAD_LEFT` | `A` | `D-pad Left` | `D-pad Left` | -| `button.PAD_RIGHT` | `D` | `D-pad Right` | `D-pad Right` | -| `button.A` | `L` | `A` | `Cross` | -| `button.B` | `P` | `B` | `Circle` | -| `button.X` | `K` | `X` | `Square` | -| `button.Y` | `O` | `Y` | `Triangle` | -| `button.SELECT` | `Q` | `Back` | `Share` | -| `button.START` | `E` | `Start` | `Options` | +| Button | Keyboard | Xbox | Playstation | +| ------------------ | ------------- | ------------- | ------------- | +| `button.PAD_UP` | `Arrow Up` | `D-pad Up` | `D-pad Up` | +| `button.PAD_DOWN` | `Arrow Down` | `D-pad Down` | `D-pad Down` | +| `button.PAD_LEFT` | `Arrow Left` | `D-pad Left` | `D-pad Left` | +| `button.PAD_RIGHT` | `Arrow Right` | `D-pad Right` | `D-pad Right` | +| `button.A` | `A` | `A` | `Cross` | +| `button.B` | `S` | `B` | `Circle` | +| `button.X` | `Q` | `X` | `Square` | +| `button.Y` | `W` | `Y` | `Triangle` | +| `button.SELECT` | `D` | `Back` | `Share` | +| `button.START` | `E` | `Start` | `Options` | ### Default colors -- cgit v1.2.3