diff --git a/web/game.html b/web/game.html index 7ffa7c02..85c1cd35 100644 --- a/web/game.html +++ b/web/game.html @@ -88,22 +88,22 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + diff --git a/web/js/input/keys.js b/web/js/input/keys.js index b818449b..0b10a356 100644 --- a/web/js/input/keys.js +++ b/web/js/input/keys.js @@ -6,8 +6,6 @@ const KEY = (() => { Y: 'y', L: 'l', R: 'r', - L: 'l', - R: 'r', START: 'start', SELECT: 'select', LOAD: 'load',