From 2a62dbca38f8ba6441fcaa7e6530d12ddf9fe6c9 Mon Sep 17 00:00:00 2001 From: giongto35 Date: Fri, 10 Apr 2020 05:14:31 +0800 Subject: [PATCH] Update script version --- web/game.html | 30 +++++++++++++++--------------- web/js/input/keys.js | 2 -- 2 files changed, 15 insertions(+), 17 deletions(-) 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',