Skip to content

Commit

Permalink
fixed a movement bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Gravin committed Oct 19, 2023
1 parent a297e1e commit 8bd63fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions _posts/2023-10-11-MainGameFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ Freeplay with Link! Use "D" to make him move right, use the "A" to make him move
moveLeft();
} else if (event.key === 'd') {
moveRight();
} else {
idle();
}
});
// Event listener for key ups
Expand Down
2 changes: 0 additions & 2 deletions _posts/2023-10-11-minigame.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ Freeplay with Link! Use "D" to make him move right, use the "A" to make him move
moveLeft();
} else if (event.key === 'd') {
moveRight();
} else {
idle();
}
});
// Event listener for key ups
Expand Down

0 comments on commit 8bd63fd

Please sign in to comment.