We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c31f1d + 017b319 commit 7db7c25Copy full SHA for 7db7c25
1 file changed
game.js
@@ -91,7 +91,7 @@ var Starfield = function(speed,opacity,numStars,clear) {
91
// If the clear option is set,
92
// make the background black instead of transparent
93
if(clear) {
94
- starCtx.fillStyle = "#0F0";
+ starCtx.fillStyle = "#FFF";
95
starCtx.fillRect(0,0,stars.width,stars.height);
96
}
97
0 commit comments