From cdd2794cb939bc161de7a3bd15aca1a5d3c3c9d9 Mon Sep 17 00:00:00 2001 From: e7d Date: Tue, 7 May 2019 14:59:21 +0200 Subject: [PATCH] fix background color list --- js/gamepad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/gamepad.js b/js/gamepad.js index 4c88aab..f8f23a4 100644 --- a/js/gamepad.js +++ b/js/gamepad.js @@ -17,7 +17,7 @@ class Gamepad { this.$debug = $('.debug'); this.$help = $('.help'); - this.backgroundColors = ['transparent', 'dimgrey', 'black', 'green', 'magenta']; + this.backgroundColors = ['transparent', 'dimgrey', 'black', 'lime', 'magenta']; this.backgroundColorIndex = 0; // gamepad collection default values