Skip to content

Commit 2bd013b

Browse files
Update game.js
Co-authored-by: github-learning-lab[bot] <37936606+github-learning-lab[bot]@users.noreply.github.com>
1 parent 017b319 commit 2bd013b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ var Starfield = function(speed,opacity,numStars,clear) {
9191
// If the clear option is set,
9292
// make the background black instead of transparent
9393
if(clear) {
94-
starCtx.fillStyle = "#FFF";
94+
starCtx.fillStyle = "#000";
9595
starCtx.fillRect(0,0,stars.width,stars.height);
9696
}
9797

0 commit comments

Comments
 (0)