Adds `<kbd>` tags to the keyboard controls

pull/15/head
CSK 2024-02-16 10:48:24 +00:00
parent c4b9175658
commit 66e1900296
1 changed files with 4 additions and 4 deletions

View File

@ -23,15 +23,15 @@ Start the dev server
## How to use (Gameplay)
- Use the W key to accelerate, the mouse to steer for now (will be updated for mobile/gamepad/keyboard).
- Use the <kbd>W</kbd> key to accelerate, the mouse to steer for now (will be updated for mobile/gamepad/keyboard).
- Steer with the mouse.
- Press and hold the space bar to initiate a drift. Steer and counter steer to maintain the drift. release it to get a mini - turbo.
- Press E key to use the current item.
- Press <kbd>E</kbd> key to use the current item.
- Press R to reset your position, usable anytime.
- Press <kbd>R</kbd> to reset your position, usable anytime.
## How to use (Code)