Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkrug authored May 11, 2023
1 parent a41256d commit 976c46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ document.addEventListener('DOMContentLoaded', function() {

});

mousePressed() {
function mousePressed() {
if (mouseX < canvasSize/3 && mouseX > 0 && mouseY < canvasSize/3 && mouseY > 0){
modifyGame(0, 0);
}
Expand Down

0 comments on commit 976c46e

Please sign in to comment.