Skip to content

Commit 7db7c25

Browse files
Merge pull request #10 from algra4/bug-fix
Accidental bugs
2 parents 3c31f1d + 017b319 commit 7db7c25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

game.js

Lines changed: 1 addition & 1 deletion
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 = "#0F0";
94+
starCtx.fillStyle = "#FFF";
9595
starCtx.fillRect(0,0,stars.width,stars.height);
9696
}
9797

0 commit comments

Comments
 (0)