Skip to content

Commit

Permalink
Merge pull request #5 from forkimenjeckayang/hotfix-v1.0.1
Browse files Browse the repository at this point in the history
Hotfix v1.0.1
  • Loading branch information
forkimenjeckayang committed Dec 19, 2023
2 parents 57c2f54 + a7315b8 commit 33d74c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ var Starfield = function (speed, opacity, numStars, clear) {
// If the clear option is set,
// make the background black instead of transparent
if (clear) {
starCtx.fillStyle = "#0F0";
starCtx.fillStyle = "#000";
starCtx.fillRect(0, 0, stars.width, stars.height);
}

Expand Down

0 comments on commit 33d74c1

Please sign in to comment.