Skip to content

Commit 81a6453

Browse files
authored
Merge pull request #4 from prasuCode/fix-game-background
Hotfix for broken game style
2 parents 3125223 + acde4f8 commit 81a6453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ var Starfield = function (speed, opacity, numStars, clear) {
125125
// If the clear option is set,
126126
// make the background black instead of transparent
127127
if (clear) {
128-
starCtx.fillStyle = "#0F0";
128+
starCtx.fillStyle = "#000";
129129
starCtx.fillRect(0, 0, stars.width, stars.height);
130130
}
131131

0 commit comments

Comments
 (0)