Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyengiabach1201 authored Feb 22, 2024
1 parent 6f248bf commit 70da2f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ function update() {
And by default, Lumina use mode 1 instead of the 2 others

`btn(x)` → Will return value `true` or `false` if the button with id `x` is pressed or not
- Button 0: Left arrow (on both keyboard and the d-pad)
- Button 1: Right arrow (on both keyboard and the d-pad)
- Button 2: Up arrow (on both keyboard and the d-pad)
- Button 3: Down arrow (on both keyboard and the d-pad)
- Button 4: A key (`z` or `c` key on keyboard and the left button on the console display)
- Button 5: B key (`x` or `v` key on keyboard and the right button on the console displa)
- **Button 0:** Left arrow (on both keyboard and the d-pad)
- **Button 1:** Right arrow (on both keyboard and the d-pad)
- **Button 2:** Up arrow (on both keyboard and the d-pad)
- **Button 3:** Down arrow (on both keyboard and the d-pad)
- **Button 4:** A key (`z` or `c` key on keyboard and the left button on the console display)
- **Button 5:** B key (`x` or `v` key on keyboard and the right button on the console display)

0 comments on commit 70da2f2

Please sign in to comment.