fix background color list
This commit is contained in:
parent
81f8bd8a95
commit
cdd2794cb9
@ -17,7 +17,7 @@ class Gamepad {
|
|||||||
this.$debug = $('.debug');
|
this.$debug = $('.debug');
|
||||||
this.$help = $('.help');
|
this.$help = $('.help');
|
||||||
|
|
||||||
this.backgroundColors = ['transparent', 'dimgrey', 'black', 'green', 'magenta'];
|
this.backgroundColors = ['transparent', 'dimgrey', 'black', 'lime', 'magenta'];
|
||||||
this.backgroundColorIndex = 0;
|
this.backgroundColorIndex = 0;
|
||||||
|
|
||||||
// gamepad collection default values
|
// gamepad collection default values
|
||||||
|
Loading…
x
Reference in New Issue
Block a user