Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonren0403 authored Jan 9, 2024
1 parent 99cd42f commit 26ca1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
// DRAW
function draw() {
ctx.clearRect(0, 0, canvas.width, canvas.height);

// KEYBOARD
if(rightPressed) {
playerX += 5;
Expand Down

0 comments on commit 26ca1bd

Please sign in to comment.