Skip to content

Commit

Permalink
update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
minecrafterMc committed Nov 27, 2023
1 parent bb8813a commit 4d4220d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,8 @@ function cellcheck(x,y)
document.getElementById("canvas").style.position = "absolute";
document.getElementById("canvas").style.left = "40px";
document.getElementById("canvas").style.top = "15px";
document.getElementById("points").style.position = "absolute";
document.getElementById("points").style.top = "700px";
}
window.addEventListener("keydown", event => {
if (event.key == "a") {
Expand Down

0 comments on commit 4d4220d

Please sign in to comment.