Skip to content

Commit e5c3526

Browse files
authored
Merge pull request #5 from prasuCode/hotfix-v1.0.1
Hotfix v1.0.1
2 parents 0d772fe + 81a6453 commit e5c3526

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)