Keyboard: Add TaTaCon buttons

This commit is contained in:
LoveEevee
2018-10-08 23:32:25 +03:00
parent 13f9981e6f
commit 32caec8fac
7 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ class Scoresheet{
this.draw = new CanvasDraw()
this.gamepad = new Gamepad({
"13": ["a", "b", "start"]
"13": ["a", "b", "start", "ls", "rs"]
})
this.redrawRunning = true