Skip to content

Commit

Permalink
refined attract visuals, fixed setup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ReluctantPirate committed Aug 27, 2019
1 parent 8ba5796 commit 490f946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WHAM.ino
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Timer ripplingTimer;

#define SETUP_FADE_UP_INTERVAL 500
#define SETUP_RED_INTERVAL 1000
#define SETUP_FADE_DELAY 2000
#define SETUP_FADE_DELAY 3000
byte setupFadeFace;
Timer setupFadeTimer;
word redTime;
Expand Down Expand Up @@ -455,9 +455,9 @@ void setupDisplayLoop() {
} else {//we are red
fadeColor = RED;
}
}

setColorOnFace(fadeColor, setupFadeFace);
setColorOnFace(fadeColor, setupFadeFace);
}
}

void gameDisplayLoop() {
Expand Down

0 comments on commit 490f946

Please sign in to comment.