mod - spores follow player

This commit is contained in:
landgreen
2020-04-08 19:14:33 -07:00
parent c7c8c0f2bd
commit 5be4c80ccf
5 changed files with 67 additions and 25 deletions

View File

@@ -25,7 +25,7 @@ const powerUps = {
game.isChoosing = false; //stops p from un pausing on key down
requestAnimationFrame(cycle);
},
cancel(what) {
cancel() {
document.body.style.cursor = "none";
document.getElementById("choose-grid").style.display = "none"
document.getElementById("choose-background").style.display = "none"