fix background color list

This commit is contained in:
e7d 2019-05-07 14:59:21 +02:00
parent 81f8bd8a95
commit cdd2794cb9

View File

@ -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