Fix light recolour on :

master
William Toohey 10 years ago
parent 7034df2a5e
commit af6d7d7d29
  1. 1
      css/hues-x.css
  2. 2
      js/HuesUI.js

@ -30,6 +30,7 @@
transform-origin: 32px 69px; transform-origin: 32px 69px;
-webkit-transform-origin: 32px 69px; -webkit-transform-origin: 32px 69px;
background-image: url("../img/lightbase.png"); background-image: url("../img/lightbase.png");
background-repeat: no-repeat;
} }
.hues-x-fade{ .hues-x-fade{

@ -918,7 +918,7 @@ XmasUI.prototype.beat = function(beats, index) {
if(this.currentBeat != ".") { if(this.currentBeat != ".") {
this.lights.forEach(function(light, i, a) { this.lights.forEach(function(light, i, a) {
switch(this.currentBeat) { switch(this.currentBeat) {
case ": ": case ":":
this.lightOn(light); this.lightOn(light);
this.lightRecolour(light); this.lightRecolour(light);
break; break;

Loading…
Cancel
Save