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

@@ -10,7 +10,7 @@ class Tutorial{
pageEvents.keyOnce(this, 13, "down").then(this.onEnd.bind(this))
this.gamepad = new Gamepad({
"confirm": ["start", "b"]
"confirm": ["start", "b", "ls", "rs"]
}, this.onEnd.bind(this))
}
onEnd(event){