From 33ae360c0bba5ce92f6e0a15f308d577f6e9103f Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 9 Aug 2025 03:03:42 +0200 Subject: Added better mapping table for buttons in readme --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79102ec..3344f16 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,17 @@ sounds. ## Controller mappings -``` - Q W E I O - A S D J k -``` + +| Button | Keyboard | Xbox | Playstation | Nintendo | +|------------------|----------|------|-------------|----------| +| button.PAD_UP | W | N/A | | | +| button.PAD_DOWN | S | N/A | | | +| button.PAD_LEFT | A | N/A | | | +| button.PAD_RIGHT | D | N/A | | | +| button.A | L | N/A | | | +| button.B | P | N/A | | | +| button.X | K | N/A | | | +| button.Y | O | N/A | | | ## Tools -- cgit v1.2.3