Skip to content

Commit

Permalink
solve the problem of nxengine#282
Browse files Browse the repository at this point in the history
  • Loading branch information
s0587670 authored and s0587670 committed Jun 14, 2024
1 parent 2ec7e32 commit 30be8ce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"keyboard": {
"up": "W",
"down": "S",
"left": "A",
"right": "D"
},
"gamepad": {
"up": "BUTTON_DPAD_UP",
"down": "BUTTON_DPAD_DOWN",
"left": "BUTTON_DPAD_LEFT",
"right": "BUTTON_DPAD_RIGHT"
}
}

0 comments on commit 30be8ce

Please sign in to comment.