aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index f9eaadc..4e4fc01 100644
--- a/README.md
+++ b/README.md
@@ -95,18 +95,18 @@ close_window()
95 95
96### Controller mappings 96### Controller mappings
97 97
98| Button | Keyboard | Xbox | Playstation | 98| Button | Keyboard | Xbox | Playstation |
99| ------------------ | -------- | ------------- | ------------- | 99| ------------------ | ------------- | ------------- | ------------- |
100| `button.PAD_UP` | `W` | `D-pad Up` | `D-pad Up` | 100| `button.PAD_UP` | `Arrow Up` | `D-pad Up` | `D-pad Up` |
101| `button.PAD_DOWN` | `S` | `D-pad Down` | `D-pad Down` | 101| `button.PAD_DOWN` | `Arrow Down` | `D-pad Down` | `D-pad Down` |
102| `button.PAD_LEFT` | `A` | `D-pad Left` | `D-pad Left` | 102| `button.PAD_LEFT` | `Arrow Left` | `D-pad Left` | `D-pad Left` |
103| `button.PAD_RIGHT` | `D` | `D-pad Right` | `D-pad Right` | 103| `button.PAD_RIGHT` | `Arrow Right` | `D-pad Right` | `D-pad Right` |
104| `button.A` | `L` | `A` | `Cross` | 104| `button.A` | `A` | `A` | `Cross` |
105| `button.B` | `P` | `B` | `Circle` | 105| `button.B` | `S` | `B` | `Circle` |
106| `button.X` | `K` | `X` | `Square` | 106| `button.X` | `Q` | `X` | `Square` |
107| `button.Y` | `O` | `Y` | `Triangle` | 107| `button.Y` | `W` | `Y` | `Triangle` |
108| `button.SELECT` | `Q` | `Back` | `Share` | 108| `button.SELECT` | `D` | `Back` | `Share` |
109| `button.START` | `E` | `Start` | `Options` | 109| `button.START` | `E` | `Start` | `Options` |
110 110
111### Default colors 111### Default colors
112 112