Add keyboard and gamepad settings

This commit is contained in:
LoveEevee
2019-04-05 22:53:51 +03:00
parent 3f533a0255
commit 879186c313
16 changed files with 468 additions and 135 deletions

View File

@@ -204,6 +204,7 @@ class Loader{
}
settings = new Settings()
pageEvents.setKbd()
Promise.all(this.promises).then(() => {
this.canvasTest.drawAllImages().then(result => {